
:root {
    --primary-light: #fcf6ea;
}

body,
p,
li,
div,
span {
    font-family: poppins;
}

.table-keylocations thead th {
    background-color: #182434;
    color: #fff;
}
.table-keylocations tr th:last-child,
.table-keylocations tr td:last-child {
    text-align: center;
}
.treatment-box .image img {
    width: 100px;
    height: 100%;
}

    html,body{
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        height:100%;
        letter-spacing: .5px;
        line-height: 1.5;
    }
    
    .navbar-brand img{
        max-width: 170px;
    }
    img{
        max-width: 100%;
    }
    .location-box,
    .image-wrap{
        position: relative;
        text-align:center;
    }
    .location-box iframe{
        height:200px;
    }
    .image-wrap .location-title{
        position: absolute;
        left:50%;
        transform:translateX(-50%);
        bottom:15px;
        text-shadow: 2px 2px 3px #000;
    }
    .image-wrap img{
        width:100%;
        /*height:200px;*/
        object-fit: cover;
    }
    .about-us{
        background-color: #fcf6ea;
    }
    .bg-primary-light{
        background-color: var(--primary-light);
    }
    footer{
        background-color: #000018;
        color:#a1a1a1;
    }
    footer a{
        color:#a0a0ab;
        border-bottom: 1px solid #212236;
        font-weight: 400;
        letter-spacing: .3px;
    }
    
    
    
    .dark-bg{
        background: #da1c54;
    }
    .btn-default.btn-highlighted {
        background: var(--white-color);
        color: #da1c54;
        font-weight: 800;
    }
    .main-menu ul li a {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        padding: 17px 15px !important;
        color: #6d6d6d !important;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
    }
    
    .section-title h1 {
        font-size: 42px!important;
    }
    
    
    @media only screen and (max-width: 767px) {
        .section-title h1 {
            font-size: 28px!important;
        }
    }
    
    .bviimg{
        margin-top: -35px;
    }
    
    @media only screen and (max-width: 767px) {
        .bviimg{
        margin-top: 5px;
    }
    }
            
            
            
            
    .comparison-table {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .comparison-table th{
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #cdcdcd3b;
}


    .comparison-table thead tr th:first-child {
      background-color: #e05f2b;
      color: white;
      text-align: center;
      width: 25%;
    }

    .comparison-table thead tr th, td:nth-child(2) {
      background-color: #da1c54;
      color: white;
      text-align: center;
      width: 37.5%;
    }

    .comparison-table thead tr th:nth-child(3) {
      background-color: #2b2b2b;
      color: white;
      text-align: center;
      width: 37.5%;
    }

    .comparison-table tbody td {
      padding: 18px 16px;
      vertical-align: middle;
      border: 1px solid #cdcdcd3b;
    }

    .comparison-table tbody tr:nth-child(odd) {
      background-color: #fffdfd;
    }

    .comparison-table tbody tr:nth-child(even) {
      background-color: #fdf2f6;
    }

    .comparison-table tbody tr td:first-child {
      background-color: #e05f2b;
     
      color: #fff;
    
    }
    
    .comparison-table tbody tr td:second-child {
      background-color: red;
     
      color: #fff;
    
    }


    @media (max-width: 768px) {
      .comparison-table thead {
        font-size: 13px;
      }

      .comparison-table tbody td {
        font-size: 14px;
      }
    }

    .table-responsive {
    overflow-x: visible;
}

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

h5.fw-bold.text-white {
    margin-bottom: 25px;
}

    img.setpcardim {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 5px 5px 10px #44444442;
}
       
       
       
           button.accordion-button.fw-semibold.collapsed {
    font-size: 20px;
}     


.pt-10{
    padding-top:10px;
}

.pt-20{
    padding-top:20px;
}

.pb-20{
    padding-bottom:20px;
}


.cosmo-doctors {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
                gap: 2rem;
                padding: 3rem 1rem;
                /*max-width: 1200px;*/
                margin: auto;
            }
        
            .cosmo-doctor-card {
                background: #fff;
                border-radius: 18px;
                box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
                overflow: hidden;
                text-align: center;
                transition: transform 0.3s ease;
            }
        
            .cosmo-doctor-card:hover {
                transform: translateY(-6px);
            }
        
            .cosmo-doctor-photo img {
                width: 100%;
                height: 280px;
                object-fit: cover;
                border-bottom: 3px solid #c47c1c;
            }
        
            .cosmo-doctor-info {
                padding: 1.5rem;
            }
        
            .cosmo-doctor-info h3 {
                font-size: 1.3rem;
                color: #333;
                margin-bottom: 0.3rem;
            }
        
            .cosmo-doctor-info .title {
                font-size: 0.95rem;
                color: #666;
                margin-bottom: 1rem;
            }
        
            .cosmo-doctor-info .title span {
                color: #c47c1c;
                font-weight: 600;
            }
        
            .cosmo-doctor-info .desc {
                font-size: 0.9rem;
                color: #555;
                line-height: 1.5;
                margin-bottom: 1rem;
            }
        
            .cosmo-doctor-info .more {
                display: none;
                margin-top: 0.5rem;
                text-align: left;
            }
        
            .read-more {
                background: none;
                border: none;
                color: #c47c1c;
                font-size: 0.9rem;
                font-weight: 600;
                cursor: pointer;
            }
        
            .read-more:hover {
                text-decoration: underline;
            }




.fixed-icons {
    position: fixed;
    bottom: 200px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}
.fixed-icons .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.icon.call {
    background-color: #25d366;
}
.icon.whatsapp {
    background-color: #25d366;
}
.icon.instagram {
    background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5);
}
.icon.facebook {
    background-color: #1877f2;
}
.icon.youtube {
    background-color: #ff0000;
}
.fixed-icons .icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}


    .bgwhitecircle{
        background:#fff;
        border:1px solid;
        border-radius:50%;
        padding:2px;
    }
    
    .blink {
      animation: blink 1s step-end infinite;
    }
    
    .blink-soft {
      animation: blink-soft 1.2s ease-in-out infinite;
    }
    
    @media (prefers-reduced-motion: reduce) {
      .blink, .blink-soft { animation: none; }
    }
    
    @keyframes blink {
      50% { opacity: 0; }
    }
    @keyframes blink-soft {
      0%,100% { opacity: 1; }
      50%     { opacity: 0.25; }
    }
    
    .blink-smooth {
  animation: blink-smooth 1.5s ease-in-out infinite;
}

@keyframes blink-smooth {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes blink-smooth {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}


/* Dropdown ke andar ke liye styling */
.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Submenu ke liye */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

/* Hover par submenu show */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Submenu arrow add karne ke liye */
.dropdown-submenu > a::after {
  content: "›";
  float: right;
  margin-left: 5px;
  font-weight: bold;
}

.dropdown-submenu > a::after {
  content: "";
  float: right;
  margin-top: 6px;
  margin-left: 6px;
  border: solid transparent;
  border-width: 4px 0 4px 6px;
  border-left-color: #000; /* arrow ka color */
}






            body,
            p,
            li,
            div,
            span {
                font-family: poppins;
            }
        
        
            .table-keylocations thead th {
                background-color: #182434;
                color: #fff;
            }
            .table-keylocations tr th:last-child,
            .table-keylocations tr td:last-child {
                text-align: center;
            }
            .treatment-box .image img {
                width: 100px;
                height: 100%;
            }
            
            @media only screen and (min-width: 600px) {
                .col-3.col-md-3.px-md-4.desk25 {
                    width: 20% !important;
                }
                .font-big{
                    font-size:24px;
                }
            }
        
        
        
          
        
                .col-4.col-lg-4.pb-4.coldesk6 {
                    max-width: 16.6%;
                }
                @media only screen and (max-width: 600px) {
                
                .col-4.col-lg-4.pb-4.coldesk6 {
                    min-width: 33%;
                }
                
                .col-4 {

                    min-width: 100%;
                }
                
                .col-3 {
                   
                    min-width: 33%;
                    margin-bottom: 20px;
                }
                }
                
                
                
.highly{                padding-top:15px;padding-bottom:15px;
}











.img-thumbnail{
    border-radius: 25px !important;
}

.text-shadow-new{
    Text-shadow: 1px 1px 8px #eaa724;
}


.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.equal-height .col-md-3 {
    display: flex;
}

.equal-height .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.equal-height .card-body {
    flex-grow: 1;
}



/*Blog*/

img{max-width:100%;height:auto}
    .hero-banner{display:block;width:100%;aspect-ratio:16/6;object-fit:cover}
    .blog-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;box-shadow:0 4px 16px rgba(0,0,0,.06)}
    .blog-card .card-body{padding:10px}
    .sidebar-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:.75rem}
    .sidebar-card .card-body{padding:1rem 1rem}
    .toc a{text-decoration:none}
    .toc a:hover{text-decoration:underline}
    .blog-meta{font-size:.92rem}
    .blog-content h2{scroll-margin-top:110px;margin-top:2rem}
    .step-image{border-radius:.5rem;overflow:hidden;border:1px solid rgba(0,0,0,.08)}
    .lead-intro{font-size:1.05rem}
    @media (min-width:992px){ .sticky-lg{position:sticky; top:90px} }
    /* small breadcrumb */
    .crumbs{font-size:.9rem}
    
    
    
.font-h1{
    font-size: 42px !important;
}

.font-h2{
    font-size: 1.75rem !important;
}

.font-h3{
    font-size: 2.5rem !important;
}

.font-h4{
    font-size: 30px !important;
}

.font-h5{
    font-size: 18px !important;
}
.text-white{
    color: #fff;
}




.image-wrap .location-title {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 15px;
                text-shadow: 2px 2px 3px #000000;
            }
























            
