/********** Template CSS **********/
:root {
    --primary: #f85000;
    --secondary: #d8510b;
    --light: #F2F2F2;
    --dark: #1D2833;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 140px;
    z-index: 99;
}

p {
    line-height: 1.7;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 8px;
}

h1.banner-heading {
    line-height: 55px;
    color: #111827;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
}

header .logo-wrapper .inoday-logo img {
    height: 85px;
}

/*** Hero Header ***/
.hero-header {
    background:
        url(../img/bg-round.png),
        url(../img/bg-round-2.png),
        url(../img/bg-square.png),
        url(../img/bg-line.png),
        url(../img/bg-bottom-hero.png);
    background-position:
        0px 40%,
        right 0 top 0,
        left 50% top 0,
        left 50% top 50%,
        center bottom -1px;
    background-repeat: no-repeat;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 11px;
    bottom: 0;
    left: 0;
    border-top: 1px solid #5A5A5A;
    border-bottom: 1px solid #5A5A5A;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 1px;
    bottom: 5px;
    left: 0;
    background: var(--primary);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -30px;
}

.section-title.text-center::after {
    width: 120px;
    left: 50%;
    margin-left: -60px;
}


/*** Domain Search ***/
.domain {
    background: url(../img/bg-domain.png) center center no-repeat;
    background-size: contain;
}


/*** Comparison ***/
@media (min-width: 992px) {
    .comparison::after {
        position: absolute;
        content: "";
        width: 1px;
        top: 56px;
        bottom: 20px;
        left: 50%;
        background: #DDDDDD;
    }
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #f7f7f7 !important;
    border-color: var(--secondary) !important;
    border-radius: 10px;
}

.testimonial-carousel .owl-item.center .testimonial-item .position-absolute {
    background: var(--secondary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Footer ***/
.footer {
    background:
        url(../img/bg-round.png),
        url(../img/bg-round-2.png),
        url(../img/bg-square.png),
        url(../img/bg-line.png),
        url(../img/bg-bottom-footer.png);
    background-position:
        0px 112px,
        right 0 bottom 0,
        left 50% top 80px,
        left 50% bottom 0,
        top center;
    background-repeat: no-repeat;
}

.footer p {
    font-size: 15px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .3);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*-------New Style--------*/

.top-bar {
    display: block;
    position: relative;
    z-index: 999;
    padding: 7px 0;
    background: #000;
    width: 100%;
}

.top-bar-info {
    display: inline-block;
    vertical-align: middle;
}

.top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0;
}

.top-bar-info li i {
    font-size: 20px;
    color: #fff;
    margin-right: 12px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.form-wrapper {
    background: #fff;
    padding: 15px;
    box-shadow: 0 4px 33px #8881815e;
}

.form-wrapper>h4 {
    color: #000;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin: 10px 0;
}


.form-group {
    margin: 10px 0 0 0;
    position: relative;
}

button.home-abt {
    background: #ffffff !important;
    border-color: #c43701;
    color: #c43701 !important;
    min-width: 240px;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 30px !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 3rem !important;
    height: 3rem !important;
	margin-bottom: 15px;
}

.form-control,
.form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

#contactForm .form-control {
    font-weight: 400;
    height: auto;
    color: #9e9e9e;
    font-size: 15px;
    border: none;
}

.form-group .form-control {
    margin-bottom: 15px;
}

.yellow-custom {
    color: #d8510b;
}

.form-wrapper>h4:after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 5px solid #c43701;
    margin: 0 auto;
    width: 236px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    bottom: -15px;
    z-index: -1;
}

/*------------New Style Start------------*/
#contactForm .form-group label.control-label {
    color: #9e9e9e;
    font-size: 14px;
    display: none;
}

.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label,
.form-group.label-static label.control-label {
    top: -30px;
    left: 0;
    font-size: 12px;
    line-height: 1.07142857;
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-static label.control-label {
    position: absolute;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.form-group label.control-label {
    font-size: 12px;
    line-height: 1.07142857;
    font-weight: 400;
    margin: 16px 0 0 0;
}

.app-banner-area {
    padding: 30px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

h2.banner-heading {
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 40px;
    color: #ffffff;
}

.banner-subheading {
    list-style: none;

}

.banner-subheading li {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 5px;
}

.section-2 {
    background-color: #f7f7f7;
}

.section-3 {
    background-color: #f7f7f7;
}

.section-3 p {
    line-height: 1.7;
}

.demo-button {
    background-color: #ff6918;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}

.icon-wt-img {
    width: 50px;
}

.feature-iconwrap {
    width: 80px;
    position: relative;
    padding: 10px;
    background-color: #f85000;
    margin-bottom: 15px;
}

.partner-logo-img {
    width: auto !important;
}

.bottom-contact {
    font-size: 20px;
    font-weight: 600;
}

.devider {
    margin: 0 10px;
}

.bottom-contact img {
    width: 25px;
}

.Requirement-form label {
    display: none;
}

.Requirement-form input::placeholder,
.Requirement-form textarea::placeholder {
    color: #a7a7a7;
}

.Requirement-form .form-control {
    padding: .375rem .75rem .375rem 0;
}

/*-------XXXXXXXXXXXXXX-----*/
.thankyou-page ._header {
    background: #f8f7f2db;
    padding: 65px 30px;
    text-align: center;
    /* background: #f8f7f2db url(https://inoday.com/wp-content/uploads/2025/02/bg-inoday-thank-you.png) center/cover repeat;  */
}

.thankyou-page ._header .logo {
    max-width: 120px;
    margin: 0 auto 20px;
}

.thankyou-page ._header .logo img {
    width: 100%;
}

.thankyou-page ._header h1 {
    font-size: 30px;
    font-weight: 800;
    color: #d8510b;
    margin: 0;
    letter-spacing: 1px;
}

.thankyou-page ._body {
    margin: -40px 0 30px;
}

.thankyou-page ._body ._box {
    margin: auto;
    max-width: 80%;
    padding: 50px;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
}

.thankyou-page ._body ._box h2 {
    margin: 0;
    color: #1f365c;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}


.thank-you-social ul {
    margin: 0 0 0px 0px;
}

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px;
}

.thank-you-social ul {
    margin: 0 0 0px 0px;
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff;
    display: inline-block;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
    background-color: #000;
    color: #fff;
    display: inline-block;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff;
    display: inline-block;
}

._footer .btn {
    background: #1ac61a;
    color: white;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 45px;
    letter-spacing: 0.8px;
    padding: 20px 33px;
    text-transform: uppercase;
}

._footer h4 {
    margin: 0 0 20px 0px;
    color: #1f365c;
}

._footer {
    text-align: center;
    padding: 50px 30px;
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
    fill: currentColor;
    color: currentColor;
}

.wp-block-social-links .wp-social-link a {
    padding: .25em;
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease;
}

@media (max-width: 1024px) {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

}


@media (max-width: 767px) {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .bottom-contact {
        font-size: 16px;
        font-weight: 600;
    }

    .footer .mb-3 {
        margin-bottom: 0rem !important;
    }

    .footer .copyright {
        padding: 15px 0;
        font-size: 15px;
    }

    p.bottom-contact {
        margin-bottom: 0rem;
    }

    body {
        overflow-x: hidden !important;
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;

    }

    .pt-5 {
        padding-top: 0rem !important;
    }

    .top-bar-info {
        text-align: center;
    }

    h2.banner-heading {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
    .inoday-logo {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }

    .logo-wrapper {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    h1.banner-heading {
        line-height: 50px;
        color: #111827;
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    }
}

span.secondary-text {
    color: #008a94;
}

.banner-subheading {
    font-size: 1rem;
    color: #1d2833;
    line-height: 30px;
}

/* Buttons */
.banner-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    justify-content: flex-start;
}

.btn {
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

/* Primary Button */
.btn-primary {
    background: #2563eb;
    color: #fff;
}

.btn-primary:hover {
    background: #1e4ed8;
}

/* Outline Button */
.btn-outline {
    border: 2px solid #2563eb;
    color: #2563eb;
    background: #fff;
}

.btn-outline:hover {
    background: #2563eb;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .banner-heading {
        font-size: 1.6rem;
    }

    .banner-buttons {
        justify-content: center;
    }
}

a.btn.btn-primary.consultation {
    background: #c43701;
    border: none;
}

a.btn.btn-primary.consultation:hover {
    background: #f44336;
    border: none;
    color: #fff;
}

.btn.btn-outline.cs {
    border: 2px solid #f44336;
    color: #c43701;
    background: #fff;
}

.btn.btn-outline.cs:hover {
    background: #f44336 !important;
    color: #fff !important;
}

p.button-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #111827;
    font-weight: 700;
}

.why-choose {
    padding: 40px 20px;
}


.section-header p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 40px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.feature-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-item .icon img {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
}

.feature-item p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}

/* Badges */
.badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.badges img {
    height: 50px;
    object-fit: contain;
}

.section-header h2 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #0d1b2a;
}

/* Responsive */
@media (max-width: 768px) {
    .section-header p {
        font-size: 1rem;
    }

    .feature-item {
        text-align: left;
    }

    .feature-item .icon img {
        margin-bottom: 10px;
    }
}

/* Section Styling */
.our-services {
    padding: 60px 20px;
    background: #f8faff;
}


.section-header p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 40px;
}

/* Grid Layout */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.service-item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
}

.service-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #d74d03;
}

.service-item p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}

/* CTA Button */
.services-cta .btn-primary {
    background: #d74d03;
    color: #fff;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.services-cta .btn-primary:hover {
    background: transparent;
    Color: #d74d03;
    border: 2px solid #d74d03;
}

/* Responsive */
@media (max-width: 768px) {
    .section-header p {
        font-size: 1rem;
    }

    .service-item {
        text-align: left;
    }
}

/* Section Styling */
.success-stories {
    padding: 60px 20px;
    background: #f8faff;
}


.section-header p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 40px;
}

/* Testimonials Grid */
.testimonials-grid {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease;
    width: 45%;
    margin: 15px;
}

.testimonial-item:hover {
    transform: translateY(-5px);
}

.quote {
    font-size: 1rem;
    font-style: italic;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    padding: 10px 25px;
    /* space for quotes */
}

.quote::before,
.quote::after {
    font-size: 2.5rem;
    color: #c43701;
    font-weight: bold;
    position: absolute;
    font-family: Georgia, serif;
}

.quote::before {
    content: "“";
    left: 0;
    top: -10px;
}

.quote::after {
    content: "”";
    right: 0;
    bottom: -20px;
}

.testimonial-item h5 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #c43701;
    margin-top: 10px;
}


/* Responsive */
@media (max-width: 768px) {
    .section-header p {
        font-size: 1rem;
    }
}

/* CTA Section */
.cta-section {
    padding: 70px 20px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    background: hsla(4, 93%, 67%, 1);
    background: linear-gradient(90deg, hsla(4, 93%, 67%, 1) 0%, hsla(29, 86%, 52%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(4, 93%, 67%, 1) 0%, hsla(29, 86%, 52%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(4, 93%, 67%, 1) 0%, hsla(29, 86%, 52%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#F9655B", endColorstr="#EE821A", GradientType=1);

}

.cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 1.1rem;
    margin: 0 auto 30px;
    line-height: 1.6;
}

/* Buttons */
.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.cta-buttons a {
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Primary Button */
.btn-primary {
    background: #fff;
    color: #c43701;
}

.btn-primary:hover {
    background: #f1f5f9;
    color: #eb4314;
}

/* Outline Button */
.btn-outline {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.btn-outline:hover {
    background: #fff;
    color: #d74d03;
}

/* Responsive */
@media (max-width: 768px) {
    .cta-section h2 {
        font-size: 1.6rem;
    }

    .cta-section p {
        font-size: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
    }
}

/* FAQ Section */
.faq-section {
    padding: 60px 20px;
    background: #f9fbff;
}


/* FAQ Items */
.faq-item {
    margin-bottom: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: #ff6918;
    color: #fff;
    text-align: left;
    padding: 16px 20px;
    border: none;
    outline: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-toggle {
    font-size: 1.2rem;
    font-weight: bold;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 15px 20px;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-question {
        font-size: 0.95rem;
    }
}

.section-header h3 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #0d1b2a;
}

.cta-section h3 {
    font-weight: 700 !important;
    margin-bottom: 15px;
    color: #fff;
}

.challenge-section {
    padding: 40px 20px;

}

.challenge-section .section-header h2 {
    font-weight: 700;
    color: #111827;
    margin-bottom: 35px;
}

.challenge-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.challenge-list li {
    font-size: 18px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 18px;
    position: relative;
    padding-left: 38px;
}

.challenge-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #c43701;
    font-weight: bold;
}

.challenge-section p {
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
}

.challenge-section p strong {
    color: #111827;
}

.challenge-section img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.challenge-section img:hover {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .challenge-list li {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .challenge-section {
        padding: 60px 15px;
    }

    .challenge-list li {
        font-size: 16px;
        padding-left: 30px;
    }
}

@media (max-width: 480px) {
    .challenge-list li {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .challenge-section p {
        font-size: 15px;
    }
}

.solution-section {
    padding: 0px 20px 40px 20px;
    background: #fff;
}

.solution-section h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
    color: #111827;
}

.solution-card {
    background: linear-gradient(145deg, #f3f6ff 0%, #ffffff 100%);
    border-radius: 16px;
    padding: 28px 22px;
    height: 100%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    transition: transform .25s ease, box-shadow .25s ease;
    text-align: center;
}

.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.solution-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    display: block;
    /* Optional tint for black SVGs (keeps it subtle) */
}

.solution-card h4 {
    font-size: 19px;
    font-weight: 600;
    margin: 8px 0 10px;
    color: #111827;
}

.solution-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

/* Responsive typography */
@media (max-width: 992px) {
    .solution-section h2 {
        font-size: 28px;
    }

    .solution-card h4 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .solution-section {
        padding: 60px 15px;
    }

    .solution-section h2 {
        font-size: 26px;
    }

    .solution-card p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .solution-section h2 {
        font-size: 22px;
    }
}

.solution-section h3 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
    color: #111827;
}

.why-section h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #111827;
}

.why-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.why-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    transition: filter 0.3s ease-in-out;
}

/*.why-card:hover img {
      filter: invert(28%) sepia(97%) saturate(1816%) hue-rotate(212deg) brightness(92%) contrast(96%);
      /* Changes to greenish on hover */
}

*/ .why-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111827;
}

.why-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

/* Responsive */
@media(max-width:768px) {
    .why-section h2 {
        font-size: 26px;
    }

    .why-card h4 {
        font-size: 18px;
    }

    .why-card p {
        font-size: 15px;
    }
}

@media(max-width:480px) {
    .why-section h2 {
        font-size: 22px;
    }
}

.why-section h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #111827;
}

.why-section {
    padding: 40px 20px;
    background: #f8faff;
}

.services-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.services-section h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
    color: #1e3a8a;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.service-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 15px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #c43701;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.service-card h4 {
    font-size: 1.2rem;
    color: #111827;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #374151;
}

.cta-btn {
    display: inline-block;
    background: #c43701;
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cta-btn:hover {
    background: #eb4314;
    color: #fff;
}

@media (max-width: 600px) {
    .services-section h2 {
        font-size: 1.8rem;
    }

    .service-card {
        padding: 20px 15px;
    }
}

.services-section h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #111827;
}

.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    /* horizontal center */
    padding: 0;
    /* remove extra padding */
    width: 50px;
    /* square shape */
    height: 50px;
    /* square shape */
    border-radius: 8px;
    /* rounded corners */
}

.back-to-top i {
    font-size: 20px;
    /* adjust icon size */
    line-height: 1;
    /* fix vertical alignment */
}

h5.modal-title {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin: 10px 0;
}

h5.modal-title:after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 5px solid #c43701;
    margin: 0 auto;
    width: 236px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    bottom: -15px;
    z-index: -1;
}

.form-group label.control-label {
    color: #9e9e9e;
    font-size: 14px;
    display: none;
}

button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ffff;
    z-index: 99999;
    border: 2px solid #7f7f7f;
    padding: 10px;
}

.desktop-form {
    position: relative;
}

.partner-wrap {
    display: flex;
    flex-wrap: wrap;
}

.logo-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partner-logo {
    margin: 10px 6px;
}

h1,
.h1 {
    5rem
}

h2,
.h2 {
    4.5rem
}

h3,
.h3 {
    4rem
}

h4,
.h4 {
    3.5rem
}

h5,
.h5 {
    3rem
}

h6,
.h6 {
    2.5rem
}

@media (max-width: 1024px) {
    body {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {

    h1,
    .h1 {
        4.5rem
    }

    h2,
    .h2 {
        4rem
    }

    h3,
    .h3 {
        3.5rem
    }

    h4,
    .h4 {
        3rem
    }

    h5,
    .h5 {
        2.5rem
    }

    h6,
    .h6 {
        2rem
    }
}

@media (max-width: 767px) {
    .logo-wrapper {
        justify-content: center;
    }

    .partner-wrap {
        justify-content: center;
    }

    .testimonial-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
p.privacy {
    color: #040404;
    font-size: 14px;
}
