 @media (max-width: 768px) {

    .gi-main-title {
        font-size: 24px;
    }

    .gi-main-subtitle {
        font-size: 18px;
    }

    .gi-contact-block {
        font-size: 18px;
    }

}
@media (max-width: 768px) {
    .emergency-section::before {
        width: 60%;
    }
    .emergency-card {
        padding: 30px;
    }
}
    
@media (max-width: 768px) {
  .profile-card {
    padding: 25px;
  }
  .doctor-name {
    font-size: 24px;
  }
}
 /* Mobile view e nav hide */
@media (max-width: 767.98px) {
  #v-pills-tab {
    display: none;
  }

  .tab-content .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
} 

/* Mobile Responsive */
@media (max-width: 768px) {

  .slider-img {
    height: 100%;
  }

  .slider-content {
    top: 15%;
    left: 5%;
    max-width: 90%;
  }

  .slider-content h1 {
    font-size: 26px;
  }

  .slider-content p {
    font-size: 14px;
  }
}
/* Responsive */
@media (max-width: 768px) {
    .gi-card {
        padding: 30px 20px;
    }
    .gi-title {
        font-size: 24px;
    }
}

/* ================= MOBILE ================= */
@media (max-width: 768px){

    .top-bar{
        text-align:center;
    }

    .top-bar .container{
        flex-direction:column;
        gap:5px;
    }

.navbar-nav{
        text-align:center;
    }

}
 @media screen and (max-width: 767px) 
    {
       .shape-box {
        display: inline-block;
        position: relative;
        z-index: 1;
        max-width: 500px;
        height: 430px;
        margin: 10px 10px 10px 10px;
        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
        overflow: hidden;
        width: 95%; 
    }
        /* Navbar fix */
#mainNavbar {
  padding: 8px 0;
}

/* Logo control */
.navbar-brand img {
  height: 60px;
  width: auto;
  transition: 0.3s ease;
}

/* Mobile view */
@media (max-width: 991px) {
  .navbar-brand img {
    height: 45px;   /* mobile e choto */
  }
}
@media screen and (max-width: 767px) 
{
    .sticky-icon{
        display: none;
    }
}
        @media (max-width:768px){

  .slider-content{
    text-align:left;
    padding:0 15px;
  }

  .slider-content h1{
    font-size:10px;
    line-height:1.3;
    margin-bottom:8px;
  }

  .slider-content h2{
    font-size:9px;
    line-height:1.4;
    margin-bottom:6px;
  }

  .slider-content p{
    font-size:9px;
    line-height:1.5;
    margin-bottom:6px;
  }

  .slider-content h3{
    font-size:9px;
    margin-top:8px;
  }


            @media screen and (max-width: 767px) {
                .top-bar {
                background: #17232e;
                color: #fff;
                font-size: 11px;
                padding: 8px 0;
}
                .icon-social a{
    display: block;
}
            }
        
    /* Mobile */
@media (max-width: 768px) {
    .d-sen h3{
        width: 100%;
        text-align: center;
    }
}        

            
    
            /* Mobile Mega Menu Scroll Fix */
@media (max-width: 991.98px) {

  .navbar .dropdown-menu {
    max-height: 65vh;   /* screen er 75% height */
    overflow-y: auto;   /* vertical scroll */
    overflow-x: hidden;
  }

  /* Optional – smooth scroll */
  .navbar .dropdown-menu::-webkit-scrollbar {
    width: 6px;
  }

  .navbar .dropdown-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }

}


    



    