:root {
	--white-color: #ffffff;
	--main-color: #333333;
	--main-color-2: #666666;
	--turquoise: #29b8af;
	--btn-hover: #15d0c5;
	--navy-galaxy: #143443;
	--dark-blue: #1b3139;
	--light-green: #b2f6b2;
	--dark-pink: #ee616c;
	--light-yellow: #f9f7f4;
	--header-font: 'Gilroy';
	--pre-header-font: 'JetBrains Mono', monospace;
	--body-font: 'Inter', sans-serif;
}
body {
    color: var(--main-color);
    font-family: var(--body-font);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}
p:last-child {
	margin-bottom: 0;
}
a, input[type="submit"]{
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a, a:active, a:focus, a:after, input:focus, select:focus, button:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
	color:#18A199;
}
a, img {
	display: inline-block;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
h1, h2, h3, h4{
	font-family: var(--header-font);
	font-weight: 300;
	font-style: normal;
	color: var(--dark-blue);
	line-height: 1;
}
h1{
	font-size: 54px;
}
h2{
	font-size: 48px;
}
h2.font-42{
	font-size: 42px;
	line-height: 1.1428;
}
h3 {
	font-size: 36px;
	line-height: 1.1666;
}
h4 {
	color: var(--light-yellow);
	font-size: 30px;
	font-weight: 400;
}
h5, h6 {
	font-family: var(--pre-header-font);
	text-transform: uppercase;
	color: var(--turquoise);
}
h5{
	font-size: 18px;
	line-height: 1.3333;
	font-weight: 600;
}
h6{
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
}
.book-demo {
    display: inline-block;
    background-color: var(--turquoise);
    color: var(--navy-galaxy);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    padding: 15px 61px 15px 87px;
    border-radius: 6px;
    position: relative;
}
.book-demo:hover{
	background-color: var(--btn-hover);
    color: var(--dark-blue);
}
.book-demo:before {
    content: "\f109";
    position: absolute;
    left: calc(50% - 75px);
    top: calc(50% - 8px);
    line-height: 1;
    font-family: 'Font Awesome 6 pro';
    font-size: 16px;
    font-weight: 400;
}

/* Site Header style */
header.site-header {
    padding: 37px 0 20px;
}
a.site-logo {
	max-width: 98px;
}

/* Site Footer Style */
footer.site-footer {
    padding: 85px 0 126px;
}
p.copyright-text {
    color: #4E5255;
    margin-bottom: 20px;
}
.footer-content a {
    color: #4E5255;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-underline-position: from-font;
}
.footer-logo {
    width: 119px;
}
.footer-logo img {
    width: 100%;
}
.footer-logo a {
    width: 100%;
}

/* Hero Section Style  */
section.hero-section {
    padding: 43px 0 40px;
}
.hero-content h5 {
    margin-bottom: 25px;
}
.hero-content {
    max-width: 576px;
}
.hero-content h1 {
    margin-bottom: 20px;
}
.hero-img {
    max-width: 517px;
    width: 100%;
    margin-left: auto;
}
.hero-img img {
    border-radius: 25px;
}

/* Calculate Section Style */
.calculate-section {
	padding: 82px 0;
	background-color: var(--light-yellow);
}
.calculation-box {
    max-width: 100%;
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 45px 39px 66px 40px;
}
.calculation-intro {
	margin-bottom: 52px;
}
.calculation-box h5 {
    margin-bottom: 10px;
    color: var(--turquoise);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.calculation-box h4 {
    color: #1F3B48;
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.total-designs, .total-proposals {
    display: -webkit-box;
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/* .invalid-input {
  border: 1px solid red;
} */

.total-designs {
        margin-bottom: 20px;
    margin-top: 15px;
    align-items: flex-start;
    
}
.total-proposals {
        margin-bottom: 20px;
    margin-top: 15px;
    align-items: flex-start;
}
.total-designs-content-area, .total-proposals-content-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
}
.icon i {
    color: var(--turquoise);
	cursor: pointer;
}
.total-designs-content h6, .total-proposals-content h6, .annual-costs-content h6 {
    color: var(--main-color-2);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3125;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.total-designs-content p, .total-proposals-content p, .annual-costs-content p {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}
.annual-costs-content{
    margin-top: 15px;
}
.total-designs-number, .total-proposals-number {
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
}
.total-designs-number input, .total-proposals-number input {
    width: 100%;
    color: var(--dark-blue);
    text-align: center;
    font-family: "JetBrains Mono";
    font-size: 30px;
    line-height: 0.7;
    border: none;
    height: 106px;
    border-radius: 10px;
    border: 1px solid #DDD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.total-designs-number input::placeholder, .total-proposals-number input::placeholder {
  color: #ccc;
  opacity: 1; 
}

.total-designs-number input::-ms-input-placeholder, .total-proposals-number input::-ms-input-placeholder { 
  color: #ccc;
}
:is(.total-designs-number input, .total-proposals-number input)::-webkit-inner-spin-button,
:is(.total-designs-number input, .total-proposals-number input )::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.total-designs-number input, .total-proposals-number input  {
  -moz-appearance: textfield;
}
.total-designs-number input:focus, .total-proposals-number input:focus {
    outline: 1px solid var(--turquoise);
    border-color: var(--turquoise);
}
.annual-costs {
    margin-bottom: 89px;
}
.annual-costs-content-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7px;
	width: 100%;
	margin-bottom: 15px;
}
.slide-row{
	position: relative;
	width: 100%;
}
input[type="range"] {
	width: 100%;
	-webkit-appearance: none;
	height: 5px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	background: -webkit-linear-gradient(left, var(--turquoise) 50%, #E8E0D2 50%);
	background: linear-gradient(to right, var(--turquoise) 50%, #E8E0D2 50%);
	-ms-touch-action: none;
	    touch-action: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 0;
	height: 0;
	background: transparent;
	border: none;
}
input[type="range"]::-moz-range-thumb {
	width: 0;
	height: 0;
	background: transparent;
	border: none;
}
.custom-thumb {
	position: absolute;
	top: -0;
	width: 100px;
	height: 30px;
	background-color: var(--turquoise);
	color: var(--main-color);
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 10px;
	z-index: 2;
	-webkit-transition: left 0.05s ease;
	transition: left 0.05s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: -webkit-grab;
	cursor: grab;
}
.custom-thumb:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.calculate-btn input[type="submit"], .modal-btn {
    border: none;
    width: 100%;
    background-color: var(--turquoise);
    letter-spacing: 0.4px;
    padding: 10px 0;
    border-radius: 6px;
    color: #1F3B48;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.calculate-btn input[type="submit"]:hover, .modal-btn:hover {
    background-color: var(--btn-hover);
    color: var(--dark-blue);
}

.calculate-btn button[type="submit"]:hover, .modal-btn:hover {
    background-color: var(--btn-hover);
    color: var(--dark-blue);
}

.calculate-btn button {
    border: none;
    width: 100%;
    background-color: var(--turquoise);
    letter-spacing: 0.4px;
    padding: 10px 0;
    border-radius: 6px;
    color: #1F3B48;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.background {
    margin-top:60px;
    padding:55px;
    background-color: var(--light-yellow);
    border-radius: 15px;
}

.calculate-button {
    border: none;
    width: auto;
    background-color: var(--turquoise);
    letter-spacing: 0.4px;
    padding: 10px 20px;
    border-radius: 6px;
    color: #1F3B48;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.savings-and-growth-box {
    max-width: 692px;
    border-radius: 30px;
    border: 1px dashed #CCC;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 32px;
    min-height: 352px;
    width: 100%;
    margin-left: auto;
}
.savings-and-growth-box h2.font-42 {
    max-width: 457px;
    text-align: center;
    color: #CCC;
}

/* Solo Power Section */
section.solo-power-section {
    padding: 137px 0 103px;
}
.solo-power-section-content h2 {
    margin-bottom: 62px;
}
.feature-card {
    max-width: 1050px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 51px;
    margin-bottom: 50px;
}
.feature-card:last-child {
    margin-bottom: 0;
}
.feature-card-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
}
.feature-card-img img {
    border-radius: 25px;
}
.feature-card-content h4 {
    color: var(--main-color);
    font-family: var(--body-font);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1428;
    margin-bottom: 16px;
}

/* Learn More Solo Section Style */
section.learn-more-solo-section {
    padding: 103px 0 85px;
}
.learn-more-solo-content {
    max-width: 430px;
    margin-right: 24px;
}
.learn-more-solo-content h6 {
     margin-bottom: 24px;
}
.learn-more-solo-content h2 {
    margin-bottom: 14px;
}
.learn-more-solo-content p {
    color: #4E5255;
    margin-bottom: 24px;
}
.learn-more-solo-content p.title {
    color: var(--main-color);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2308;
    margin-bottom: 12px;
}
.learn-more-solo-tab-menu .nav-tabs {
    border: none;
}
.learn-more-solo-tab-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.learn-more-solo-tab-menu ul li a {
    color: var(--main-color-2);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.1428;
    border-radius: 10px;
    padding: 0 14px;
    border: 1px solid #CCC;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.learn-more-solo-tab-menu ul li a:hover, .learn-more-solo-tab-menu ul li a.active {
    background: var(--turquoise);
    color: var(--white-color);
}
.learn-more-solo-tab-content {
    border-radius: 25px;
    background: var(--dark-blue);
    padding: 45px 52px 51px 58px;
}
.each-tab-content h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    margin-bottom: 19px;
}
.each-tab-content > img {
    border-radius: 15px;
    margin-bottom: 30px;
    width: 100%;
    min-height: 114px;
    -o-object-fit: cover;
       object-fit: cover;
}
.each-tab-content h4 > img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
}
.each-tab-content p {
    color: var(--light-yellow);
}

/* Submit.html calculate section style */
.savings-and-growth-box-in-submit {
    max-width: 692px;
    width: 100%;
    margin-left: auto;
}
.savings-and-growth-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    margin-bottom: 21px;
}
.savings-and-growth-intro h3 {
    max-width: 360px;
    margin: 0;
}
.savings-and-growth-tab-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 233px;
}
.savings-and-growth-tab-menu ul {
    border-radius: 10px;
    border: 1px solid #EFE8DE;
    padding: 6px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
}
.savings-and-growth-tab-menu ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
.savings-and-growth-tab-menu ul li a {
    color: var(--dark-blue);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.714;
    padding: 3px 18px;
    border-radius: 5px;
    background-color: transparent;
    max-width: 100%;
    width: 100%;
}
.savings-and-growth-tab-menu ul li a:hover, .savings-and-growth-tab-menu ul li a.active {
    background-color: var(--turquoise);
}
.each-row-tab-content {
    border-radius: 30px 30px 0 0;
    background: var(--white-color);
    padding: 43px 0 35px 0;
}
.each-row-tab-content:first-child {
    margin-bottom: 27px;
}
.tab-intro-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid var(--light-yellow);
    padding: 0 36px 20px 47px;
    margin-bottom: 28px;
}
.mobile-design {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54px;
            flex: 0 0 54px;
}
.mobile-design > h6 {
    display: none;
    margin-bottom: 0;
}
.tab-intro-area span {
    border-radius: 10px;
    border: 1px solid #DDD;
    color: var(--dark-blue);
    font-family: var(--body-font);
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54px;
            flex: 0 0 54px;
    padding: 4px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.tab-intro-content h6 {
    margin-bottom: 6px;
}
.tab-intro-content h4 {
    color: var(--dark-blue);
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
.tab-content-body {
    padding: 0 36px 0 123px;
}
.tab-content-body p {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}
.tab-content-body h2.font-42 {
    margin-bottom: 16px;
}
.tab-content-body a {
    color: var(--turquoise);
    font-size: 14px;
    line-height: 17px;
}

/* Modal */
.solo-savings-modal {
    background: rgba(0, 0, 0, 0.7);
}
.solo-savings-modal .modal-dialog {
    margin-top: 150px;
    max-width: 706px;
}
.modal-content {
    padding: 81px 51px 91px 76px;
    border-radius: 30px;
    background-color: var(--white-color);
    margin-top: 130px;
}
.solo-savings-modal button.close-btn {
    border: none;
    background: no-repeat;
    display: inline-block;
    position: absolute;
    top: 32px;
    right: 44px;
    font-size: 40px;
    padding: 0;
    line-height: 1;
}
.solo-savings-modal button.close-btn i {
    border-radius: 5px;
}
.solo-savings-modal h6 {
    margin-bottom: 25px;
}
.solo-savings-modal h2.font-42 {
    margin-bottom: 14px;
}
.solo-savings-modal p {
    margin-bottom: 38px;
}
a.modal-btn {
    font-size: 16px;
    line-height: normal;
    padding: 15px 4px 16px;
    border-radius: 8px;
}

/* Error message styling */
#error-designers, #error-proposals, #cost-error {
    color: #dc3545;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    display: none;
    padding: 8px 12px;
    border-radius: 4px;
}

#error-designers.show, #error-proposals.show, #cost-error.show {
    display: block;
}

/* Input field error state */
.total-designs-number input.error,
.total-proposals-number input.error {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Animation for error messages */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus states for better UX */
.total-designs-number input:focus,
.total-proposals-number input:focus {
    border-color: var(--turquoise);
    box-shadow: 0 0 0 0.2rem rgba(41, 184, 175, 0.25);
}