/* Ensure navbar is always above header top for menu accessibility */
.navbar {
    position: relative;
    z-index: 1051;
}
.header-top {
    position: relative;
    z-index: 1049;
}
/* Ensure social icons align left on mobile for header */
@media (max-width: 575.98px) {
    .header-top .social-media.social-media-header {
        justify-content: flex-start !important;
        text-align: left !important;
        display: flex !important;
        gap: 10px;
        margin-top: 10px;
    }
    .header-top .col-md-4 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
/* Responsive fixes for header contact info */
@media (max-width: 575.98px) {
    .header-top .left-site-box ul {
        flex-direction: column;
        gap: 0.25rem;
        padding-left: 0;
    }
    .header-top .left-site-box ul li {
        width: 100%;
        display: block;
        font-size: 13px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .header-top .left-site-box ul li a {
        font-size: 13px;
        word-break: break-all;
        display: inline-block;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .header-top .social-media {
        justify-content: flex-start;
        gap: 10px;
    }
}
/* Make all .step-card boxes the same height and center content */
.steps-wrapper {
    display: flex;
    gap: 24px;
}

.step-card {
    flex: 1 1 0;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 24px 16px;
}

/* Ensure testimonial carousel indicators (dots) are visible and styled */
.testimonials .carousel-indicators {
    position: static;
    margin-top: 24px;
    justify-content: center;
}

.testimonials .carousel-indicators button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #00BED6;
    opacity: 0.4;
    border: none;
    margin: 0 6px;
    transition: opacity 0.3s, background 0.3s;
}

.testimonials .carousel-indicators .active {
    opacity: 1;
    background-color: #00BED6;
    box-shadow: 0 0 0 2px #fff, 0 0 8px #00BED6;
}

.testimonial-card {
    min-height: 200px;
}

.testimonial-photo {
    flex: 0 0 30%;
    max-width: 30%;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.testimonial-details {
    flex: 0 0 70%;
    max-width: 70%;
}

.testimonial-text {
    font-size: 16px;
    font-style: italic;
}

.testimonial-quote-mark {
    font-size: 36px;
    color: #00BED6;
    font-weight: bold;
    vertical-align: -10px;
}

/* testimonials section styles */
.testimonials {
    padding: 10px 0 70px 0;
}

.testimonials h3 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}

.testimonials h6 {
    font-size: 16px;
    color: #626262;
    text-align: center;
    margin: 15px 0 45px 0 !important;
}

/* Contact Banner Icon Contrast */
.contact-banner-icon-contrast {
    filter: brightness(0) saturate(100%) invert(36%) sepia(99%) saturate(749%) hue-rotate(175deg) brightness(95%) contrast(95%);
}

/* Infographic Workflow Section Styles */
.infographic-container {
    background: linear-gradient(90deg, #e3f2fd 0%, #fce4ec 100%);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(30, 64, 175, 0.08);
    padding: 32px 16px;
}

.infographic-steps {
    gap: 32px;
}

.infographic-step {
    flex: 1;
    min-width: 180px;
    position: relative;
}

.step-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.step-green {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    box-shadow: 0 4px 16px rgba(67, 233, 123, 0.15);
}

.step-blue {
    background: linear-gradient(135deg, #1976d2 0%, #64b5f6 100%);
    box-shadow: 0 4px 16px rgba(25, 118, 210, 0.15);
}

.step-dark {
    background: linear-gradient(135deg, #283e51 0%, #485563 100%);
    box-shadow: 0 4px 16px rgba(40, 62, 81, 0.15);
}

.step-pink {
    background: linear-gradient(135deg, #ff512f 0%, #dd2476 100%);
    box-shadow: 0 4px 16px rgba(255, 81, 47, 0.15);
}

.step-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
}

.step-label {
    font-weight: 600;
    color: #fff;
}

.step-title {
    margin-top: 16px;
    font-weight: 500;
}

.step-green-title {
    color: #388e3c;
}

.step-blue-title {
    color: #1976d2;
}

.step-dark-title {
    color: #283e51;
}

.step-pink-title {
    color: #dd2476;
}

.step-desc {
    font-size: 0.95rem;
    color: #333;
}

/* our workflow section css(start) */
.our-workflow {
    background: linear-gradient(120deg, #fce4ec 0%, #e3f2fd 100%);
    padding: 70px 0;
}

.our-workflow h3 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}

.our-workflow h6 {
    font-size: 16px;
    color: #626262;
    text-align: center;
    margin: 15px 0 45px 0 !important;
}

/* our workflow section css(end) */
.stepper-center-step {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin-bottom: 10px;
}

.stepper-center-step.step-right {
    flex-direction: row;
}

.stepper-center-step.step-left {
    flex-direction: row-reverse;
}

.stepper-info-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 18px 24px;
    min-width: 260px;
    max-width: 340px;
    margin: 0 24px;
    border: 1px solid #e0e0e0;
}

.stepper-info-box h4 {
    margin-top: 0;
    color: #00bcd4;
    font-size: 1.2rem;
    font-weight: 600;
}

.stepper-info-box p {
    margin: 10px 0 12px 0;
    color: #444;
    font-size: 1rem;
}

.stepper-info-box ul {
    padding-left: 18px;
    margin: 0;
    color: #222;
    font-size: 0.98rem;
}

.stepper-info-box ul li {
    margin-bottom: 4px;
}

.our-services>.container>h3 {
    color: #222 !important;
}

.our-services>.container>h6 {
    color: #666 !important;
}

/* Why Choose Us Stepper Section - Restore Horizontal Layout and Style */
.why-choose-us .steps-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
    margin-top: 24px;
}

.why-choose-us .step-card {
    background: linear-gradient(135deg, #e3f2fd 70%, #fff 100%);
    border-radius: 50px 16px 16px 16px;
    box-shadow: 0 4px 24px rgba(33, 150, 243, 0.10);
    padding: 32px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 220px;
    max-width: 260px;
    transition: box-shadow 0.3s, transform 0.3s;
    border: 1px solid #bbdefb;
}

.why-choose-us .step-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px) scale(1.03);
    border-color: #b2ebf2;
}

.why-choose-us .step-icon {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Stack content vertically for better visual separation */
    font-size: 1.15rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 2px;
    text-align: center;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;

    /* Circular number badge above title */
    .why-choose-us .step-number {
        width: 54px;
        height: 54px;
        background: linear-gradient(135deg, #2196f3 60%, #90caf9 100%);
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        box-shadow: 0 2px 8px rgba(33, 150, 243, 0.10);
        border: 2px solid #fff;
    }

    .why-choose-us .step-title {
        font-size: 1.2rem;
        font-weight: 700;
        color: #1565c0;
        margin-bottom: 4px;
        text-align: center;
        letter-spacing: 0.5px;
    }

    .why-choose-us .step-desc {
        font-size: 1rem;
        color: #333;
        text-align: center;
        margin-top: 6px;
        font-weight: 400;
        line-height: 1.5;
    }
}

/* Removed vertical stepper styles */
.our-services,
.our-services h3,
.our-services h6,
.our-services .service-provide-card h4,
.our-services .service-bullets li {
    color: #fff !important;
}

/* Our Services Attractive Box Styles */
.service-provide-card {
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(52, 152, 219, 0.12);
    border: 2px solid #eaf6fb;
    background: linear-gradient(135deg, #f8fbff 60%, #eaf6fb 100%);
    padding: 32px 18px 24px 18px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    text-align: center;
}

.service-provide-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 12px 32px rgba(52, 152, 219, 0.18);
    border-color: #3498db;
}

.service-provide-card h4 {
    color: #3498db;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.service-provide-card ul.service-bullets {
    padding-left: 0;
    margin: 0;
}

/* Service Card - Minimal, No Background */
.service-provide-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 32px 24px 24px 24px;
    transition: box-shadow 0.3s, transform 0.3s;
    border: 1px solid #e0e0e0;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.service-provide-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-6px) scale(1.03);
    border-color: #b2ebf2;
}

.service-provide-card h4 {
    color: #222;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.service-provide-card img.service-provide-pic {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 8px;
}

/* Modern Minimal Bullets */
.service-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.service-bullets li {
    color: #222;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-bullets li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00bcd4;
    margin-right: 10px;
}

.service-bullets li:last-child {
    margin-bottom: 0;
}

.service-provide-card.service-provide-card-aqua-green-bg,
.service-provide-card.service-provide-card-blue-bg,
.service-provide-card.service-provide-card-orange-bg {
    background: #fff;
}

.redesigned-steps .step-desc {
    font-size: 1rem;
    color: #555;
    text-align: center;
}

.redesigned-steps .step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.redesigned-steps .step-arrow img {
    width: 32px;
    height: 32px;
    opacity: 0.5;
}

@media (max-width: 991px) {
    .redesigned-steps .steps-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .redesigned-steps .step-card {
        margin: 16px 0;
        max-width: 100%;
    }

    .redesigned-steps .step-arrow {
        display: none;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #111;
}

img,
img:hover,
img:focus {
    outline: 0 none;
}

img,
svg,
span,
label {
    vertical-align: middle;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #0659d7;
    outline: 0 none;
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
}


:root {
    --font-size-h1: min(max(25px, calc(1.5625rem + ((1vw - 3.2px) * 2.8409))), 50px);
    --font-size-h2: min(max(23px, calc(1.375rem + ((1vw - 3.2px) * 2.0455))), 40px);
    --font-size-h3: min(max(21px, calc(1.3125rem + ((1vw - 3.2px) * 1.5909))), 35px);
    --font-size-h4: min(max(20px, calc(1.25rem + ((1vw - 3.2px) * 1.1364))), 30px);
    --font-size-h5: min(max(18px, calc(1.125rem + ((1vw - 3.2px) * 0.7955))), 25px);
    --font-size-h6: min(max(16px, calc(1rem + ((1vw - 3.2px) * 0.4545))), 20px);
    --font-size-50: min(max(29px, calc(1.5625rem + ((1vw - 3.2px) * 2.8409))), 50px);
    --font-size-90: min(max(40px, calc(2.5rem + ((1vw - 3.2px) * 3.125))), 90px);
    --font-size-60: min(max(30px, calc(1.875rem + ((1vw - 3.2px) * 2.8355))), 60px);
}

p {
    font-size: 16px;
    margin: 0 !important;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/* header css(start) */
header {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

header .navbar-expand-lg .navbar-nav {
    gap: 25px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #00BED6;
}

header .navbar .contact-btn {
    background: #00BED6;
    border: 0 none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
}

.btn-hvr {
    position: relative;
    overflow: hidden;
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.contact-banner-btn {
    background: linear-gradient(90deg, #2c5364 0%, #00BED6 100%);
    color: #fff;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border: 2px solid #00BED6;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(44, 83, 100, 0.12);
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: background 0.3s, box-shadow 0.3s, border 0.3s;
    cursor: pointer;
    display: inline-block;
}

.contact-banner-btn:hover,
.contact-banner-btn:focus {
    background: linear-gradient(90deg, #00BED6 0%, #2c5364 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 190, 214, 0.18);
    border-color: #2c5364;
    outline: none;
}

/* hero section css(start) */
.hero {
    background: url(../images/hero-bg.png) no-repeat right center #FBFCFE;
    padding: 100px 0 100px;
    background-size: 70% auto;
}

.hero h1,
.hero-banner h1,
.hero-banner h2 {
    font-size: 70px;
    color: #111;
    font-weight: 700;
    line-height: 90px;
}

.hero p,
.hero-banner p {
    color: #464646;
    line-height: 25px;
    margin: 30px 0 !important;
}

.hero-banner p {
    margin: 10px 0 20px !important;
}

.hero button,
.hero-banner .carousel-caption button {
    background: #00BED6;
    border: 0 none;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 17px 55px 18px 35px;
    border-radius: 50px;
    position: relative;
}

header.sticky-top {
    background: #fff;
}

.hero button::after,
.hero-banner .carousel-caption button::after {
    background: url(../images/right-arrow.svg) no-repeat center;
    position: absolute;
    right: 15px;
    top: 18px;
    content: '';
    width: 32px;
    height: 32px;
}

/* footer css(start) */
footer {
    background: #eee;
    padding-top: 50px;
    font-size: 18px;
    color: #292929;
}

footer .about-company {
    margin: 20px 0 40px !important;
}

footer h4 {
    font-size: 24px;
    color: #292929;
    font-weight: 500;
    margin-bottom: 20px !important;
}

footer .ftr-link a {
    font-size: 17px;
    color: #292929;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    margin: 5px 0;
}

footer .ftr-link a:hover {
    color: #00BED6;
    padding-left: 10px;
}

footer .social-media {
    display: flex;
    gap: 13px;
}

footer .social-media a {
    width: 32px;
    height: 32px;
    background: #5B6871;
    text-align: center;
    border-radius: 32px;
}

footer .social-media a:hover {
    background: #00bedc;
}

footer .social-media a img {
    transition: all .3s ease-in-out;
}

footer .social-media a:hover img {
    transform: rotate(360deg);
    transition: all .3s ease-in-out;
}

.copyright-row {
    background: #00bedc;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 13px 0;
}

/* footer css(end) */

/* why choose us section css(start) */
.why-choose-us {
    padding: 70px 0;
}

.why-choose-us h3 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}

.why-choose-us h6 {
    font-size: 16px;
    color: #626262;
    text-align: center;
    margin: 15px 0 !important;
}

.why-choose-us p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 30px 0 !important;
}

.why-choose-us .our-features {
    text-align: center;
}

.why-choose-us .our-features .name-of-success {
    font-size: 22px;
    color: #00bed6;
    background: none;
    border: 1px solid #00bed6;
    padding: 12px 25px;
    border-radius: 60px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.why-choose-us .our-features .name-of-success span {
    position: relative;
    z-index: 1;
}

.why-choose-us .our-features .name-of-success::before {
    position: absolute;
    top: -2px;
    left: -320px;
    content: "";
    width: 300px;
    height: 65px;
    background-color: #00bed6;
    transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.why-choose-us .our-features .name-of-success:hover::before {
    top: -3px;
    left: -10px;
    color: #fff;
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

.why-choose-us .our-features .name-of-success:hover span {
    color: #fff;
}

.why-choose-us .our-features .number-of-success {
    font-size: 65px;
    font-weight: 700;
    text-align: center;
    padding: 35px 0 0;
    color: #00bed6;
}

/* .why-choose-us .our-features p{
    margin: 20px 0 0 !important;
} */

.why-choose-us .why-choose-us-banner {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

/* why choose us section css(end) */

/* our services section css(start) */
.our-services {
    background: #eee;
    padding: 70px 0;
}

.our-services h3 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}

.our-services h6 {
    font-size: 16px;
    color: #626262;
    text-align: center;
    margin: 15px 0 45px 0 !important;
}

.our-services .explore-all-btn {
    background: #00BED6;
    border: 0 none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 50px;
}

.our-services .service-provide-card {
    background-image: linear-gradient(#f2f3fe, #919198);
    width: 100%;
    height: 400px;
    padding: 20px 15px;
    position: relative;
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    overflow: hidden;
}

.our-services .service-provide-card:hover {
    background-image: linear-gradient(#919198, #f2f3fe);
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

.our-services .service-provide-card.service-provide-card-aqua-green-bg {
    background-image: linear-gradient(#009bae, #00e2ff);
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

.our-services .service-provide-card.service-provide-card-aqua-green-bg:hover {
    background-image: linear-gradient(#00e2ff, #009bae);
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

.our-services .service-provide-card.service-provide-card-blue-bg {
    background-image: linear-gradient(#4579e4, #002f8e);
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

.our-services .service-provide-card.service-provide-card-blue-bg:hover {
    background-image: linear-gradient(#002f8e, #4579e4);
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

.our-services .service-provide-card.service-provide-card-orange-bg {
    background-image: linear-gradient(#ff0000, #ff7070);
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

.our-services .service-provide-card.service-provide-card-orange-bg:hover {
    background-image: linear-gradient(#ff7070, #ff0000);
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

.our-services .service-provide-card.service-provide-card-aqua-green-bg h4,
.our-services .service-provide-card.service-provide-card-blue-bg h4,
.our-services .service-provide-card.service-provide-card-orange-bg h4,
.our-services .service-provide-card.service-provide-card-aqua-green-bg p,
.our-services .service-provide-card.service-provide-card-blue-bg p,
.our-services .service-provide-card.service-provide-card-orange-bg p {
    color: #fff;
}

.our-services .service-provide-card h4 {
    text-align: center;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px !important;
}

.our-services .service-provide-card p {
    font-size: 15px;
    font-weight: 300;
    color: #464646;
}

.our-services .service-provide-card .service-provide-pic {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out;
}

.our-services .service-provide-card:hover .service-provide-pic {
    transition: all .3s ease-in-out;
    transform: scale(1.2);
}


/* our services section css(end) */

/* portfolio section css(start) */
.portfolio {
    padding: 70px 0;
}

.portfolio h3 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}

.portfolio h6 {
    font-size: 16px;
    color: #626262;
    text-align: center;
    margin: 15px 0 45px 0 !important;
}

.portfolio .view-all-btn {
    background: #00BED6;
    border: 0 none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 30px;
}

.portfolio .portfolio-card {
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}

.portfolio .portfolio-card img {
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}

.portfolio .portfolio-card:hover img {
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}

.portfolio .portfolio-card .portfolio-card-ftr {
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(4px);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 23px;
}

.portfolio .portfolio-card .portfolio-card-ftr .portfolio-name-n-date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.portfolio .portfolio-card .portfolio-card-ftr p {
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
}

.portfolio .portfolio-card .portfolio-card-ftr span {
    font-size: 14px;
    font-style: italic;
}

.portfolio .portfolio-card .portfolio-card-ftr button {
    border: 0 none;
    background: #444;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 40px;
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

.portfolio .portfolio-card:hover .portfolio-card-ftr button {
    background: #00BED6;
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

/* portfolio section css(end) */

/*about Page css start*/

.hero-about {
    background: #00C0E4;
    background: url(../images/about-bg-img.jpg) no-repeat center fixed #00C0E4;
    padding: 20px;
    color: white;
    text-align: center;
    height: 380px;
    display: flex;
    align-items: center;
}

.hero-about h1 {
    font-size: var(--font-size-60);
    font-weight: 600;
}

.card-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.team-member img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.team-member:hover img {
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}

.hero-about p {
    font-size: 20px;
}

.py-100 {
    padding: 100px 0px;
}

.about-right-box h2,
.what_set-box h2,
.set-h2 h2 {
    font-size: var(--font-size-h2);
    font-weight: 600;
    color: #111;
}

.set-h2.meet-box h2 {
    max-width: 800px;
    display: flex;
    justify-content: center;
    margin-left: auto !important;
    width: 100%;
    margin-right: auto !important;
}

.about-right-box span {
    font-size: 22px;
    color: #000;
    margin: 20px 0;
    display: block;
    font-weight: 500;
}

.what-set-box {
    background: #eeeeee;
}

.team-member {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s;
}

.team-member .social-icons img {
    width: 100%;
    height: auto;
    filter: brightness(1) invert(1);
    display: block;
    width: 25px;
}

.social-icons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 15px;
    border-radius: 10px;
}

.team-member:hover .social-icons {
    opacity: 1;
}

.social-icons a {
    color: #000;
    font-size: 18px;
    transition: color 0.2s;
}

.social-icons a:not(:last-child) {
    border-right: 1px solid #a5a5a5;
    margin-right: 10px;
    padding-right: 10px;
}

.member-name {
    margin-top: 10px;
    font-weight: 600;
}

.member-role {
    color: gray;
    font-size: 0.95rem;
}

.ready-box h2 {
    font-weight: 600;
    color: #111;
    font-size: var(--font-size-h2);
    padding-bottom: 15px;
}

.ready-box {
    background: #eeeeee;
    border-radius: 15px;
    margin: 0 0 100px 0;
    padding: 50px 20px;
}

.btn-site {
    background: #00BED6;
    border: 0 none;
    font-size: 17px;
    color: #fff !important;
    text-align: center;
    padding: 11px 30px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
}

.ready-box p.mb-4 {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #666666;
}

.our-promis-box h2 {
    font-size: var(--font-size-h2);
    font-weight: 600;

}

.our-heding {
    max-width: 655px;
    margin: 0 auto 50px;
    text-align: center;
}

section.our-promis-box {
    padding-bottom: 100px;
}

section.our-promis-box .our-promis-icon {
    background: #ECFAFB;
    width: 85px;
    height: 85px;
    border-radius: 85px;
    text-align: center;
}

section.our-promis-box .our-promis-icon img {
    width: 56px;
    height: 56px;
    margin: 14px;
    transition: all .3s ease-in-out;
}

section.our-promis-box .our-promis-icon:hover img {
    transform: rotate(360deg);
    transition: all .3s ease-in-out;
}

.slider-box {
    /* display: flex;
    align-items: center;
    gap: 20px; */
    overflow: hidden;
}

.slider-box .slider-box-icon {
    background: #ECFAFB;
    width: 75px;
    height: 75px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

.what-set-box .slick-slide .slider-box .slider-box-icon img {
    width: 56px;
    height: 56px;
    margin: 9px;
    transition: all .3s ease-in-out;
}

.what-set-box .slick-slide {
    transition: all .3s ease-in-out;
}

.what-set-box .slick-slide:hover {
    background-color: #ECFAFB !important;
    transition: all .3s ease-in-out;
}

.what-set-box .slick-slide:hover .slider-box .slider-box-icon {
    background: #fff;
}

.what-set-box .slick-slide:hover .slider-box .slider-box-icon img {
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}

.what-set-box .slick-dots li.slick-active button:before {
    color: #00bed6;
}

.what-set-box .slick-dots li button:before {
    font-size: 17px;
}

.slider-box h5 {
    text-align: left;
    font-size: 22px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 95px);
    margin: 0 0 0 10px !important;
}

.what-set-box .slick-slide {
    border: 1px solid #ddd;
    text-align: left !important;
}

.what-set-box .slick-prev,
.what-set-box .slick-next {
    display: none !important;
}

.our-services-section {
    padding: 65px 0;
}

.our-services-section .services-card {
    padding: 25px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-height: 460px;
    margin: 15px 0;
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

.our-services-section .services-card:hover {
    background: #fff;
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
}

.our-services-section .services-card:hover .services-n-numbers span {
    -webkit-text-stroke: 1px #00BED6;
    color: #fff;
}

.our-services-section .services-card .services-n-numbers {
    display: flex;
    justify-content: space-between;

}

.our-services-section .services-card .services-n-numbers span {
    font-size: 65px;
    font-weight: 600;
    color: #fafafa;
    -webkit-text-stroke: 1px #ccc;
    line-height: 85px;
}

.our-services-section .services-card .services-n-numbers .services-card-icon {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

.our-services-section .services-card:hover .services-n-numbers .services-card-icon {
    background: #ECFAFB;
}

.our-services-section .services-card .services-n-numbers .services-card-icon img {
    width: 56px;
    height: 56px;
    margin: 15px;
    transition: all .3s ease-in-out;
}

.our-services-section .services-card:hover .services-n-numbers .services-card-icon img {
    transition: all .3s ease-in-out;
    transform: scale(1.2);
}

.our-services-section .services-card h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 15px !important;
}

.our-services-section .services-card p {
    color: #666;
    font-size: 16px;
}

.our-services-section .services-card ul {
    margin: 15px 0 0;
    padding: 0;
}

.our-services-section .services-card ul li {
    margin: 0;
    position: relative;
    padding: 5px 0 5px 25px;
    font-size: 16px;
    color: #666;
}

.our-services-section .services-card ul li::before {
    background: url(../images/check-icon.png) no-repeat center;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
}

.contact-content {
    padding: 80px 0;
}

.contact-content h2 {
    font-size: var(--font-size-h2);
    font-weight: 600;
    color: #111;
    margin-bottom: 30px !important;
}

.contact-content .contact-details {
    margin: 0;
    padding: 0;
}

.contact-content .contact-details li {
    padding: 15px 0 15px 40px;
}

.contact-content .contact-details li.contact-call {
    background: url(../images/call-icon.svg) no-repeat 0 13px;
}

.contact-content .contact-details li.contact-email {
    background: url(../images/email-icon.svg) no-repeat 0 13px;
}

.contact-content .contact-details li.contact-map {
    background: url(../images/map-icon.svg) no-repeat 0 13px;
}

.contact-content .contact-details li a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    word-wrap: break-word;
    text-decoration: none;
}

.contact-content .contact-form-block {
    background: #eee;
    border-radius: 10px;
    width: 100%;
    font-size: inherit;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.contact-content .contact-form-block .contact-form-title {
    font-size: 23px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}

.contact-content .contact-form-block .row .col-xxl-6:first-child {
    padding-right: 8px;
}

.contact-content .contact-form-block .row .col-xxl-6:last-child {
    padding-left: 8px;
}

.contact-content .contact-form-block .form-floating {
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 10px 30px 10px 10px;
    border: 2px solid transparent;
    margin: 12px 0;
    font-size: 0;
}

.contact-content .contact-form-block .form-floating .form-control {
    background: none;
    border: 0 none;
    height: 38px;
    min-height: inherit !important;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    width: calc(100% - 45px);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.contact-content .contact-form-block .form-floating .form-control:hover,
.contact-content .contact-form-block .form-floating .form-control:focus {
    border: 0 none;
    outline: 0 none;
    box-shadow: 0 0;
}

.contact-content .contact-form-block .form-floating .form-control::placeholder {
    color: #777;
}

.contact-content .contact-form-block .form-floating .form-control-field-icon {
    display: inline-block;
    vertical-align: middle;
}

.contact-content .contact-form-block .form-floating.field-error {
    border-color: #EE0101;
}

.contact-content .contact-form-block .form-floating.field-error .form-control-field-error-icon {
    opacity: 1;
}

.contact-content .contact-form-block .form-floating .field-error-msg {
    position: absolute;
    bottom: -21px;
    left: 0;
    font-size: 13px;
    font-weight: 500;
    color: #EE0101;
    display: none;
}

.contact-content .contact-form-block .form-floating.field-error .field-error-msg {
    display: block;
}

.contact-content .contact-form-block .form-floating.select-department-field {
    padding: 10px 30px 10px 15px;
    cursor: pointer;
}

.contact-content .contact-form-block .form-floating.select-department-field .select-department-down-arrow {
    position: absolute;
    right: 15px;
    top: 22px;
    width: 12px;
    height: 14px;
}

.contact-content .contact-form-block .form-floating.select-department-field::after {
    right: 35px;
}

.contact-content .contact-form-block .form-floating.select-department-field .form-control {
    line-height: 38px;
}

.contact-content .contact-form-block .form-floating.select-department-field .select-department-options {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    display: none;
}

.contact-content .contact-form-block .form-floating.select-department-field .select-department-options ul li {
    font-size: 15px;
    padding: 8px 10px;
    margin: 1px 0;
}

.contact-content .contact-form-block .form-floating.select-department-field .select-department-options ul li:first-child {
    margin-top: 0;
    border-radius: 3px 3px 0 0;
}

.contact-content .contact-form-block .form-floating.select-department-field .select-department-options ul li:last-child {
    margin-bottom: 0;
    border-radius: 0 0 3px 3px;
}

.contact-content .contact-form-block .form-floating.select-department-field .select-department-options ul li:hover {
    background: #E7F1FC;
}

.contact-content .contact-form-block .form-floating.msg-field {
    padding: 15px;
}

.contact-content .contact-form-block .form-floating.msg-field textarea {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    width: 100%;
    height: 150px;
    resize: none;
    margin-left: 0;
}

.contact-content .contact-form-block .form-floating.msg-field textarea::placeholder {
    color: #777;
}

.contact-content .contact-form-block .form-floating.msg-field textarea:focus {
    outline: 0 none;
    border: 0 none;
}

.contact-content .contact-form-block .form-floating.msg-field::after {
    display: none;
}

.contact-content .contact-form-block .contact-form-btn {
    background: #00BED6;
    border: 0 none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 20px 0 15px 0;
    width: 200px;
}

.contact-content .contact-form-block .user-agree-terms-conditions {
    font-size: 0;
    clear: both;
    margin-top: 5px;
}

.contact-content .contact-form-block .user-agree-terms-conditions .std-toggle-switch {
    display: inline-block;
    vertical-align: top;
}

.contact-content .contact-form-block .user-agree-terms-conditions p {
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #111;
}

.contact-content .contact-form-block .user-agree-terms-conditions p a {
    color: #0156A5;
    font-weight: 700;
    text-decoration: underline;
}

.contact-content .contact-ggl-map {
    margin: 40px 0 0;
}

.contact-content .contact-ggl-map iframe {
    border-radius: 10px;
    overflow: hidden;
}

#topcontrol {
    bottom: 30px !important;
    right: 50px !important;
    width: 41px;
    height: 41px;
    background: #444;
    border-radius: 41px;
    text-align: center;
    position: relative;
}

#topcontrol img {
    display: none !important;
}

#topcontrol::before {
    background: url(../images/right-arrow.svg) no-repeat center;
    width: 32px;
    height: 32px;
    transform: rotate(-90deg);
    position: absolute;
    top: 4px;
    left: 4px;
    content: '';
}

.header-top {
    background: #00BED6;
    padding: 7px 0;
}

.left-site-box ul {
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.left-site-box ul a {
    color: #fff;
    text-decoration: none;
}

.header-top .social-media {
    float: right;
}

.header-top .social-media a {
    padding: 0 2px;
    color: transparent;
}

.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-prev-icon {
    background-color: #000;
    background-size: 70%;
}

.hero-banner .carousel-indicators {
    display: none;
}

.hero-banner .carousel-item {
    background: url(../images/hero-bg-old.png) no-repeat right center #FBFCFE;
    padding: 120px 0 120px;
}

.hero-banner .carousel-caption {
    position: unset;
    max-width: 960px;
    margin: 0 auto;
}

/* Custom carousel control icon styles */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    filter: invert(1);
}

/* Contact Banner Section */
.contact-banner-home {
    background: linear-gradient(90deg, #0f2027 0%, #2c5364 100%);
    color: #fff;
    padding: 3rem 0;
    position: relative;
}

.contact-banner-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.contact-banner-desc {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.contact-banner-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    margin-top: 18px;
}

.contact-banner-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.contact-banner-icon {
    width: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

.contact-banner-form {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    color: #222;
}

.contact-banner-btn {
    background: linear-gradient(90deg, #2c5364 0%, #00BED6 100%);
    color: #fff;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border: 2px solid #00BED6;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(44, 83, 100, 0.12);
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: background 0.3s, box-shadow 0.3s, border 0.3s;
    cursor: pointer;
    display: inline-block;
}

.contact-banner-btn:hover,
.contact-banner-btn:focus {
    background: linear-gradient(90deg, #00BED6 0%, #2c5364 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 190, 214, 0.18);
    border-color: #2c5364;
    outline: none;
}

@media (max-width: 991.98px) {
    .contact-banner-title {
        font-size: 2rem;
    }

    .contact-banner-form {
        padding: 1rem;
    }
}

@media (max-width: 767.98px) {
    .contact-banner-home {
        padding: 2rem 0;
    }

    .contact-banner-title {
        font-size: 1.5rem;
    }

    .contact-banner-form {
        padding: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .contact-banner-home {
        padding: 1rem 0;
    }

    .contact-banner-title {
        font-size: 1.2rem;
    }

    .contact-banner-form {
        padding: 0.25rem;
    }
}

/* Sticky Navbar Styles */
.sticky-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.3s;
    background: #fff !important;
    transition: background 0.2s;
}

@keyframes slideDown {
    from {
        top: -80px;
    }

    to {
        top: 0;
    }
}

.hide-header-top {
    display: none !important;
}

.navbar-placeholder {
    height: 80px;
    display: none;
}

.sticky-navbar+.navbar-placeholder {
    display: block;
}