 
 @import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&amp;display=swap");
/*----- Default -----*/
body {
  font-size: 17px;
  font-family: "Jost", sans-serif;
  background-color: #fff;
  color: #35405c;
}
 
 


 
 .top-bar{

background:#0D47A1;

padding:10px 0;

font-size:14px;

}

.top-left a,

.top-left span{

color:#fff;

text-decoration:none;

margin-right:25px;

}

.top-left i{

color:#00ACC1;

margin-right:6px;

}

.social-icon a{

color:#fff;

margin-left:18px;

font-size:17px;

transition:.3s;

}

.social-icon a:hover{

color:#00ACC1;

}







.navbar{

background:#fff;

padding:7px 0;

}



.navbar-brand img{

height:65px;

}



.nav-link{

font-weight:600;

color:  #06306f !important;  

margin:0 8px;

}



.nav-link:hover{

color:#00ACC1 !important;

}

/* First Level Dropdown */
.navbar .dropdown:hover > .dropdown-menu{
    display:block;
    margin-top:0;
}

/* Second Level Dropdown */
.dropdown-submenu{
    position:relative;
}

.dropdown-submenu > .dropdown-menu{
    top:0;
    left:100%;
    margin-top:-1px;
    display:none;
}

.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

/* Arrow */
.dropdown-submenu > .dropdown-toggle::after{
    float:right;
    margin-top:8px;
}

/* Prevent flickering */
.dropdown-menu{
    margin-top:0;
}

.dropdown-menu{

border:none;

border-radius:15px;

padding:12px;

min-width:250px;

box-shadow:0 15px 35px rgba(0,0,0,.12);

}



.dropdown-item{

padding:7px 10px;

font-weight:550;
color: #00ACC1 !important; 

}



.dropdown-item:hover{

background:#E8FAFD;

color:#06306f !important;

}



.dropdown-submenu{

position:relative;

}



.dropdown-submenu>.dropdown-menu{

top:0;

left:100%;

margin-top:-8px;

display:none;

}



.dropdown-submenu:hover>.dropdown-menu{

display:block;

}



.dropdown-submenu:hover>a{

background:#F4FBFE;

color:#00ACC1;

}



.enquire-btn{

background:linear-gradient(90deg,#0D47A1,#00ACC1);

color:#fff;

padding:12px 28px;

border-radius:40px;

font-weight:600;

}



.enquire-btn:hover{

color:#fff;

transform:translateY(-2px);

box-shadow:0 10px 20px rgba(0,170,193,.35);

}



@media(max-width:991px){

.top-bar{

display:none;

}



.dropdown-submenu>.dropdown-menu{

position:static;

display:block;

box-shadow:none;

padding-left:15px;

}



.enquire-btn{

margin-top:15px;

display:inline-block;

}

}










































/*=========================================
            PREMIUM FOOTER
=========================================*/

.footer-section{

    position:relative;
    background:linear-gradient(135deg,#0D47A1 0%,#1565C0 45%,#00ACC1 100%);
    color:#fff;
    overflow:hidden;
    padding-top:0;

}

/* Wave */

.footer-wave{

    line-height:0;

}

.footer-wave svg{

    width:100%;
    display:block;

}

/* Container */

.footer-section .container{

    padding:80px 0 30px;

}

/* Logo */

.footer-logo{

    max-width:220px;
    margin-bottom:20px;
    display:inline-block;
    background:#fff;
    padding:18px 24px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.18);

}

/* About */

.footer-text{

    color:rgba(255,255,255,.85);
    line-height:1.9;
    font-size:15px;
    margin-bottom:30px;

}

/* Heading */

.footer-section h5{

    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
    color:#fff;
    position:relative;

}

.footer-section h5::after{

    content:"";
    width:45px;
    height:3px;
    background:#00E5FF;
    display:block;
    margin-top:10px;
    border-radius:20px;

}

/* List */

.footer-section ul{

    list-style:none;
    padding:0;
    margin:0;

}

.footer-section ul li{

    margin-bottom:15px;

}

.footer-section ul li a{

    color:rgba(255,255,255,.85);
    text-decoration:none;
    transition:.3s;

}

.footer-section ul li a:hover{

    color:#fff;
    padding-left:8px;

}

/* Contact */

.footer-section p{

    color:rgba(255,255,255,.90);
    margin-bottom:15px;
    line-height:1.8;

}

.footer-section p i{

    color:#00E5FF;
    margin-right:10px;
    width:20px;

}

/* Social Icons */

.footer-social{

    display:flex;
    gap:15px;

}

.footer-social a{

    width:45px;
    height:45px;
    background:rgba(255,255,255,.12);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.4s;
    backdrop-filter:blur(8px);

}

.footer-social a:hover{

    background:#fff;
    color:#0D47A1;
    transform:translateY(-6px);

}

/* Divider */

.footer-section hr{

    border-color:rgba(255,255,255,.15);
    margin:45px 0;

}





/* Copyright */

.copyright{

    color:rgba(255,255,255,.85);
    font-size:15px;

}

.copyright a{

    color:#fff;
    text-decoration:none;
    transition:.3s;

}

.copyright a:hover{

    color:#00E5FF;

}

/* Background Glow */

.footer-section::before{

    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-150px;
    right:-100px;

}

.footer-section::after{

    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-100px;
    left:-80px;

}


.whatsapp-btn,
.top-btn{

position:fixed;

right:25px;

width:60px;

height:60px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:24px;

z-index:999;

box-shadow:0 10px 30px rgba(0,0,0,.2);

transition:.3s;

}

.whatsapp-btn{

bottom:95px;

background:#25D366;

}

.top-btn{

bottom:25px;

background:linear-gradient(135deg,#0D47A1,#00ACC1);

}

.whatsapp-btn:hover,
.top-btn:hover{

transform:translateY(-5px);

color:#fff;

}


/*==========================
      Responsive
==========================*/

@media(max-width:991px){

.footer-section{

text-align:center;

}

.footer-social{

justify-content:center;

margin-bottom:25px;

}

.newsletter-form{

flex-direction:column;
border-radius:15px;

}

.newsletter-form input{

width:100%;

}

.newsletter-form button{

width:100%;

}

.copyright{

text-align:center;

}

.copyright .text-md-end{

text-align:center!important;
margin-top:15px;

}

}

@media(max-width:576px){

.footer-section .container{

padding:60px 15px 25px;

}

.footer-section h5{

font-size:20px;

}

.newsletter-box{

padding:25px;

}

.newsletter-box h4{

font-size:22px;

}

}


/* ===============================
   HERO SECTION
================================= */

.hero-section{
    position:relative;
    background:linear-gradient(135deg,#ffffff 0%,#f6fbff 45%,#eef7ff 100%);
    overflow:hidden;
    padding:20px 0;
}

/* Background */

.circle{
    position:absolute;
    border-radius:50%;
    z-index:0;
}

.circle.one{
    width:260px;
    height:260px;
    background:#0E63C915;
    top:-80px;
    left:-80px;
}

.circle.two{
    width:220px;
    height:220px;
    background:#3CB6FF12;
    right:5%;
    top:80px;
}

.circle.three{
    width:150px;
    height:150px;
    background:#0E63C910;
    bottom:60px;
    left:45%;
}

/* Content */

.hero-left{

position:relative;

z-index:5;

}

.hero-tag{

display:inline-flex;

align-items:center;

gap:10px;

padding:12px 22px;

background:white;

border-radius:50px;

font-size:15px;

font-weight:600;

color:#0E63C9;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.hero-tag i{

font-size:18px;

}

/* Heading */

.hero-title{

font-size:72px;

font-weight:800;

line-height:1.08;

margin-top:30px;

margin-bottom:25px;

color:#1D1D1D;

}

.hero-title span{

display:block;

color:#0E63C9;

}

/* Paragraph */

.hero-text{

font-size:18px;

line-height:34px;

color:#666;

max-width:560px;

margin-bottom:40px;

}

/* Buttons */

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

margin-bottom:45px;

}

.hero-btn{

background:linear-gradient(135deg,#0E63C9,#1E88E5);

color:white;

padding:17px 34px;

border-radius:50px;

font-weight:600;

display:flex;

align-items:center;

gap:10px;

box-shadow:0 18px 35px rgba(14,99,201,.25);

transition:.35s;

}

.hero-btn:hover{

transform:translateY(-5px);

color:white;

}

.hero-btn-outline{

border:2px solid #0E63C9;

padding:17px 34px;

border-radius:50px;

font-weight:600;

color:#0E63C9;

background:white;

transition:.35s;

}

.hero-btn-outline:hover{

background:#0E63C9;

color:white;

}

/* Bottom Feature */

.hero-feature-row{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.feature-box{

display:flex;

align-items:center;

gap:15px;

background:white;

padding:18px 22px;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.35s;

}

.feature-box:hover{

transform:translateY(-8px);

}

.feature-box i{

font-size:28px;

color:#0E63C9;

}

.feature-box h5{

margin:0;

font-size:16px;

font-weight:700;

}

.feature-box span{

font-size:13px;

color:#777;

}

/* =========================================================
           VIDEO
        ========================================================= */

        .hero-video {

            position: relative;

            z-index: 1;

            display: block;

            width: 100%;
            height: 100%;

            object-fit: cover;

            opacity: 1;

            visibility: visible;

            filter:
                saturate(.78)
                hue-rotate(12deg)
                brightness(1.04)
                contrast(.97);

        }


        /* =========================================================
           VIDEO OVERLAY
        ========================================================= */

        .hero-video-box::before {

            content: "";

            position: absolute;

            inset: 0;

            z-index: 2;

            pointer-events: none;

            background:

                linear-gradient(
                    135deg,
                    rgba(14,99,201,.10),
                    rgba(35,141,228,.04),
                    rgba(255,255,255,.02)
                );

            mix-blend-mode: color;

        }


        /* =========================================================
           VIDEO EDGE
        ========================================================= */

        .hero-video-box::after {

            content: "";

            position: absolute;

            inset: 0;

            z-index: 3;

            pointer-events: none;

            border-radius: inherit;

            border:
                1px solid
                rgba(255,255,255,.75);

            background:

                linear-gradient(
                    135deg,
                    rgba(255,255,255,.16),
                    transparent 40%,
                    rgba(14,99,201,.05)
                );

        }

/*=====================================
 HERO IMAGE PREMIUM EFFECTS
======================================*/

.glow-circle{
    position:absolute;
    width:480px;
    height:480px;
    border-radius:50%;
    background:radial-gradient(circle,
        rgba(33,150,243,.35) 0%,
        rgba(33,150,243,.18) 35%,
        rgba(33,150,243,.08) 60%,
        transparent 80%);
    z-index:1;
    animation:pulseGlow 5s ease-in-out infinite;
}

.eye-image{
    position:relative;
    z-index:5;
    animation:floatImage 6s ease-in-out infinite;
    filter:drop-shadow(0 30px 60px rgba(14,99,201,.18));
}

/* Floating Cards */

.floating-card{
    position:absolute;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(16px);
    border:1px solid rgba(255,255,255,.6);
    border-radius:20px;
    padding:18px 22px;
    box-shadow:0 20px 45px rgba(0,0,0,.10);
    display:flex;
    align-items:center;
    gap:12px;
    z-index:10;
    font-weight:600;
    color:#163A70;
}

.floating-card i{
    width:48px;
    height:48px;
    border-radius:14px;
    background:#EAF5FF;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0E63C9;
    font-size:22px;
}

.card-one{
    top:90px;
    left:-20px;
    animation:floatCard1 5s ease-in-out infinite;
}

.card-two{
    right:-10px;
    bottom:90px;
    animation:floatCard2 6s ease-in-out infinite;
}

/* Decorative Dots */

.hero-image::before{
    content:"";
    position:absolute;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#0E63C9;
    top:18%;
    right:18%;
    box-shadow:
        35px 35px #7CC6FF,
        -20px 60px #0E63C9,
        60px -20px #9ED8FF;
}

.hero-image::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    border:2px dashed rgba(14,99,201,.20);
    right:90px;
    top:100px;
    animation:rotateRing 20s linear infinite;
}

/* Animations */

@keyframes floatImage{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-15px);
}

}

@keyframes floatCard1{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-12px);
}

}

@keyframes floatCard2{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(12px);
}

}

@keyframes pulseGlow{

0%{
transform:scale(.95);
opacity:.8;
}

50%{
transform:scale(1.08);
opacity:1;
}

100%{
transform:scale(.95);
opacity:.8;
}

}

@keyframes rotateRing{

from{
transform:rotate(0deg);
}

to{
transform:rotate(360deg);
}

}

/* Responsive */
@media(max-width:1399px){

.hero-section{
padding:70px 0;
}

.hero-title{
font-size:46px;
}

.hero-image{
min-height:420px;
margin-top:60px;
}

.glow-circle{
width:320px;
height:320px;
}

.card-one,
.card-two{
position:relative;
left:0;
right:0;
top:0;
bottom:0;
margin-top:20px;
display:inline-flex;
}

.hero-feature-row{
gap:15px;
}

.feature-box{
width:100%;
}

}

@media(max-width:991px){

.hero-section{
padding:70px 0;
}

.hero-title{
font-size:46px;
}

.hero-image{
min-height:420px;
margin-top:60px;
}

.glow-circle{
width:320px;
height:320px;
}

.card-one,
.card-two{
position:relative;
left:0;
right:0;
top:0;
bottom:0;
margin-top:20px;
display:inline-flex;
}

.hero-feature-row{
gap:15px;
}

.feature-box{
width:100%;
}

}

@media(max-width:576px){

.hero-title{
font-size:38px;
}

.hero-text{
font-size:16px;
line-height:30px;
}

.hero-buttons{
flex-direction:column;
}

.hero-btn,
.hero-btn-outline{
width:100%;
justify-content:center;
}

.eye-image{
width:100%;
}

}


/*=====================================
        ABOUT SECTION
======================================*/

/*common css for banner */
/*==============================
 Page Banner
==============================*/
/* =================================
   COMMON PAGE BANNER
================================= */

.page-banner {
    position: relative;
    min-height: 350px;
    padding: 70px 0;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            135deg,
            rgba(4, 28, 65, 0.96) 0%,
            rgba(12, 76, 145, 0.88) 50%,
            rgba(30, 125, 190, 0.72) 100%
        ),
        url("/assets/images/bg.jpg") center center / cover no-repeat;

    overflow: hidden;
}

/* Decorative glow */
.page-banner::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    right: -180px;
    top: -220px;
}

/* Bottom glow */
.page-banner::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(77, 180, 220, 0.10);
    left: -150px;
    bottom: -220px;
}

/* Content */
.page-content {
    position: relative;
    z-index: 5;
    color: #fff;
}

/* Subtitle */
.page-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 9px 20px;
    border-radius: 50px;

    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);

    backdrop-filter: blur(10px);

    color: #fff;
    font-size: 15px;
    font-weight: 600;

    margin-bottom: 15px;
}

/* Title */
.page-title {
    color: #fff;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 700;
    margin: 10px 0 22px;
}

/* =================================
   BREADCRUMB
================================= */

.page-banner .breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 28px;
    margin: 0;

    background: rgba(255, 255, 255, 0.10) !important;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50px;

    backdrop-filter: blur(12px);
}

/* Breadcrumb text */
.page-banner .breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
}

/* Home */
.page-banner .breadcrumb-item a {
    color: #fff !important;
    text-decoration: none;
    transition: 0.3s ease;
}

/* Home hover */
.page-banner .breadcrumb-item a:hover {
    color: #7ee8ff !important;
}

/* Active page */
.page-banner .breadcrumb-item.active {
    color: #ffffff !important;
    font-weight: 600;
}

/* Separator */
.page-banner .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Icons */
.page-banner .breadcrumb i {
    margin-right: 5px;
}

/* =================================
   MOBILE
================================= */

@media (max-width: 768px) {

    .page-banner {
        min-height: 300px;
        padding: 60px 15px;
    }

    .page-title {
        font-size: 38px;
    }

    .page-subtitle {
        font-size: 14px;
        padding: 8px 16px;
    }

    .page-banner .breadcrumb {
        padding: 10px 18px;
    }

    .page-banner .breadcrumb-item {
        font-size: 14px;
    }
}

/*end common css for banner */


.about-section{

    position:relative;
    padding:100px 0;
    background:linear-gradient(180deg,#ffffff 0%,#F7FBFF 100%);
    overflow:hidden;

}

/* Decorative Background */

.about-section::before{

    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(14,99,201,.06);
    border-radius:50%;
    top:-120px;
    left:-120px;

}

.about-section::after{

    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(76,175,255,.08);
    border-radius:50%;
    bottom:-80px;
    right:-80px;

}

/* Left Image Wrapper */

.about-image-wrapper{

    position:relative;
    min-height:600px;

}

/* Main Image */

.about-main-image{

    width:78%;
    overflow:hidden;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.about-main-image img{

    width:100%;
    transition:.6s;

}

.about-main-image:hover img{

    transform:scale(1.05);

}

/* Small Image */

.about-small-image{

    position:absolute;
    right:0;
    bottom:40px;
    width:55%;
    overflow:hidden;
    border-radius:25px;
    border:8px solid #fff;
    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.about-small-image img{

    width:100%;
    transition:.6s;

}

.about-small-image:hover img{

    transform:scale(1.08);

}

/* Experience Card */

.experience-card{

    position:absolute;
    left:-25px;
    bottom:20px;
    background:#fff;
    width:170px;
    padding:25px;
    border-radius:22px;
    text-align:center;
    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.experience-card h2{

    font-size:48px;
    font-weight:800;
    color:#0E63C9;
    margin-bottom:8px;

}

.experience-card span{

    font-size:15px;
    font-weight:600;
    color:#666;

}

/* Right Content */

.section-tag{

    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 24px;
    border-radius:50px;
    background:#EEF6FF;
    color:#0E63C9;
    font-weight:600;

}

.section-tag i{

    font-size:18px;

}

.section-title{

    font-size:52px;
    font-weight:800;
    line-height:1.2;
    color:#222;
    margin-bottom:25px;

}

.section-title span{

    color:#0E63C9;

}

.section-description{

    font-size:17px;
    line-height:34px;
    color:#666;
    margin-bottom:35px;

}

/*=====================================
    ABOUT FEATURE CARDS
======================================*/

.about-feature{

    background:#fff;
    padding:24px;
    border-radius:22px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    transition:.4s;
    border:1px solid rgba(14,99,201,.08);
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    height:100%;

}

.about-feature:hover{

    transform:translateY(-10px);
    box-shadow:0 25px 55px rgba(14,99,201,.15);
    border-color:#0E63C9;

}

.about-feature .icon{

    width:65px;
    height:65px;
    min-width:65px;
    border-radius:18px;
    background:linear-gradient(135deg,#0E63C9,#36A3FF);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:28px;
    box-shadow:0 12px 30px rgba(14,99,201,.25);

}

.about-feature h5{

    font-size:16px;
    font-weight:700;
    margin-bottom:8px;
    color:#1b2a41;

}

.about-feature p{

    font-size:15px;
    color:#6b7280;
    line-height:28px;
    margin:0;

}

/*=====================================
        BUTTONS
======================================*/

.about-buttons{

    display:flex;
    gap:18px;
    flex-wrap:wrap;

}

.about-btn{

    background:linear-gradient(135deg,#0E63C9,#2A8BFF);
    color:#fff;
    padding:16px 34px;
    border-radius:50px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
    box-shadow:0 15px 35px rgba(14,99,201,.25);
    transition:.35s;

}

.about-btn:hover{

    transform:translateY(-5px);
    color:#fff;
    box-shadow:0 22px 45px rgba(14,99,201,.35);

}

.about-btn-outline{

    background:#fff;
    border:2px solid #0E63C9;
    color:#0E63C9;
    padding:16px 34px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;

}

.about-btn-outline:hover{

    background:#0E63C9;
    color:#fff;

}

/*=====================================
      FLOATING ANIMATION
======================================*/

.about-main-image{

    animation:aboutFloat 6s ease-in-out infinite;

}

.about-small-image{

    animation:aboutFloat2 7s ease-in-out infinite;

}

.experience-card{

    animation:badgeFloat 5s ease-in-out infinite;

}

@keyframes aboutFloat{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}

@keyframes aboutFloat2{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(10px);

}

}

@keyframes badgeFloat{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-8px);

}

}

/*=====================================
      RESPONSIVE
======================================*/

@media(max-width:991px){

.about-section{

padding:70px 0;

}

.about-image-wrapper{

min-height:auto;
margin-bottom:60px;

}

.about-main-image{

width:100%;

}

.about-small-image{

position:relative;
width:70%;
right:auto;
bottom:auto;
margin:-80px auto 0;

}

.experience-card{

left:20px;
bottom:-20px;

}

.section-title{

font-size:40px;

}

.section-description{

font-size:16px;
line-height:30px;

}

}

@media(max-width:576px){

.section-title{

font-size:32px;

}

.about-feature{

padding:20px;

}

.about-feature .icon{

width:55px;
height:55px;
min-width:55px;
font-size:22px;

}

.about-buttons{

flex-direction:column;

}

.about-btn,
.about-btn-outline{

width:100%;
justify-content:center;

}

.about-small-image{

width:85%;

}

.experience-card{

width:140px;
padding:18px;

}

.experience-card h2{

font-size:36px;

}

}


/*product  */

.solutions-section{
     /*background-image: url(../images/testimonials-bg.jpg);*/
       background:#fcfcfc;
    padding:100px 0;
}

.solution-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
     border-bottom: 3px solid #0D47A1;
}

.solution-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(13,71,161,.18);
   
}

.solution-image{
    position:relative;
    overflow:hidden;
    height:230px;
}

.solution-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.solution-card:hover .solution-image img{
    transform:scale(1.08);
    
}

.solution-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:linear-gradient(90deg,#0D47A1,#00ACC1);
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.solution-body{
    padding:25px;
}

.solution-body h4{
    color:#0D47A1;
    font-weight:700;
    margin-bottom:20px;
}

.solution-body ul{
    list-style:none;
    padding:0;
    margin:0 0 25px;
}

.solution-body ul li{
    margin-bottom:12px;
    color:#555;
}

.solution-body ul li i{
    color:#00ACC1;
    margin-right:8px;
}

.solution-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:linear-gradient(90deg,#0D47A1,#00ACC1);
    color:#fff;
    padding:12px 24px;
    border-radius:50px;
    text-decoration:none;
    transition:.3s;
}

.solution-btn:hover{
    color:#fff;
    gap:14px;
}


/*=============================
        CTA SECTION
=============================*/

.cta-section{
    background:#f8fbff;
    position:relative;
    overflow:hidden;
    padding:80px 0;
}

/* Background Glow */

.cta-section::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    right:-150px;
    top:-150px;
    background:radial-gradient(circle,#0d6efd15,transparent 70%);
    animation:rotateGlow 15s linear infinite;
}

@keyframes rotateGlow{

from{
transform:rotate(0deg);
}

to{
transform:rotate(360deg);
}

}

/* Card */

.cta-wrapper{

background:#fff;
border-radius:35px;
padding:50px;
box-shadow:0 20px 60px rgba(0,0,0,.08);
position:relative;
overflow:hidden;

}

.cta-wrapper::after{

content:'';
position:absolute;
width:220px;
height:220px;
background:#0d6efd08;
border-radius:50%;
left:-100px;
bottom:-100px;

}

/* Badge */

.contact-badge1{

display:inline-flex;
align-items:center;
gap:16px;
font-weight:700;
font-size:20px;
letter-spacing:1px;
color:#0d6efd;
text-transform:uppercase;

}

.badge-icon{

width:55px;
height:55px;
background:#eaf3ff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
animation:spin 5s linear infinite;

}

@keyframes spin{

100%{
transform:rotate(360deg);
}

}

/* Heading */

.cta-title{

font-size:46px;
font-weight:800;
line-height:1.2;
margin:25px 0;

}

.cta-title span{

color:#0d6efd;
background:linear-gradient(90deg,#0d6efd,#00bcd4);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

/* Line */

.title-line{

width:80px;
height:5px;
border-radius:30px;
background:linear-gradient(90deg,#0d6efd,#00bcd4);
margin:25px 0;
animation:lineWidth 2s ease-in-out infinite alternate;

}

@keyframes lineWidth{

from{
width:80px;
}

to{
width:130px;
}

}

/* Text */

.cta-text{

font-size:20px;
color:#666;
line-height:1.8;

}

/* Phone Card */

.phone-card{

display:flex;
align-items:center;
gap:20px;

padding:28px;

background:#fff;

border-radius:70px;

text-decoration:none;

position:relative;

overflow:hidden;

border:2px solid #0d6efd;

transition:.4s;

animation:float 4s ease-in-out infinite;

}

/* Animated Border */

.phone-card::before{

content:'';

position:absolute;

inset:-2px;

background:linear-gradient(
90deg,
#0d6efd,
#4fc3f7,
#0d6efd
);

background-size:300%;

animation:borderFlow 5s linear infinite;

z-index:-2;

border-radius:80px;

}

.phone-card::after{

content:'';

position:absolute;

inset:2px;

background:#fff;

border-radius:80px;

z-index:-1;

}

@keyframes borderFlow{

100%{

background-position:300%;

}

}

/* Floating */

@keyframes float{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

}

/* Icon */

.call-icon{

width:70px;
height:70px;

background:#eaf3ff;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

position:relative;

font-size:28px;
color:#0d6efd;

}

/* Pulse */

.call-icon::before{

content:'';

position:absolute;

inset:0;

border-radius:50%;

border:2px solid #0d6efd;

animation:pulse 2s infinite;

}

@keyframes pulse{

0%{

transform:scale(1);

opacity:1;

}

100%{

transform:scale(1.8);

opacity:0;

}

}

.phone-card small{

display:block;

text-transform:uppercase;

font-size:12px;

font-weight:700;

color:#0d6efd;

}

.phone-card h4{

margin:4px 0 0;

font-size:34px;

font-weight:800;

color:#1a1a1a;

}

/* Hover */

.phone-card:hover{

transform:translateY(-8px) scale(1.03);

box-shadow:0 20px 45px rgba(13,110,253,.20);

text-decoration:none;

}

/* Responsive */

@media(max-width:991px){

.cta-wrapper{

padding:35px;

}

.cta-title{

font-size:34px;

}

.phone-card{

margin-top:40px;

}

.phone-card h4{

font-size:26px;

}

}


/*==============================
      TRUSTED BRANDS
==============================*/

.trusted-brands{

background:#fff;

padding:90px 0;

overflow:hidden;

}

.brand-badge{

display:inline-block;

padding:12px 24px;

background:#E8F8FD;

color:#0e63c9;

font-weight:600;

border-radius:50px;

}

.brand-title{

font-size:44px;

font-weight:800;

color:#0D47A1;

}

.brand-title span{

color:#00ACC1;

}

.brand-text{

max-width:700px;

margin:auto;

font-size:18px;

line-height:1.8;

color:#666;

margin-top:20px;

}

/*================================
      BRAND SLIDER
================================*/

.brand-slider {
    position: relative;
    width: 100%;

    padding: 20px 0 50px;

    /* IMPORTANT */
    overflow: visible;

    background: transparent;
}


/*================================
      LOGO VIEWPORT
================================*/

.brand-viewport {
    width: 100%;

    position: relative;

    /* Keeps logos inside screen */
    overflow: hidden;
    padding:20px;
    background: transparent;

    /* Removes the rectangular visual edge */
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        #000 6%,
        #000 94%,
        transparent 100%
    );

    mask-image: linear-gradient(
        to right,
        transparent 0%,
        #000 6%,
        #000 94%,
        transparent 100%
    );
}


/*================================
      MOVING TRACK
================================*/

.brand-track {

    display: flex;

    align-items: center;

    width: max-content;

    animation: brandInfinite 35s linear infinite;

    will-change: transform;
}


/*================================
      BRAND CIRCLE
================================*/

.brand-item {

    width: 170px;

    height: 170px;

    flex: 0 0 170px;

    margin: 0 15px;

    background: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #0D47A1;

    box-shadow:
        inset 0 0 20px #c4c4c4,
        0 10px 15px -5px #0000004d;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.brand-item:hover {

    transform: translateY(-8px);

    box-shadow:
        0 25px 45px rgba(13,71,161,.18);
}


.brand-item img {

    max-width: 140px;

    max-height: 100px;

    object-fit: contain;
}


/*================================
      INFINITE AUTO MOVEMENT
================================*/

@keyframes brandInfinite {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}


/*================================
      FIXED ARROWS
================================*/

.brand-arrow {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 52px;

    height: 52px;

    border-radius: 50%;

    border: none;

    background: #fff;

    color: #0D47A1;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 22px;

    box-shadow: 0 8px 25px rgba(0,0,0,.12);

    z-index: 50;

}


/* LEFT */

.brand-prev {
    left: 15px;
}


/* RIGHT */

.brand-next {
    right: 15px;
}


/*================================
      TABLET
================================*/

@media (max-width: 991px) {

    .brand-item {

        width: 150px;

        height: 150px;

        flex: 0 0 150px;

        margin: 0 12px;

    }

    .brand-item img {

        max-width: 120px;

        max-height: 85px;

    }

}


/*================================
      MOBILE
================================*/

@media (max-width: 768px) {

    .brand-slider {

        margin-top: 40px;

    }

    .brand-item {

        width: 130px;

        height: 130px;

        flex: 0 0 130px;

        margin: 0 10px;

    }

    .brand-item img {

        max-width: 95px;

        max-height: 70px;

    }

    .brand-arrow {

        width: 44px;

        height: 44px;

        font-size: 18px;

    }

    .brand-prev {
        left: 5px;
    }

    .brand-next {
        right: 5px;
    }

}



/*==============================
      CONTACT SECTION
==============================*/

.contact-section{
    background:#F8FCFF;
    padding:100px 0;
}

.contact-wrapper{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.10);
}

.contact-image{
    position:relative;
    height:100%;
}

.contact-image img{
    width:100%;
    height:100%;
    min-height:700px;
    object-fit:cover;
}

.contact-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(rgba(13,71,161,.80),rgba(0,172,193,.80));
    color:#fff;
    padding:50px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.contact-badge{
    display:inline-block;
    background:rgba(255,255,255,.20);
    padding:10px 22px;
    border-radius:50px;
    margin-bottom:25px;
    font-weight:600;
}

.contact-overlay h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:20px;
}

.contact-overlay p{
    line-height:1.8;
    margin-bottom:30px;
}

.contact-feature{
    margin-bottom:18px;
    font-size:18px;
    display:flex;
    align-items:center;
    gap:12px;
}

.contact-feature i{
    color:#fff;
}

.contact-form-box{
    padding:60px;
}

.contact-form-box h3{
    color:#0D47A1;
    font-weight:700;
}

.contact-form-box p{
    color:#666;
    margin-bottom:30px;
}

.form-control,
.form-select{
    height:55px;
    border-radius:12px;
    border:1px solid #ddd;
}

textarea.form-control{
    height:auto;
}

.contact-btn{
    background:linear-gradient(90deg,#0D47A1,#00ACC1);
    color:#fff;
    padding:16px;
    border-radius:50px;
    font-weight:700;
    border:none;
    transition:.4s;
}

.contact-btn:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(0,172,193,.30);
}

@media(max-width:991px){

.contact-image img{
    min-height:420px;
}

.contact-overlay{
    padding:35px;
}

.contact-overlay h2{
    font-size:30px;
}

.contact-form-box{
    padding:35px 25px;
}

}


/*=========================================
        BLOG SECTION
=========================================*/

.blog-section{
    padding:100px 0;
    background:#F8FCFF;
}

/* Heading */

.section-badge{
    display:inline-block;
    padding:10px 24px;
    background:#E8F5FE;
    color:#0D47A1;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
}

.section-title{
    font-size:46px;
    font-weight:800;
    color:#0D47A1;
    line-height:1.3;
}

.section-title span{
    color:#00ACC1;
}

.section-description{
    max-width:720px;
    margin:auto;
    margin-top:18px;
    color:#666;
    line-height:1.8;
    font-size:17px;
}

/*=========================================
        BLOG CARD
=========================================*/

.blog-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    transition:.4s;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border:1px solid #eef4f8;
}

.blog-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(13,71,161,.15);
}

/* Image */

.blog-img{
    position:relative;
    overflow:hidden;
}

.blog-img img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:.6s;
}

.blog-card:hover .blog-img img{
    transform:scale(1.08);
}

/* Category */

.blog-category{
    position:absolute;
    top:18px;
    left:18px;
    background:linear-gradient(90deg,#0D47A1,#00ACC1);
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

/* Content */

.blog-content{
    padding:25px;
}

.blog-date{
    color:#777;
    font-size:14px;
    margin-bottom:15px;
}

.blog-date i{
    color:#00ACC1;
    margin-right:6px;
}

.blog-content h4{
    font-size:22px;
    color:#0D47A1;
    font-weight:700;
    line-height:1.5;
    margin-bottom:15px;
    min-height:70px;
}

.blog-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

/* Button */

.blog-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#00ACC1;
    font-weight:700;
    transition:.3s;
}

.blog-btn:hover{
    color:#0D47A1;
    gap:14px;
}

/* View All Button */

.blog-view-btn{
    background:linear-gradient(90deg,#0D47A1,#00ACC1);
    color:#fff;
    padding:15px 36px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.blog-view-btn:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(0,172,193,.35);
}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:992px){

.section-title{
    font-size:36px;
}

.blog-content h4{
    min-height:auto;
    font-size:20px;
}

.blog-img img{
    height:220px;
}

}

@media(max-width:768px){

.blog-section{
    padding:70px 0;
}

.section-title{
    font-size:30px;
}

.section-description{
    font-size:16px;
}

.blog-card{
    margin-bottom:20px;
}

.blog-img img{
    height:220px;
}

.blog-content{
    padding:20px;
}

.blog-content h4{
    font-size:18px;
}

.blog-view-btn{
    width:100%;
}

}



/*=========================================
        TESTIMONIAL SECTION
=========================================*/

.testimonial-section{
    padding:100px 0;
    background:#F8FCFF;
    overflow:hidden;
}

/* Heading */

.section-badge{
    display:inline-block;
    padding:10px 24px;
    background:#E8F5FE;
    color:#0D47A1;
    border-radius:50px;
    font-weight:600;
    font-size:15px;
}

.section-title{
    font-size:46px;
    font-weight:800;
    color:#0D47A1;
    line-height:1.3;
}

.section-title span{
    color:#00ACC1;
}

.section-description{
    max-width:900px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size:17px;
}

/*=========================================
        TESTIMONIAL CARD
=========================================*/

.testimonial-card{
    background:#fff;
    border-radius:25px;
    padding:35px;
    position:relative;
    height:100%;
    transition:.4s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border:1px solid #edf4f8;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 55px rgba(13,71,161,.15);
}

/* Quote Icon */

.quote-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:linear-gradient(135deg,#0D47A1,#00ACC1);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.quote-icon i{
    color:#fff;
    font-size:28px;
}

/* Review */

.testimonial-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
    min-height:130px;
}

/* Client */

.client-info{
    display:flex;
    align-items:center;
    gap:15px;
}

.client-info img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #00ACC1;
}

.client-info h5{
    margin:0;
    color:#0D47A1;
    font-weight:700;
}

.client-info span{
    color:#888;
    font-size:14px;
}

/* Rating */

.rating{
    margin-top:20px;
    color:#FFC107;
    font-size:22px;
    letter-spacing:3px;
}

/*=========================================
        CAROUSEL CONTROLS
=========================================*/

.carousel-control-prev,
.carousel-control-next{
    width:55px;
    height:55px;
     background:linear-gradient(135deg,#0D47A1,#00ACC1);
    border-radius:50%;
    top:45%;
    opacity:1;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.carousel-control-prev{
    left:-70px;
}

.carousel-control-next{
    right:-70px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    filter:invert(26%) sepia(74%) saturate(1268%) hue-rotate(191deg);
}

/* Indicators */

.carousel-indicators{
    bottom:-60px;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#00ACC1;
}

.carousel-indicators .active{
    width:35px;
    border-radius:30px;
    background:#0D47A1;
}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.section-title{
    font-size:34px;
}

.carousel-control-prev,
.carousel-control-next{
    display:none;
}

.testimonial-card{
    margin-bottom:25px;
}

.testimonial-card p{
    min-height:auto;
}

}

@media(max-width:768px){

.testimonial-section{
    padding:70px 0;
}

.section-title{
    font-size:30px;
}

.section-description{
    font-size:16px;
}

.client-info img{
    width:55px;
    height:55px;
}

.quote-icon{
    width:55px;
    height:55px;
}

.quote-icon i{
    font-size:24px;
}

.rating{
    font-size:18px;
}

} 


/*==================================
    ABOUT PAGE
 ================================*/
 /*==============================
About us page css  
================================*/
  :root {
    --navy: #032769;
    --blue: #035d9e;
    --sky: #0d93de;
    --teal: #038696;
    --deep: #051233;
    --ink: #1f2a39;
    --muted: #5d6c7e;
    --ice: #eaf7fc;
    --aqua: #a7d6e3;
    --bg: #f5fbff;
    --white: #ffffff;
    --line: rgba(3, 93, 158, .12);
    --shadow: 0 25px 60px rgba(3, 39, 105, .10);
    --shadow-lg: 0 30px 80px rgba(3, 39, 105, .16);
    --radius-xl: 30px;
    --radius-lg: 24px;
    --radius-md: 18px;
  }


* Hero1 */
  .hero1 {
    padding: 4.5rem 0 3rem;
    position: relative;
    overflow: hidden;
  }
  .hero1::before {
    content: "";
    position: absolute;
    inset: -120px auto auto -140px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(3,134,150,.16), rgba(3,134,150,0) 70%);
    filter: blur(4px);
    pointer-events: none;
  }
  .hero1::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 20px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(3,93,158,.10), rgba(3,93,158,0) 70%);
    pointer-events: none;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .65rem 1rem;
    border-radius: 999px;
    background: rgba(3,134,150,.08);
    color: var(--navy);
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 1.15rem;
  }
  .eyebrow i {
    color: var(--teal);
  }
  .hero1 h1 {
    font-size: clamp(2.55rem, 5vw, 4.4rem);
    line-height: .97;
    letter-spacing: -0.04em;
    font-weight: 700;
    margin-bottom: 1.15rem;
    color: var(--deep);
  }
  .hero1 h1 span {
    display: block;
    color: var(--teal);
  }
  .hero1 p.lead {
    font-size: 1.1rem;
    color: var(--muted);
    line-height: 1.85;
    max-width: 56ch;
    margin-bottom: 1.75rem;
  }
  .hero1-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-bottom: 1.6rem;
  }
  .btn-soft {
    background: #fff;
    border: 1px solid rgba(3, 93, 158, .12);
    color: var(--navy);
    padding: .9rem 1.45rem;
    border-radius: 999px;
    font-weight: 700;
    transition: .3s ease;
    box-shadow: 0 10px 25px rgba(3, 39, 105, .06);
  }
  .btn-soft:hover {
    transform: translateY(-2px);
    color: var(--navy);
    border-color: rgba(3,134,150,.22);
    box-shadow: 0 16px 30px rgba(3, 39, 105, .10);
  }
  .hero1-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .9rem;
    margin-top: 1.3rem;
  }
  .stat-card {
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(3, 93, 158, .10);
    border-radius: 20px;
    padding: 1rem 1rem .95rem;
    box-shadow: 0 12px 30px rgba(3,39,105,.06);
  }
  .stat-card .n {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--navy);
    line-height: 1;
    margin-bottom: .35rem;
  }
  .stat-card .l {
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.35;
  }

  .hero1-visual {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
  }
  .main-visual {
    position: relative;
    width: min(100%, 520px);
    min-height: 560px;
    border-radius: 34px;
    overflow: hidden;
    /*background:
      linear-gradient(135deg, rgba(3,39,105,.06), rgba(3,134,150,.10)),
      #fff;*/
           background: linear-gradient(
        90deg,
          rgba(11,78,162,0.3),
        rgba(8,60,122,0.15)
      
    );
    border: 1px solid rgba(3, 93, 158, .10);
    box-shadow: var(--shadow-lg);
  }
  .main-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5,18,51,.05), rgba(5,18,51,.25));
  }
  .glass-chip {
    position: absolute;
    z-index: 2;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(3,39,105,.12);
    padding: .95rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
  }
  .glass-chip i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--navy), var(--teal));
    color: #fff;
    flex: none;
  }
  .glass-chip strong {
    display: block;
    color: var(--deep);
    line-height: 1.15;
  }
  .glass-chip small {
    color: var(--muted);
    display: block;
  }
  .chip-top {
    top: 1.25rem;
    left: 1.25rem;
  }
  .chip-bottom {
    bottom: 1.25rem;
    right: 1.25rem;
  }

  /* Sections */
  .section-wrap {
    padding: 4.5rem 0;
  }
  .section-title {
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.03em;
    color: #0d47a1;
    margin-bottom: .9rem;
  }
  .section-title span {
    color: var(--teal);
  }
  .section-subtitle {
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.8;
    max-width: 72ch;
  }

  /* About story */
     /*==================================================
            CORNECARE DIFFERENCE SECTION
       ==================================================*/

.corne-difference-section {

    position: relative;

    padding: 100px 0;

    background: #f7fbfe;

    overflow: hidden;

}


/*==================================================
    SOFT BACKGROUND EFFECT
==================================================*/

.corne-difference-section::before {

    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    border-radius: 50%;

    background: rgba(0, 172, 193, .06);

    top: -180px;

    right: -150px;

    pointer-events: none;

}

.corne-difference-section::after {

    content: "";

    position: absolute;

    width: 350px;

    height: 350px;

    border-radius: 50%;

    background: rgba(13, 71, 161, .04);

    bottom: -180px;

    left: -120px;

    pointer-events: none;

}


/*==================================================
    IMAGE CARD
==================================================*/

.story-card {

    position: relative;

    padding: 10px;

    border-radius: 30px;

    background: #fff;

    box-shadow:
        0 25px 70px rgba(13, 71, 161, .12);

}


/*==================================================
    IMAGE
==================================================*/

.story-image {

    position: relative;

    height: 540px;

    overflow: hidden;

    border-radius: 24px;

}


.story-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    display: block;

    transition: transform .7s ease;

}


.story-card:hover .story-image img {

    transform: scale(1.05);

}


/*==================================================
    IMAGE OVERLAY
==================================================*/

.story-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(67, 84, 110, 0.03) 25%,
            rgba(70, 86, 109, 0.2) 65%,
            rgba(71, 97, 138, 0.82) 100%
        );

    pointer-events: none;

}



/*==================================================
    CONTENT
==================================================*/
.feature-list {
    display: grid;
    gap: .9rem;
    margin: 1.5rem 0 1.9rem;
  }
  .feature-item {
    display: flex;
    gap: .9rem;
    align-items: flex-start;
    padding: 1rem 1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(3,93,158,.04), rgba(3,134,150,.04));
    border: 1px solid rgba(3,93,158,.08);
  }
  .feature-item i {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--navy), var(--teal));
    color: #fff;
    flex: none;
    box-shadow: 0 10px 25px rgba(3,93,158,.20);
  }
  .feature-item h5 {
    margin: 0 0 .25rem;
    color: var(--deep);
    font-size: 1.02rem;
    font-weight: 800;
  }
  .feature-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
    font-size: .96rem;
  }

  .pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
  }
  .pill {
    border-radius: 999px;
    padding: .65rem .95rem;
    background: #fff;
    border: 1px solid rgba(3,93,158,.10);
    color: var(--navy);
    font-weight: 700;
    font-size: .92rem;
    box-shadow: 0 10px 22px rgba(3,39,105,.06);
  }
  .pill i {
    color: var(--teal);
    margin-right: .4rem;
  }*



/*==================================================
    LARGE DESKTOP
==================================================*/

@media (min-width: 1400px) {

    .corne-difference-section {

        padding: 120px 0;

    }

    .story-image {

        height: 580px;

    }

    .difference-title {

        font-size: 48px;

    }

}


/*==================================================
    TABLET
==================================================*/

@media (max-width: 991px) {

    .corne-difference-section {

        padding: 80px 0;

    }

    .difference-content {

        padding-left: 0;

    }

    .story-image {

        height: 500px;

    }

    .difference-title {

        font-size: 38px;

    }

}


/*==================================================
    MOBILE
==================================================*/

@media (max-width: 767px) {

    .corne-difference-section {

        padding: 60px 0;

    }

    .story-card {

        padding: 7px;

        border-radius: 22px;

    }

    .story-image {

        height: 400px;

        border-radius: 18px;

    }

    .story-badge {

        top: 18px;

        left: 18px;

        padding: 9px 12px;

    }

    .story-badge-icon {

        width: 36px;

        height: 36px;

        font-size: 16px;

    }

    .story-bottom {

        left: 18px;

        right: 18px;

        bottom: 18px;

        padding: 13px 15px;

    }

    .story-bottom > i {

        font-size: 25px;

    }

    .difference-title {

        font-size: 31px;

    }

    .difference-intro {

        font-size: 17px;

    }

    .feature-item1 {

        padding: 15px;

    }

    .feature-icon1 {

        flex-basis: 43px;

        width: 43px;

        height: 43px;

        font-size: 18px;

    }

    .feature-content1 h5 {

        font-size: 15px;

    }

    .feature-content1 p {

        font-size: 13px;

    }

}

  /* Mission / values */

 
.vision-mission{
    padding:100px 0;
    background:#fff;
    overflow:hidden;
}

.section-badge{

    display:inline-block;
    background:rgba(13,71,161,.08);
    color:#0D47A1;
    padding:8px 22px;
    border-radius:50px;
    font-size:16px;
    font-weight:700;
    letter-spacing:1px;
}

.section-title{

    font-size:42px;
    font-weight:700;
    color:#1F2937;
    line-height:1.2;
}

.section-title span{

    color:#00ACC1;
}

.section-text{

    margin:25px 0 30px;
    color:#6B7280;
    line-height:1.9;
    font-size:16px;
}

.feature-box{

    background:#fff;
    border-radius:12px;
    padding:15px 18px;
    box-shadow:0 8px 25px rgba(13,71,161,.08);
    font-weight:600;
    transition:.35s;
}

.feature-box:hover{

    transform:translateY(-6px);
    background:linear-gradient(90deg,#0D47A1,#00ACC1);
    color:#fff;
}

.feature-box i{

    color:#00ACC1;
    margin-right:8px;
    font-size:18px;
}

.feature-box:hover i{

    color:#fff;
}

.image-card{

    position:relative;
    background:linear-gradient(135deg,#ffffff,#eef9ff);
    border-radius:25px;
    padding:45px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(13,71,161,.10);
}

.image-card img{

    position:relative;
    z-index:2;
}

.shape{

    position:absolute;
    border-radius:50%;
    background:linear-gradient(135deg,#0D47A1,#00ACC1);
    opacity:.08;
}

.shape1{

    width:220px;
    height:220px;
    right:-70px;
    top:-70px;
}

.shape2{

    width:120px;
    height:120px;
    left:-40px;
    bottom:-40px;
}

.floating-image{

    animation:float 4s ease-in-out infinite;
}

@keyframes float{

    0%,100%{

        transform:translateY(0px);
    }

    50%{

        transform:translateY(-15px);
    }

}

@media(max-width:991px){

.section-title{

font-size:34px;
text-align:center;

}

.section-badge{

display:table;
margin:auto;

}

.section-text{

text-align:center;

}

.feature-box{

font-size:15px;

}

.image-card{

padding:30px;
margin-top:20px;

}

}

  /* Services / what we do */
  .service-card {
    background: #fff;
    border: 1px solid rgba(3,93,158,.10);
    border-radius: 24px;
    padding: 1.4rem;
    box-shadow: inset 0 0 20px #c4c4c4, 0 10px 15px -5px #0000004d;
    height: 100%;
    transition: transform .25s, box-shadow .25s, opacity .4s;
    animation: .5s forwards popIn;


  }
  .service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
  }
  .service-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--navy), var(--teal));
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .service-card h4 {
    color: var(--deep);
    font-weight: 800;
    margin-bottom: .55rem;
    font-size: 1.1rem;
  }
  .service-card p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: .95rem;
  }
  .service-card ul {
    padding-left: 1.1rem;
    margin: 0;
    color: var(--navy);
  }
  .service-card li {
    margin-bottom: .35rem;
  }

  /*==============================
 Vision Equipment Section
==============================*/

.vision-section{
    background:#f7fbff;
    position:relative;
}

.vision-section::before{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(13,110,253,.05);
    border-radius:50%;
    left:-120px;
    top:120px;
}

.vision-section::after{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(13,110,253,.05);
    border-radius:50%;
    right:-150px;
    top:40px;
}

/*==============================
 Feature Cards
==============================*/

.feature-card{

    display:flex;
    align-items:center;
    gap:22px;

    background:#fff;

    padding:22px;

    border-radius:22px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    transition:.45s ease;

    position:relative;

    overflow:hidden;

}

.feature-card::before{

    content:'';

    position:absolute;

    left:0;
    top:0;

    width:0;

    height:100%;

    background:linear-gradient(180deg,#0d6efd,#0aa2d4);

    transition:.4s;

    opacity:.08;

}

.feature-card:hover::before{

    width:100%;

}

.feature-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 45px rgba(0,0,0,.12);

}

.feature-icon{

    width:78px;

    height:78px;

    min-width:78px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(135deg,#0D47A1,#00ACC1);

    color:#fff;

    font-size:30px;

    transition:.45s;

}

.feature-card:hover .feature-icon{

    transform:rotate(12deg) scale(1.12);

}

.feature-content h5{

    color:#0D47A1;

    font-size:24px;

    font-weight:700;

    margin-bottom:8px;

    transition:.35s;

}

.feature-card:hover h5{

    color:#0d6efd;

}

.feature-content p{

    color:#5f6b7a;

    font-size:16px;

    margin:0;

    line-height:1.7;

}

/*==============================
 Center Card
==============================*/

.center-card{

    background:#fff;

    padding:50px 35px;

    border-radius:30px;

    text-align:center;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.45s;

    position:relative;

    overflow:hidden;

    animation:floating 5s ease-in-out infinite;

}

.center-card::before{

    content:'';

    position:absolute;

    width:220px;

    height:220px;

    background:rgba(13,110,253,.05);

    border-radius:50%;

    right:-80px;

    top:-80px;

}

.center-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.center-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(135deg,#0D47A1,#00ACC1);

    color:#fff;

    font-size:38px;

    transition:.4s;

}

.center-card:hover .center-icon{

    transform:rotate(360deg);

}

.center-card h2{

    color:#0D2C54;

    font-size:42px;

    font-weight:700;

    line-height:1.3;

    margin-bottom:20px;

}

.center-card p{

    color:#68717d;

    font-size:18px;

    margin-bottom:30px;

}

.center-btn{

    padding:13px 34px;

    border-radius:50px;

    background:linear-gradient(135deg,#0D47A1,#00ACC1);

    color:#fff;

    font-weight:600;

    transition:.35s;

}

.center-btn:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 15px 30px rgba(13,110,253,.35);

}

/*==============================
 Floating Animation
==============================*/

@keyframes floating{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0);

}

}

/*==============================
 Responsive
==============================*/

@media(max-width:991px){

.center-card{

margin:20px 0;

padding:40px 25px;

}

.center-card h2{

font-size:34px;

}

.feature-content h5{

font-size:20px;

}

}

@media(max-width:767px){

.feature-card{

flex-direction:column;

text-align:center;

padding:25px;

}

.feature-icon{

margin-bottom:15px;

}

.center-card h2{

font-size:28px;

}

.center-card p{

font-size:16px;

}

}

  /* CTA */
  .cta-panel {
    background: linear-gradient(135deg, var(--navy), var(--teal));
    border-radius: 34px;
    padding: 2rem;
    color: #fff;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    position: relative;
  }
  .cta-panel::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
  }
  .cta-panel::after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -75px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,.07);
  }
  .cta-panel h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: .9rem;
  }
  .cta-panel p {
    color: rgba(255,255,255,.9);
    line-height: 1.85;
    margin-bottom: 1.3rem;
    max-width: 66ch;
  }
  .cta-badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .7rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    backdrop-filter: blur(10px);
    font-weight: 800;
  }
  .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
  }
  .btn-light-brand {
    background: #fff;
    color: var(--navy);
    border: none;
    border-radius: 999px;
    padding: .9rem 1.35rem;
    font-weight: 800;
    transition: .25s ease;
  }
  .btn-light-brand:hover {
    transform: translateY(-2px);
    color: var(--navy);
  }
  .btn-outline-light-brand {
    border: 1px solid rgba(255,255,255,.7);
    color: #fff;
    border-radius: 999px;
    padding: .9rem 1.35rem;
    font-weight: 800;
    transition: .25s ease;
  }
  .btn-outline-light-brand:hover {
    background: rgba(255,255,255,.1);
    color: #fff;
    transform: translateY(-2px);
  }


  /*==========================
       Contact us page css
       =========================*/

/*==========================
     CONTACT HERO
===========================*/

.contact-hero{

padding:110px 0;

background:linear-gradient(135deg,#F8FCFF,#EAF8FD);

position:relative;

overflow:hidden;

}

.contact-hero::before{

content:"";

position:absolute;

width:420px;

height:420px;

background:rgba(0,172,193,.08);

border-radius:50%;

top:-180px;

right:-100px;

}

.contact-hero::after{

content:"";

position:absolute;

width:320px;

height:320px;

background:rgba(13,71,161,.08);

border-radius:50%;

bottom:-150px;

left:-100px;

}

.hero-badge{

display:inline-flex;

align-items:center;

gap:10px;

background:#fff;

padding:10px 22px;

border-radius:40px;

font-weight:600;

color:#0D47A1;

box-shadow:0 10px 25px rgba(0,0,0,.08);

margin-bottom:25px;

}

.contact-hero h1{

font-size:58px;

font-weight:800;

color:#0D47A1;

line-height:1.2;

}

.contact-hero h1 span{

color:#00ACC1;

}

.contact-hero p{

font-size:18px;

line-height:1.9;

color:#666;

margin:30px 0;

}

.hero-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.btn-contact{

background:linear-gradient(90deg,#0D47A1,#00ACC1);

color:#fff;

padding:15px 35px;

border-radius:50px;

font-weight:600;

}

.btn-contact:hover{

color:#fff;

transform:translateY(-3px);

}

.btn-call{

border:2px solid #0D47A1;

padding:15px 35px;

border-radius:50px;

font-weight:600;

color:#0D47A1;

}

.btn-call:hover{

background:#0D47A1;

color:#fff;

}

.hero-info{

display:flex;

gap:20px;

margin-top:40px;

flex-wrap:wrap;

}

.info-box{

display:flex;

align-items:center;

gap:15px;

background:#fff;

padding:20px;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.info-box i{

font-size:28px;

color:#00ACC1;

}

.info-box h6{

margin:0;

font-weight:700;

color:#0D47A1;

}

.info-box span{

font-size:14px;

color:#666;

}

.hero-image{

max-height:520px;

animation:floatImage 4s ease-in-out infinite;

}

@keyframes floatImage{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}

@media(max-width:991px){

.contact-hero{

text-align:center;

padding:80px 0;

}

.contact-hero h1{

font-size:40px;

}

.hero-buttons{

justify-content:center;

}

.hero-info{

justify-content:center;

}

.hero-image{

margin-top:40px;

max-height:400px;

}

}


/*======================================
            FAQS Page
=======================================*/

/*====================================
      FAQ SECTION
=====================================*/

.faq-section{
    background:#f7fbff;
    position:relative;
    overflow:hidden;
}

.faq-section::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(13,110,253,.05);
    top:-80px;
    left:-100px;
}

.faq-section::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(13,110,253,.05);
    right:-150px;
    bottom:-150px;
}

/*====================================
      ACCORDION
=====================================*/

.custom-faq .accordion-item{

    border:none;

    border-radius:18px !important;

    overflow:hidden;

    margin-bottom:20px;

    background:#eaf8ff;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.4s ease;

    position:relative;

}

.custom-faq .accordion-item:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

/* Left Border Animation */

.custom-faq .accordion-item::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:0;

    height:100%;

    background:linear-gradient(#0d6efd,#00b4d8);

    transition:.35s;

}

.custom-faq .accordion-item:hover::before,

.custom-faq .accordion-item:has(.accordion-button:not(.collapsed))::before{

    width:5px;

}

/*====================================
      BUTTON
=====================================*/

.custom-faq .accordion-button{

    background:#eaf8ff;

    border:none;

    box-shadow:none;

    padding:24px 30px;

    font-size:20px;

    font-weight:700;

    color:#0D2C54;

    display:flex;

    align-items:center;

}

.custom-faq .accordion-button:focus{

    box-shadow:none;

}

.custom-faq .accordion-button:not(.collapsed){

    background:#ffffff;

    color:#06306f;

}

/*====================================
      FAQ NUMBER
=====================================*/

.faq-number{

    width:55px;

    min-width:55px;

    height:55px;

    border-radius:50%;

    background:#06306f;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    margin-right:20px;

    transition:.35s;

}

.custom-faq .accordion-item:hover .faq-number{

    transform:scale(1.1);

    background:#06306f;

}

.custom-faq .accordion-button:not(.collapsed) .faq-number{

    background:#00a6d6;

}

/*====================================
      TITLE
=====================================*/

.faq-title{

    flex:1;

    font-size:20px;

    line-height:1.5;

}

/*====================================
      PLUS ICON
=====================================*/

.custom-faq .accordion-button::after{

    background-image:none;

    content:"+";

    font-size:36px;

    font-weight:300;

    color:#0D2C54;

    width:auto;

    height:auto;

    transform:none;

    transition:.35s;

}

.custom-faq .accordion-button:not(.collapsed)::after{

    content:"×";

    transform:rotate(180deg);

    color:#06306f;

}

/*====================================
      BODY
=====================================*/

.custom-faq .accordion-body{

    padding:0 30px 28px 105px;

    background:#fff;

    color:#666;

    line-height:1.9;

    font-size:16px;

}

/*====================================
      HOVER EFFECT
=====================================*/

.custom-faq .accordion-item:hover .faq-title{

    color:#06306f;

}

.custom-faq .accordion-item{

    transition:all .4s ease;

}

/*====================================
      MOBILE
=====================================*/

@media(max-width:991px){

.custom-faq .accordion-button{

font-size:18px;

padding:20px;

}

.faq-number{

width:48px;

height:48px;

min-width:48px;

margin-right:15px;

}

.custom-faq .accordion-body{

padding:0 20px 20px 82px;

}

}

@media(max-width:767px){

.custom-faq .accordion-button{

padding:18px;

font-size:16px;

align-items:flex-start;

}

.faq-title{

font-size:16px;

}

.faq-number{

width:42px;

height:42px;

min-width:42px;

font-size:15px;

margin-right:12px;

}

.custom-faq .accordion-body{

padding:0 18px 20px 72px;

font-size:15px;

}

.custom-faq .accordion-button::after{

font-size:28px;

}

}


  /*==========================
       Contact us page css
       =========================*/

/*==========================
     CONTACT HERO
===========================*/

.contact-hero{

padding:110px 0;

background:linear-gradient(135deg,#F8FCFF,#EAF8FD);

position:relative;

overflow:hidden;

}

.contact-hero::before{

content:"";

position:absolute;

width:420px;

height:420px;

background:rgba(0,172,193,.08);

border-radius:50%;

top:-180px;

right:-100px;

}

.contact-hero::after{

content:"";

position:absolute;

width:320px;

height:320px;

background:rgba(13,71,161,.08);

border-radius:50%;

bottom:-150px;

left:-100px;

}

.hero-badge{

display:inline-flex;

align-items:center;

gap:10px;

background:#fff;

padding:10px 22px;

border-radius:40px;

font-weight:600;

color:#0D47A1;

box-shadow:0 10px 25px rgba(0,0,0,.08);

margin-bottom:25px;

}

.contact-hero h1{

font-size:58px;

font-weight:800;

color:#0D47A1;

line-height:1.2;

}

.contact-hero h1 span{

color:#00ACC1;

}

.contact-hero p{

font-size:18px;

line-height:1.9;

color:#666;

margin:30px 0;

}

.hero-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.btn-contact{

background:linear-gradient(90deg,#0D47A1,#00ACC1);

color:#fff;

padding:15px 35px;

border-radius:50px;

font-weight:600;

}

.btn-contact:hover{

color:#fff;

transform:translateY(-3px);

}

.btn-call{

border:2px solid #0D47A1;

padding:15px 35px;

border-radius:50px;

font-weight:600;

color:#0D47A1;

}

.btn-call:hover{

background:#0D47A1;

color:#fff;

}

.hero-info{

display:flex;

gap:20px;

margin-top:40px;

flex-wrap:wrap;

}

.info-box{

display:flex;

align-items:center;

gap:15px;

background:#fff;

padding:20px;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.info-box i{

font-size:28px;

color:#00ACC1;

}

.info-box h6{

margin:0;

font-weight:700;

color:#0D47A1;

}

.info-box span{

font-size:14px;

color:#666;

}

.hero-image{

max-height:520px;

animation:floatImage 4s ease-in-out infinite;

}

@keyframes floatImage{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}

@media(max-width:991px){

.contact-hero{

text-align:center;

padding:80px 0;

}

.contact-hero h1{

font-size:40px;

}

.hero-buttons{

justify-content:center;

}

.hero-info{

justify-content:center;

}

.hero-image{

margin-top:40px;

max-height:400px;

}

}

/*==========================
    CONTACT SECTION
===========================*/

.contact-section{
    background:#F8FCFF;
    padding:100px 0;
}

.contact-info h2{
    color:#0D47A1;
    font-weight:800;
    margin-bottom:20px;
}

.contact-info>p{
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

.contact-card{
    display:flex;
    align-items:flex-start;
    gap:18px;
    background:#fff;
    padding:22px;
    border-radius:18px;
    margin-bottom:20px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.contact-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(13,71,161,.12);
}

.contact-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(135deg,#0D47A1,#00ACC1);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
}

.contact-card h5{
    color:#0D47A1;
    margin-bottom:8px;
    font-weight:700;
}

.contact-card p,
.contact-card a{
    color:#666;
    text-decoration:none;
    margin:0;
}

.social-icons{
    display:flex;
    gap:15px;
}

.social-icons a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#0D47A1;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.social-icons a:hover{
    background:#00ACC1;
    transform:translateY(-5px);
}

.contact-form-box{
    background:#fff;
    padding:45px;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.form-header span{
    color:#00ACC1;
    font-weight:600;
}

.form-header h3{
    color:#0D47A1;
    font-weight:800;
    margin:10px 0 30px;
}

.form-control,
.form-select{
    border-radius:14px;
    padding:15px;
    border:1px solid #dce8f2;
    box-shadow:none;
}

.form-control:focus,
.form-select:focus{
    border-color:#00ACC1;
    box-shadow:0 0 0 .2rem rgba(0,172,193,.15);
}

.submit-btn{
    background:linear-gradient(90deg,#0D47A1,#00ACC1);
    color:#fff;
    border:none;
    padding:15px 40px;
    border-radius:50px;
    font-weight:600;
}

.submit-btn:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(13,71,161,.25);
}

@media(max-width:991px){
    .contact-form-box{
        padding:30px;
    }

    .contact-info{
        margin-bottom:30px;
    }
}


/*=====================================
      WHY CHOOSE CORNECARE
======================================*/

.why-contact{

    padding:100px 0;

    background:#f8fbff;

}

/* Card */
.contact-feature-card{

    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;

    height:100%;

    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;

    border-top:4px solid #00ACC1;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.4s;

    overflow:hidden;

}



.contact-feature-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(13,71,161,.15);

}

/* Left Accent */

.contact-feature-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:linear-gradient(90deg,#0D47A1,#00ACC1);

    transform:scaleX(0);

    transform-origin:left;

    transition:.4s;

}

.contact-feature-card:hover::before{

    transform:scaleX(1);

}

.contact-feature-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(13,71,161,.15);

}

/* Icon */
.contact-feature-icon{

    width:80px;
    height:80px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:linear-gradient(135deg,#0D47A1,#00ACC1);

    color:#fff;

    font-size:32px;

    margin-bottom:25px;

    flex-shrink:0;

}



.contact-feature-card:hover .contact-feature-icon{

    transform:rotate(15deg) scale(1.1);

}

/* Heading */

.contact-feature-card h4{

    font-size:28px;
    font-weight:700;
    color:#0D47A1;

    margin-bottom:15px;

    line-height:1.3;

}

.contact-feature-card:hover h4{

    color:#0D6EFD;

}

/* Text */
.contact-feature-card p{

    font-size:16px;

    color:#666;

    line-height:1.8;

    margin-bottom:0;

}

/* Responsive */

@media(max-width:991px){

.contact-feature-card{

margin-bottom:15px;

}

}

@media(max-width:767px){

.contact-feature-card{

padding:30px 20px;

}

.contact-feature-icon{

width:70px;

height:70px;

font-size:28px;

}

.contact-feature-card h4{

font-size:20px;

}

}

/*===========================
        MAP
===========================*/

.map-section{

padding:100px 0;

background:#F8FCFF;

}

.map-box{

overflow:hidden;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.map-box iframe{

width:100%;

height:500px;

border:0;

}

/*===========================
    RESPONSE STRIP
===========================*/

.response-strip{

padding:60px 0;

background:linear-gradient(90deg,#0D47A1,#00ACC1);

color:#fff;

}

.response-strip h3{

font-size:36px;

font-weight:700;

margin-bottom:15px;

}

.response-strip p{

margin:0;

font-size:17px;

}

.btn-call-now{

background:#fff;

color:#0D47A1;

padding:16px 40px;

border-radius:50px;

font-weight:700;

transition:.3s;

}

.btn-call-now:hover{

background:#EAF8FD;

color:#00ACC1;

transform:translateY(-3px);

}


/*============================
    Blog page css
================================*/

/* ---------- Hero ---------- */
.title-bg-three {
  background-image: url("../images/title/3.jpg");
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.page-title-area .title-content {
  text-align: center;
  margin-top: 80px;
}
.page-title-area .title-content h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.page-title-area .title-content ul {
  margin: 0;
  padding: 0;
}
.page-title-area .title-content ul li {
  list-style-type: none;
  display: inline-block;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.page-title-area .title-content ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: -13px;
  top: 6px;
  background-color: #02123a;
}
.page-title-area .title-content ul li:last-child:before {
  display: none;
}
.page-title-area .title-content ul li a {
  display: block;
  color: #35405c;
}
.page-title-area .title-content ul li a:hover {
  color: #20bdd1;
}
.page-title-area .title-content ul li span {
  display: block;
}

  /* ---------- Section head ---------- */
  .cc-section-head{
    text-align:center;
    padding:70px 0 10px;
  }
  .cc-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:.78rem;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:#102542;
    font-weight:700;
    margin-bottom:14px;
  }
  .cc-eyebrow::before, .cc-eyebrow::after{
    content:"";
    width:26px; height:2px;
    border-radius:2px;
    background:linear-gradient(90deg, #14305C, #17A398);
    display:inline-block;
  }
  .cc-section-head h2{
    font-size:2.1rem;
    color:#06306f;
    max-width:24ch;
    margin:0 auto;
    font-weight:700;
  }
  .cc-section-head h2 .cc-accent{
    background:linear-gradient(90deg, #14305C, #17A398);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
  }

  /* ---------- Cards ---------- */
  .cc-card{
    background:#fff;
    border:1px solid #E4EAF1;
    border-radius:14px;
    overflow:hidden;
    height:100%;
    display:flex;
    flex-direction:column;
    transition:transform .25s ease, box-shadow .25s ease;
  }
  .cc-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 40px -22px rgba(20,48,92,0.28);
  }
  .cc-card-media{
    position:relative;
    aspect-ratio:4/3;
    overflow:hidden;
  }
  .cc-card-media img{
    width:100%; height:100%;
    object-fit:cover;
    transition:transform .5s ease;
  }
  .cc-card:hover .cc-card-media img{ transform:scale(1.06); }

  .cc-tag{
    position:absolute;
    top:14px; left:14px;
    background:linear-gradient(90deg, #14305C, #17A398);
    color:#fff;
    font-family:'Poppins',sans-serif;
    font-size:.68rem;
    letter-spacing:.04em;
    text-transform:uppercase;
    font-weight:600;
    padding:6px 14px;
    border-radius:100px;
  }

  .cc-card-body{
    padding:22px 22px 20px;
    display:flex;
    flex-direction:column;
    flex:1;
  }
  .cc-card-body h3{
    font-size:1.2rem;
    font-weight:600;
    line-height:1.4;
    color:var(--cc-navy);
    margin-bottom:10px;
  }
  .cc-card-body a.cc-title-link{
    text-decoration:none;
    color:inherit;
  }
  .cc-card-body a.cc-title-link:hover{ color:#17A398; }
  .cc-card-body p{
    font-size:.88rem;
    color:#5B6B82;
    line-height:1.6;
    margin-bottom:16px;
    flex:1;
  }
  .cc-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:.78rem;
    color:#5B6B82;
    padding-top:14px;
    border-top:1px solid #E4EAF1;
  }
  .cc-meta .cc-date{
    display:flex; align-items:center; gap:6px;
  }
  .cc-meta .cc-dot{
    width:5px; height:5px; border-radius:50%;
    background:var(--cc-teal);
  }

  /* ---------- Molecule divider (signature motif from the logo) ---------- */
  .cc-molecule-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:96px 0 90px;
  }
  .cc-molecule-divider .cc-mline{
    height:1px;
    width:140px;
    background:linear-gradient(90deg, transparent, #E4EAF1);
  }
  .cc-molecule-divider .cc-mline.cc-flip{
    background:linear-gradient(90deg, #E4EAF1, transparent);
  }
  .cc-molecule-divider svg{ flex-shrink:0; }

  .cc-load-more{
    text-align:center;
    margin:56px 0 0;
  }
  .cc-btn-outline{
    border:2px solid #14305C;
    color:#14305C;
    font-family:'Poppins',sans-serif;
    font-weight:600;
    font-size:.9rem;
    padding:12px 32px;
    border-radius:100px;
    text-decoration:none;
    display:inline-block;
    transition:all .25s ease;
  }
  .cc-btn-outline:hover{
    background:linear-gradient(90deg, #14305C, #17A398);
    border-color:transparent;
    color:#fff;
  }

   .page-title-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 250px;
}
.page-title-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 background:#fff;
  opacity: 0.6;
  z-index: -1;
}
.page-title-area .title-content {
  text-align: center;
  margin-top: 80px;
}
.page-title-area .title-content h2 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0D47A1;
}
.page-title-area .title-content ul {
  margin: 0;
  padding: 0;
}
.page-title-area .title-content ul li {
  list-style-type: none;
  display: inline-block;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.page-title-area .title-content ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: -13px;
  top: 6px;
  background-color: #02123a;
}
.page-title-area .title-content ul li:last-child:before {
  display: none;
}
.page-title-area .title-content ul li a {
  display: block;
  color: #35405c;
}
.page-title-area .title-content ul li a:hover {
  color: #20bdd1;
}
.page-title-area .title-content ul li span {
  display: block;
}


/*=============================
      BLOG DETAILS HERO
=============================*/

.blog-details-section{

background:#fff;

}



.blog-featured-image{

overflow:hidden;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.blog-featured-image img{

transition:.5s;

}

.blog-featured-image:hover img{

transform:scale(1.05);

}

.blog-tag{

display:inline-block;

padding:8px 18px;

background:#EAF7FC;

color:#00A7C6;

border-radius:30px;

margin-right:10px;

font-weight:600;

font-size:14px;

}

.blog-title{

font-size:36px !important;

font-weight:600;

color:#0D2C6C;

line-height:1.3;

}

.blog-meta{

display:flex;

flex-wrap:wrap;

gap:25px;

color:#666;

}

.blog-meta i{

color:#00A7C6;

margin-right:8px;

}

.blog-intro{

font-size:18px;

line-height:34px;

color:#555;

}

.blog-share{

display:flex;

align-items:center;

gap:15px;

}

.blog-share a{

width:42px;

height:42px;

display:flex;

align-items:center;

justify-content:center;

background:#F2F8FC;

border-radius:50%;

text-decoration:none;

color:#0D2C6C;

transition:.4s;

}

.blog-share a:hover{

background:#00A7C6;

color:#fff;

}

.author-card{

background:#fff;

padding:35px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

position:sticky;

top:100px;

border-top:5px solid #0D47A1;

}

.author-img{

width:100px;

height:70px;


}

.author-social{

display:flex;

gap:15px;


}

.author-social a{

width:40px;

height:40px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#F5F9FD;

color:#0D2C6C;

text-decoration:none;

transition:.3s;

}

.author-social a:hover{

background:#0D47A1;

color:#fff;

}


/*=============================
        BLOG CONTENT
=============================*/

.blog-content-section h2{

font-weight:700;
color:#0D2C6C;
margin-bottom:20px;

}

.blog-content-section p{

font-size:17px;
line-height:32px;
color:#555;

}

.blog-highlight{

display:flex;
gap:20px;
padding:30px;
background:#EAF9FF;
border-radius:20px;
margin-top:35px;
border-left:8px solid #00A8C6;

}

.blog-highlight i{

font-size:40px;
color:#00A8C6;

}

.benefit-card{

background:#fff;
padding:30px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
height:100%;

}

.benefit-card:hover{

transform:translateY(-8px);

}

.benefit-card i{

font-size:34px;
color:#00A8C6;
margin-bottom:20px;

}



.blog-list{

padding-left:22px;

}

.blog-list li{

margin-bottom:18px;
font-size:17px;

}

.blog-conclusion{

background:#F6FBFF;
padding:35px;
border-radius:20px;
border-left:5px solid #00A8C6;

}



.category-list{

list-style:none;
padding:0;
margin:0;

}

.category-list li{

margin-bottom:15px;

}

.category-list a{

display:flex;
justify-content:space-between;
text-decoration:none;
color:#555;
transition:.3s;

}

.category-list a:hover{

color:#00A8C6;

}

.latest-post{

display:flex;
gap:15px;
margin-bottom:20px;

}

.latest-post img{

width:90px;
height:70px;
object-fit:cover;
border-radius:12px;

}

.latest-post a{

font-weight:600;
text-decoration:none;
color:#0D2C6C;

}



.related-blog-card{

background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 35px rgba(0,0,0,.08);
transition:.3s;

}

.related-blog-card:hover{

transform:translateY(-10px);

}

.related-blog-card img{

height:220px;
width:100%;
object-fit:cover;

}

.related-blog-card a{

text-decoration:none;
font-weight:600;
color:#00A8C6;

}






/*==============================
      Floating Share
==============================*/

.floating-share{

position:fixed;

left:20px;

top:40%;

display:flex;

flex-direction:column;

gap:12px;

z-index:999;

}

.floating-share a{

width:48px;

height:48px;

background:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#0D47A1;

text-decoration:none;

box-shadow:0 10px 30px rgba(0,0,0,.12);

transition:.3s;

}

.floating-share a:hover{

background:#0D47A1;

color:#fff;

}


/*==============================
      Comments
==============================*/

.comment-box{

background:#fff;

padding:30px;

border-radius:20px;

margin-bottom:25px;

box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.comment-user{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

}


/*==============================
      Comment Form
==============================*/

.form-box{

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.form-control{

height:55px;

border-radius:12px;

}

textarea.form-control{

height:auto;

}

  /*=====================
   Services / what we do 
   =====================*/
  .service-card {
    background: #fff;
    border: 1px solid rgba(3,93,158,.10);
    border-radius: 24px;
    padding: 1.4rem;
    box-shadow: inset 0 0 20px #c4c4c4, 0 10px 15px -5px #0000004d;
    height: 100%;
    transition: transform .25s, box-shadow .25s, opacity .4s;
    animation: .5s forwards popIn;


  }
  .service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
  }
  .service-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--navy), var(--teal));
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .service-card h4 {
    color: var(--deep);
    font-weight: 800;
    margin-bottom: .55rem;
    font-size: 1.1rem;
  }
  .service-card p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: .95rem;
  }
  .service-card ul {
    padding-left: 1.1rem;
    margin: 0;
    color: var(--navy);
  }
  .service-card li {
    margin-bottom: .35rem;
  }

  /* Journey */
  .journey {
    background:
      linear-gradient(180deg, rgba(3,93,158,.04), rgba(3,134,150,.03)),
      #f8fcff;
  }
  .timeline {
    position: relative;
    margin-top: 1.8rem;
    padding-left: 1rem;
  }
  .timeline::before {
    content: "";
    position: absolute;
    left: 1.95rem;
    top: .25rem;
    bottom: .25rem;
    width: 2px;
    background: linear-gradient(180deg, var(--navy), var(--teal));
    opacity: .18;
  }
  .timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .timeline-dot {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #fff;
    border: 10px solid rgba(3,134,150,.10);
    box-shadow: 0 12px 28px rgba(3,39,105,.08);
    display: grid;
    place-items: center;
    color: var(--navy);
    font-weight: 800;
    z-index: 1;
  }
  .timeline-content {
    background: #fff;
    border: 1px solid rgba(3,93,158,.10);
    border-radius: 20px;
    padding: 1.1rem 1.15rem;
    box-shadow: var(--shadow);
  }
  .timeline-content h5 {
    margin: 0 0 .35rem;
    color: var(--deep);
    font-weight: 800;
  }
  .timeline-content p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
  }

  /* CTA */
  .cta-panel {
    background: linear-gradient(135deg, var(--navy), var(--teal));
    border-radius: 34px;
    padding: 2rem;
    color: #fff;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    position: relative;
  }
  .cta-panel::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
  }
  .cta-panel::after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -75px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,.07);
  }
  .cta-panel h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: .9rem;
  }
  .cta-panel p {
    color: rgba(255,255,255,.9);
    line-height: 1.85;
    margin-bottom: 1.3rem;
    max-width: 66ch;
  }
  .cta-badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .7rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    backdrop-filter: blur(10px);
    font-weight: 800;
  }
  .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
  }
  .btn-light-brand {
    background: #fff;
    color: var(--navy);
    border: none;
    border-radius: 999px;
    padding: .9rem 1.35rem;
    font-weight: 800;
    transition: .25s ease;
  }
  .btn-light-brand:hover {
    transform: translateY(-2px);
    color: var(--navy);
  }
  .btn-outline-light-brand {
    border: 1px solid rgba(255,255,255,.7);
    color: #fff;
    border-radius: 999px;
    padding: .9rem 1.35rem;
    font-weight: 800;
    transition: .25s ease;
  }
  .btn-outline-light-brand:hover {
    background: rgba(255,255,255,.1);
    color: #fff;
    transform: translateY(-2px);
  }

  /*============================
        SOLUTION CARD
============================*/

.solution-card{

    background:#fff;
    border-radius:24px;
    overflow:hidden;
    position:relative;
    height:100%;
    transition:.4s;
    border-bottom:3px solid #123C7B;
    box-shadow:0 15px 40px rgba(0,0,0,.06);


}

.solution-card:hover{

    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(13,71,161,.18);
      border-bottom:4px solid #00ACC1;
}

/* Gradient top border */

.solution-card::before{

    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0D47A1,#00ACC1);

}

/*============================
        IMAGE
============================*/

.solution-img{

    position:relative;
    overflow:hidden;
    height:230px;
    background:#EEF9FC;

}

.solution-img img{

    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;

}

.solution-card:hover .solution-img img{

    transform:scale(1.08);

}

/*============================
        NUMBER
============================*/

.solution-number{

    position:absolute;
    top:18px;
    left:18px;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#fff;
    color:#0D47A1;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(0,0,0,.12);

}

/*============================
        PRODUCT COUNT
============================*/

.product-count{

    position:absolute;
    right:18px;
    top:18px;
    background:linear-gradient(90deg,#0D47A1,#00ACC1);
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;

}

/*============================
        CONTENT
============================*/

.solution-content{

    padding:28px;

}

.category{

    display:inline-block;
    padding:6px 16px;
    border-radius:30px;
    background:#EEF9FC;
    color:#00ACC1;
    font-size:13px;
    font-weight:700;
    margin-bottom:15px;

}

.solution-content h4{

    color:#123C7B;
    font-weight:700;
    margin-bottom:15px;

}

.solution-content p{

    color:#6B7280;
    line-height:1.8;
    min-height:72px;

}

/*============================
      FEATURE CHIPS
============================*/

.feature-list{

    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:25px 0;

}

.feature-list span{

    background:#F2F8FD;
    color:#123C7B;
    padding:8px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    transition:.3s;

}

.solution-card:hover .feature-list span{

    background:#00ACC1;
    color:#fff;

}

/*============================
        BUTTONS
============================*/

.solution-btns{

    display:flex;
    gap:10px;
    margin-top:20px;

}

.btn-view{

    flex:1;
    border-radius:50px;
    background:linear-gradient(90deg,#0D47A1,#00ACC1);
    color:#fff;
    font-weight:600;
    padding:12px 20px;
    border:none;

}

.btn-view:hover{

    color:#fff;
    transform:translateY(-2px);

}

.btn-quote{

    border-radius:50px;
    border:2px solid #00ACC1;
    color:#00ACC1;
    background:#fff;
    font-weight:600;
    padding:12px 18px;

}

.btn-quote:hover{

    background:#00ACC1;
    color:#fff;

}

/*============================
        RESPONSIVE
============================*/

@media (max-width:991px){

.section-title{

    font-size:36px;

}

.solution-img{

    height:220px;

}

}

@media (max-width:767px){

.solutions-section{

    padding:70px 0;

}

.section-title{

    font-size:30px;

}

.solution-content{

    padding:22px;

}

.solution-btns{

    flex-direction:column;

}

.btn-view,
.btn-quote{

    width:100%;

}

}


.solution-cta{

    margin-top:40px;
    padding:70px 40px;
    border-radius:30px;
    background:linear-gradient(135deg,#0D47A1,#00ACC1);
    color:#fff;
    box-shadow:0 25px 60px rgba(13,71,161,.18);

}

.solution-cta h3{

    font-size:36px;
    font-weight:700;
    margin-bottom:20px;

}

.solution-cta p{

    max-width:700px;
    margin:0 auto 30px;
    line-height:1.8;
    opacity:.95;

}

.solution-cta .btn-primary{

    background:#fff;
    color:#0D47A1;
    border:none;
    font-weight:600;
    border-radius:50px;
    padding:14px 35px;

}

.solution-cta .btn-outline-primary{

    border:2px solid #fff;
    color:#fff;
    border-radius:50px;
    padding:14px 35px;

}

.solution-cta .btn-outline-primary:hover{

    background:#fff;
    color:#0D47A1;

}

@media(max-width:768px){

.solution-cta{

padding:45px 25px;

}

.solution-cta h3{

font-size:28px;

}

.solution-cta .btn{

width:100%;
margin:10px 0;

}

}


/*============================
         single product page css
    =============================*/

/*======================================
        PRODUCT DETAILS PAGE
======================================*/

:root{
    --primary:#0D47A1;
    --secondary:#00ACC1;
    --light:#F6FBFF;
    --dark:#163A70;
    --text:#666;
    --white:#fff;
     --cc-navy-800:#0a1f4e;
    --cc-blue-700:#002f77;
    --cc-blue-500:#0561b8;
    --cc-teal-500:#028695;
    --cc-teal-400:#2fb2bf;
    --cc-teal-300:#7fd7de;
    --cc-mist:#eaf5f6;
    --cc-ink:#00103c;
    --cc-muted:#5c6b85;
    --cc-line:#dbe4ea;
    --cc-radius:18px;
}

body{
    background:#F8FCFF;
    font-family:'Poppins',sans-serif;
     font-family:'Inter',sans-serif;
    color:var(--cc-ink);
    margin:0;
}

/*==============================
        Breadcrumb
==============================*/

.breadcrumb{
    background:#fff;
    padding:15px 25px;
    border-radius:50px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.breadcrumb a{
    color:var(--secondary);
    text-decoration:none;
}

.breadcrumb-item.active{
    color:var(--primary);
    font-weight:600;
}

/*==============================
        Gallery
==============================*/

.product-gallery{
    background:#fff;
    padding:25px;
    border-radius:25px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}



.p_image{
    border-top:6px solid #0D47A1 !important;
}

.main-product-image img{
    width:100%;
    transition:.5s;
}

.main-product-image:hover img{
    transform:scale(1.08);
}

.premium-badge{

    position:absolute;
    left:20px;
    top:20px;

    background:linear-gradient(45deg,#0D47A1,#00ACC1);

    color:#fff;

    padding:10px 18px;

    border-radius:30px;

    font-weight:600;

}






/* Main Product Image */
.main-image-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 28px;
    background: #eef8fc;
    border: 1px solid #e4edf5;
}

.main-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* Thumbnail */
.thumb-image {
    width: 90px;
    height: 90px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .3s ease;
}

.thumb-image:hover {
    transform: translateY(-3px);
    border-color: #008ecf;
}

.active-thumb {
    border-color: #008ecf !important;
}


/* Mobile */
@media (max-width: 991px) {

    .main-image-wrapper {
        height: 350px;
    }

}

@media (max-width: 575px) {

    .main-image-wrapper {
        height: 250px;
        border-radius: 20px;
    }

    .thumb-image {
        width: 70px;
        height: 70px;
    }

}

/* Global Prevalence */
.global-prevalence {
    background: linear-gradient(135deg, #f4fbff, #ffffff);
    border: 1px solid #e4edf5;
    border-radius: 28px;
    padding: 55px 45px;
}

.prevalence-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e5f8fc;
    color: #008ebc;
    padding: 9px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
}

.prevalence-title {
    color: #063b78;
    font-weight: 700;
    font-size: 30px;
}

.prevalence-intro {
    color: #64748b;
    max-width: 700px;
    margin: 10px auto 0;
    line-height: 1.7;
}


/* Prevalence Card */
.prevalence-card {
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border: 1px solid #e5edf5;
    border-radius: 18px;
    padding: 25px;
    transition: all .35s ease;
}

.prevalence-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 60, 120, .10);
}

.prevalence-icon {
    min-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #007fc4, #00a8c8);
    color: #fff;
    border-radius: 14px;
    font-size: 22px;
}

.prevalence-card h5 {
    margin: 0 0 7px;
    color: #073b78;
    font-weight: 700;
    font-size: 17px;
}

.prevalence-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
    font-size: 14px;
}


/* Bottom Statement */
.prevalence-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #063b78;
    color: #fff;
    padding: 20px 25px;
    border-radius: 16px;
}

.prevalence-footer i {
    font-size: 28px;
    color: #65d9ed;
}

.prevalence-footer p {
    margin: 0;
    line-height: 1.7;
}

.prevalence-footer strong {
    color: #fff;
}


/* Mobile */
@media (max-width: 575px) {

    .global-prevalence {
        padding: 35px 20px;
        border-radius: 20px;
    }

    .prevalence-title {
        font-size: 24px;
    }

    .prevalence-card {
        padding: 20px;
    }

    .prevalence-footer {
        align-items: flex-start;
    }

}

/*==============================
        Product Info
==============================*/

.product-category{

    background:#E8F8FC;
    color:var(--secondary);
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;

}

.product-title{

    font-size:30px !important;
    color:var(--dark);
    font-weight:700;

}

.rating-box{

    display:flex;
    align-items:center;
    gap:6px;

}

.rating-box i{

    color:#FFC107;

}

.rating-box span{

    margin-left:10px;
    color:#777;

}

.product-short-desc{

    color:#666;
    line-height:30px;
    font-size:17px;

}

/* Trust cards */

.trust-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 14px;
    padding: 14px;
    height: 100%;
    transition: all 0.25s ease;
}

.trust-card:hover {
    border-color: #0561b8;
    box-shadow: 0 10px 24px rgba(0, 16, 60, 0.08);
    transform: translateY(-2px);
}

.trust-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0561b8, #028695);
    color: #fff;
    font-size: 1.1rem;
}

.trust-card h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: #00103c;
    margin-bottom: 2px;
}

.trust-card small {
    font-size: 0.75rem;
    color: #8a94a3;
}




/*==============================
      Highlights
==============================*/

.product-highlights{

    background:#fff;

    border-radius:20px;

    padding:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.product-highlights h5{

    color:var(--primary);

    margin-bottom:20px;

}

.product-highlights ul{

    list-style:none;

    padding:0;

}

.product-highlights li{

    padding:12px 0;

    border-bottom:1px solid #eee;

}

.product-highlights li:before{

    content:"✔";

    color:var(--secondary);

    margin-right:10px;

}

/* =========================================
   RELATED PRODUCTS SECTION — CorneCare
   Navy #00103c | Iris Blue #0561b8 | Teal #028695

   NOTE: .section-badge, .section-title, .section-description
   are already defined in about-product.css — load that file
   alongside this one, don't redeclare here.
========================================= */

.related-products {
    position: relative;
}

/* ---------- RELATED CARD ---------- */

.related-card {
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 16, 60, 0.12);
    border-color: #0561b8;
}

.related-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f5f8fc;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    transition: transform 0.4s ease;
}

.related-card:hover .related-image img {
    transform: scale(1.06);
}

.product-label {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 5px 14px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, #0561b8, #028695);
}

.product-label.new {
    background: linear-gradient(135deg, #028695, #05c3a8);
}

.product-label.sale {
    background: linear-gradient(135deg, #00103c, #0561b8);
}

.related-content {
    padding: 24px;
}

.related-content .category {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0561b8;
    margin-bottom: 8px;
}

.related-content h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    color: #00103c;
    margin-bottom: 10px;
}

.related-content > p {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    line-height: 1.65;
    color: #5a6577;
    margin-bottom: 16px;
}

.product-points {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.product-points li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #3c4657;
    margin-bottom: 8px;
}

.product-points li i {
    color: #028695;
    font-size: 0.9rem;
}

.product-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #0561b8;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease;
}

.product-btn i {
    transition: transform 0.25s ease;
}

.product-btn:hover {
    color: #028695;
    border-bottom-color: #028695;
}

.product-btn:hover i {
    transform: translateX(4px);
}

/* ---------- CTA BANNER ---------- */
/* Same gradient-banner pattern used elsewhere on this page
   (indication-banner / process-banner / benefits-cta / faq-bottom-banner) */

.related-cta {
    background: linear-gradient(135deg, #00103c, #0561b8 60%, #028695);
    border-radius: 24px;
    padding: 46px 50px;
    position: relative;
    overflow: hidden;
}

.related-cta::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -5%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.related-cta h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(1.3rem, 2.4vw, 1.7rem);
    color: #fff;
    margin-bottom: 10px;
}

.related-cta p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
}

.related-cta .btn-primary {
    background: #fff;
    color: #00103c;
    border: none;
    border-radius: 50px;
    padding: 14px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.related-cta .btn-primary:hover {
    background: #f0f4fa;
    color: #00103c;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .related-cta {
        padding: 34px 30px;
        text-align: center;
    }

    .related-cta .text-lg-end {
        text-align: center !important;
    }
}

/*==============================
    NEED ASSISTANCE
==============================*/

.need-assistance{

    background:#ffffff;
    border-radius:20px;
    border:1px sold #0D2C6C;

}

.assistance-title h2{

    font-size:48px;

    font-weight:700;

    color:#0D2C6C;

    line-height:1.2;

}

.assistance-title span{

    color:#00A8C6;

    font-style:italic;

}

.assistance-title p{

    margin-top:15px;

    color:#666;

    font-size:16px;

}

.assist-card{

    position:relative;

    display:flex;

    align-items:center;

    gap:18px;

    background:#fff;

    border-radius:22px;

    padding:28px;

    text-decoration:none;

    overflow:hidden;

    border:1px solid #edf3f8;

    transition:.4s;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    min-height:140px;

}

.assist-card::before{

    content:"";

    position:absolute;

    width:170px;

    height:170px;

    background:rgba(13,44,108,.04);

    border-radius:50%;

    right:-70px;

    bottom:-70px;

    transition:.4s;

}

.assist-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 55px rgba(0,0,0,.12);

}

.assist-card:hover::before{

    transform:scale(1.2);

}

.assist-icon{

    width:58px;

    height:58px;

    border-radius:15px;

    background:#EAF5FF;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#0D47A1;

    font-size:24px;

    flex-shrink:0;

}

.assist-content{

    flex:1;

}

.assist-content h5{

    margin-bottom:8px;

    color:#0D2C6C;

    font-weight:700;

}

.assist-content p{

    margin:0;

    color:#666;

    line-height:1.6;

    font-size:15px;

}

.assist-arrow{

    width:38px;

    height:38px;

    border-radius:50%;

    background:#F4F7FB;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#0D47A1;

    transition:.3s;

}

.assist-card:hover .assist-arrow{

    background:#0D47A1;

    color:#fff;

}

.whatsapp-card{

    background:linear-gradient(135deg,#F0FFF7,#E7FFF2);

}

.whatsapp-card .assist-icon{

    background:#D9FCE8;

    color:#25D366;

}


 

@media(max-width:991px){

.assistance-title{

text-align:center;

margin-bottom:20px;

}

.assistance-title h2{

font-size:38px;

}

}

@media(max-width:576px){

.assistance-title h2{

font-size:30px;

}

.assist-card{

padding:22px;

min-height:auto;

}

}



/*==============================
      Responsive
==============================*/

@media(max-width:991px){

.product-title{

font-size:32px;

}

.cta-box{

padding:40px;

text-align:center;

}

.tab-content{

padding:10px 15px;

}

}

@media(max-width:768px){

.product-tabs{

overflow:auto;

white-space:nowrap;

flex-wrap:nowrap;

}

.product-tabs .nav-link{

display:inline-block;

}

.btn-request,
.btn-brochure{

width:100%;

margin-bottom:15px;

}

}


/* =========================================
   INDICATIONS SECTION — CorneCare
   Navy #00103c | Iris Blue #0561b8 | Teal #028695

   NOTE: .section-badge, .section-title, .section-description
   are already defined in about-product.css — load that file
   alongside this one, don't redeclare here.
========================================= */

.product-indications {
    position: relative;
}

.product-indications::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(2, 134, 149, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.product-indications .container {
    position: relative;
    z-index: 1;
}

/* ---------- INDICATION CARDS ---------- */

.indication-card {
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 18px;
    padding: 30px 26px;
    height: 100%;
    transition: all 0.3s ease;
}

.indication-card:hover {
    transform: translateY(-6px);
    border-color: #028695;
    box-shadow: 0 18px 36px rgba(0, 16, 60, 0.1);
}

.indication-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(5, 97, 184, 0.08);
    color: #0561b8;
    font-size: 1.3rem;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.indication-card:hover .indication-icon {
    background: linear-gradient(135deg, #0561b8, #028695);
    color: #fff;
}

.indication-card h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: #00103c;
    margin-bottom: 10px;
}

.indication-card p {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5a6577;
    margin-bottom: 0;
}

/* ---------- BOTTOM BANNER ---------- */

.indication-banner {
    background: linear-gradient(135deg, #00103c, #0561b8 60%, #028695);
    border-radius: 24px;
    padding: 46px 50px;
    position: relative;
    overflow: hidden;
}

.indication-banner::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -5%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.indication-banner h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(1.3rem, 2.4vw, 1.7rem);
    color: #fff;
    margin-bottom: 10px;
}

.indication-banner p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.indication-banner .btn-light {
    background: #fff;
    color: #00103c;
    border: none;
    border-radius: 50px;
    padding: 14px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.indication-banner .btn-light:hover {
    background: #f0f4fa;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .indication-banner {
        padding: 34px 30px;
        text-align: center;
    }

    .indication-banner .text-lg-end {
        text-align: center !important;
        margin-top: 20px;
    }
}

 /* =========================================
   HOW IT WORKS SECTION — CorneCare
   Navy #00103c | Iris Blue #0561b8 | Teal #028695

   NOTE: .section-badge, .section-title, .section-description
   are already defined in about-product.css — load that file
   alongside this one, don't redeclare here.

   Layout note: markup is 6x col-lg-6 (2 columns, 3 rows), so the
   "timeline-line" runs down the center of the grid on large screens,
   with each card's connector dot pointing inward toward the line.
========================================= */

.how-it-works {
    position: relative;
}

.how-it-works::before {
    content: "";
    position: absolute;
    top: 20%;
    right: -120px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(5, 97, 184, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.how-it-works .container {
    position: relative;
    z-index: 1;
}

/* ---------- TIMELINE WRAPPER ---------- */

.timeline-wrapper {
    position: relative;
}

.timeline-line {
    display: none;
}

@media (min-width: 992px) {
    .timeline-line {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        transform: translateX(-50%);
        background: repeating-linear-gradient(
            to bottom,
            #d7e3f2 0,
            #d7e3f2 8px,
            transparent 8px,
            transparent 16px
        );
        z-index: 0;
    }
}

/* ---------- TIMELINE CARD ---------- */

.timeline-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 18px;
    padding: 26px;
    z-index: 1;
    transition: all 0.3s ease;
}

.timeline-card:hover {
    border-color: #0561b8;
    box-shadow: 0 16px 34px rgba(0, 16, 60, 0.1);
    transform: translateY(-4px);
}

.timeline-number {
    position: absolute;
    top: -14px;
    left: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    color: #fff;
    background: linear-gradient(135deg, #0561b8, #028695);
    padding: 4px 12px;
    border-radius: 50px;
    letter-spacing: 0.04em;
    box-shadow: 0 6px 14px rgba(5, 97, 184, 0.3);
}

.timeline-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(5, 97, 184, 0.08);
    color: #0561b8;
    font-size: 1.3rem;
    margin-top: 6px;
    transition: all 0.3s ease;
}

.timeline-card:hover .timeline-icon {
    background: linear-gradient(135deg, #0561b8, #028695);
    color: #fff;
}

.timeline-content h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: #00103c;
    margin-bottom: 8px;
}

.timeline-content p {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #5a6577;
    margin-bottom: 0;
}

/* Connector dots pointing toward the center line (lg+ only) */

@media (min-width: 992px) {
    .timeline-card::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #028695;
        border: 3px solid #fff;
        box-shadow: 0 0 0 2px #d7e3f2;
        transform: translateY(-50%);
    }

    /* left column cards -> dot on right edge */
    .col-lg-6:nth-child(odd) .timeline-card::after {
        right: -33px;
    }

    /* right column cards -> dot on left edge */
    .col-lg-6:nth-child(even) .timeline-card::after {
        left: -33px;
    }
}

/* ---------- BOTTOM CTA BANNER ---------- */

.process-banner {
    background: linear-gradient(135deg, #00103c, #0561b8 60%, #028695);
    border-radius: 24px;
    padding: 46px 50px;
    position: relative;
    overflow: hidden;
}

.process-banner::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -5%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.process-banner h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(1.3rem, 2.4vw, 1.7rem);
    color: #fff;
    margin-bottom: 10px;
}

.process-banner p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.process-banner .btn-primary {
    background: #fff;
    color: #00103c;
    border: none;
    border-radius: 50px;
    padding: 14px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.process-banner .btn-primary:hover {
    background: #f0f4fa;
    color: #00103c;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .process-banner {
        padding: 34px 30px;
        text-align: center;
    }

    .process-banner .text-lg-end {
        text-align: center !important;
        margin-top: 20px;
    }
}


    /* ---------- INDICATIONS ---------- */
  .cc-benefits{
      background: #eaf5f6;
    color:#fff;
    border-radius:28px;
    padding:3.25rem 2.5rem;
    position:relative;
    overflow:hidden;
  }
  @media (max-width:768px){.cc-benefits{padding:2.25rem 1.4rem;}}
  .cc-benefits::after{
    content:"";
    position:absolute; inset:0;
    background-image:radial-gradient(circle at 90% 10%, rgba(47,178,191,.25), transparent 45%);
    pointer-events:none;
  }
  .cc-benefit-row{
    display:flex;
    align-items:flex-start;
    gap:.85rem;
    padding:.85rem 0;
    border-bottom:1px solid rgba(255,255,255,.1);
  }
  .cc-benefit-row:last-child{border-bottom:none;}
  .cc-check{
    flex:0 0 auto;
    width:26px; height:26px;
    border-radius:50%;
    background:rgba(47,178,191,.18);
    color:var(--cc-teal-400);
    display:flex; align-items:center; justify-content:center;
    font-size:.8rem;
    margin-top:.15rem;
  }
  .cc-benefit-row span.label{font-weight:500; font-size:.98rem;}

  /* ---------- FAQ ---------- */

.cc-faq{background:var(--cc-mist);}

  .cc-section{padding:5.5rem 0;}
  @media (max-width:768px){.cc-section{padding:3.25rem 0;}}

  .cc-faq{background:var(--cc-mist);}
  .cc-faq-item{
    background:#fff;
    border:1px solid var(--cc-line);
    border-radius:14px;
    margin-bottom:.85rem;
    overflow:hidden;
    transition:border-color .2s ease, box-shadow .2s ease;
  }
  .cc-faq-item:hover{border-color:var(--cc-teal-500);}
  .cc-faq-item[open]{border-color:var(--cc-teal-500); box-shadow:0 10px 24px rgba(2,134,149,.1);}
  .cc-faq-item summary{
    list-style:none;
    cursor:pointer;
    padding:1.15rem 1.4rem;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    font-family:'Poppins',sans-serif;
    font-weight:600;
    font-size:1rem;
    color:var(--cc-ink);
  }
  .cc-faq-item summary::-webkit-details-marker{display:none;}
  .cc-faq-toggle{
    flex:0 0 auto;
    width:30px; height:30px;
    border-radius:50%;
    background:var(--cc-mist);
    display:flex; align-items:center; justify-content:center;
    position:relative;
    transition:background .2s ease, transform .3s ease;
  }
  .cc-faq-toggle::before,.cc-faq-toggle::after{
    content:"";
    position:absolute;
    background:var(--cc-teal-500);
    border-radius:2px;
  }
  .cc-faq-toggle::before{width:12px; height:2px;}
  .cc-faq-toggle::after{width:2px; height:12px; transition:transform .25s ease;}
  .cc-faq-item[open] .cc-faq-toggle{background:var(--cc-teal-500);}
  .cc-faq-item[open] .cc-faq-toggle::before,
  .cc-faq-item[open] .cc-faq-toggle::after{background:#fff;}
  .cc-faq-item[open] .cc-faq-toggle::after{transform:rotate(90deg) scaleY(0);}
  .cc-faq-item .cc-faq-answer{
    padding:0 1.4rem 1.3rem;
    color:var(--cc-muted);
    font-size:.94rem;
    line-height:1.75;
    max-width:760px;
  }

  
  /* ---------- HOW IT WORKS ---------- */
  .cc-works{
    background:var(--cc-mist);
  }
  .cc-works-item{
    background:#fff;
    border:1px solid var(--cc-line);
    border-radius:var(--cc-radius);
    padding:1.5rem 1.4rem;
    height:100%;
    display:flex;
    gap:1rem;
    align-items:flex-start;
    transition:box-shadow .2s ease, transform .2s ease;
  }
  .cc-works-item:hover{transform:translateY(-3px); box-shadow:0 14px 28px rgba(11,37,64,.08);}
  .cc-hex-icon{
    flex:0 0 auto;
    width:44px; height:44px;
    display:flex; align-items:center; justify-content:center;
    background:linear-gradient(135deg,var(--cc-blue-500),var(--cc-teal-500));
    clip-path:polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    color:#fff;
    font-weight:700;
    font-family:'Poppins',sans-serif;
    font-size:.95rem;
  }
  .cc-works-item h4{font-size:1rem; font-weight:600; margin-bottom:.25rem;}
  .cc-works-item p{font-size:.92rem; color:var(--cc-muted); margin:0; line-height:1.6;}

  /* =========================================
   NEED ASSISTANCE SECTION — CorneCare
   Navy #00103c | Iris Blue #0561b8 | Teal #028695

   NOTE: .section-badge, .section-title, .section-description
   are already defined in about-product.css — load that file
   alongside this one, don't redeclare here.
========================================= */

.need-assistance {
    position: relative;
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

.need-assistance .container {
    position: relative;
    z-index: 1;
}

/* ---------- FLOATING BACKGROUND SHAPES ---------- */

.floating-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: floatShape 8s ease-in-out infinite;
}

.circle-1 {
    width: 220px;
    height: 220px;
    top: 5%;
    left: -80px;
    background: radial-gradient(circle, rgba(5, 97, 184, 0.1) 0%, transparent 70%);
    animation-delay: 0s;
}

.circle-2 {
    width: 300px;
    height: 300px;
    top: 40%;
    right: -120px;
    background: radial-gradient(circle, rgba(2, 134, 149, 0.09) 0%, transparent 70%);
    animation-delay: 2s;
}

.circle-3 {
    width: 160px;
    height: 160px;
    bottom: 0;
    left: 20%;
    background: radial-gradient(circle, rgba(0, 16, 60, 0.06) 0%, transparent 70%);
    animation-delay: 4s;
}

@keyframes floatShape {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(0, -22px); }
}

@media (prefers-reduced-motion: reduce) {
    .floating-circle {
        animation: none;
    }
}

/* ---------- SUPPORT CARDS ---------- */

.support-card {
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 20px;
    padding: 34px 28px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.support-card:hover {
    transform: translateY(-6px);
    border-color: #0561b8;
    box-shadow: 0 18px 36px rgba(0, 16, 60, 0.1);
}

.support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0561b8, #028695);
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.support-card.whatsapp .support-icon {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.support-card h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #00103c;
    margin-bottom: 10px;
}

.support-card p {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5a6577;
    margin-bottom: 20px;
}

.support-btn {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.92rem;
    color: #0561b8;
    text-decoration: none;
    padding: 10px 22px;
    border: 2px solid #0561b8;
    border-radius: 50px;
    transition: all 0.25s ease;
}

.support-card.whatsapp .support-btn {
    color: #128c7e;
    border-color: #128c7e;
}

.support-btn:hover {
    background: #0561b8;
    color: #fff;
}

.support-card.whatsapp .support-btn:hover {
    background: #128c7e;
    color: #fff;
}

/* ---------- STAT BOXES ---------- */

.stat-box {
    padding: 20px 10px;
    position: relative;
}

.stat-box::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    width: 1px;
    background: #e2e8f0;
}

.col-lg-3:last-child .stat-box::after {
    display: none;
}

.stat-box h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    background: linear-gradient(135deg, #0561b8, #028695);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 6px;
}

.stat-box span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #5a6577;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

@media (max-width: 767px) {
    .stat-box::after { display: none; }
    .stat-box { padding: 14px 6px; }
}


 /* ---------- BENEFITS ---------- */
  .cc-benefits{
   background: linear-gradient(135deg, #00103c, #002f77);
    color:#fff;
    border-radius:28px;
    padding:3.25rem 2.5rem;
    position:relative;
    overflow:hidden;
  }
  @media (max-width:768px){.cc-benefits{padding:2.25rem 1.4rem;}}
  .cc-benefits::after{
    content:"";
    position:absolute; inset:0;
    background-image:radial-gradient(circle at 90% 10%, rgba(47,178,191,.25), transparent 45%);
    pointer-events:none;
  }
  .cc-benefit-row{
    display:flex;
    align-items:flex-start;
    gap:.85rem;
    padding:.85rem 0;
    border-bottom:1px solid rgba(255,255,255,.1);
  }
  .cc-benefit-row:last-child{border-bottom:none;}
  .cc-check{
    flex:0 0 auto;
    width:26px; height:26px;
    border-radius:50%;
    background:rgba(47,178,191,.18);
    color:var(#2fb2bf);
    display:flex; align-items:center; justify-content:center;
    font-size:.8rem;
    margin-top:.15rem;
  }
  .cc-benefit-row span.label{font-weight:500; font-size:.98rem;}

 /*-------------------Product--------------------*/
.portfolio-card{
    background:#fff;
    border-radius:22px;
    padding:20px 15px;
    text-align:center;
    border:1px solid #eef3f8;
    box-shadow:0 10px 35px rgba(15,23,42,.08);
    transition:.35s ease;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:relative;
    overflow:hidden;
}

.portfolio-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0d6efd,#00c6ff);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.portfolio-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(13,110,253,.18);
    border-color:#0d6efd;
}

.portfolio-card:hover::before{
    transform:scaleX(1);
}


.portfolio-card h4{
    font-size:1.05rem !important;
    font-weight:600;
    color:#0b1f4d;
    line-height:1.4;
    margin-bottom:0;
    min-height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.portfolio-card p{
    font-size:15px;
    color:#6c757d;
    line-height:1.7;
    margin-top:15px;
}

@media(max-width:991px){

    .portfolio-card{
        padding:30px 20px;
    }

  

    .portfolio-card h4{
        font-size:19px;
        min-height:55px;
    }

}

@media(max-width:767px){

    .portfolio-card{
        padding:25px 18px;
    }



    .portfolio-card h4{
        font-size:17px;
        min-height:auto;
    }

}


