@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/********** Template CSS **********/
:root {
    --primary: #0d4d8d; 
    
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;


    /* --primary: #06A3DA;  */
}
html{
    overflow-x: hidden !important;
}

/* Hide default cursor */
body{
   cursor:AUTO !important;
}
/* CUSTOM CURSOR START HERE */
/* Small dot */
.custom-cursor {
    position: fixed;
    width: 6px;
    height: 6px;
    background: #00adee !important;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
}

/* Outer circle */
.custom-cursor-ring {
    position: fixed;
    width: 5px;
    height: 5px;
    border: 2px solid #00adee;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999998;
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease, border-color .2s ease;
    box-shadow: 0 0 15px rgba(3, 143, 207, 0.6);
}

/* CUSTOM CURSOR END HERE */

.owl-carousel.owl-drag .owl-item:nth-child(20){
    display: none !important;
}

/* MAIN HERO HEADING START */
.mainHeroHeading{
    font-size: 96px;
  font-weight: bold;
  line-height: 90px;
  color: white;
  margin-bottom: 23px;
  font-family: outfit;
}
.mainHeroHeading .blue-text{
    color: #06A3DA;
}
#typed-text::after{
content: "|";
margin-left:5px;
animation: blink 1s infinite;
}

@keyframes blink{
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}


/* PRODUCT TAB START */
.case-box{
position:relative;
overflow:hidden;
}

.case-box img{
width:100%;
height:280px;
object-fit:cover;
transition:.4s;
}
.lb-image{
max-width: 80vw !important;
max-height: 80vh !important;
object-fit: contain;
}
.lightbox .lb-image{
max-width: 900px !important;
max-height: 80vh !important;
margin: auto;
}
.lb-overlay{
background: rgba(0,0,0,0.8) !important;
}
.case-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(13,77,141,0.75);
opacity:0;
transition:.4s;
display:flex;
flex-direction:column;
justify-content:space-between;
padding:20px;
cursor: pointer;
}

.case-box:hover .case-overlay{
opacity:1;
}

.case-box:hover img{
transform:scale(1.1);
}

.case-icons{
text-align:right;
}

.case-icons a{
background:#fff;
color:#0d4d8d;
width:40px;
height:40px;
display:inline-flex;
align-items:center;
justify-content:center;
margin-left:8px;
border-radius:4px;
}

.case-text{
color:#fff;
}

.case-text h5{
margin-bottom:5px;
}

/* Hand icon */

.testiRead::after {
  content: "";
  position: absolute;
  background: url("/img/hand-img.png") center no-repeat;
  background-size: 20px;
  height: 22px;
  width: 22px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: draganimation 2s ease-in-out infinite;
}

/* Left → Right Animation */

@keyframes draganimation {

  0% {
    transform: translateX(-20px);
    opacity: 0.2;
  }

  50% {
    transform: translateX(20px);
    opacity: 1;
  }

  100% {
    transform: translateX(-20px);
    opacity: 0.2;
  }

}

.testiRead{
    display: none;
}
/* PRODUCT END HERE  */
/* FILTER BUTTONS */

.filter-btn{
border:none;
padding:8px 20px;
background:#e9eef5;
margin:5px;
border-radius:4px;
cursor:pointer;
}

.filter-btn.active{
background:#0d4d8d;
color:#fff;
}

.herotopHeading{
    text-transform: capitalize !important;
  font-family: outfit;
  font-size: 16px;
  font-family: 400;
  letter-spacing: 1px;
  color: #fff;
  background: #06A3DA82;
  width: fit-content;
  margin: auto;
    margin-bottom: auto;
  border-radius: 92px;
  padding: 4px 14px;
  
}


/* MAIN HERO HEADING END */
/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

/* ================= PREMIUM PILL LOADER ================= */

/* ================= HEART LOADER ================= */

/* ================= BROKEN HEART LOADER ================= */

/* #page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    background: url(../img/loader1.gif) center center no-repeat rgb(255, 255, 255);
    
} */
#page-loader{
position:fixed;
top:0;
left:0;

width:100%;
height:100%;

background:#ffffff;

display:flex;
align-items:center;
justify-content:center;

z-index:9999;
}

.ecg-loader{
width:80%;
max-width:600px;
height:auto;
}

/* ECG animation */

#pulsar{
stroke-dasharray:1500;
stroke-dashoffset:1500;

animation:ecgMove 2s linear infinite;
}

@keyframes ecgMove{

0%{
stroke-dashoffset:1500;
}

100%{
stroke-dashoffset:0;
}

}
/* .heart-container {
    position: relative;
    width: 80px;
    height: 70px;
}


.heart-left,
.heart-right {
    position: absolute;
    width: 55px;
    height: 88px;
    background: #0d4d8d;
    border-radius: 40px 40px 0 0;
}


.heart-left {
    left: -60px;
    transform: rotate(-45deg);
    animation: moveLeft 1.5s forwards ease-in-out, beat 1s 1.5s infinite;
}

.heart-right {
    right: -60px;
    transform: rotate(45deg);
    animation: moveRight 1.5s forwards ease-in-out, beat 1s 1.5s infinite;
} */

/* Animation to join */
@keyframes moveLeft {
    to {
        left: 0;
    }
}

@keyframes moveRight {
    to {
        right: 0;
    }
}

/* Heartbeat */
@keyframes beat {
    0%, 100% { transform: scale(1) rotate(-45deg); }
    50% { transform: scale(1.1) rotate(-45deg); }
}

/* Fix right side rotation during beat */
.heart-right {
    animation: moveRight 1.5s forwards ease-in-out, beatRight 1s 1.5s infinite;
}

@keyframes beatRight {
    0%, 100% { transform: scale(1) rotate(45deg); }
    50% { transform: scale(1.1) rotate(45deg); }
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

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

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


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

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

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


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

.btn-primary-products,
.btn-secondary-products {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary-products:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary-products:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

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

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

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/



.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}



.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

/* Default (Hero area) */
.navbar-toggler {
    color: white !important;
}

.navbar-toggler .fa-bars {
    color: white !important;
}

/* After Hero (Sticky Active) */
.custom-navbar.sticky-active .navbar-toggler,
.custom-navbar.sticky-active .fa-bars {
    color: #091E3E !important;
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}



.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
/* ABOUT SECTION START  */
.aboutSec{
    
  
}

.aboutRow{
display: flex;
    justify-content: center;
    gap: 20px;
}

.leftCol{
    max-width: 50%;
    flex-basis: 50%;

}

.rightCol{
    max-width: 50%;
    flex-basis: 50%;
    background-color: #0056D2;
  border-radius: 20px;
  padding: 45px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

.rightCol::before{
    position: absolute;
    content: '';
    background: url(../img/vector5.png) center no-repeat;
    background-size: contain;
    width: 500px;
    height: 300px;
    right: 0;
    bottom: 0;

}

.rightCol::after{
    position: absolute;
    content: '';
    background: url(../img/vector4.png) center no-repeat;
    background-size: contain;
    width: 500px;
    height: 400px;
    left: 0;
    top: 0;
    z-index: -99;

}

.rightCol .imageAboutBox{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 300px;
}
.rightCol h3{
font-size: 17px;
  font-weight: 700;
  margin-bottom: 35px;
  color: white;
}
.rightCol p{
    color: white;
  margin-bottom: 0;
  line-height: 1.8;
 
  font-weight: 400;
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
}

.insidebutton{
    background: #FF7F50;
     width: fit-content;
  padding: 15px 58px 15px 28px;
  margin-top: 24px;
  cursor: pointer;
  transition: .5s ease;
  border-radius: 8px;
  text-transform: capitalize;
  position: relative;
  transition: ease-in-out 0.6s;
   
}
.insidebutton:hover{
    background-color: white;
  
}
.insidebutton:hover a{
 color: #FF7F50 !important; 
 transition: .5s ease;
}

.insidebutton:hover::before{
    filter: brightness(0) saturate(100%) invert(57%) sepia(81%) saturate(1188%) hue-rotate(326deg) brightness(102%) contrast(101%);
}
.insidebutton::before{
    content: '';
    position: absolute;
    background: url(../img/right-arrow.png) center center no-repeat;
    width: 26px;
    background-size: contain;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: ease-in-out 0.6s;
    filter: brightness(0) invert(1);
}
.insidebutton a{
    color: #fff !important;
}

.emergency{
    position: absolute;
    bottom: 11px;
  left: 51px;
}

.emergency strong{
    font-size: 17px;
  font-weight: 700;
  margin-bottom: 7px;
  color: white;
  display: block;
}
.emergency span{
    display: block;
    font-size: 16px;
  font-weight: 700;
  color: #FF7F50;
}
.leftInternalRow{
     display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
   
}

.firstBox{
    max-width: 50%;
    flex-basis: 50%;

    background-color: #ECF2F6;
  padding: 45px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
    
}
.firstBox::after, .secondBox::after{
    position: absolute;
    content: '';
    background: url(../img/vector2.png) center no-repeat;
    background-size: contain;
    width: 200px;
    height: 100px;
    right: 0;
    bottom: 0;
    z-index: -99;

}

.firstBox h3, .secondBox h3 {
    font-size: 17px;
  font-weight: 700;
  margin-bottom: 35px;
}

.firstBox p,.secondBox p{
    line-height: 1.8;
  color: var(--paragraphColor);
  font-weight: 400;
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
}

.secondBox{
    max-width: 50%;
    flex-basis: 50%;
    padding: 45px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  background-color: #FCEDF2;
      height: stretch;
}
.fullBox{
    border-radius: 15px;
  background: #F1EDFD;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  padding: 50px;
  margin-top: 10px;
  position: relative;
}
.fullBox::before{
    position: absolute;
    content: '';
    background: url(../img/vector5.png) center no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    right: 0;
    bottom: 0;

}
.fullBox h3{
    margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: var(--blackColor);
  line-height: 1.7;
}



/* 
ABOUT SECTION END  */
/* new Experience section start */

.businessSection{
    display: flex;
    gap: 20px;
}

.imgRow{
    max-width: 50%;
    flex-basis: 50%;
    position: relative;
}

.leftImg img{
    width: 100%;
  height: 100%;
  position: relative;
  border-radius: 12px;
}

.rightContent{
    max-width: 50%;
    flex-basis: 50%;
}

.firstContent{
    max-width: 100%;
    background: #d7ebfad6;
  padding: 26px 28px 20px;
  border-radius: 24px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.aboutinternelContent span{
    border: 1px dashed #0d4d8d;
  padding: 2px 6px 2px 32px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
  display: block;
  width: fit-content;
  position: relative;
}

.bottomLink{
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 90px;
    gap: 5px;
    cursor: pointer;
}
.bottomLink img{
    max-width: 35px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}
/* .bottomLink img:hover{
     transform: rotate(0);
} */

.bottomLink:hover img{
    transform: rotate(0);
    

}
.bottomLink span a:hover{
    color: #06A3DA;
  
}
.bottomLink span a{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.aboutinternelContent span::before{
    content: '';
  position: absolute;
  background: url('/img/3d-cube.png') center center no-repeat;
  
  background-size: 18px;
  width: 40px;
  height: 100%;
  right: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
    filter: brightness(0) saturate(100%) invert(68%) sepia(50%) saturate(6373%) hue-rotate(161deg) brightness(92%) contrast(95%);
}
.aboutinternelContent h2{
    font-size: 50px;
  font-weight: 400 !important;
  color: #000;
  font-family: noto;
  text-transform: capitalize;
}
.aboutinternelContent strong{
    font-size: 50px;
  font-weight: 400 !important;
  color: #06A3DA;
  font-family: noto;
  text-transform: capitalize;
}
/* .outsideline{
    background: #ecf0f0;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  max-width: 241px;
  width: 100%;
  padding: 15px 15px 0 0;
  border-start-end-radius: 12px;
} */
.experience{
    background-color: #fff;
  border-radius: 10px;
  padding: 28px 25px;
  position: absolute;
bottom: -9px;
  left: -8px;
}
.experience::before{
        content: '';
        position: absolute;
        background: url('/img/gearIcon.WEBP') right no-repeat no-repeat;
        background-size:contain ;
        height: 50px;
        width: 50px;
        right: 4px;
        top: 10px;
        animation: gearSpinner 3s linear infinite;
        filter: brightness(0) saturate(100%) invert(21%) sepia(99%) saturate(1176%) hue-rotate(189deg) brightness(92%) contrast(96%);

    }
    .experience::after{
        content: '';
        position: absolute;
        background: url('/img/gearIcon.WEBP') right no-repeat no-repeat;
        background-size:contain ;
        height: 40px;
        width: 40px;
        right: 38px;
        top: 50px;
        animation: gearSpinnerAntiClock 3s linear infinite;
        filter: brightness(0) saturate(100%) invert(21%) sepia(99%) saturate(1176%) hue-rotate(189deg) brightness(92%) contrast(96%);

    }
    @keyframes gearSpinner {
        from{
            transform: rotate(0deg);
        }
        to{
            transform: rotate(360deg);
        }
    }
       @keyframes gearSpinnerAntiClock {
        from{
            transform: rotate(0deg);
        }
        to{
            transform: rotate(-360deg);
        }
    }
.experience h2{
    font-size: 4rem;
    font-family: outfit;
}
.experience p{
    max-width: 180px;
}
.experience span{
    color: #0d4d8d;
    margin-bottom: 30px;
    display: block;
}

.secondContent{
    max-width: 100%;
    flex-basis: 100%;
    /* background: #0d4d8d; */
  padding: 26px 28px 17px;
  border-radius: 24px;
  margin-top: 20px;
  position: relative;
  background: var(--gradient-hero);
}

.secondContent::before{
    content: '';
    position: absolute;
    background: url('../img/close.png')  no-repeat;
    width: 130px;
  height: 72px;
  right: 0;
  bottom: 19px;
  filter: brightness(0) saturate(100%) invert(68%) sepia(50%) saturate(6373%) hue-rotate(161deg) brightness(92%) contrast(95%);

}

.stars{
    display: flex;
    text-align: center;
    gap: 4px;
    max-width: 40px;
    margin-bottom: 30px;
}
.stars img{
    max-width: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(16%) hue-rotate(207deg) brightness(104%) contrast(100%);
}

.secondContent p{
    font-size: 20px;
  color: #fff;
  line-height: 1.2;
}

.author{
    margin-top: 47px;
}
.author strong{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
}

.author p{
    font-size: 14px;
    font-weight: 100 !important;
}
/* new section End */



/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    /* background: var(--primary); */
    background: var(--gradient-hero);
    border-radius: 2px;
}

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

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/* PRODUCT CSS START*/
/* Ensure arrows are outside the product area */
/* Ensure consistent card size and alignment */
/* General Card Styling */
.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ddd; /* Optional: Add a border for consistency */
    border-radius: 10px; /* Rounded corners */
    overflow: hidden; /* Ensures content stays within bounds */
    margin: 10px; /* Add spacing around each card */
    background-color: #fff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.product-card:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Add shadow */
}

/* Fix image size */
.product-img {
    height: 200px; /* Fixed height for images */
    object-fit: cover; /* Ensures images are cropped properly */
    width: 100%; /* Full width */
}

/* Card Body Styling */
.card-body {
    padding: 20px;
    text-align: center;
}

/* Align title and text properly */
.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

/* Carousel Inner and Gap */
.carousel-inner {
    display: flex;
    gap: 20px; /* Space between products */
    padding-bottom: 60px; /* Space for arrows below last product */
    overflow: hidden;
}

/* Arrow Styling */
.custom-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    z-index: 10;
    outline: none;
}

.custom-icon {
    background-color: #0d4d8d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.custom-arrow:hover .custom-icon {
    transform: scale(1.2); /* Slightly enlarge the icon */
    background-color: #0a3a6c; /* Darken blue on hover */
}

/* Position arrows outside the carousel */
.carousel-control-prev {
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-next {
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}
/* PRODUCT CSS END*/

/*** SERVICES FLIP CARD ***/

/* Card container with perspective for 3D effect */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px; /* This gives the 3D effect */
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

/* Flip on hover */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Front and back side styling */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    color: white;
    padding: 20px;
}

.flip-card-front {
    /* Set the image as background with some opacity */
    background: url('../img/Product-1.jpg') center/cover;
    background-size: cover;
    background-position: center;
    color: white;
}

.flip-card-front h4 {
    font-size: 25px;
    color: #06A3DA; /* Set heading color to white */
    font-weight: bolder;
}

.flip-card-back {
    background-color: #0d4d8d ;
    color: white;
    transform: rotateY(180deg); 
    cursor: pointer;
}
.flip-card-back h4{
    color: white;
    font-weight: 200%;
}

.product-button {
    text-align: center;
  border: 1px solid #0d4d8d !important;
  background: #0d4d8d !important;
  width: fit-content;
  margin: auto;
  padding: 10px 20px;
  color: #fff !important;
  margin-top: 24px;
  cursor: pointer;
  transition: .5s ease;
}
.product-button:hover{
    color: #000 !important;
  background-color: #2bb1e0 !important;
   box-shadow: inset 0 0 0 0 var(--primary);
  border-color: #1facde !important;
}
.product-button a{
    color: #fff !important;
}

/* ============================================PRODUCT CSS START HERE============================ */

/* ========================================
   Royal Medical — Product Section
   Primary color replaced with #0d4d8d
   ======================================== */

:root {
  --primary: #0d4d8d;
  --primary-deep: #093563;
  --primary-light: #1763ad;
  --primary-foreground: #ffffff;
  --accent: #1a7a6e;
  --accent-foreground: #ffffff;

  --background: #f8fafc;
  --foreground: #0f172a;
  --surface: #f1f5f9;
  --card: #ffffff;
  --card-foreground: #0f172a;
  --muted: #f1f5f9;
  --muted-foreground: #64748b;
  --border: #e2e8f0;

  --shadow-soft: 0 1px 2px rgb(13 77 141 / 0.04), 0 4px 12px rgb(13 77 141 / 0.06);
  --shadow-elevated: 0 8px 24px -8px rgb(13 77 141 / 0.18), 0 2px 6px rgb(13 77 141 / 0.06);
  --shadow-primary: 0 12px 32px -12px rgb(13 77 141 / 0.45);
 

  --gradient-hero: linear-gradient(235deg, rgb(13, 77, 141) 26%, rgb(0, 212, 255) 100%);
  --gradient-card: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);


}


/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }

body {

  background: var(--background);
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
}

/* ==================DECADES START=============================== */






/* Timeline */
.timeline-wrap{position:relative;max-width:980px;margin:0 auto}
.tl-track{position:absolute;left:50%;top:0;bottom:0;width:3px;background:var(--border);transform:translateX(-50%)}
.tl-progress{position:absolute;left:50%;top:0;width:3px;background: (235deg, rgb(13, 77, 141) 26%, rgb(0, 212, 255) 100%);transform:translateX(-50%);height:0}
.tl-year-sticky{position:sticky;top:90px;text-align:center;margin-bottom:40px;z-index:2}
.tl-year-sticky .year{display:inline-block;font-size:clamp(3rem,8vw,5.5rem);font-weight:900;  background: linear-gradient(235deg, rgb(13, 77, 141) 26%, rgb(0, 212, 255) 100%); -webkit-background-clip:text;color:transparent;letter-spacing:-.04em}
.tl-item{position:relative;display:grid;grid-template-columns:1fr 60px 1fr;align-items:center;gap:24px;margin:60px 0;opacity:0}
.tl-item .dot{width:18px;height:18px;border-radius:50%;
    background: (235deg, rgb(13, 77, 141) 26%, rgb(0, 212, 255) 100%);
    border:4px solid #093563;margin:0 auto;z-index:1;box-shadow:0 0 0 6px rgba(13,77,141,.12)}
.tl-card{background:#fff;border:2px solid var(--border);border-radius:14px;padding:22px;box-shadow:var(--shadow-sm)}
.tl-card .y{color:var(--brand);font-weight:800;font-size:14px;letter-spacing:.12em}
.tl-card h3{margin:6px 0 4px}
.tl-item:nth-child(odd) .tl-card{grid-column:1}
.tl-item:nth-child(even) .tl-card{grid-column:3}
@media(max-width:700px){
  .tl-track,.tl-progress{left:18px}
  .tl-item{grid-template-columns:36px 1fr;gap:14px}
  .tl-item .dot{margin:0}
  .tl-item:nth-child(odd) .tl-card,.tl-item:nth-child(even) .tl-card{grid-column:2}
}





/* =======================DECADES END CSS============================ */

/* <!-- ========================PRODUCT PAGE CODE START HERE====================  --> */










/* <!-- ========================PRODUCT PAGE CODE START HERE====================  --> */




/* Container */
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 640px) {
  .container { padding-left: 32px; padding-right: 32px; }
}

/* ========================================
   HERO
   ======================================== */

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  padding-top: 0;
  padding-bottom: 64px;
}

@media (min-width: 1024px) {
  .hero { padding-top: 0; padding-bottom: 80px; }
}


.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: radial-gradient(circle at 1px 1px, #0d4d8d 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  background: var(--card);
  padding: 6px 16px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted-foreground);
  box-shadow: var(--shadow-soft);
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.hero-title {
  margin-top: 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--foreground);
  text-wrap: balance;
}

@media (min-width: 640px) {
  .hero-title { font-size: 48px; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 60px; }
}

.gradient-text {
  background: var(--gradient-hero);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  margin-top: 24px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.625;
  color: var(--muted-foreground);
  text-wrap: pretty;
}

@media (min-width: 640px) {
  .hero-subtitle { font-size: 18px; }
}

/* Trust badges */
.trust-badges {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px 32px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted-foreground);
}

.trust-icon {
  width: 16px;
  height: 16px;
  color: var(--primary);
  flex-shrink: 0;
}

/* ========================================
   PRODUCT GRID
   ======================================== */

.products-section {
  padding-top: 80px;
  padding-bottom: 36px;
}

@media (min-width: 1024px) {
  .products-section { padding-top: 112px; padding-bottom: 36px; }
}

.product-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 640px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Product Card */
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--gradient-card);
  box-shadow: var(--shadow-soft);
  padding: 28px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease,
              border-color 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-elevated);
  border-color: color-mix(in srgb, var(--primary) 35%, transparent);
}

.card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-hero);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.product-card:hover .card-accent {
  transform: scaleX(1);
}

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.card-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: var(--gradient-hero);
  color: var(--primary-foreground);
  box-shadow: var(--shadow-primary);
  transition: transform 0.5s ease;
  flex-shrink: 0;
}

.product-card:hover .card-icon {
  transform: scale(1.1);
}

.card-icon svg {
  width: 28px;
  height: 28px;
}

.card-category {
  border-radius: 9999px;
  background: var(--muted);
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted-foreground);
}

.card-title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600;
  color: var(--foreground);
}

.card-desc {
  margin-top: 12px;
  flex: 1;
  font-size: 14px;
  line-height: 1.625;
  color: var(--muted-foreground);
}

.card-highlights {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-highlights li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(15, 23, 42, 0.8);
}

.check {
  width: 14px;
  height: 14px;
  color: var(--accent);
  flex-shrink: 0;
}

.card-link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  transition: gap 0.3s ease;
}

.card-link:hover {
  gap: 10px;
}

.arrow {
  width: 16px;
  height: 16px;
}

/* ========================================
   CTA PANEL
   ======================================== */

.cta-panel {
  position: relative;
  margin-top: 0;
  overflow: hidden;
  border-radius: 24px;
  padding: 56px 32px;
  background: var(--gradient-hero);
  box-shadow: var(--shadow-primary);
  text-align: center;
      background: radial-gradient(1200px 600px at 85% -10%, rgba(0, 212, 255, 0.18), transparent 60%), radial-gradient(900px 600px at -10% 110%, rgba(13, 77, 141, 0.45), transparent 55%), linear-gradient(rgb(6, 19, 39) 0%, rgb(10, 29, 58) 50%, rgb(10, 29, 58) 100%);
}

@media (min-width: 640px) {
  .cta-panel { padding: 64px 48px; }
}

.cta-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
}

.cta-inner {
  position: relative;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.cta-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 640px) {
  .cta-title { font-size: 36px; }
}

.cta-text {
  margin-top: 16px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.85);
}

.cta-buttons {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.btn-primary-products{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  background: #fff;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-deep);
  text-decoration: none;
  box-shadow: 0 10px 24px -6px rgb(13 77 141 / 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary-products:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -6px rgb(13 77 141 / 0.4);
}

.btn-primary-products svg {
  width: 16px;
  height: 16px;
}

.btn-secondary-products {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-secondary-products:hover {
  background: rgba(255, 255, 255, 0.2);
}
















/* ================================================PRODUCCT CSS END HERE=============================== */






/*** Service ***/


.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
    color: white;
}

.service-item h4 {
    color: #06A3DA;
    font-weight: bold;
}

.service-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity */
    border-radius: 8px;
}
.service-item .content {
    position: relative;
    z-index: 1; /* Ensures content appears above the overlay */
}

.service-item img{
    position: relative;
    height: 300px;
    padding: 0 30px;
    width: 100%;
    
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -80px;
    opacity: 1;
}


.testimonial-img-container {
    position: relative;
    overflow: hidden;
}

.testimonial-img-container img {
    transition: opacity 0.3s ease;
}

.testimonial-img-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-img-container:hover img {
    opacity: 0.3;
}

.testimonial-img-container:hover .overlay {
    opacity: 1;
}

.social-icons a {
    color: #fff;
    margin: 0 10px;
    font-size: 20px;
}

.social-icons a:hover {
    color: #007bff; /* Change color on hover for icons */
}/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

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

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

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


.team-img {
    position: relative;
    overflow: hidden;
}

.team-img img {
    transition: transform 0.5s;
}

.team-img:hover img {
    transform: scale(1.1);
}

.team-social {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.5s;
}

.team-img:hover .team-social {
    opacity: 1;
}



/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}
/* PREVIOUS CAROUSEL */
.nav-btn {
    font-size: 16px;
    color: #333;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
    user-select: none;
}

.nav-btn:hover {
    background-color: #007bff;
    color: #fff;
}

/* DOT CAROUSEL */

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px; /* Adjust spacing as needed */
}

.owl-carousel .owl-dot {
    background: #ddd;
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.owl-carousel .owl-dot.active {
    background: #007bff; /* Active dot color */
}

/* END DOT CAROUSEL */

.prev-slide {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}

.next-slide {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
}

/* START TOP ADDRESS HEADER WITH ICON */

/* BACK AND TOP WHATSAPP BUTTON AND ARROW */

/* Back-to-Top Button */
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 999;
    display: block;
}

/* WhatsApp Button */
#whatsappButton{
    position: fixed;
    bottom: 78px !important;
    margin-bottom: 12px;
    right: 28px !important;
    z-index: 999;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    animation: pulseBtn 2s infinite;
}

/* Ripple Effect */

#whatsappButton::before{
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #34AD54;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    animation: ripple 2s infinite;
}

#whatsappButton::after{
    animation-delay:1s;
}

/* Ripple Animation */

@keyframes ripple{

0%{
transform:scale(1);
opacity:.6;
}

100%{
transform:scale(2.2);
opacity:0;
}

}

/* Button Slight Pulse */

@keyframes pulseBtn{
0%{transform:scale(1);}
50%{transform:scale(1.05);}
100%{transform:scale(1);}
}



.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}
/*** Mobile Responsive ------------------------------------- ***/


/* OUR ACHEIVEMENT SECTION START */
.slider-arrows {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 90px;
    top: 50px;
}

.slider-arrows button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #1C58D5;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.slider-arrows button:hover {
  background: #0e3fa8;
}



.SectionAchievment{
    max-width: 1800px !important;
    margin: auto;
    overflow: hidden;
}
.SectionAchievment{
    position: relative;
}
.SectionAchievment::before{
   content: '';
  background: url('../img/achievement-bg.png') no-repeat;
    background-size: auto;
  background-size: auto;
  position: absolute;
  background-size: 106%;
  width: full !important;
  height: 338px;
  left: 0;
  right: 0;
  top: 0;
  width: full;
  margin: auto;
  border-radius: 0 20px 20px;
  z-index: -9;
}





.achievementSec::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.achievementSec.text-center::before {
    left: 77px;
    margin-left: -75px;
}

.achievementSec.achievementSec-sm::before {
    width: 90px;
    height: 3px;
}

.achievementSec::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.achievementSec.achievementSec-sm::after {
    width: 4px;
    height: 3px;
}

.achievementSec.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
    left: 100px !important;
}

.achievementSec.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes achievementSec-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes achievementSec-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes achievementSec-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}

.achievementSlider{
    display: flex;
    gap: 20px;
    
}


.ach1{
position: relative;
cursor: pointer; 
min-width: calc(50% - 10px); /* 2 cards visible */
  flex-shrink: 0;
}
.ach1::before{
content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1C58D5;
  background: linear-gradient(180deg, rgba(28, 88, 213, 0.06) 10%, rgba(28, 88, 213, 0.44) 55%, rgba(28, 88, 213, 0.66) 100%);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.ach1:hover::before{
    opacity: 1;
}



.textWrapper {
  position: absolute;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 140px;
}

/* row */
.sliderRow {
  overflow: hidden;
  width: 100%;
  line-height: 1;
}

/* heading wrapper */
.sliderHeading {
  display: flex;
  width: max-content;
    align-items: center;
}

/* duplicate tracks */
.track {
  display: flex;
}

/* text */
.sliderHeading span {
    white-space: nowrap;
    font-size: 120px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 2px #1C58D5;
    opacity: 0.2;
    margin-right: 50px;
    text-transform: uppercase;
    line-height: 1; 
    font-family: 'Founders Grotesk', sans-serif;
}
.tickerRight {
  margin-top: -10px; /* adjust this */
}

/* LEFT moving */
.tickerLeft .sliderHeading {
  animation: moveLeft 40s linear infinite;
}

/* RIGHT moving */
.tickerRight .sliderHeading {
  animation: moveRight 40s linear infinite;
}

/* animations */
@keyframes moveLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes moveRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.achievementSlider {
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.ach1 {
  min-width: calc(33.333% - 11px); /* 3 cards visible */
  flex-shrink: 0;
}


.sliderViewport {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* SLIDER */
.achievementSlider {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

/* DESKTOP â†’ 2 CARDS */
.ach1 {
  min-width: calc(50% - 10px);
  flex-shrink: 0;
}




.achievementSection{
    position: relative;
    padding: 100px 80px;
    overflow: hidden;
    background: #f7f9ff;
    border-radius: 30px;
}

/* BACKGROUND SHAPE */

.achievementSection::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background: #dfe4ff;
    border-radius: 0 0 0 250px;
    z-index: 0;
}

/* TOP AREA */

.achievementTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

/* HEADING */

.achievementHeading h5{
    color: #1C58D5;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.achievementHeading h2{
    font-size: 62px;
    line-height: 1.1;
    font-weight: 800;
    color: #071c44;
    margin-bottom: 22px;
}

/* LINE */

.headingLine{
    display: flex;
    align-items: center;
    gap: 10px;
}

.headingLine span:first-child{
    width: 110px;
    height: 5px;
    background: #1C58D5;
    border-radius: 30px;
}

.headingLine span:last-child{
    width: 12px;
    height: 5px;
    background: #1C58D5;
    border-radius: 30px;
    animation: lineMove 1.5s infinite alternate;
}

@keyframes lineMove{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(15px);
    }
}

/* ARROWS */

/* .achievementArrows{
    display: flex;
    gap: 16px;
        position: absolute;
    left: auto;
    right: 0;
    margin: auto;
    top: 30px;
} */
 .achievementArrows{
        position: absolute;
    right: 50px;
    top: 70px;
    display: flex;
    gap: 16px;
    z-index: 99;
}

.arrowBtn{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: #1C58D5;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s ease;
}

.arrowBtn:hover{
   transform:translateY(-4px);
    background:#0f4cc9;
}

.arrowBtn::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,#45d2ff,#1C58D5);
    opacity: 0;
    transition: 0.4s ease;
}

.arrowBtn:hover::before{
    opacity: 1;
}

/* .arrowBtn:hover{
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 20px 40px rgba(28,88,213,0.35);
} */

.arrowBtn span{
    position: relative;
    z-index: 2;
    color: #fff;
}

/* SLIDER */

.achievementSliderWrapper{
    overflow: hidden !;
    position: relative;
    z-index: 2;
}

.achievementSlider{
    display: flex;
    gap: 30px;
    transition: transform 0.7s cubic-bezier(.77,0,.18,1);
}

/* CARD */

.achievementCard{
    min-width: calc(33.333% - 20px);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    cursor: pointer;
    transition: .4s ease;
    flex-shrink: 0;
}

/* IMAGE */

.achievementCard img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
    transition:.7s ease;
}

/* OVERLAY */

.achievementOverlay{
     position:absolute;
    inset:0;
    opacity:1;
    background:linear-gradient(
    180deg,
    rgba(0,0,0,0) 20%,
    rgba(0,0,0,.75) 100%
    );
}

/* CONTENT */

.achievementContent{
     position:absolute;
    left:30px;
    right:30px;
    bottom:30px;
    z-index:5;
    opacity:1;
    transform:none;
}

/* TAG */

.achievementTag{
    display: inline-block;
    background: linear-gradient(135deg,#29c7ff,#1C58D5);
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* CONTENT */

.achievementContent h3{
    font-size:30px;
    line-height:1.2;
    margin-bottom:12px;
    color:#fff;
}

.achievementContent p{
    font-size:15px;
    line-height:1.7;
    color:rgba(255,255,255,.9);
}

.achievementContent a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s ease;
}

.achievementContent a:hover{
    transform: translateX(10px);
}

/* UNIQUE HOVER EFFECT */

.achievementCard::before{
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    top: -80px;
    right: -80px;
    transform: scale(0);
    transition: 0.8s ease;
    z-index: 2;
}

.achievementCard:hover::before{
    transform: scale(5);
}

.achievementCard:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(28,88,213,.18);
}

.achievementCard:hover img{
    transform:scale(1.08);
}

/* .achievementCard:hover .achievementOverlay{
    opacity: 1;
}

.achievementCard:hover .achievementContent{
    transform: translateY(0);
    opacity: 1;
} */

  
 /* OUR ACHEIVEMENT SECTION END */



/*** End Mobile Responsive ------------------------------------- ***/

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

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/ABOUT-HEADER.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

#header-carousel{
    display: none;
}
/* ================= PREMIUM GLASS STICKY NAVBAR ================= */
.navbar-nav{
    font-size: 14px;
}
.navButton{
    border: transparent;
  padding: 10px 20px;
  border-radius: 24px;
  background: linear-gradient(235deg,rgb(13, 77, 141) 26%, rgb(0, 212, 255) 100%);
  margin-left: 26px;
    transition: tranform 15s ease-in-out;
}


.navButton a{
    color: #fff;
}

.custom-navbar {
   position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 990px;

  top: 10px;
  border-radius: 41px;
  padding: 11px 14px;
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(11.4px);
  -webkit-backdrop-filter: blur(11.4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  
    width: 100%;
    background: transparent;
    transition: all 0.4s ease;
    z-index: 999;
}

/* Sticky Active */
.custom-navbar.sticky-active {
    position: fixed;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

/* Logo color change */
.custom-navbar.sticky-active .logo-title {
    color: #0d4d8d !important;
}

/* Nav links default */
.nav-link {
    color: #ffffff !important;
    font-weight: 300;
    transition: 0.3s;
}

/* Nav links sticky */
.custom-navbar.sticky-active .nav-link {
    color: #091E3E !important;
}

/* Hover */
.nav-link:hover {
    color: #2bb1e0 !important;
    border-bottom:1px solid #fff;
}

/* Search button */
.search-btn {
    color: #ffffff;
}

.custom-navbar.sticky-active .search-btn {
    color: #091E3E;
}
.mobile-close-btn {
    display: none;
}
.navbar-brand h1{
    font-size: 30px;
}

/* 
#header-carousel {
    background: 
        linear-gradient(rgba(13,77,141,0.6), rgba(13,77,141,0.6)),
        url("img/hero-desktop.jpg") center center / cover no-repeat;
    height: 100vh;
} */


/* HERO FULL SCREEN FIX */

/* #header-carousel,
#header-carousel .carousel-item,
#header-carousel .carousel-item img {
    height: 90vh;
} */
/* ================= HERO VIDEO STYLE ================= */

#hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(9, 30, 62, 0.6);
    z-index: -1;
}



#header-carousel .carousel-item img {
    object-fit: cover;
}

/* ABOUT SECTION START */
/* .aboutText, .aboutNavLink{
    color: #0a3a6c !important;
} */

.aboutContentSection{
    padding-top: 20px !important;
    
}

/* .aboutNavbar .navbar-toggler .fa-bars {
  color: #0a3a6c !important;
} */
.aboutContent{
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

/* .aboutNavbar .nav-link:hover {
  color: #0d4d8d !important;
  border-bottom: 1px solid #091e3e;
} */
/* ABOUT SECTION END */

/* MULTIPLE BRANCE MAP SECTION START HERE */

.branchContent{
    text-align: center;
}

.branchContent h2{
    font-size: 60px;
    font-weight: 900 !important;
    font-family: inherit;
}

.branchContent .blueHeading{
    color: #00adee;
}

.branchContent .lineOne{
    max-width: 1020px;
    margin: auto;
    
}
.branchContent .lineOne p{
    margin-bottom: 0 !important;
}
.branchContent p .capitalBlue{
     color: #00adee;
     font-size: 34px;
    font-weight: 900 !important;
}
.branchContent .lineTwo{
    max-width: 1020px;
    margin: auto;
}

.branchContent .lineTwo p{
    margin-top: -8px;
}

.contactBanner ,.aboutBanner{
    margin-bottom: 0 !important;
}


.locationMapSection{
    padding:100px 0 0;
    background:#f8fbff;
}
.contact-box{
    display:flex;
    align-items:flex-start;
    gap:20px;
    height:100%;
    min-height:140px;
}

.contact-icon{
    width:60px;
    height:60px;
    background:#0d6efd;
    border-radius:8px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.contact-content{
    flex:1;
}

.contact-content h5{
    margin-bottom:8px;
    font-weight:600;
    color:#222;
}

.contact-content p{
    margin:0;
    font-size:18px;
    line-height:1.6;
    word-break:break-word;
}

@media (max-width:991px){

    .contact-box{
        min-height:auto;
        margin-bottom:25px;
    }

    .contact-content p{
        font-size:17px;
    }

}   



.worldMap{
    max-width:1200px;
    margin:auto;
    position:relative;
}

.worldMap img{
    width:100%;
    display:block;
}

/* PIN */

.pin{
    position:absolute;
    width:22px;
    height:22px;
    background:#0ea5ff;
    border-radius:50%;
    cursor:pointer;
    z-index:2;
}

/* Glow */

.pin::before{
    content:"";
    position:absolute;
    inset:-12px;
    border-radius:50%;
    border:2px solid #0ea5ff;
    animation:pulse 2s infinite;
}

.pin::after{
    content:"";
    position:absolute;
    inset:-24px;
    border-radius:50%;
    border:2px solid rgba(14,165,255,.4);
    animation:pulse 2s infinite .5s;
}

/* Tooltip */

.tooltip{
    position:absolute;
    bottom:35px;
    left:50%;
    transform:translateX(-50%) translateY(10px);
    min-width:220px;
    background:white;
    border-radius:14px;
    padding:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    opacity:0;
    visibility:hidden;
    transition:.35s;
}

.tooltip h4{
    margin-bottom:5px;
    color:#0e3b7a;
}

.tooltip p{
    margin:0;
    color:#666;
}

.pin:hover .tooltip{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%) translateY(0);
}

@keyframes pulse{

    0%{
        transform:scale(.6);
        opacity:1;
    }

    100%{
        transform:scale(2.2);
        opacity:0;
    }

}

.lahore{
    top:33%;
    left:53%;
}

.karachi{
    top:42%;
    left:68%;
}

.islamabad{
    top:38%;
    left:13%;
}

.multan{
    top:22%;
    left:35%;
}

.peshawar{
    top:72%;
    left:35%;
}

.quetta{
    top:75%;
    left:53%;
}


.head-office {
  position: absolute;
}

.head-office::before{
  content:'';
  position:absolute;
  inset:-10px;
  border:2px solid #1C58D5;
  border-radius:50%;
  animation:pulse 2s infinite;
}

@keyframes pulse{
  0%{
    transform:scale(1);
    opacity:1;
  }
  100%{
    transform:scale(2.5);
    opacity:0;
  }
}

.marker{
  animation: floatPin 3s ease-in-out infinite;
}

@keyframes floatPin{
  0%,100%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-8px);
  }
}

.office-card{
    position:absolute;
    bottom:50px;
    left:50%;
    transform:translateX(-50%) translateY(20px);
    background:#fff;
    padding:15px;
    border-radius:15px;
    min-width:220px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
    opacity:0;
    visibility:hidden;
    transition:.4s;
}

.marker:hover .office-card{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%) translateY(0);
}
/* MULTIPLE BRANCE MAP SECTION END HERE */

/* ------------ACCORDION SECTION START HERE---------- */

.aboutRoyalMedical{
    padding:100px 0;
    background:#f8fbff;
    overflow:hidden;
}

.aboutGrid{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:70px;
}

.sectionTag{
    display:inline-block;
    color: #00adee;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
    text-transform:uppercase;
}

.aboutLeft h2{
    font-size:52px;
    line-height:1.2;
    margin-bottom:40px;
    color: #071c44;
    font-weight:800;
}

/* FAQ */

.faqItem{
    background:#fff;
    border-radius:18px;
    margin-bottom:18px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.faqItem:hover{
    transform:translateY(-3px);
}

.faqBtn{
    width:100%;
    border:none;
    background:none;
    padding:25px;
    font-size:20px;
    font-weight:700;
    color:#0d4d8d !important;
    cursor:pointer;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faqBtn span{
    font-size:30px;
    color:#0d4d8d !important;
}

.faqContent{
  max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
}

.faqContent p{
    padding:0 25px 25px;
    color:#666;
    line-height:1.8;
}

.faqItem.active .faqContent{
  max-height:300px;
}

/* RIGHT */

.aboutRight{
    position:relative;
    text-align:center;
}

.aboutRight img{
    width:100%;
    max-width:550px;
}

/* FLOATING CARDS */

.floatingCard{
    position:absolute;
    background:#fff;
    border-radius:20px;
    padding:20px;
    min-width:180px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);

    animation:float 4s ease-in-out infinite;
}

.floatingCard h3{
    color:#0d4d8d !important;
    font-size:38px;
    margin-bottom:5px;
}

.floatingCard p{
    margin:0;
    color:#555;
}

.card1{
    top:20%;
    left:-20px;
}

.card2{
    top:50%;
    right:-20px;
}

.card3{
    bottom:10%;
    left:20%;
}

@keyframes float{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

}




/* ------------ACCORDION SECTION END HERE---------- */

/* -------------------------------------MOBILE RESPONSIVE---------------------------------*/
@media (max-width: 991px) {

       .aboutGrid{
        grid-template-columns:1fr;
    }

    .aboutLeft h2{
        font-size:38px;
    }

    .aboutRight{
        margin-top:40px;
    }


    

      .achievementSec{
         margin-bottom: 20px !important;
    }

    .achievementTop{
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .achievementHeading h2{
        font-size: 42px;
    }

    .achievementCard{
    min-width:calc(50% - 15px);
}

.achievementCard img{
    height:420px;
}

    .achievementContent h3{
        font-size: 34px;
    }

    .achievementContent p{
        font-size: 17px;
    }
    .ourAchievement{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
     .achievementArrows{
       position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;

        display: flex;
        justify-content: center;

        margin-top: 30px;
        margin-bottom: 10px;

        gap: 14px;
    }
     .arrowBtn{
        width:55px;
    height:55px;
    border-radius:50%;
    border:none;
    background:#1C58D5;
    color:#fff;
    font-size:22px;
    box-shadow:0 10px 30px rgba(28,88,213,.25);
    transition:.3s ease;
    }

    .businessSection {
        flex-direction: column;
    }

    .imgRow ,.rightContent {
        max-width: 100%;
        flex-basis: 100%;
    }
    .navButton{
        display: none;
    }

    .aboutRow{
        flex-direction: column;
    }
    .leftCol, .rightCol{
        max-width: 100%;
        flex-basis: 100%;
    }
    .rightCol{
        padding: 45px 50px 180px;
    }

    .mainBanner{
    padding-top: 12rem !important;
    margin-bottom: 0 !important;
}

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;

        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);

        padding-top: 120px;
        text-align: center;
        overflow-y: auto;
        z-index: 2000;
    }

    .navbar-nav {
        width: 100%;
        gap: 10px;
    }

    .nav-link {
        font-size: 30px;
        padding: 15px 0;
        color: #091E3E !important;
    }
    .nav-link:hover {
        color: #609edd !important;
    }
    .mobile-close-btn {
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 40px;
        font-weight: bold;
        background: none;
        border: none;
        color: #091E3E;
        cursor: pointer;
        z-index: 2100;
        display: block;
    }
      .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }

    #header-carousel,
#header-carousel .carousel-item,
#header-carousel .carousel-item img {
    height: 56vh;
}
#header-carousel{
    display: none;
}

#hero-section {
  
    height: 90vh;
   
}

.aboutContentSection {
  padding-top: 46px !important;
}

.blueBg{
    padding-top: 0 !important;
}

.footer-about{
    padding-left: 0;
    padding-right: 0;
}
.quotesection{
    padding-bottom: 0!important;
}
.quoteContainer{
    padding-bottom: 0!important;
}
.footerContainer{
    margin-top: 0!important;
}
.footerContainer img{
    max-width: 112px;
}
}


  



@media (max-width: 768px) {
    .custom-cursor {
     display: none !important;
}

/* Outer circle */
.custom-cursor-ring {
    display: none !important;
}

    .achievementCard{
    min-width:100%;
}

.achievementCard img{
    height:320px;
}

.achievementContent{
    left:20px;
    right:20px;
    bottom:20px;
}

.achievementContent h3{
    font-size:22px;
}

.achievementContent p{
    font-size:14px;
}

.achievementArrows{
    position:relative;
    top:auto;
    right:auto;
    justify-content:center;
    margin-top:25px;
}

    .mainHeroHeading {
  font-size: 62px;
  line-height: 1;
}
    
     .footer-about {
        margin-bottom: 0;
    }

      .product-img {
        height: 150px;
    }

    /* Center arrows beneath the carousel */
    .carousel-control-prev,
    .carousel-control-next {
        top: unset; /* Reset top positioning */
        bottom: -30px; /* Position arrows at the bottom */
        transform: none; /* Reset transform for proper alignment */
    }

    .carousel-control-prev {
        left: 30%;
    }
    .carousel-control-next {
        right: 30%;
    }

    .carousel-inner {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px; /* Smaller gap for mobile */
    }
    .factsSection{
        padding-bottom: 0 !important;
    }
    .aboutSetionMain{
        padding-top: 0!important;
    }
}

@media (max-width: 576px) {
    .vendorConatiner{
        margin-bottom: 0 !important;
    }
    .featureSec{
        padding-bottom: 0 !important;
    }
    .aboutSec ,.servicesSec{

         padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .aboutContent{
        padding-top:0 !important ;
        padding-bottom: 0 !important;
    }
    .aboutSetionMain {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
     .aboutRoyalMedical{
        padding:40px 0;
    }
    .emergency{
        display: none !important;
    }

    .aboutLeft h2{
        font-size:30px;
    }

    .faqBtn{
        font-size:16px;
        padding:20px;
    }

    .floatingCard{
        min-width:140px;
        padding:15px;
    }

    .floatingCard h3{
        font-size:28px;
    }

    .branchContent .lineOne p {
    margin-bottom: 0 !important;
    line-height: 1.6;
}

.branchContent .lineTwo {
    max-width: 401px;
    margin: auto;
}
.branchContent .lineTwo p{
  margin-top: 3px;
    line-height: 1.6;
}
.locationMapSection {
    padding: 42px 14px 25px;
    background: #f8fbff;
}
.contactSection{
    padding-top: 0 !important;
}
.branchContent h2{
    font-size: 44px;
    
}

.pin {
    position: absolute;
    width: 12px;
    height: 12px; 
}

@keyframes pulse{
  0%{
    transform:scale(1);
    opacity:1;
  }
  100%{
    transform:scale(0.5);
    opacity:0;
  }
}

    
    .testiRead{
        display: block;
    }
    .experience {
  padding: 12px 18px; 
    }
    .experience span {
        margin-bottom: 10px;
    }
    .experience h2 {
    font-size: 3rem;
    }
    .aboutinternelContent h2, strong{
        font-size: 32px !important;
    }
    .bottomLink {
        margin-top: 50px; 
    }
    .author strong {
        font-size: 16px !important; 
    }
    .secondContent::before {
                width: 88px;
                height: 62px;
    }
    .tabs{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden;
    margin: 20px !important;
}
.testiRead {
  color: #fff;
  position: relative;
  text-align: center;
  padding-top: 40px;
}

/* Hand Icon */

.testiRead {
  color: #fff;
  position: relative;
  text-align: center;
  padding-top: 40px;
}


    .leftInternalRow{
        flex-direction: column;
    }

    .firstBox, .secondBox{
        max-width: 100%;
        flex-basis: 100%;
        padding: 45px 24px;
    }
     .rightCol {
    padding: 45px 24px 284px;
  }
  .fullBox {
  padding: 50px 24px;
  }
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }

    .mainHeroHeading {
  font-size: 50px;
  line-height: 1.1;
}
.herotopHeading {
    font-size: 11px;
    font-weight: 500 !important;
  }
  .SectionAchievment::before {
    content: '';
    background: url(../img/achievement-bg.png) no-repeat;
    position: absolute;
    background-size: 110%;
    height: 638px;
    left: -400px;
    width: 820px;
    right: 0;
    top: 0;
    margin: auto;
    border-radius: 0 20px 20px;
    z-index: -9;
}
}




















/* =========================================================
   REDESIGN: TRUST PILLARS + ACHIEVEMENT SECTION (added)
   ========================================================= */

/* Hide legacy ticker / old arrows if any leftovers remain */
.SectionAchievment, .ourAchievement, .achievementSliderWrapper,
.achievementSlider, .achievementCard, .achievementArrows, .textWrapper { display: none !important; }

/* ---------- TRUST PILLARS ---------- */
.rmTrustSection{
  position: relative;
  padding: 110px 0 90px;
  background: linear-gradient(180deg, #ffffff 0%, #EEF9FF 100%);
  overflow: hidden;
}
.rmTrustBg{
  position:absolute; inset:0;
  background:
    radial-gradient(600px 300px at 10% 20%, rgba(13,77,141,.08), transparent 60%),
    radial-gradient(500px 260px at 90% 80%, rgba(52,173,84,.10), transparent 60%);
  pointer-events:none;
}
.rmTrustHead{ text-align:center; max-width: 760px; margin: 0 auto 0px; }
.rmTrustEyebrow{
  display:inline-block; font-size: 13px; font-weight:700; letter-spacing:3px;
  text-transform:uppercase; color:#0d4d8d;
  padding: 8px 18px; border-radius: 999px;
  background: rgba(13,77,141,.08); margin-bottom: 18px;
}
.rmTrustTitle{
  font-family: 'Outfit', 'Nunito', sans-serif;
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: 800; color:#091E3E; line-height:1.15; margin: 0 0 18px;
}
.rmTrustTitle span{
  background: linear-gradient(90deg, #0d4d8d, #06A3DA);
  -webkit-background-clip: text; background-clip:text; color: transparent;
}
.rmTrustSub{ color:#445; font-size: 16px; line-height:1.7; margin:0; }

.rmTrustGrid{
  display:grid; gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.rmTrustCard{
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 36px 26px 30px;
  box-shadow: 0 10px 40px rgba(13,77,141,.08);
  border: 1px solid rgba(13,77,141,.06);
  transition: transform .4s ease, box-shadow .4s ease;
  overflow: hidden;
}
.rmTrustCard::before{
  content:""; position:absolute; left:0; top:0; height:4px; width:100%;
  background: linear-gradient(90deg, #0d4d8d, #06A3DA);
  transform: scaleX(0); transform-origin:left; transition: transform .5s ease;
}
.rmTrustCard:hover{ transform: translateY(-8px); box-shadow: 0 22px 50px rgba(13,77,141,.18); }
.rmTrustCard:hover::before{ transform: scaleX(1); }
.rmTrustIcon{
  width: 64px; height:64px; border-radius: 18px;
  background: linear-gradient(135deg, #EEF9FF, #d8efff);
  color:#0d4d8d; display:flex; align-items:center; justify-content:center;
  font-size: 26px; margin-bottom: 20px;
  transition: .4s ease;
}
.rmTrustCard:hover .rmTrustIcon{
  background: linear-gradient(135deg, #0d4d8d, #06A3DA);
  color:#fff; transform: rotate(-6deg) scale(1.05);
}
.rmTrustCardHighlight .rmTrustIcon{
  background: linear-gradient(135deg, #0d4d8d, #06A3DA); color:#fff;
}
.rmTrustCard h4{
  font-family: 'Outfit', sans-serif; font-weight:700;
  color:#091E3E; font-size: 20px; margin:0 0 10px;
}
.rmTrustCard p{ color:#5a6577; font-size: 14.5px; line-height:1.65; margin:0; }

/* ---------- ACHIEVEMENT (REDESIGN) ---------- */
.rmAchSection{
  position: relative;
  padding: 110px 0 0px;
  /* background: linear-gradient(180deg, #091E3E 0%, #0d2c5a 60%, #0d4d8d 100%); */
  background: url('../img/h3-project.png');
  overflow: hidden;
}
.rmAchOrb{
  position:absolute; border-radius:50%; filter: blur(80px); opacity:.45; pointer-events:none;
}
.rmAchOrb1{ width: 420px; height:420px; background:#06A3DA; top:-120px; left:-120px; }
.rmAchOrb2{ width: 360px; height:360px; background:#0ab1ff; bottom:-140px; right:-100px; opacity:.35; }

.rmAchHead{ text-align:center; max-width: 760px; margin: 0 auto 60px; position:relative; z-index:2; }
.rmAchEyebrow{
  display:inline-block; font-size: 13px; font-weight:700; letter-spacing:3px;
  text-transform:uppercase; color:#9fd6ff;
  padding: 8px 18px; border-radius: 999px;
  background: rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12);
  margin-bottom: 18px;
}
.rmAchTitle{
  font-family: 'Outfit', sans-serif;
  font-size: clamp(30px, 4.6vw, 52px); font-weight: 800; color:#fff;
  line-height:1.15; margin: 0 0 16px;
}
.rmAchTitle span{
  background: linear-gradient(90deg, #06A3DA, #7fe0ff);
  -webkit-background-clip:text; background-clip:text; color: transparent;
}
.rmAchSub{ color:#c8d9ee; font-size: 16px; line-height:1.7; margin:0; }

.rmAchSliderWrap{ position: relative; padding: 10px 0 60px; }

.rmAchSwiper{ padding: 10px 6px 50px !important; overflow: hidden; }

.rmAchCard{
  background:#fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,.35);
  display:flex; flex-direction:column;
  height: 100%;
  transition: transform .45s ease, box-shadow .45s ease;
}
.rmAchCard:hover{ transform: translateY(-10px); box-shadow: 0 35px 70px rgba(0,0,0,.45); }

.rmAchImgWrap{
  position: relative; width:100%; aspect-ratio: 4 / 3;
  background:#EEF9FF; overflow:hidden;
}
.rmAchImgWrap img{
  width:100%; height:100%;
  object-fit: contain;
  object-position: center;
  padding: 14px;
  transition: transform .6s ease;
  background: #fff;
}
.rmAchCard:hover .rmAchImgWrap img{ transform: scale(1.04); }

.rmAchBody{ padding: 24px 26px 28px; display:flex; flex-direction:column; gap:10px; flex:1; }
.rmAchTag{
  align-self:flex-start;
  font-size: 11px; letter-spacing:2px; text-transform:uppercase; font-weight:700;
  color:#0d4d8d; background:#EEF9FF; padding: 6px 12px; border-radius:999px;
}
.rmAchBody h3{
  font-family:'Outfit', sans-serif; font-weight:700; color:#091E3E;
  font-size: 20px; line-height:1.3; margin: 4px 0 4px;
}
.rmAchBody p{ color:#566173; font-size: 14.5px; line-height:1.6; margin: 0 0 14px; flex:1; }
.rmAchLink{
  align-self:flex-start;
  display:inline-flex; align-items:center; gap:8px;
  text-decoration:none; font-weight:700; font-size: 14px;
  color:#0d4d8d; padding: 10px 18px; border-radius: 999px;
  background: linear-gradient(90deg, rgba(13,77,141,.08), rgba(6,163,218,.10));
  transition: .35s ease;
}
.rmAchLink i{ transition: transform .35s ease; }
.rmAchLink:hover{
  color:#fff; background: linear-gradient(90deg, #0d4d8d, #06A3DA);
  box-shadow: 0 10px 24px rgba(6,163,218,.35);
}
.rmAchLink:hover i{ transform: translateX(4px); }

/* Swiper pagination */
.rmAchPagination.swiper-pagination{ position: relative; margin-top: 30px; text-align:center; }
.rmAchPagination .swiper-pagination-bullet{
  width: 10px; height:10px; background:#fff; opacity:.4;
  transition: .3s;
}
.rmAchPagination .swiper-pagination-bullet-active{
  opacity:1; width: 30px; border-radius: 6px;
  background: linear-gradient(90deg, #06A3DA, #7fe0ff);
}

/* Nav arrows */
.rmAchNav{
  position:absolute; top:42%; transform: translateY(-50%);
  width: 54px; height: 54px; border-radius: 50%;
  border: none; cursor: pointer;
  background: rgba(255,255,255,.12);
  color:#fff; backdrop-filter: blur(8px);
  border:1px solid rgba(255,255,255,.2);
  display:flex; align-items:center; justify-content:center;
  font-size: 16px; z-index: 5;
  transition: .3s ease;
}
.rmAchNav:hover{ background:#06A3DA; border-color:#06A3DA; transform: translateY(-50%) scale(1.08); }
.rmAchPrev{ left: -10px; }
.rmAchNext{ right: -10px; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px){
  .rmTrustGrid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px){
  .rmAchPrev{ left: 6px; } .rmAchNext{ right: 6px; }
}
@media (max-width: 640px){
  .rmTrustSection{ padding: 80px 0 90px; }
  .rmAchSection{ padding: 80px 0 90px; }
  .rmTrustGrid{ grid-template-columns: 1fr; gap:18px; }
  .rmTrustCard{ padding: 28px 22px; }
  .rmAchNav{ width: 44px; height: 44px; top: auto; bottom: -10px; transform:none; }
  .rmAchPrev{ left: 30%; }
  .rmAchNext{ right: 30%; }
  .rmAchSliderWrap{ padding-bottom: 80px; }
  .rmAchSwiper {
    padding: 10px 6px 0 !important; 
  }
  .heroFormRow,.footerContainer  {
    padding: 0 !important;
  }
  .heroForm {
    padding: 19px 16px 21px !important;
  }
}



/* =========================================================
   ABOUT + VISION/MISSION REDESIGN
   Scoped under .about-redesign and .vm-redesign so it does
   NOT affect any other section of the website.
   Uses existing brand tokens: --primary #0d4d8d, --secondary #34AD54
   ========================================================= */

.about-redesign {
    --ar-primary: #0d4d8d;
    --ar-primary-soft: #e8f1fb;
    --ar-accent: #06A3DA;
    --ar-secondary: #34AD54;
    --ar-dark: #091E3E;
    --ar-muted: #5b6b82;
    --ar-border: #e6edf5;
    padding: 100px 0;
    background:
        radial-gradient(1200px 500px at -10% -10%, #eaf4ff 0%, transparent 60%),
        radial-gradient(900px 400px at 110% 10%, #e9fbef 0%, transparent 55%),
        #ffffff;
    position: relative;
    overflow: hidden;
}

.about-redesign .ar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-redesign .ar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

/* ----- Visual side ----- */
.about-redesign .ar-visual {
    position: relative;
    min-height: 520px;
}

.about-redesign .ar-visual .ar-img-main {
    position: relative;
    width: 100%;
    height: 480px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px -25px rgba(13, 77, 141, 0.35);
}

.about-redesign .ar-visual .ar-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .8s ease;
}

.about-redesign .ar-visual:hover .ar-img-main img { transform: scale(1.05); }

.about-redesign .ar-visual .ar-badge {
    position: absolute;
    left: -24px;
    bottom: 40px;
    background: #fff;
    padding: 22px 26px;
    border-radius: 18px;
    box-shadow: 0 20px 40px -15px rgba(9, 30, 62, 0.25);
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 240px;
}

.about-redesign .ar-badge .ar-badge-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ar-primary), var(--ar-accent));
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 22px;
    flex-shrink: 0;
}

.about-redesign .ar-badge .ar-badge-num {
    font-size: 26px;
    font-weight: 800;
    color: var(--ar-dark);
    line-height: 1;
    margin-bottom: 4px;
}

.about-redesign .ar-badge .ar-badge-label {
    font-size: 13px;
    color: var(--ar-muted);
    font-weight: 500;
}

.about-redesign .ar-visual .ar-floating {
    position: absolute;
    top: 24px;
    right: -20px;
    background: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 18px 40px -15px rgba(9, 30, 62, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ar-dark);
}

.about-redesign .ar-floating i {
    color: var(--ar-secondary);
    font-size: 18px;
}

/* ----- Content side ----- */
.about-redesign .ar-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--ar-primary-soft);
    color: var(--ar-primary);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.about-redesign .ar-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ar-secondary);
    box-shadow: 0 0 0 4px rgba(52, 173, 84, 0.18);
}

.about-redesign .ar-title {
    font-family: 'Outfit', 'Nunito', sans-serif;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--ar-dark);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.about-redesign .ar-title .ar-highlight {
    background: linear-gradient(120deg, var(--ar-primary), var(--ar-accent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-redesign .ar-lead {
    font-size: 16.5px;
    line-height: 1.75;
    color: var(--ar-muted);
    margin-bottom: 18px;
}

.about-redesign .ar-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 28px 0;
}

.about-redesign .ar-features .ar-feat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--ar-border);
    border-radius: 12px;
    background: #fff;
    transition: all .3s ease;
}

.about-redesign .ar-features .ar-feat:hover {
    border-color: var(--ar-primary);
    transform: translateY(-3px);
    box-shadow: 0 14px 28px -16px rgba(13, 77, 141, 0.35);
}

.about-redesign .ar-feat .ar-feat-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--ar-primary-soft);
    color: var(--ar-primary);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-size: 14px;
}

.about-redesign .ar-feat span {
    font-weight: 600;
    color: var(--ar-dark);
    font-size: 14.5px;
}

.about-redesign .ar-cta-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.about-redesign .ar-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    background: linear-gradient(135deg, var(--ar-primary), var(--ar-accent));
    color: #fff !important;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 14px 30px -10px rgba(13, 77, 141, 0.5);
}

.about-redesign .ar-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -10px rgba(13, 77, 141, 0.6);
}

.about-redesign .ar-call {
    display: flex;
    align-items: center;
    gap: 14px;
}

.about-redesign .ar-call .ar-call-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: 2px dashed var(--ar-primary);
    color: var(--ar-primary);
    display: grid;
    place-items: center;
    font-size: 18px;
}

.about-redesign .ar-call .ar-call-label {
    font-size: 12px;
    color: var(--ar-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.about-redesign .ar-call .ar-call-num {
    font-size: 18px;
    font-weight: 800;
    color: var(--ar-dark);
    text-decoration: none;
}

/* =========================================================
   VISION / MISSION REDESIGN
   ========================================================= */
.vm-redesign {
    padding: 100px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.vm-redesign::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(13, 77, 141, 0.06) 0, transparent 35%),
        radial-gradient(circle at 80% 80%, rgba(52, 173, 84, 0.06) 0, transparent 35%);
    pointer-events: none;
}

.vm-redesign .vm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.vm-redesign .vm-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}

.vm-redesign .vm-eyebrow {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(13, 77, 141, 0.08);
    color: #0d4d8d;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 12.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.vm-redesign .vm-title {
    font-family: 'Outfit', 'Nunito', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #091E3E;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}

.vm-redesign .vm-title em {
    font-style: normal;
    background: linear-gradient(120deg, #0d4d8d, #06A3DA);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.vm-redesign .vm-sub {
    font-size: 16px;
    color: #5b6b82;
    line-height: 1.7;
}

/* Cards grid */
.vm-redesign .vm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.vm-redesign .vm-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 40px 32px 36px;
    border: 1px solid #eaf0f8;
    box-shadow: 0 14px 40px -22px rgba(9, 30, 62, 0.18);
    transition: all .4s cubic-bezier(.2,.7,.2,1);
    overflow: hidden;
}

.vm-redesign .vm-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0d4d8d, #06A3DA);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease;
}

.vm-redesign .vm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px -25px rgba(13, 77, 141, 0.35);
    border-color: transparent;
}

.vm-redesign .vm-card:hover::before { transform: scaleX(1); }

.vm-redesign .vm-card .vm-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 22px;
    background: linear-gradient(135deg, #0d4d8d, #06A3DA);
    box-shadow: 0 14px 28px -12px rgba(13, 77, 141, 0.55);
}

.vm-redesign .vm-card.vm-vision .vm-icon {
    background: var(--gradient-hero);
    box-shadow: 0 14px 28px -12px rgba(6, 163, 218, 0.55);
}

.vm-redesign .vm-card.vm-goals .vm-icon {
       background: var(--gradient-hero);
    box-shadow: 0 14px 28px -12px rgba(6, 163, 218, 0.55);
}

.vm-redesign .vm-card h3 {
    font-family: 'Outfit', 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #091E3E;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.vm-redesign .vm-card p {
    color: #5b6b82;
    line-height: 1.75;
    font-size: 15px;
    margin: 0;
}

.vm-redesign .vm-card .vm-tag {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 700;
    color: #0d4d8d;
    background: #eaf3fc;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* Highlight quote band */
.vm-redesign .vm-quote {
    margin-top: 36px;
    padding: 40px 48px;
    border-radius: 24px;
    background: linear-gradient(120deg, #0d4d8d 0%, #06A3DA 100%);
    color: #fff;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px -25px rgba(13, 77, 141, 0.5);
}

.vm-redesign .vm-quote::after {
    content: "\201C";
    position: absolute;
    right: 30px;
    top: -50px;
    font-size: 260px;
    font-family: Georgia, serif;
    color: rgba(255,255,255,0.08);
    line-height: 1;
    pointer-events: none;
}

.vm-redesign .vm-quote .vm-quote-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(255,255,255,0.15);
    display: grid;
    place-items: center;
    font-size: 24px;
    flex-shrink: 0;
}

.vm-redesign .vm-quote p {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    font-style: italic;
}

.vm-redesign .vm-quote .vm-hotline {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
    backdrop-filter: blur(6px);
}

.vm-redesign .vm-quote .vm-hotline:hover {
    background: #fff;
    color: #0d4d8d;
}

.vm-redesign .vm-quote .vm-hotline i { font-size: 20px; }
.vm-redesign .vm-quote .vm-hotline .vm-hotline-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: .85;
    margin-bottom: 2px;
}
.vm-redesign .vm-quote .vm-hotline .vm-hotline-num {
    display: block;
    font-size: 17px;
    font-weight: 800;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991px) {
    .about-redesign { padding: 70px 0; }
    .about-redesign .ar-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    .about-redesign .ar-visual { min-height: auto; order: -1; }
    .about-redesign .ar-visual .ar-img-main { height: 380px; }
    .about-redesign .ar-title { font-size: 36px; }

    .vm-redesign { padding: 20px 0; }
    .vm-redesign .vm-grid { grid-template-columns: 1fr; gap: 22px; }
    .vm-redesign .vm-title { font-size: 34px; }
    .vm-redesign .vm-quote {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 32px 28px;
    }
    .vm-redesign .vm-quote .vm-quote-icon { margin: 0 auto; }
    .vm-redesign .vm-quote .vm-hotline { justify-self: center; }
}

@media (max-width: 600px) {
    .about-redesign .ar-title { font-size: 30px; }
    .about-redesign .ar-features { grid-template-columns: 1fr; }
    .about-redesign .ar-visual .ar-img-main { height: 300px; }
    .about-redesign .ar-visual .ar-badge {
        left: 12px; right: 12px; bottom: 12px; min-width: auto;
    }
    .about-redesign .ar-visual .ar-floating { right: 12px; top: 12px; padding: 10px 14px; font-size: 12.5px; }
    .about-redesign .ar-cta-row { gap: 18px; }
    .about-redesign .ar-btn { padding: 14px 22px; width: 100%; justify-content: center; }

    .vm-redesign .vm-title { font-size: 28px; }
    .vm-redesign .vm-card { padding: 32px 24px; }
    .vm-redesign .vm-quote p { font-size: 16px; }
}



/* ========================CONTACT PAGE CSS START HERE ========================== */

/* =========================================================
   Royal Medical — Contact Page 
   Uses existing brand tokens: --primary #0d4d8d, --secondary #34AD54,
   accent #06A3DA, --light #EEF9FF, --dark #091E3E.
   ========================================================= */

.contact-redesign {
    position: relative;
    padding: 100px 0 110px;
    background:
        radial-gradient(1200px 600px at -10% -10%, rgba(6, 163, 218, .08), transparent 60%),
        radial-gradient(1000px 500px at 110% 110%, rgba(52, 173, 84, .07), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    overflow: hidden;
}

.contact-redesign .cr-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- Section heading ---------- */
.contact-redesign .cr-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

.contact-redesign .cr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(13, 77, 141, .08), rgba(6, 163, 218, .08));
    color: #0d4d8d;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(13, 77, 141, .15);
    margin-bottom: 18px;
    font-family: 'Outfit', 'Nunito', sans-serif;
}

.contact-redesign .cr-eyebrow i { color: #06A3DA; }

.contact-redesign .cr-title {
    font-family: 'Outfit', 'Nunito', sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    color: #091E3E;
    margin: 0 0 14px;
}

.contact-redesign .cr-title span {
    background: linear-gradient(90deg, #0d4d8d, #06A3DA);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.contact-redesign .cr-subtitle {
    color: #5b6b80;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* ---------- Info cards row ---------- */
.contact-redesign .cr-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.contact-redesign .cr-info-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e8eef6;
    border-radius: 18px;
    padding: 32px 26px;
    text-align: left;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    overflow: hidden;
}

.contact-redesign .cr-info-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #0d4d8d, #06A3DA, #34AD54);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .4s ease;
}

.contact-redesign .cr-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px -24px rgba(13, 77, 141, .35);
    border-color: rgba(6, 163, 218, .35);
}

.contact-redesign .cr-info-card:hover::before { transform: scaleX(1); }

.contact-redesign .cr-info-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #0d4d8d, #06A3DA);
    box-shadow: 0 12px 24px -10px rgba(13, 77, 141, .55);
}

.contact-redesign .cr-info-card.is-email .cr-info-icon {
        background: linear-gradient(135deg, #0d4d8d, #06A3DA);
    box-shadow: 0 14px 28px -12px rgba(13, 77, 141, 0.55);
}

.contact-redesign .cr-info-card.is-address .cr-info-icon {
       background: linear-gradient(135deg, #0d4d8d, #06A3DA);
    box-shadow: 0 14px 28px -12px rgba(13, 77, 141, 0.55);
}

.contact-redesign .cr-info-label {
    font-family: 'Outfit', 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #091E3E;
    margin: 0 0 8px;
}

.contact-redesign .cr-info-text {
    color: #4a5a72;
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0 0 14px;
}

.contact-redesign .cr-info-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0d4d8d;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: color .25s ease, gap .25s ease;
}

.contact-redesign .cr-info-link i {
    transition: transform .25s ease;
    font-size: 13px;
}

.contact-redesign .cr-info-link:hover {
    color: #06A3DA;
    gap: 12px;
}

.contact-redesign .cr-info-link:hover i { transform: translateX(3px); }

/* ---------- Form + Map grid ---------- */
.contact-redesign .cr-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.contact-redesign .cr-card {
    background: #ffffff;
    border: 1px solid #e8eef6;
    border-radius: 22px;
    box-shadow: 0 30px 60px -40px rgba(9, 30, 62, .35);
    overflow: hidden;
}

/* Form card */
.contact-redesign .cr-form-card { padding: 40px; }

.contact-redesign .cr-form-head { margin-bottom: 26px; }

.contact-redesign .cr-form-head h3 {
    font-family: 'Outfit', 'Nunito', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #091E3E;
    margin: 0 0 8px;
}

.contact-redesign .cr-form-head p {
    color: #5b6b80;
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}

.contact-redesign .cr-form { display: grid; gap: 16px; }

.contact-redesign .cr-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-redesign .cr-field { position: relative; }

.contact-redesign .cr-field label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #0d4d8d;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Outfit', 'Nunito', sans-serif;
}

.contact-redesign .cr-input,
.contact-redesign .cr-textarea {
    width: 100%;
    border: 1.5px solid #e2eaf3;
    background: #f7fbff;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    color: #091E3E;
    font-family: inherit;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
    outline: none;
}

.contact-redesign .cr-textarea { resize: vertical; min-height: 140px; }

.contact-redesign .cr-input::placeholder,
.contact-redesign .cr-textarea::placeholder { color: #9aa7b8; }

.contact-redesign .cr-input:focus,
.contact-redesign .cr-textarea:focus {
    border-color: #06A3DA;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(6, 163, 218, .15);
}

.contact-redesign .cr-submit {
    margin-top: 6px;
    background: linear-gradient(135deg, #0d4d8d, #06A3DA);
    color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .25s ease, box-shadow .25s ease, background .35s ease;
    box-shadow: 0 14px 30px -12px rgba(13, 77, 141, .55);
}

.contact-redesign .cr-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -12px rgba(6, 163, 218, .6);
    background: linear-gradient(135deg, #06A3DA, #0d4d8d);
}

.contact-redesign .cr-submit i { transition: transform .25s ease; }
.contact-redesign .cr-submit:hover i { transform: translateX(4px); }

/* Map card */
.contact-redesign .cr-map-card {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.contact-redesign .cr-map-head {
    padding: 26px 30px 18px;
    border-bottom: 1px solid #eef3f9;
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-redesign .cr-map-head .cr-map-pin {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d4d8d, #06A3DA);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-redesign .cr-map-head h4 {
    font-family: 'Outfit', 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #091E3E;
    margin: 0 0 2px;
}

.contact-redesign .cr-map-head p {
    margin: 0;
    color: #5b6b80;
    font-size: 13px;
}

.contact-redesign .cr-map-frame {
    position: relative;
    flex: 1;
    min-height: 380px;
    background: #eef3f9;
}

.contact-redesign .cr-map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
    display: block;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .contact-redesign { padding: 80px 0; }
    .contact-redesign .cr-info-grid {
        grid-template-columns: 1fr 1fr;
    }
    .contact-redesign .cr-info-card.is-address { grid-column: span 2; }
    .contact-redesign .cr-main { grid-template-columns: 1fr; }
    .contact-redesign .cr-form-card { padding: 32px; }
    .contact-redesign .cr-map-frame,
    .contact-redesign .cr-map-frame iframe { min-height: 340px; }
}

@media (max-width: 600px) {
    .contact-redesign { padding: 0 0 72px; }
    .contact-redesign .cr-head { margin-bottom: 40px; }
    .contact-redesign .cr-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 40px;
    }
    .contact-redesign .cr-info-card.is-address { grid-column: auto; }
    .contact-redesign .cr-info-card { padding: 26px 22px; }
    .contact-redesign .cr-form-card { padding: 26px 22px; }
    .contact-redesign .cr-row { grid-template-columns: 1fr; }
    .contact-redesign .cr-map-head { padding: 22px 22px 16px; }
    .contact-redesign .cr-map-frame,
    .contact-redesign .cr-map-frame iframe { min-height: 300px; }
}


/* ========================CONTACT PAGE CSS END HERE ========================== */
