
::selection {
  background-color: var(--color1); /* Background color for selected text */
  color: white; /* Text color for selected text */
}
@media (prefers-color-scheme: dark) {
  ::selection {
    background-color: #FFD700; /* Gold background */
    color: black; /* Black text */
  }
}
:root{
--font1: "Alatsi", sans-serif;
--color1: #69529d;
--color2: #d42a2a;
--color3: #5d5178;
}
.navbar-brand img{
height: 45px;
}
.navbar-expand-lg .navbar-nav{
padding-left: 88px;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-left: 12px;
padding-right: 12px;
font-size: 15px;
color: #3b3b3b;
font-family: "Alatsi", sans-serif;
font-weight: normal;
}
.dropdown-indicator:after {
right: 0;
}
.headertop{
background-color: #5d5178!important;
font-family: "Alatsi", sans-serif;
}
.headertop span{
color: #c00000!important;
}
.navbar-elixir {
    background: #ffffff;
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.15);
box-shadow: 0 1px 10px rgba(0,0,0,.15);
}
.navbar-elixir .navbar {
background: #fff;
}
.text-warning {
color: #ffffff!important;
}
.tpbutton {
background:#fff;
color: #69529d;
font-size: 15px;
padding: 5px 14px;
font-weight: 500;
border-width: 2px!important;
font-family: var(--font1);
border-color: #69529d;
&:hover{
background:#69529d;
border-color: #69529d;
}
}
.tpbutton i{
    font-size: 15px;
}
.tpbutton.btn2{
   background:#69529d; 
   color: #ffffff;
    
   border-color: #69529d;
   transition: 0.5s ease;
}
.tpbutton.btn2:hover{
    opacity: 0.85;
}
.bannerbtn a{
font-size: 18px;
font-weight: 600;
font-family: var(--font1);
text-shadow: none!important;
color: #ffffff;
letter-spacing: normal;
background: none;
border-width: 2px;
    font-weight: 500;
border-color: #fff!important;
&:hover{
background: #fff;
color: var(--color1);
}
}
.bannerbtn a.btn-warning{
    letter-spacing: normal;
    background: #fff;
    color: var(--color1);
    border-color: #fff;
    text-shadow: none!important;
}
.bannertext h1{
    font-size: 80px!important;
    font-family: var(--font1);
    letter-spacing: normal;
    color: #ffffff;
    font-weight: 500;
}
.bannertext p{
    font-size: 35px;
    color: #ffffff!important;
    padding-bottom: 0;
    margin-bottom: 0;
}
.bannertext p span{
    display: inline-block;
    font-size: 16px;
    padding-top: 15px;
    line-height: 1.6;
}
.why{
    padding: 0 0 3em 0;
}
/*---------- About Home ------------*/
.abouthome{
    padding: 4rem 0 4rem 0;
}
.headingcenter {
    position: relative;
    margin-bottom: 45px;
}
.headingcenter h1{
    text-align: center;
    color: var(--color1);
    font-size: 18px;
    letter-spacing: normal;
    font-size: 45px;
    padding-block: 5px;
    font-weight: 600;
    font-family: var(--font1);
}
.headingcenter span{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 4px;width: 100px;
    background: var(--color2);
}
.headingcenter p{
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
}
.abtimg {
    width: 100%;
    height: 500px;
    padding-top: 10px;
    overflow: hidden;
    border-radius: 10px;
    background: #f1f1ff;
}
.abtimg img{
    width: 100%;
}
.homeabtcnt h1{
    font-size: 36px;
    letter-spacing: normal;
    font-family: var(--font1);
    padding-bottom: 15px;
    color: var(--color1);
}
.homeabtcnt p{
    font-size: 16px;
    line-height: 1.6;
    color: #5a5a5a;
}
.abapp{
    transform: translate(0,-20px);
    background: #29c965;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    text-align: center
}
.abapp a{
    padding: 10px 15px;
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--font1);
}
.abapp a i{
    font-size: 32px;
    transform: translateY(2px)
}
.abicon ul {
    margin: 0;
    padding: 0;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap
}
.abicon ul li{
    list-style: none;
    position: relative;
    padding-left: 55px;
    width: 45%;
 
}
.abicon ul li img{
     position: absolute;
    left: 0;
    top: -5px
}
.abicon ul li h2 {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    color: #333;
    padding-bottom: 5px;
/*    font-family: var(--font1);*/
}
.abicon ul li {
    font-size: 16px
}
.service-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.service-item img {
    width: 200px;
    height: 150px;
    margin-right: 20px;
    border-radius: 10px;
}

.service-info {
    flex: 1;
}
.scroll-down {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: white;
/*    background: #007bff;*/
    padding: 15px;
    border-radius: 50%;
/*    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);*/
    animation: bounce 1.5s infinite;
    text-decoration: none;
}

.scroll-down:hover {
     color: white;
/*    background: #0056b3;*/
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    50% {
        transform: translateY(-10px) translateX(-50%);
    }
}

/* Section Styling */
.achievements {
    text-align: center;
    padding: 5em 0;
    background:#fff5f5;
    /* background-color: #f9f9f9; */
}

.section-title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
/*  font-family: var(--font1);*/
  letter-spacing: 1px;
  
}
/* 
.section-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: red;
    display: block;
    margin: 8px auto 0;
    border-radius: 5px;
} */

.section-subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 50px;
}

/* Card Container */
.achievements-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

/* Individual Card */
.achievement-card {
    background: white;
    padding: 20px;
	margin-top:15px;
    border-radius: 10px;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 22%;
    transition:0.5s;
}

.achievement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
}

/* Icon Styling */
.icon {
    background: rgba(255, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.icon i {
    font-size: 28px;
    color:var(--color2);
}

/* Number Styling */
.achievement-number {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
/*    font-family: var(--font1);*/
    color: var(--color1);
}

/* Description */
.achievement-text {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}



/* General Styles */
body {
  
    margin: 0;
    padding: 0;
}

/* Section Styling */
.services {
    text-align: center;
    padding: 4em 20px;
    background-color: #ffffff;
}

.section-title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-family: var(--font1);
    color: var(--color1);
}

/* .section-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--color2);
    display: block;
    margin: 8px auto 0;
    border-radius: 5px;
} */

.section-subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 50px;
}

/* Card Layout */
.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Individual Card */
.service-card {
    background: white;
    width: 30%;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
/*    border: 1px solid #22222230;*/
    transition: 0.5s ease;
}

.service-card:hover {
    background: var(--color3);
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);*/
    /* border-color: var(--color1); */
}
.service-card:hover h3, .service-card:hover p{
    color: #ffffff;
}
/* Image Styling */
.service-card img {
    width: 100%;
    height:350px;
    object-fit: cover;
    border-radius: 8px;
}

/* Heading & Description */
.service-card h3 {
    font-size: 18px;
    margin: 10px 0;
    padding-top: 15px;
    color: #333333;
    letter-spacing: normal;
}

.service-card p {
    font-size: 16px;
    color: #5a5a5a;
	margin-bottom:10px;
}

/* Button */
.service-card .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 14px;
    text-decoration: none;
    color: var(--color2);
    border: 2px solid var(--color2);
    border-radius: 20px;
    transition: all 0.3s;
}

.service-card:hover .btn {
    background-color: var(--color2);
    color: white;
   border: 2px solid var(--color2);
}
  .floating-buttons {
 .floating-buttons {

            position: fixed;
            bottom: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            gap: 15px;
          
        }

        /* Common Button Styles */
        .floating-buttons a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background-color: #25D366; /* WhatsApp Green */
            color: white;
            font-size: 24px;
            text-decoration: none;
            border-radius: 50%;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            animation: float 1.5s infinite alternate;
        }

        /* Call Button */
        .call-btn {
            background-color :#1877f2; /* Light Blue */
            
        }

        /* Hover Effect */
        .floating-buttons a:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
        }

        /* Floating Animation */
        @keyframes float {
            from {
                transform: translateY(0);
            }
            to {
                transform: translateY(-8px);
            }
        }
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            gap: 10px;
              z-index: 1000;
        }
        .floating-buttons a {
           
            background: #25D366;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: white;
            font-size: 28px;
            text-decoration: none;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .floating-buttons a:hover {
            transform: scale(1.1);
            box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
        }
        .call {
            background-color: #34A853;
        }
        .whatsapp {
            background-color: #25d366;
        }
        .floating-buttons a img {
            width: 30px;
            height: 30px;
        }
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-5px); }
            100% { transform: translateY(0px); }
        }
        .floating-buttons a {
            animation: float 1.5s infinite ease-in-out;
        }

.testimonials{
    background: linear-gradient(to right, #6E3D87, #E53935);
}

.testimonials .theme-slider .swiper-nav .swiper-button-prev{
    background: #fff!important;
    font-size: 18px!important;
}
.testimonials .theme-slider .swiper-nav .swiper-button-next{
    background: #fff!important;
}

.textbox p{
    color: #ffffff;
    font-size: 20px!important;
    font: var(--font1);
    font-weight: 300!important;
}
.textbox h6{
    font: var(--font1)!important;
   color: #fff;
   font-weight: 800!important;
   font-size: 20px!important;
}
.textbox p.deg{
    color: #ffffff!important;
    font-size: 12px!important;
    font-weight: 200!important;
}

.testimonial-section {
    text-align: center;
    padding: 4em 20px;
    background-color: #fff5f5;
    margin-bottom: 0;
}
.testimonial-section h1{
    font-family: var(--font1);
    letter-spacing: 1px;
    font-size: 38px;
    color: var(--color1);
}
.testimonial-section > p{
    font-size: 18px;
    margin-bottom: 15px;
}
.testimonial-section .swiper {
    width: 80%;
    max-width:100%;
    margin: auto;
    padding-bottom: 90px;
}

.testimonial-section .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #999;
    left: -5px;
    display: none;
}
.testimonial-section .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
     display: none;
}
.testimonial-section .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 10px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px); */
    background: #fff;
    padding: 5px;
    border: 2px solid var(--color2);
}
.testimonial-card {
    background: white;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 35px;
}
.testimonial-card i{
	font-size:45px;
    transform: scaleX(-1);
}
.stars {
    font-size: 30px;
    color: #FFD700;
    margin-bottom: 10px;
}

.testimonial-card h4 {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0;
    color: #333333;
	letter-spacing:normal;
}

.testimonial-card span {
    color: #777;
    font-size: 13px;
}
.testimonial-card p{
    font-size: 16px;
	line-height:1.6;
	transition: 0.6s ease;
}
.testimonial-card:hover p{
	color:#000;
	
}
.callapp{
    padding: 5rem 0;
    background: linear-gradient(to right, #6E3D87, #E53935);
}
.callapp h4{
    font-family: var(--font1);
    letter-spacing: normal;
}
.callapp p{
    font-size: 16px;
}
.callapp .form-control {
    padding: 15px;
    font-size: 16px;
    color: #ccc;
}
.callapp form button{
    background: var(--color1);
    color: #ffffff;
    font-size: 15px;
}
.callapp form button:hover{
    color: #ffffff;
    opacity: 0.95;
}
.blogs{
    padding: 4rem 0;
}
.blogs h1{
    font-size: 45px;
    color:var(--color1);
    letter-spacing: 1px;
    font-family: var(--font1);
}
.footer{
    background: var(--color1)!important;   
    border-top: 1px solid #ffffff20;
    font: var(--font1);
}
.footer p{
    text-align: left;
    font-weight: normal!important;
}
.topfooter{
    background: var(--color1)!important;   
    padding: 4rem 0;
}
        .contact-box ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .contact-box ul li {
            margin-bottom: 15px;
/*            display: flex;*/
            color: #fff;
            font-size: 15px;

            padding-left: 30px;
/*            align-items: center;*/
            position: relative;
        }
        .contact-box ul li:last-child{
            margin-bottom: 0;
        }
        .contact-box ul li svg{
            font-size: 18px;
            color: #ffffff;
            position: absolute;
            left: 0;
        }
        .contact-box .highlight {
            font-weight: bold;
            font-family: var(--font1);
            letter-spacing: 1px;
            display: block;
            font-size: 16px;
        }
         .contact-box a {
            color: white;
            text-decoration: none;
        }
         .contact-box a:hover {
            text-decoration: none;
        }
.contact-box ul li span{
    padding-bottom: 10px;
}

.brand-icon {
    background: #fff;
    transition: 0.5s ease;
    color: var(--color1);
    border-radius: 100%;
    font-size: 22px;
}
.brand-icon:hover{
    background: var(--color2);
    color: white;
}
.about-header {
    position: relative;
    background: linear-gradient(to right, #6E3D87, #E53935);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding-top: 180px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
}

.content {
    position: relative;
    z-index: 1;
}

.content h1 {
    font-family: var(--font1);
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: normal;
}

.content p {
    font-size: 18px;
    margin-top: 10px;
}

.content p a {
    color: white;
    text-decoration: none;
    font-weight: 400;
}

.active {
    color: #ffffff90; /* Green color for active breadcrumb */
}
.expertise{
    padding: 4rem 0 4rem 0;
    box-shadow: 0 0 5px #00000015;
}
.expertise h1{
    font-size: 40px;
    letter-spacing: normal;
    font-family: var(--font1);
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    color: var(--color1);
}
.expertise h1::after{
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    background-color: var(--color1);
    left: 0;
    bottom: 0;
}

.expertise p{
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc55;
    position: relative;
   padding-left: 50px;
}
.expertise p img{
    width: 40px;
    position: absolute;
    left: 0;
    top: -2px;
}
.expertise p:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.lcnt{
    background-color: #cccccc30;
    padding: 15px 25px;
    height: 330px;
}
.lcnt h2{
    font-size: 20px;
    letter-spacing: normal;
    padding-top: 20px;
    color:var(--color1);
    font-weight: 500;
    letter-spacing: normal;
    font-family: var(--font1);
}
.lcnt p{
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.6;
	font-size:16px;
}
.lcnt p a{
    color:var(--color1);
}
.contactform{
    padding-top: 0;
    padding-bottom: 4rem;
    background: #fff;
  
}
.contactform form{
	 background: #cccccc70;
   padding: 30px;
  
   box-shadow: 0 0 5px #00000020;
}
.contactform form label{
    margin: 0;
    padding: 0;
	font-size:14px;
	color:#333333;
    padding-bottom: 5px;
}
.contactform form input{
    display: block;
    background: #fff;
    width: 100%;
    border-radius: 0;
    border: 1px solid #66666625;
    border-radius: 0;
    padding: 10px 10px;
    margin-bottom: 5px;
    
}
.contactform form input::placeholder{
    color: #33333395!important;
	font-size:14px;
}
.contactform form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.contactform form textarea{
    display: block;
    width: 100%;
	font-size:14px;
     margin-bottom: 15px;
    height: 100px;
    border: 1px solid #66666625;
    border-radius: 3px;
    padding: 10px 10px;
    
}
.contactform form textarea::placeholder{
    color: #33333395!important;
}
.contactform form textarea:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.contactform form input[type=submit]{
    width: 150px;
	margin-top:15px;
     background: var(--color1);
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.contactform form input[type=submit]:hover{
    opacity: 0.8;
}
.contactform img{
	padding: 50px;
}
.contactpage{
    padding: 5rem 0;
}
.leftcontact{
    box-shadow: 0 0 5px #00000040;
	position:relative;
}
.leftcontact img{
	position:absolute;
	width:200px;
	right:10px;
	bottom:10px;
	background:#fff;
	z-index:999;
	padding:5px;
	border-radius:10px;
}
.leftcontact img:hover{
	 filter: brightness(1.2); /* Increase brightness by 20% */
  transition: filter 0.3s ease; /* Smooth transition */
}
a.review{
    background: none!important;
    margin-top: 10px;
}
a.review img{
    background-color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}
.dropdown-item {
    padding: 0.5rem 1.2rem;
    font-size: 15px;
    font-family: var(--font1);
    font-weight: 300;
}
.hbox {
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 8px #00000020;
}
.hbox h3{
    font-size: 25px;
    letter-spacing: normal;
    padding-top: 15px;
    font-weight: normal;
    color: #333;
    font-family: var(--font1);
}
.hbox span{
    font-size: 14px;
}
.attachments{
    padding: 4rem 0;
}
.attachments h1 {
    font-family: var(--font1);
    letter-spacing: 1px;
    font-size: 38px;
    text-align: center;
    color: var(--color1);
}
.attachments p{
    text-align: center;
    font-size: 16px;
    padding-bottom: 0;
}
.mothercare{
    padding: 4rem 0;
}
.mothercare .leftcontact{
    box-shadow: none;
}
.mothercare .leftcontact h1{
    color: var(--color1);
    font-size: 50px;
    font-weight: bold;
    letter-spacing: normal;

}
.mothercare .leftcontact h2{
    color: var(--color1);
    font-size: 38px;
    letter-spacing: normal;
    padding-bottom: 15px;
}
.mothercare .leftcontact .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 14px;
    text-decoration: none;
    color: var(--color2);
    border: 2px solid var(--color2);
    border-radius: 20px;
    transition: all 0.3s;
}
.mothercare .leftcontact p{
    line-height: 1.6;
    color: #5a5a5a;
}
.servicepage img {
    max-width: 100%;
}
.servicepage h2{
    font-size: 42px;
    color: var(--color1);
    letter-spacing: normal;
    margin-top: 40px;
    padding-bottom: 10px;
}
.servicepage h2.first-of-type {
    margin-top: 0;
}
.servicepage h3{
    font-size: 22px;
    color: #333333;
    letter-spacing: normal;
    padding-top: 10px;
}
.servicepage ul{
    margin: 0;
    padding: 0;
}
.servicepage ul li{
    line-height: 1.8;
    color: #333333;
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}
.servicepage ul li i{
    font-size: 11px;
    background: #dd5656;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}
.servicepage p{
    color: #333;
    line-height: 1.8;
    font-size: 16px;
}
.gap{
    margin-top: 45px;
}
.manan{
    background: #3d3352;
    padding: 70px 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mleft{
    width: 25%;
}
.mleft img{
    max-width: 250px;
    background: #ffffff;
    padding: 6px;
    border-radius: 20px;
}
.mrght{
    width: 75%;
    padding-left: 20px;
}
.mrght h1{
    font-size: 52px;
    letter-spacing: normal;
    color: #ffffff;
}
.mrght p{
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}
.mrght p span{
    font-size: 18px;
    font-weight: 300;
}
.blogpage{
    padding: 80px 0;
}
.blogdivf{
    background: #333333;
    padding: 15px 15px;
    position: relative;
    padding-top: 35px;
    margin-bottom: 35px;
	height:180px;
	
}
.blogdivf p{
    color: #fff;
    margin-bottom: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
}
.blogdivf button{
    font-weight: 500;
    border-radius: 30px;
    border: none;
    font-size: 15px;
    padding: 5px 15px;
    transition: 0.5s ease;
    margin-top: 5px;
    font-family: var(--font1);
    background: #69529d;
	color:#fff;
}
.blogdivf button:hover{
    background: #fff;
    color: #69529d;
}
.blogdivf img{
    width: 50px;
    position: absolute;
    right: 16px;
    top: -25px;
}
.vmore {
    text-align: center;
    margin-top: 0;
}
.vmore a button{
    padding: 8px 10px;
    border-radius: 10px;
    border: none;
    background: #fff;
    font-weight:600;
    border: 1px solid #66666650;
    transition: 0.5s ease;
}
.vmore a button img{
    width: 55px;
	
    margin-right: 10px;
}
.vmore a button:hover{
    color: #ffffff;
    background: var(--color1);
}
.galdiv{
    position: relative;
    margin-bottom: 40px; 

}
.galdiv img{
    width: 100%;
      border-radius: 30px;
   
}
.overlayimg{
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
     border-radius: 20px;
    position: absolute;
    background: #69529d85;
    z-index: 99;
   
    text-align: center;
    padding-top: 40px;
    display: none;
}
.galdiv:hover .overlayimg{
     height:40%;
     width: 40%;
     background: #69529d85;
     display: block;
     
}
.overlayimg i{
    font-size: 68px;
   
}
.gallertpage{
    padding: 80px 0;
}
.modal-header{
    background: #00000015;
	padding: 15px
}
.btn-close {
    opacity: 1;
}
.modal-body form{
    padding: 15px;
}
.modal-body form label{
    font-weight: 600;
    color: #000000;
    padding-bottom: 0;
    margin: 0;
    font-size: 14px;
}
.modal-body form input{
    display: block;
    width: 100%;
    padding: 8px 10px;
	height:60px
    border-radius: 0;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}
.modal-body form textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 100px;
      border: 1px solid #ccc;
}

.modal-body form input.read {
    background: #69529d;
    color: #ffffff;
    border-color: #69529d;
    transition: 0.5s ease;
    margin-top: 15px;
    width: 150px;
}
.HeaderText{
    display: none!important;
}
.theme-slider .swiper-nav .swiper-button-prev {
    color: #fff;
}
.theme-slider .swiper-nav .swiper-button-next {
    color: #fff;
}
.theme-slider .swiper-nav .swiper-button-prev:hover,{
    color: #fff;
}
.theme-slider .swiper-nav .swiper-button-next:hover {
    color: #fff;
}
.maptop{
    margin: auto;
    text-align: center;
    background: var(--color1);
    padding: 30px;
    max-width: 520px;
    height: 270px;
    position: relative;
    border-radius: 30px;
}

.maptop img{
    content: '';
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 10%;
    margin-bottom: 10px;
    background: var(--color1);
    /*position: absolute;
    left: 0;
    top: -50px;
    z-index: 999;*/
}
.maptop a{
    text-decoration: none;
}
.maptop h2{
    color: #ffffff;
    font-size: 24px;
    letter-spacing: normal;
    padding-bottom: 10px;
}
.maptop p{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}
.mission{
	display: flex;
	flex-wrap: wrap;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.mission p{
	text-align: justify;
	padding-left: 0;
	line-height: 1.6;
	 font-size: 16px;
    font-weight: normal;
	color: #000;
}
.missionleft{
	background: url('../../images/missionbg.jpg');
	height: 500px;
	width: 50%;
	padding: 60px;
}
.missionrgt{
	background: url('../../images/missionbg2.jpg');
	padding: 60px;
	height: 500px;
	width: 50%
}
.hospitaladd{
	background: var(--color1);
	padding: 5rem 0;
	position:relative;
}
.hospitaladd img{
	width:100px;
	margin:0 auto;
	border-radius:100%;
	background:#ffffff;
	margin-bottom: 15px
}
.hospitaladdinn{
    display: flex;
    flex-wrap: wrap;
	padding: 0 80px;
	gap: 15px;
	
}
.hospitaladdinn > div{
	width:48%;
	background:#fff;
}
.hospitaladd h1{
    font-family: var(--font1);
    letter-spacing: 1px;
    font-size: 38px;
    text-align: center;
    color: #fff;
	padding-bottom: 35px
}

.lcnt1{
    background-color: #fff;
    padding: 10px 25px;
    height: 330px;
	
}
.lcnt1 h2{
    font-size: 20px;
    letter-spacing: normal;
    padding-top: 20px;
    color:var(--color1);
    font-weight: 500;
    letter-spacing: normal;
    font-family: var(--font1);
}
.lcnt1 p{
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.6;
}
.lcnt1 p a{
    color:var(--color1);
}
.hospitaladdinn .div1{
	position:relative;
}
.hospitaladdinn .div1 img{
	position:absolute;
	width:200px;
	right:10px;
	bottom:10px;
	background:#cccccc15;
	z-index:999;
	padding:5px;
	border-radius:10px;
	box-shadow:0 0 5px #00000025;
}
.hospitaladdinn .div1 img:hover{
	 filter: brightness(1.2); /* Increase brightness by 20% */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.aboutimg img{
	width:90%
}
/* ============= Review page ========== */
.reviewpage{
	  display: flex;
      flex-wrap: wrap;
      gap: 16px;
		padding: 4rem 45px
}
.reviewbox {
  width: 49%;
    border-radius: 30px;
    background: #b5b2b210;
    padding: 30px 40px;
    padding-top: 50px;
    box-shadow: 0 0 5px #00000025;
    position: relative;
	
}
.reviewbox:hover{
	 background: #fff;
}
.reviewbox:hover p{
	color:#000;
}
.sectop{
    position: relative;
    padding-left: 80px;
    display: flex;
    align-items: center;
}
.sectop h1{
    left: 0;
    top: -20px;
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 50px;
    color: #fff;
    background: var(--color1);
    border-radius: 100%;

}

.sectop span{
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 1;
    color: #333;
     text-transform: uppercase;
}
.sectop span i{
    font-size: 13px;
}
.secbott{
    padding-top: 40px;
}
.secbott p{
    line-height: 1.6;
    font-size: 16px;
    color: #5a5a5a;
	font-style:italic;
	transion:0.5s ease;
}
.quotes{
    position: absolute;
    right: 30px;
    top: 0;
}
.quotes i{
    color: #33333350;
    font-size: 100px;
}
.pcmore{
	padding-top:0;
		text-align:center;
        padding-bottom: 4rem;
}
.pcmore a{
    text-decoration: none;
}
.pcmore h2{
    font-size: 22px;
    letter-spacing: normal;
    padding-bottom: 15px;
}
.pcmore img:hover{
		 filter: brightness(1.2); /* Increase brightness by 20% */
  transition: filter 0.3s ease; /* Smooth transition */
}

.hbtext {
    border-radius: 20px;
      background: var(--color1);
      margin: 0 10px;
      margin-bottom: 15px;
    padding: 10px 30px;
}
.hbtext p{
    color: #ffffff;
    line-height: 1.6;
    font-size: 18px;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}
.mobapp{
    display: none;
}
.mobapp a{
    margin: 0!important;
}
.bannertext1{
    padding: 3rem;
}
.homeform input{
    margin-bottom: 20px;
}
.