/*!
 * them.es Theme Editor Styles
 */

body {
	 font-family: 'Poppins', Arial, sans-serif !important;
}
p {

     font-family: 'Poppins', Arial, sans-serif;
}

#main {
    margin-top: 0rem !important;
	    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 600;
}



.pix-animate {
  opacity: 0;
  transition: all 0.9s ease-out;
}

.fadeInUp {
  transform: translateY(40px);
}

.fadeInDown {
  transform: translateY(-40px);
}

.pix-animate.animated {
  opacity: 1;
  transform: translateY(0);
}
.fly-sm {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.fly-sm:hover {
  transform: translateY(-3px) scale(1.05) !important;
}

.topbar {
      background: linear-gradient(to right, #ffffff, #f3f6fb);
      font-size: 14px;
      padding: 5px 0;
      border-bottom: 1px solid #eee;
    }
    .topbar a {
      color: #444;
      text-decoration: none;
      margin-left: 15px;
    }
    .topbar a:hover {
      color: #d4418e;
    }
    .topbar .bi {
      margin-right: 5px;
    }


div#why {
    background: url(https://uat-caresenz.totalebizsolutions.com/wp-content/uploads/2025/07/abt-bgg.png);
    background-size: cover;
    background-position: bottom;
    padding: 3rem 2rem;
}



li#menu-item-12 {
   
     background: transparent;
    border-radius: 100px;
    padding: 0 15px;
    color: #363636;
    border: 1px solid black;
}
ul#menu-home li {
    padding-right: 20px;
}
li#menu-item-12 a {
    color: #323232;
}

nav#header.fixed-top {
    background-color: transparent;
   position:fixed;
    display: flex;
    width: 100%;
    z-index: 999;
   
}
a.nav-link.active {
    border-bottom: 4px solid rgba(221, 89, 134, 1);
    /* background: rgba(221, 89, 134, 1); */
}

div#choose h2 {
    text-align: center;
}
div#why h2 {
    font-weight: 600;
    color: #323232;
}
.cards-wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  overflow: hidden;
}

h4.office {
    font-weight: 600;
}

.contact-in p {
    color: rgba(16, 115, 228, 1);
}
.contact-in p a {
    color: rgba(16, 115, 228, 1);
}

textarea.wpcf7-form-control {
   width: 100%;
    background: white;
    --bs-focus-ring-opacity: white;
    border-radius: 5px;
}
input.wpcf7-form-control {
    width: 100%;
    background: white;
    --bs-focus-ring-opacity: white;
    border-radius: 5px;
        padding: 5px;
}
div#for-enq textarea.wpcf7-form-control {
    min-height: 101px;
    height: 50px;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: none;
    border: 1px solid #cdc9c9;
}

input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding: 10px 35px;
    background: linear-gradient(225deg, #EE9FDD 0%, #41C4FE 100%);
    border-radius: 10px;
        color: white;
}

.contact {
    background: url(https://uat-caresenz.totalebizsolutions.com/wp-content/uploads/2025/06/footer-bg.png);
    background-size: cover;
    padding-top: 55px;
}

div#carouselExampleCaptions .carousel-caption {
    top: 20%;
    left: 0%;
    right: 20%;
	
    text-align: left;
    width: fit-content;
    background: rgb(246 250 255 / 30%);
    height: fit-content;
    border-radius: 10px;
}

div#carouselExampleCaptions .carousel-caption h1, div#carouselExampleCaptions .carousel-caption p {
color: rgba(50, 50, 50, 1);
}

div#carouselExampleCaptions .carousel-caption h1 {
    font-weight: 700;
    line-height: 1.4;
	margin-bottom: 1rem;
}
.carousel-control-prev-icon {
        box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}
.carousel-control-next-icon {
        box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

button.carousel-control-prev i {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    background: white;
    padding: 8% 10%;
    border-radius: 50%;
    color: black;
    font-size: 30px;
}
button.carousel-control-next i {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    background: white;
   padding: 8% 10%;
    border-radius: 50%;
    color: black;
    font-size: 30px;
}


.hero {
            height: 92vh;
            position: relative;
            overflow: hidden;
}
        
        /* Carousel customizations */
        .carousel {
            height: 100%;
        }
        
        .carousel-inner, .carousel-item {
            height: 100%;
        }
        
.carousel-caption {
            bottom: 30%;
            
            text-align: left;
            padding: 30px;
            margin: 0 auto;
            max-width:760px;
            animation: fadeIn 1s ease-out;
            transform: translateY(50px);
            opacity: 0;
            transition: all 0.8s ease;
 }
        
        .carousel-item.active .carousel-caption {
            transform: translateY(0);
            opacity: 1;
        }
        
        .hero-heading {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            color: white;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
            letter-spacing: -0.5px;
        }
        
        .hero-text {
            font-size: 1.25rem;
            line-height: 1.7;
            margin-bottom: 2rem;
            color: #e9ecef;
        }
        
        .btn-cta {
            background: linear-gradient(135deg, var(--secondary), #ffae00);
            border: none;
            border-radius: 50px;
            padding: 15px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            position: relative;
            overflow: hidden;
            color: var(--dark);
        }
        
        .btn-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.3);
            color: var(--dark);
        }
        
        .btn-cta i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }
        
        .btn-cta:hover i {
            transform: translateX(5px);
        }
        
        /* Slide backgrounds with overlay */
.slide-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            z-index: -1;
 }
        
 .slide-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(44, 111, 187, 0.7), rgba(58, 175, 169, 0.7));
}
        
                
        /* Animation for slide content */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .animated-element {
            animation: fadeIn 1s ease-out forwards;
        }
        
        /* Custom carousel indicators */
        .carousel-indicators {
            bottom: 50px;
        }
        
        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.5);
            border: none;
            margin: 0 8px;
        }
        
        .carousel-indicators .active {
            background-color: var(--secondary);
            transform: scale(1.3);
        }



.cards-wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  overflow: hidden;
}


.cards-wrapper .card-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
  cursor: pointer;
  transition: flex 0.3s ease;
  height: 80vh;
}
.cards-wrapper .card-item:hover {
  flex: 2;
}


.card-item .item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cards-wrapper .card-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #ff4081;
  color: #fff;
  font-weight: bold;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

.card-item:hover .card-text {
    height: 60%;
}
.card-item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    height: 100px;
    transition: .5s ease;
    background: linear-gradient(185deg, rgba(0, 0, 0, 0), #000);
    border-radius: 8px;
}
.card-text {
color: #323232;
   position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

p.hov {
    font-size: 16px;
    color: #323232;
}
.card-hov h4 {
    color: #323232;
}
.card-item:hover {
    overflow: hidden;
    transform: translateY(-10px);
    background: transparent;
}
.card-hov p.hov {
	display:none;

}
.card-item:hover .card-hov p.hov {
    display: block;
    transition: .5s ease;
    color: white;
    font-size: 16px;
}

/* Features section */
.features {
            padding: 80px 0 100px 0;
            background-color: var(--light);
                background: url(https://uat-caresenz.totalebizsolutions.com/wp-content/uploads/2025/07/care-ban.png);
    background-size: cover;
        }
.feature-icon h5 {
    margin-bottom: 1rem;
}
        
        .feature-card {
         
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            height: 100%;
            text-align: center;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        
        .feature-icon {
            font-size: 3rem;
            color: var(--primary);
            margin-bottom: 20px;
            text-align: center;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .hero-heading {
                font-size: 2.8rem;
            }
            
            .hero-text {
                font-size: 1.1rem;
            }
        }
        
        @media (max-width: 768px) {
            .hero-heading {
                font-size: 2.2rem;
            }
            
            .carousel-caption {
                padding: 20px;
                bottom: 20%;
            }
        }

.care-vid {
    padding: 4% 0;
    background: url(https://uat-caresenz.totalebizsolutions.com/wp-content/uploads/2025/07/vid-bg.png);
    background-size: cover;
}
.key {
 padding: 5% 0 2% 0;
}

.care-hero {
    padding: 5% 0 0% 0;
}
.care-hero .row {
    align-items: center;
    vertical-align: middle;
}
.col-md-6.hero-in {
    padding-right: 2%;
}


a.btn.btn-custom {
    background: linear-gradient(225deg, #EE9FDD 0%, #41C4FE 100%);
    border-radius: 30px;
    padding: 10px 15px;
    color: white;
}


@media screen and (orientation: landscape) {
  .carousel img {
    height: 100vh;
  }
}


.section-container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 50px rgba(42, 107, 143, 0.15);
            overflow: hidden;
        }
        
        .section-header {
            background: linear-gradient(to right, #2a6b8f, #3da9c9);
            color: white;
            padding: 50px 30px;
            text-align: center;
        }
        
        .section-header h1 {
            font-weight: 800;
            font-size: 2.8rem;
            margin-bottom: 15px;
            letter-spacing: -0.5px;
        }
        
        .section-header p {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
        }
        
   
.heading {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.key-carousel .owl-item.center .carousel-item-card {
  min-height: 450px;
}

/* Show outer items partially */
.key-carousel .owl-stage-outer {
  overflow: visible;
}

/* Default state for all items */
.key-carousel .owl-item {
  transform: scale(0.85);
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1;
  opacity: 0.4;
  padding: 20px 0;
}

/* Center item zoomed and above others */
.key-carousel .owl-item.center {
  transform: scale(1.15);
  z-index: 2;
  opacity: 1;
}

/* Card appearance with overlap */
.carousel-item-card {
  border-radius: 20px;
  overflow: hidden;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s;
}

/* Optional: give more spacing between cards for better visual */
.owl-item.active.center .carousel-item-card {
  margin: 15px -50px; /* overlap */
}

/* Make the centered card stand out more */
.owl-item.center .carousel-item-card {
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.owl-item.active.center .card-content {
    display: flex;
}




.carousel-item-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  border: 3px solid #fff;
  box-shadow: 0px 4px 20px rgba(0,0,0,.1);
}
.carousel-item-card .card-content {
  position: relative;
  padding: 1.5rem;
  background-color: rgba(255,255,255,.9);
  
  display: none;
}
.carousel-item-card .countt {
  
}
.key-carousel .owl-item {
  opacity: .3;
  transition: opacity .3s ease;
}
.key-carousel .owl-item.center {
  opacity: 1;
}
.key-carousel  .owl-nav button {
  position: absolute;
    top: 50%;
    font-size: 2rem !important;
    background: #fffefe !important;
    border-radius: 50%;
    border: none;
    width: 50px;
}

.image-carousel  .owl-nav button {
  position: absolute;
    top: 30%;
    font-size: 2rem !important;
    background: #fffefe !important;
    border-radius: 50%;
    border: none;
    width: 50px;
}
.key-carousel button.owl-prev {
    left: 20%;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}
.key-carousel button.owl-next {
  right: 20%;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.image-carousel button.owl-prev {
    left: -2%;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}
.image-carousel button.owl-next {
  right: -2%;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.whybox {
    display: flex;
}


.col-md-6.right-footer {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
.col-md-6.right-footer p{
margin-left: 10px;
}





@media only screen and (max-width: 768px) {

.heading {
    width: 96%;
    text-align: center;
    margin: 0 auto;
}

.cards-wrapper {
    
    flex-direction: column;
}

.owl-item.active.center .card-content {
    display: block;
}
}



        /* Navigation Styling for All Carousels */
        .owl-nav {
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }
        
        
        
        
        
        .owl-dots {
            text-align: center;
            margin-top: 20px;
        }
        
        .owl-dot span {
            width: 12px !important;
            height: 12px !important;
            margin: 5px !important;
            background: #d1d1d1 !important;
        }
        
        .owl-dot.active span {
            background: black !important;
        }
        


/* Carousel Containers */
        .carousel-container {
            padding: 30px;
            
        }
        
        /* Image Carousel Styling */
        .image-carousel .item {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            height: 300px;
        }
        
        .image-carousel .item:hover {
            transform: translateY(-5px);
        }
        
        .image-carousel .carousel-image {
            height: 100%;
            width: 100%;
            object-fit: cover;
            display: block;
        }
        
        .image-carousel .image-title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgb(0 0 0 / 50%);
            color: white;
            padding: 15px;
            font-weight: 600;
            font-size: 1.1rem;
            text-align: center;
            transition: all 0.3s ease;
        }
        

    /* Image Carousel Styling */
        .blog-carousel .item {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            height: 300px;
        }
        
        .blog-carousel .item:hover {
            transform: translateY(-5px);
        }
        
        .blog-carousel .carousel-image {
            height: 100%;
            width: 100%;
            object-fit: cover;
            display: block;
        }
        
.blog-carousel .image-title h4 a {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgb(0 0 0 / 10%);
            color: white;
            padding: 15px;
            font-weight: 600;
            font-size: 1.1rem;
            text-align: left;
            transition: all 0.3s ease;
        }

.blog-carousel  .owl-nav button {
  position: absolute;
    top: 30%;
    font-size: 2rem !important;
    background: #fffefe !important;
    border-radius: 50%;
    border: none;
    width: 50px;
}

 .blog-carousel button.owl-prev {
    left: -2%;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}
.blog-carousel button.owl-next {
  right: -2%;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}


#footer {
    background: url(https://uat-caresenz.totalebizsolutions.com/wp-content/uploads/2025/06/footer-bg.png);
    background-size: cover;
    background-position: bottom;
    border-top: 1px solid white;
}

section.vision {
    background: url(https://uat-caresenz.totalebizsolutions.com/wp-content/uploads/2025/07/caree-bg.png);
    padding: 2% 0 2% 0;
}


.about-section {
      background: url('<?php echo content_url(); ?>/uploads/2025/07/about-bg.png') no-repeat center center;
      background-size: cover;
      min-height: 100vh;
      display: flex;
      align-items: center;
      color: #000;
    }


a.btn.btn-demo {
    background: linear-gradient(225deg, #EE9FDD 0%, #41C4FE 100%);
    border-radius: 30px;
    padding: 10px 15px;
    color: white;
}


.img-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
     padding: 20px;
    }

    .img-grid .full-width {
      grid-column: span 2;
    }
section.our-mission {
    padding: 5% 0;
    background: url(https://uat-caresenz.totalebizsolutions.com/wp-content/uploads/2025/07/About-bgg.png);
    background-size: cover;
}

section.about-how .how {
    padding: 0 10%;
    text-align: center;
}

section.about-how {
padding: 5% 0%;

}


.hover-card {
      position: relative;
      overflow: hidden;
      color: white;
      height: 350px;
      border-radius: 10px;
      transition: transform 0.3s ease;
    }

    .hover-card .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 1.5rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      transition: background 0.3s;
    }

    .hover-card .description {
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .hover-card:hover .description {
      opacity: 1;
      transform: translateY(0);
    }

    .hover-card:hover .overlay {
      background: rgba(0, 0, 0, 0.75);
    }

    .hover-card img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: -1;
    }

    .hover-card h5 {
      margin-bottom: 0.5rem;
    }
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.50rem;
    }
}
@media (max-width: 767.98px) {
      .img-grid {
        grid-template-columns: 1fr;
      }
      .img-grid .full-width {
        grid-column: span 1;
      }
}






section.box-d {
  background-color: #ffffff;
}

img[alt="Purpose Graphic"] {
  max-width: 100%;
  height: auto;
}

.p-10 {
      padding: 5rem !important;
   }
   
section.about-h {
 padding: 5% 0;
    background: url(https://uat-caresenz.totalebizsolutions.com/wp-content/uploads/2025/07/award-bg.png);
    background-size: cover;

}


.left-panel {
      position: sticky;
      top: 0;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 2rem;
      background-color: #fff;
    
    }

    .right-panel {
      height: 100%;
      overflow-y: aut;
      padding: 2rem;
    }

    .card-list .card {
      margin-bottom: 1.5rem;
    }

    .btn-custom {
      background-color: #716aca;
      color: #fff;
    }

    .btn-custom:hover {
      background-color: #5a52af;
    }

    div#non {
        padding: 5% 0;

    }

    div#member {
         padding: 5% 0;
       background: url(https://uat-caresenz.totalebizsolutions.com/wp-content/uploads/2025/07/mem-bg.png);
    background-size: cover;
    background-position: bottom;

    }

    .card.team-card {
    background: transparent;
}