 /* TOp bar Section Start */
 .top-bar{
    background-color: #f6f6f6 !important
 }
 .top-bar .book-btn {
     background-color: #264796;
     border-color: #264796;
     color: #fff;
     padding: 2% 5% 3%;
     border-radius: 0;
     font-size: 16px;
     font-weight: 400;
     transition: 0.4s;
 }
  .top-bar .book-btn:hover{
      background-color:#ef7f1a;
      border-color: #ef7f1a;
  }

 .top-bar .top-bar-sec {
     align-items: center;
     display: grid;
     grid-template-columns: 70% 30%;
 }
 .menu-link.active {
  color: #f27b21;
  border-bottom: 2px solid #f27b21;
}

.menu-link:hover {
  color: #f27b21;
}

.left-section {
  background: linear-gradient(rgba(0, 92, 167, 0.8), rgba(0, 92, 167, 0.8)), 
              url('https://images.unsplash.com/photo-1521790366329-5b3e0c7bdb47?auto=format&fit=crop&w=800&q=80') center/cover no-repeat;
  border-radius: 10px 0 0 10px;
  min-height: 400px;
}
.social-icons a:hover {
  color: #ef7f1a !important;
}
#bookAppointment .modal-content{
        background-color: transparent;
    border: none;
}

#bookAppointment .modal-header{
        border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
#bookAppointment .modal-content {
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 20px 0 20px 20px;
}

#bookAppointment .modal-content .row{
    padding: 0;
    margin: 0;
    height: 100%;
}
#bookAppointment .modal-content .content{
    background: url('../assets/img/project-01.jpg')no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10%;
    height: 100%;
    position: relative;
        border-radius: 20px 0 0 20px;
}
#bookAppointment .modal-content .modal-body{
    padding: 0;
}
#bookAppointment .modal-header .btn-close{
    color: #fff;
    opacity: 1;
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: #ef7f1a;
    border-radius: 50% 50% 50% 0;
    --bs-btn-close-bg: url('../assets/icon/letter-x.png');
}
#bookAppointment .modal-content .content .cta-con{
    position: relative;
    z-index: 10;
}
#bookAppointment .modal-content .content .opacity{
    position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 0;
   opacity: 0.6;
border-radius: 20px 0 0 20px;
   background-color: #000;
}
#bookAppointment .modal-content .form-modal-bx{
    padding: 8%;
}
#bookAppointment .modal-content .form-modal-bx .form-control{
    border-radius: 20px;
    box-shadow: none;
    transition: 0.4s;
}
#bookAppointment .modal-content .form-modal-bx .form-control:hover{
   transform: scale(1.02);
   border: 1px solid #264796;
}
#bookAppointment .modal-content .content h2{
    color: #fff;
    font-weight: 600;
}
#bookAppointment .modal-content .content p{
    color: #eee;
    font-weight: 400;
    font-size: 14px;
}
#bookAppointment .modal-content .row .col-md-6{
    padding: 0;
    margin: 0;
}
.form-modal-bx .btn{
    background-color: #ef7f1a;
    border-radius: 20px;
}
.form-modal-bx .btn:hover{
    background-color: #13234b;
    transform: scale(1.02);
}
 .cta-link a {
     font-size: 14px;
     color: #606060;
     transition: 0.4s;
     padding: 0 5% 0 0;
 }

 .cta-link a:hover {
     color: #000;
 }
 .top-bar .top-bar-sec .cta-link{
    padding: 0 0 0.5% 0;
}
 .top-bar .top-bar-sec .i-cta {
     color: #606060;
     font-size: 12px;
 }

 .social-div {
     text-align: right;
 }

 .top-bar .top-bar-sec .social-i {
     background-color: #fff;
     color: #ef7f1a;
     font-size: 12px;
     border-radius: 50%;
     padding: 2% 1.7%;
     transition: 0.4s;
 }

 .top-bar .top-bar-sec .social-i:hover {
     transition: 0.4s;
     color: #fff;
     transform: scale(1.05);
     background-color: #000;
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
 }








 /* Header */
 .header {
     /* background: #333; */
     color: #000;
     align-items: center;
     position: relative;
     z-index: 1001;
 }

 .header .nav-container {
     padding: 20px 10px;
     align-items: center;
     display: grid;
     grid-template-columns: 40% 55% 5%;
 }

  .header .nav-container .search-icon{
    text-align: right;
    display: none;
 }
 .header .nav-container .search-icon .-search-b{
    font-size: 18px;
    color: #606060;
    transition: 0.4s;
}
 .header .nav-container .search-icon .-search-b:hover{
   transform: scale(1.2);
    transition: 0.4s;
    color: #ef7f1a;
    cursor: pointer;
}
 .logo {
     font-size: 20px;
     font-weight: bold;
 }
 .header .logo img{
    max-width: 30%;
 }

 /* Hamburger */
 .hamburger {
     display: none;
     width: 30px;
     height: 25px;
     position: relative;
     cursor: pointer;
     z-index: 1100;
 }

 .hamburger span {
     position: absolute;
     width: 100%;
     height: 3px;
     background: #000;
     left: 0;
     transition: all 0.4s ease;
 }

 .hamburger span:nth-child(1) {
     top: 0;
 }

 .hamburger span:nth-child(2) {
     top: 10px;
 }

 .hamburger span:nth-child(3) {
     top: 20px;
 }

 /* Active (X) state */
 .hamburger.active span:nth-child(1) {
     transform: rotate(45deg);
     top: 10px;
 }

 .hamburger.active span:nth-child(2) {
     opacity: 0;
 }

 .hamburger.active span:nth-child(3) {
     transform: rotate(-45deg);
     top: 10px;
 }

 /* Nav */
 /* .custom-nav {
     background: #333;
 } */

 .custom-nav .menu {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     align-items: center;
     justify-content: right;
 }

 .custom-nav .menu-item {
     position: relative;
 }

 .custom-nav .menu-link {
     color: #606060;
     padding: 15px 15px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     text-decoration: none;
     cursor: pointer;
     font-size: 14px;
     text-transform: uppercase;
     font-weight: 400;
 }

 .custom-nav .menu-link:hover {
     border-bottom: 2px solid #ef7f1a;
 }

 /* Arrow */
 .custom-nav .menu-arrow {
     margin-left: 8px;
     transition: transform 0.3s ease;
     font-size: 12px;
 }

 .custom-nav .menu-item:hover>.menu-link .menu-arrow,
 .custom-nav .submenu-item:hover>.submenu-link .menu-arrow,
 .custom-nav .menu-item.active>.menu-link .menu-arrow,
 .custom-nav .submenu-item.active>.submenu-link .menu-arrow {
     transform: rotate(180deg);
 }

 /* Submenu */
 .custom-nav .submenu {
     position: absolute;
     left: 0;
     top: 100%;
     background: #eee;
     display: none;
     min-width: 200px;
     list-style: none;
     padding: 0;
     margin: 0;
     z-index: 999;
 }

 .custom-nav .submenu-item {
     position: relative;
 }

 .custom-nav .submenu-link {
     color: #777;
     padding: 10px 15px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     text-decoration: none;
 }

 .custom-nav .submenu-link:hover {
     background: #ef7f1a;
     color: #fff;
 }

 .custom-nav .submenu .submenu {
     top: 0;
     left: 100%;
 }

 /* Desktop hover */
 @media (min-width: 768px) {
     .hamburger {
         display: none;
     }

     .custom-nav {
         position: static;
     }

     .custom-nav .menu {
         display: flex;
     }

     .custom-nav .menu-item:hover>.submenu,
     .custom-nav .submenu-item:hover>.submenu {
         display: block;
     }
 }

 /* Mobile slide-in menu */
 @media (max-width: 767px) {
     .hamburger {
         display: block;
     }
    #bookAppointment .modal-content{
        border-radius: 20px;
    }
    #bookAppointment .modal-content .content{
        border-radius: 20px;
    }
    #bookAppointment .modal-content .content .opacity{
        border-radius: 20px;
    }
    #bookAppointment .modal-header .btn-close{
        border-radius: 50%;
    }
     .top-bar .top-bar-sec {
         grid-template-columns: 100%;
         text-align: center;
         padding: 0;
     }

     .top-bar .top-bar-sec .i-cta {
         padding: 6px 5px;
         margin: 0px 5px -7px 0;
     }

     .cta-link {
         display: flex;
         padding: 2% 0 3%;
     }

     .cta-link a {
         font-size: 12px;
     }

     .social-div {
         display: none;
     }

     .custom-nav {
         position: fixed;
         top: 0;
         right: -250px;
         /* hidden off-screen */
         width: 250px;
         height: 100%;
         background: #fff;
         transition: right 0.4s ease;
         z-index: 1050;
     }

     .custom-nav.open {
         right: 0;
         box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
         /* slide in */
     }

     .custom-nav .menu {
         flex-direction: column;
         padding-top: 60%;
         align-items: self-start;
     }

     .custom-nav .menu-item {
         width: 100%;
     }

     .custom-nav .submenu {
         position: static;
         width: 45%;
         margin: 0 0 0 10%;
     }

     .custom-nav .sub-menu {
         background-color: #fff;
         width: 40%;
     }

     .custom-nav .sub-menu .submenu-link {
         border-bottom: 2px solid #ef7f1a;
         color: #000;
     }

     .custom-nav .menu-item.active>.submenu,
     .custom-nav .submenu-item.active>.submenu {
         display: block;
     }
 }