/*
Theme Name: total-care
*/


@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Medium.otf);
	font-weight: 500;
}

@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Regular.otf);
	font-weight: 400;
}

@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Semibold.otf);
	font-weight: 600;
}

@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Bold.otf);
	font-weight: 700;

}


@font-face {
	font-family: general;
	src: url(../borrow/assets/general/GeneralSans-Medium.otf);
	font-weight: 500;
}

@font-face {
	font-family: general;
	src: url(../borrow/assets/general/GeneralSans-Regular.otf);
	font-weight: 400;
}

@font-face {
	font-family: general;
	src: url(../borrow/assets/general/GeneralSans-Semibold.otf);
	font-weight: 600;
}

@font-face {
	font-family: general;
	src: url(../borrow/assets/general/GeneralSans-Bold.otf);
	font-weight: 700;

}

html {
  scroll-behavior: smooth; 
}

h1,h2,h3,h4,h5,h6{
    font-family:'SF Pro Display', sans-serif;
    color: #1C1C1C;
}
p, a{
    font-family: 'SF Pro Display', sans-serif ;
    color: rgba(28, 28, 28, 0.7);  
    font-size: 16px;                                         
}
a:hover{
   
    text-decoration: none !important;
}

.container{
    max-width: 1235px !important;

}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0a3362;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

 /* header start */
 .top-header {
    padding-top: 2px;
    padding-bottom: 5px;
}
.top-header a{
    color: #0a3362;
    font-weight: 400;
}
.top-header a:hover{
    color: #1770B8;
}
.top-social{
    float: right;
}

.top-social a{
    margin: 5px;
    color: #fff !important;
}
.header-log img {
    width: 175px;
    object-fit: contain;
    height: auto;
}
.header-wrapper{
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.f-nav .header-wrapper {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    margin-top: 0px;
}
.f-nav .header-wrapper .header-log img {
    height: 55px;
    width: 140px;
    object-fit: contain;
}
.f-nav .menu-logoheader{
    padding-top: 0;
}
.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color:#000;
}
 /* header ends */

 /* banner start */
 .home-banner-wrap {
    position: relative;
    height: 145vh;

}
.banner-item{
    position: relative;
}
.banner-item:before{
    position: absolute;
    bottom: 0;
    content: '';
    background: url(../total-care/assets/img/wave.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.banner-item img{
    height: 145vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.menu-logoheader .container{
    background: #ffffffa9;
    border-radius: 25px;
    padding: 10px 20px;
}
.menu-logoheader{
    padding-top: 20px;
}
.menu-logoheader .row {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.bannerslider-item h6{
   color: #fff; 
   position: relative;
}
.bannerslider-item h6:before {
    position: absolute;
    content: '';
    background: url(../total-care/assets/img/starw.png) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 33px;
    object-fit: contain;
    left: 0;
    right: 183px;
    text-align: center;
    margin: auto;
    top: -9px;
}
.men {
    margin-left: auto; 
    display: flex;
    align-items: center; 
}

.banner-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
}
.bannerslider-item h2{
    font-family: 'SF Pro Display', sans-serif !important;
    color: #fff;
    width:70%;
    margin: auto;
    font-size: 45px;
    font-weight: 500;
}

.bannerslider-item p {
    color: #fff;
    width: 48%;
    margin: auto;
    font-weight: 300;
    padding-top: 15px;
    font-size: 17px;
}
.top-header{
    background: url(../total-care/assets/img/menubg.png) no-repeat center;
    background-size: cover;
}
.slick-prev, .slick-next {

    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}
.slick-prev {
    left: 100px;
}
.slick-next {
    right: 140px;
}
/* .slick-prev:before, .slick-next:before {
    display: none !important;
} */

.button {
    display: inline-block;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #FEDB5C;
    color: #000;
    border-radius: 12px;
    transition: 0.6s;
    margin-top: 22px;
}
  
  .button:hover {
    background:#FEDB5C;
    color: #000;
}
  
  /* BUTTON UP */
  .label-up {
    display:block;
    margin:0px 30px;
    height:100%;
    position:relative;
    top:0%;
    transition:0.3s;
  }
  
  .button:hover .label-up {
    top:-100%;
  }
  .quote a {
    background: #fedb5c;
    color: #000;
    padding: 15px 25px !important;
    border-radius: 11px !important;
}
/* banner bottom starts */
.banner-bottom-item {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 7px 20px 20px 0px #0000002e;
    height: 100%;
}
.banner-bottom-wrapper {
    width: 75%;
    margin: -70px auto 80px;
}
.banner-bottom-wrapper h4 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0 3px;
}
.banner-bottom-wrapper p{
    font-size: 15px;
    line-height: 20px;
}
.ban-btm-img {
    background: #ECECEC;  
    border-radius: 50%;  
    padding: 15px;  
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;  
    height: 80px;  
    margin: auto;
}

.ban-btm-img img {
    width: 50px; 
    height: 50px;
    object-fit: contain;
}

/* about section starts */

.home-abt-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.home-about-wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.home-about-wrapper::after{
    position: absolute;
    content: '';
    background: url(../total-care/assets/img/anime2.png) no-repeat center;
    background-size: contain;
    width: 230px;
    height: 200px;
    object-fit: contain;
    right: 0;
    top: 0;
    animation: moveLeftToRight 5s linear infinite;

}
.home-about-wrapper::before{
    position: absolute;
    content: '';
    background: url(../total-care/assets/img/anime3.png) no-repeat center;
    background-size: contain;
    width: 240px;
    height: 340px;
    object-fit: contain;
    right: 0;
    bottom: 0;
    animation: moveLeftToRight 5s linear infinite;

}
@keyframes moveLeftToRight {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-100px); 
    }
    100% {
        transform: translateX(0);
    }
  }
  
  @keyframes movetop {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateY(-100px); 
    }
    100% {
        transform: translateX(0);
    }
  }
  

.home-about-wrapper h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    padding-bottom: 12px;
}
.home-about-wrapper h6:before{
    position: absolute;
    left: 0;
    background: url(../total-care/assets/img/starb.png) no-repeat center;
    background-size: contain;
    content: '';
    width: 25px ;
    height: 25px;
    object-fit: contain;
}
.home-about-wrapper h5 {
    font-size: 17px;
    color: #0A3362;
    font-weight: 600;
    padding-bottom: 12px;
}
.home-about-wrapper h2{
    font-size: 62px;
    font-weight: 600;
    line-height: 61px;
    color: #0A3362;
    padding-bottom: 15px;
}
.home-about-wrapper ul {
    list-style: none;
    padding: 0;
    column-count: 2;
    border-top: 1px solid #00000029;
    padding-top: 36px;
    margin-top: 50px;
}
.home-about-wrapper li {
    padding-left: 30px;
    background: url('../total-care/assets/img/check.png') no-repeat left center;
    background-size: 20px 20px;
    margin-bottom: 10px;
  }
/* about section ends */
/* service section starts */

.serive-home-wrapper{
    padding-top: 220px;
    padding-bottom: 160px;
    background: url(../total-care/assets/img/servbg.webp) no-repeat center;
    background-size: cover;
    position: relative;
}
.serive-home-wrapper::before {
    position: absolute;
    content: '';
    background: url(../total-care/assets/img/anime1.png) no-repeat center;
    background-size: cover;
    width: 180px;
    height: 185px;
    left: 0;
    top: 0;
    z-index: 9;
    object-fit: contain;
    animation: movetop 5s linear infinite;
}
.serive-home-wrapper::after{
    position: absolute;
    content: '';
    background: url(../total-care/assets/img/wave2.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 140px;
    object-fit: cover;
    top: 0;
}
.serive-home-wrapper h6 {
    text-align: center;
    position: relative;
    width: fit-content;
    margin: auto;
    padding-left: 30px;
    color: #FEDB5C;
    font-size: 22px;
    padding-bottom: 12px;
}
.serive-home-wrapper h6:before{
    position: absolute;
    content: '';
    background: url(../total-care/assets/img/stary.png) no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
    object-fit: contain;
    left: 0;
}
.serive-home-wrapper h2 {
    color: #fff;
    font-size: 47px;
    text-align: center;
    width: 55%;
    margin: auto;
    padding-bottom: 45px;
}
.service-item video {
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 10px;
}
.serive-home-wrapper .row{
    width: 70%;
    margin: auto;
}
.serive-home-wrapper .col-lg-4{
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.service-item{
    background:rgba(255, 255, 255, 0.84);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
.service-item h5{
    height: 50px;
}
.service-tabs .nav-link {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
}
.service-tabs .nav-link.active {
    color: #FEDB5C;
    border-bottom: 2px solid #FEDB5C;
}
.nav-pills .nav-link {
    border: 0;
    border-radius: .25rem;
    background: #F2F2F2 !important;
    margin: 0 3px;
    padding: 10px;
    color: #000000ec;
}
.service-tabs .nav-link.active {
    color: #cecece !important;
    background: #0A3362 !important;
    border-bottom:none !important;
}
.swiper {
    width: 70% !important;
}
.swiper-button-next, .swiper-button-prev{
    color: #00000088;
}
/* service section ends */

/* service bottom starts */


.service-bottom-wrapper .container {
    background: url(../total-care/assets/img/servbtm.webp) no-repeat center;
    background-size: cover;
    padding: 41px;
    border-radius: 20px;
    width: 74%;
    margin: -55px auto 70px;
    z-index: 999;
    position: relative;
    box-shadow: 0px 18px 44px 0 #0000001f;
}
.why-box {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-bottom: 10px;
}
.why-box img {
    background: #fff;
    padding: 11px;
    border-radius: 14px;
    box-shadow: 0px 5px 9px 0 #00000047;
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.service-bottom-wrapper h2 {
    font-size: 35px;
    width: 50%;
    font-weight: 600;
    padding-bottom: 15px;
}
.service-bottom-wrapper h5{
    color: #0A3362;
    position: relative;
    padding-left: 20px;
}
.service-bottom-wrapper h5:before{
    position: absolute;
    content: '';
    background:url(../total-care/assets/img/starb.png) no-repeat center ;
    background-size: cover;
    left: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
/* service bottom ends */

/* team section starts */

.team-wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.team-wrapper h5{
    color: #0A3362;
    position: relative;
    padding-left: 20px;
    width: fit-content;
    margin: auto;
    text-align: center;
}
.team-wrapper h5:before{
    position: absolute;
    content: '';
    background:url(../total-care/assets/img/starb.png) no-repeat center ;
    background-size: cover;
    left: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.team-wrapper h2{
    font-size: 40px;
    font-weight: 600;
}
.team-wrapper img{
    width: 90%;
    height: 470px;
    border-radius: 25px;
    object-fit: cover;
}
/* team section ends */
/* faq section start  */
.faq-wrapper {
    padding: 60px 0;
    background: url(../total-care/assets/img/faqbg.webp) no-repeat right;
    background-size: cover;
}

/* Left Column Heading */
.faq-heading h6 {
    color: #0b3b6f;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.faq-heading h2 {
    font-weight: 600;
    font-size: 42px;
    color: #ffffff;
    line-height: 43px;
    width: 350px;
}
/* Contact Box Styling */
.contact-box {
    background-color: #f2f2f2;
    padding: 25px 20px;
    border-radius: 16px;
    /* margin-top: 12px; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: left;
    width: 80%;
}

.contact-box p {
    margin-bottom: 15px;
    font-size: 20px;
    color: #183f6b;
    font-weight: 500;
    line-height: 1.5;
}

.contact-box a {
    color: #0b3b6f;
    font-weight: 600;
    text-decoration: none;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.faq-accor-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    width: 70%;
    border-radius: 40px;
    background-color: #ffff;
}

.faq-accor-contact .phone-icon {
    background-color: #0b3b6f;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.phone-number {
    font-weight: 600;
    font-size: 22px;
    color: #4c4c4c;
}

/* Accordion Styling */
.accordion .accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 10px;
}

.accordion-button {
    font-family: 'SF Pro Display';
    background-color: #f2f2f2;
    border: none;
    border-radius: 25px !important;
    color: #535353;
    padding: 18px 20px;
    font-size: 15px;
    box-shadow: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

/* Custom plus/minus icons */
.accordion-button::after {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    margin-left: auto;
    transform: none !important;
    background-image: none !important;
    color: #1e2a36;
}

.accordion-button:not(.collapsed)::after {
    content: "−";
}

/* Accordion Body */
.accordion-body {
    background-color: #f2f2f24a;
    padding: 18px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 15px;
    color: #333;
}

.accordion-body p{
    color: #d8d8d8;
}
.faq-content {
    display: none;
}

.faq-item.active .faq-content {
    display: block;
}
.faq-text {
    color: #FEDB5C;
    position: relative;
    padding-left: 20px;
    width: fit-content;
    text-align: left;
}
.faq-text:before {
    position: absolute;
    content: '';
    background: url(../total-care/assets/img/stary.png) no-repeat center;
    background-size: cover;
    left: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
 /* faq section end  */



/* blog section start  */

.blogs-wrapper {
    background-color: #f2f2f2;
    padding: 70px 0;
}

.blogs-heading {
    text-align: center;
    margin-bottom: 40px;
}

.blogs-text {
    color: #0A3362;
    position: relative;
    padding-left: 20px;
    width: fit-content;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
}
.blogs-text:before {
    position: absolute;
    content: '';
    background: url(../total-care/assets/img/starb.png) no-repeat center;
    background-size: cover;
    left: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.blogs-text-1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 52px;
    color: #111827;
}
.blogs-item {
    margin-bottom: 30px;
}


.blogs-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 23px;
}

.blogs-content {
    position: absolute;
    bottom: -30px;
    left: 45px;
    right: 45px;
    margin: auto;
    background-color: #fff;
    padding: 14px;
    border-radius: 18px;
}

.blogs-meta {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blogs-readtime {
    margin: 0 !important;
}

.blogs-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a3362;
    margin-bottom: 10px;
    font-family: 'DM Sans';
    text-transform: capitalize;
}

.blogs-read-link {
    font-size: 14px;
    color: #1d4ed8;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.blog-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.blog-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 12px;
    width: 80%;
    max-width: 800px;
    position: relative;
}

.blog-modal-close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

#blogModalBody h2 {
    margin-top: 0;
    font-size: 28px;
    color: #0a3362;
}
.main-footer {
    background: #0A3362;
    color: #ffffff;
    padding: 60px 0 30px;
    font-family: 'Arial', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.footer-column {
    flex: 1 1 100%;
    min-width: 250px;
}

/* Logo and Description */
.footer-logo {
    max-width: 120px;
    border-radius: 25px;
    margin: 15px 0;
}

.footer-description {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    color: #FFFFFF !important;
}

/* Column Headings */
.main-footer h4 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #ffffff !important;
    font-weight: 500;
}

/* Address Section */
.address-column p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #ffffff !important;
    margin-bottom: 10px;
    font-size: 14px;
}

.address-column i {
    flex-shrink: 0;
    color: #ffffff;
}

/* Lists (Services & Social) */
.main-footer ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.main-footer ul li {
    margin-bottom: 6px;
}

.main-footer ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.address-column a{
    color: #fff !important;
}
.main-footer ul li a:hover {
    text-decoration: underline;
}
.address-column p{
    margin-bottom: 10px;
}
/* Social Links */
.social-icon {
    display: flex;
    gap: 12px;
}

.social-icons a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

.social-icons a:hover {
    text-decoration: underline;
}

.footer-bottom-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.footer-bottom-bar {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 12px 24px;
    max-width: 1100px;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.footer-bottom-bar a {
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom-bar a:hover {
    text-decoration: underline;
}
.social-icon i {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}
/* blog section end  */
/* form section starts */

.form-wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
}
.form-box{
    background: #F2F2F2;
    padding: 25px;
    border-radius: 20px;
}
.form-box input,
.form-box textarea,
.form-box select  {
    border: 1px solid #00000012;
    border-radius: 12px;
}
.form-box select {
    border: 1px solid #00000012;
    border-radius: 12px;
    padding: .45rem .75rem;
    color: #000000a1;
}
.form-box h5 {
    color: #0a3362;
    position: relative;
    padding-left: 20px;
    width: fit-content;
    text-align: left;
}
.form-box h5:before {
    position: absolute;
    content: '';
    background: url(../total-care/assets/img/starb.png) no-repeat center;
    background-size: cover;
    left: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.form-box h2 {
    font-size: 40px;
    font-weight: 600;
    width: 67%;
    padding-bottom: 20px;
}
.form-images img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 25px;
}
.guarantee{
    background: url(../total-care/assets/img/frnbg.webp) no-repeat center;
    background-size: cover;
    padding: 50px;
    border-radius: 20px;
    color: #fff;
}
.guarantee h4{
    color: #fff;
}
.form-box,
.form-images {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* optional: keeps spacing nice */
}

/* form section ends */

/* testimonial section starts */

.testimonial-wrapper {
    padding: 60px 0;
}

.testimonial-slider .test-item {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    margin: 0 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.testimonial-slider .slick-slide {
    padding: 10px;
}

.testimonial-slider .test-item img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-top: 10px;
}
.reviews-section {
    background: #fff;
    padding: 60px 0;
    font-family: 'Arial', sans-serif;
  }
  
.reviews-container {
    max-width: 1200px;
    margin: auto;
    background: url(../total-care/assets/img/testbg.webp) no-repeat center;
    background-size: cover;
    padding: 30px 140px;
    border-radius: 20px;
}

  .reviews-subtitle {
    font-size: 16px;
    color: #fbbf24;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
    .reviews-heading {
        font-size: 28px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
  .reviews-slider {
    display: flex;
    gap: 20px;
  }
  
  .reviews-slide {
    padding: 8px !important;
  }
  
  .review-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 260px;
}
  
  .review-icon {
    font-size: 24px;
    color: #374151;
  }
  
.review-text p {
    font-size: 17px;
    line-height: 26px;
    color: #374151;
}
  .review-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
  }
  
  .review-avatar {
    width: 42px !important;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .review-details {
    display: flex;
    flex-direction: column;
  }
  
  .review-name {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
  }
  
  .review-role {
    font-size: 12px;
    color: #6b7280;
  }
  
  /* Arrows */
  .reviews-prev,
  .reviews-next {
    background: #fff;
    border: none;
    color: #111827;
    font-size: 20px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: background 0.2s ease;
  }
  
  .reviews-prev:hover,
  .reviews-next:hover {
    background: #f3f4f6;
  }
  
  .reviews-prev {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .reviews-next {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
    

/* testimonial section ends */

/* Projects starts  */

.project-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
.project-wrapper h5 {
    color: #0a3362;
    position: relative;
    padding-left: 20px;
    width: fit-content;
    text-align: center;
    margin: auto;
}
.project-wrapper h5:before {
    position: absolute;
    content: '';
    background: url(../total-care/assets/img/starb.png) no-repeat center;
    background-size: cover;
    left: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.project-wrapper h2{
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 40px;
}
.project-wrapper p {
    text-align: center;
    width: 81%;
    margin: auto;
    padding-bottom: 35px;
}
.vp-portfolio__items-style-default .vp-portfolio__item-img img{
    border-radius: 20px;
}
.vp-portfolio .swiper{
	width:97% !important;
}
.project-videos video{
    height:450px;
    width:100%;
    object-fit:cover;
    margin:10px;
    border-radius:15px;
}
.project-videos .slick-slide {
    margin:10px;
}
/* project ends */
@media only screen and (min-width:300px) and (max-width:500px) {
    .contact-box {
        width: auto;
    }

    .phone-number {
        font-size: 15px;
    }

    .faq-accor-contact {
        width: 65%;
    }

    .accordion-item {
        margin-top: 20px;
    }
}

@media only screen and (min-width:501px) and (max-width:768px) {
    .contact-box {
        width: auto;
    }

    .accordion-item {
        margin-top: 20px;
    }
    
    .faq-accor-contact {
        width: 50%;
    }

}


@media only screen and (min-width:769px) and (max-width:1200px) {


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

    .faq-accor-contact {
        width: auto;
    }
    
    .phone-number {
        font-size: 16px;
    }
}


@media only screen and (max-width:767px){
    .top-social{
        display: none;
    }
       .top-cnt {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .top-cnt a{
        font-size: 14px;
    }
    .quote{
        display: none;
    }
    .bannerslider-item h2 {
        width: 100%;
        font-size: 28px;

    }
    .menu-logoheader {
         margin: 10px;
    }
    .banner-item img {
     height: 110vh;
    }
    .home-banner-wrap {
        height: 110vh;
    }
    .banner-buttons .button {
        width: fit-content;
        margin-top: 15px;
    }
    .menu-logoheader .container {
        padding: 10px 40px 10px 30px;
    }
    .footer-bottom-bar {
        background-color: rgb(255 255 255 / 0%);
        font-size: 18px;
        justify-content: center;
        align-items: center;
        gap: 2px;
    }
    .footer-bottom-wrapper {
        padding-top: 0px;
    }
    .bannerslider-item p{
        width: 100%;
    }
    .home-about-wrapper::after {
        width: 200px;
        height: 165px;
        top: 35%;
    }
    .home-abt-cnt{
        padding-top: 30px;
    }
    .home-about-wrapper h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .home-about-wrapper::before {
        width: 100px;
        height: 148px;
    }
    .serive-home-wrapper::before {
        width: 122px;
        height: 124px;
        top: 45px;
    }
    .serive-home-wrapper h2 {
        font-size: 32px;
        width: 100%;
    }
    .service-tabs .nav-item{
        padding-bottom: 15px;
    }
    .swiper {
        width: 95% !important;
    }
    .service-item h5{
        text-align: center;
    }
    .button{
        margin: auto;
        display: block;
    }
    .service-bottom-wrapper .container {
        width: 90%;
        margin: -55px auto 42px;
    }
    .service-bottom-wrapper h2 {
        font-size: 22px;
        width: 100%;
        text-shadow: -1px 0px 3px #fffdfd;
    }
    .reviews-container {
        padding: 35px;
    }
    .project-wrapper h2{
        font-size: 28px;
    }
    .project-wrapper {
        padding-top: 0;
    }
    .project-wrapper p{
        width: 98%;
    }
    .blogs-text-1 {
        font-size: 40px;
        line-height: 45px;
    }
    .blogs-wrapper .col-lg-4{
        margin-bottom: 45px;
    }
    .faq-heading h2 {
        font-size: 37px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    .form-box h2 {
        font-size: 36px;
        width: 100%;
    }

.review-card {
    height: auto;
}
    
}


@media only screen and (min-width:768px) and (max-width:1200px){
    .top-cnt a{
        font-size: 13px;
    }
    .quote{
        display: none;
    }
    .bannerslider-item h2 {
        width: 82%;
        font-size: 40px;

    }
    .bannerslider-item p{
        width: 100%;
        padding-bottom: 20px;
    }
    .home-about-wrapper::after {
        width: 200px;
        height: 165px;
        top: 50px;
    }
    .home-abt-cnt{
        padding-top: 30px;
    }
    .home-abt-cnt a{
        margin-top: 50px !important;
    }
    .home-about-wrapper h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .home-about-wrapper::before {
        width: 100px;
        height: 200px;
    }
    .serive-home-wrapper::before {
        width: 215px;
        height: 235px;
        top: -112px;
    }
    .home-about-wrapper li{
        font-size: 14px;
    }
    .serive-home-wrapper h2 {
        font-size: 32px;
        width: 100%;
    }
    .service-tabs .nav-item{
        padding-bottom: 15px;
    }
    .swiper {
        width: 95% !important;
    }
    .service-item h5{
        text-align: center;
    }
    .button{
        margin: auto;
        display: block;
        width: fit-content;
    }
    .service-bottom-wrapper .container {
        width: 90%;
        margin: -55px auto 42px;
    }
    .service-bottom-wrapper h2 {
        font-size: 22px;
        width: 100%;
        text-shadow: -1px 0px 3px #fffdfd;
    }
    .reviews-container {
        padding: 35px;
    }
    .project-wrapper h2{
        font-size: 28px;
    }
    .project-wrapper {
        padding-top: 0;
    }
    .project-wrapper p{
        width: 98%;
    }
    .blogs-text-1 {
        font-size: 40px;
        line-height: 45px;
    }
    .blogs-wrapper .col-lg-4{
        margin-bottom: 45px;
    }
    .faq-heading h2 {
        font-size: 37px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    .form-box h2 {
        font-size: 36px;
        width: 100%;
    }
}