*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body {
      color: #1f87ff;
      background: #f4f7fc;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      height: 100%;
  }
  
  h1,
  h2, 
  h3, 
  h4,
  h5, 
  h6 {
      font-family: 'EB Garamond', serif;
      font-weight: 600;
      color: #121518;
  }
  
  a {
      color: #454545;
      transition: .3s;
      text-decoration: none;
  }
  
  a:hover,
  a:active,
  a:focus {
      color: #aa9166;
      outline: none;
      text-decoration: none;
  }
  
  .btn:focus {
      box-shadow: none;
  }
  
  .wrapper {
      position: relative;
      width: 100%;
      margin: 0 auto;
  }
  .whatsapp-button {
      position: fixed; 
      left: 15px; 
      bottom: 20px; 
      background-color: #25D366;
      color: white;
      font-size: 24px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      text-decoration: none;
      transition: transform 0.3s ease-in-out;
      z-index: 1000;
  }
  
  .whatsapp-button:hover {
      transform: scale(1.1);
      background-color: #1EBE5D; 
  }
  .back-to-top {
      position: fixed;
      display: none;
      background: black;
      color: #ffffff;
      width: 44px;
      height: 44px;
      text-align: center;
      line-height: 1;
      font-size: 22px;
      right: 15px;
      bottom: 15px;
      transition: background 0.5s;
      z-index: 9;
  }
  
  .back-to-top:hover {
      color: #63a5db;
      background: #121518;
  }
  
  .back-to-top i {
      padding-top: 10px;
  }
  
  .top-bar{
      position: relative;
  }
  
    .top-bar .header-top{
      padding: 11px 20px;
      height: 50px;
  
      background: #252628;
      position: relative;
      z-index: 1;
      color: white;

  }
  .top-bar .header-top::after{
  content: '';
    position: absolute;
    top: 0;
    left: 80px;
    width: 54%;
    height: 100%;
    z-index: -1;
    transform: skew(38deg);
    background: #006298 !important;
  }
  .phone{
      margin-left: 10px;
  
  }
  .social-icons {
      display: flex;
      justify-content: flex-end;
      gap: 20px;
      
    }
    
    .social-icons a {
      display: inline-block;
      color: white;
      font-size: 16px;
      transition: color 0.3s ease-in-out;
    }
    .social-icons a:hover {
      color: #006298;
  }
    
  .top-address {
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .bar{
      background-color: #1f87ff;
      height: 1900px;
      color: #121518;
  }
  @media (max-width: 991px) {
    .top-address .phone, 
    .top-right-menu { 
        display: none;
    }
}
.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

body.nav-fixed .feature-top {
  margin-top: 80px;
}
.fixed-top {
  background-color: rgba(0, 0, 0, 0.95);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

body.other-page {
  padding-top: 80px;
}


html {
  scroll-behavior: smooth;
}
  .nav-bar {
    background-color: black;
    width: 100%;
    font-weight: 700;
}
.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 1000;
}
.logo h1 {
    color: white;
    font-size: 24px;
    margin: 0;
}
.navbar-nav {
    margin-left: auto;
}
.navbar-nav .nav-item {
    margin-right: 20px;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.nav-links a, .navbar-nav .nav-link {
    text-decoration: none;
    color: white !important;
    font-size: 18px;
    padding: 10px;
    transition: color 0.3s;
}
.nav-links a:hover, .navbar-nav .nav-link:hover {
    color: rgba(245, 245, 240, 0.984) !important;
}
.dropdown-menu {
    background-color: black !important;
    border: none;
    display: none;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    padding: 0;
    position: absolute;
}
.dropdown-menu a {
    color: white !important;
    padding: 12px 16px;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.btn-appointment {
  background-color: #dad5d5 !important;
  color: black !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}

.btn-appointment:hover {
  background-color: #ff4500 !important;
  color: white !important;
}
  
  /*******************************/
  /******** Top Feature CSS ******/
  /*******************************/
  .feature-top {
    position: relative;
    height: 180px;
    
    padding-bottom: 10px;
    background: rgb(245, 240, 240);
  }
  .feature-top .py-5{
    margin-top: 0px !important;
    padding: 0px !important;
  }
  
  .feature-top .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  
  @media (max-width: 575.98px) {
    .feature-top .col-md-3:nth-child(1n) {
        border-right: none;
    }
    
    .feature-top .col-md-3:last-child {
        border-bottom: none;
    }
  }
  
  @media (min-width: 576px) and (max-width: 767.98px) {
    .feature-top .col-md-3:nth-child(2n) {
        border-right: none;
    }
    
    .feature-top .col-md-3:nth-child(3n),
    .feature-top .col-md-3:nth-child(4n) {
        border-bottom: none;
    }
  }
  
  @media (min-width: 768px) {
    .feature-top .col-md-3 {
        border-bottom: none;
    }
    
    .feature-top .col-md-3:nth-child(4n) {
        border-right: none;
    }
  }
  
  .feature-top .feature-item {
    padding: 30px 0;
    text-align: center;
  }
  
  .feature-top .feature-item i {
    color: #0e0a04;
    font-size: 35px;
    margin-bottom: 10px;
  }
  
  .feature-top .feature-item h3 {
    color: #0772c9;
    font-size: 30px;
    font-weight: 600;
  }
  
  .feature-top .feature-item p {
    color: #ed65b9;
    margin: 0;
    font-size: 18px;
  }
  
  
  /*******************************/
  /********** About CSS **********/
  /*******************************/
  .about {
    position: relative;
    
    
  }
  .about .section-header {
    margin-bottom: 30px;
  }
  
  .about .about-img {
    position: relative;
    height:600px;
    padding: 10px;
    margin: 0px;
    background: #121518;
  
  }
  .about .about-info{
        margin-top: 100px;
        height: 400px;
        position: absolute;
        top: 30px;         
        right: 100px;  
        padding: 40px;
        background-color: #fffc;
        z-index: 2;    
  }
  .about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .about .about-text p {
    font-size: 16px;
  }
  
  .about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    border: 2px solid #aa9166;
    border-radius: 0;
    background: #121518;
    transition: .3s;
  }
  
  .about .about-text a.btn:hover {
    color: #121518;
    background: #aa9166;
  }
  @media (max-width: 991px) {
    .about .about-info {
      position: static;
      margin-top: 30px;  
      height: auto;       
      padding: 20px;      
      top: auto;
      right: auto;
    }
  }
  @media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
  }
  @media (max-width: 768px) {
   
  
    .about-section {
      flex-direction: column;
      height: auto;
      text-align: center;
      padding: 30px 15px;
    }
  
    .about-logo {
      width: 100%;
    }
  
    .about-logo img {
      width: 90%;
      height: auto;
      margin: 0 auto;
    }
  
    .about-info {
      width: 100%;
      padding: 15px;
    }
  }
  
  @media (max-width: 480px) {
    
  
    .about-section {
      padding: 20px;
    }
  
    .about-logo img {
      width: 100%;
      height: auto;
    }
  
    .about-info {
      padding: 10px;
    }
  
    .about-info button {
      width: 100%;
    }
  }
  
  
  
  
  /*******************************/
  /********* Service CSS *********/
  /*******************************/
  
  .service {
    width: 100%;
    background-color: #f4f7fc;
  }
   .practice-card {
      border: 1px solid #ddd;
      padding: 30px 20px;
      text-align: center;
      background-color: #fff;
      transition: all 0.3s ease;
      height: 100%;
      border-top: 4px solid transparent;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .practice-card:hover {
      border-top: 4px solid #c58d5f;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transform: translateY(-4px);
    }

    .icon {
      font-size: 48px;
      color: #c58d5f;
      margin-bottom: 15px;
    }

    .section-title {
      text-align: center;
      margin-bottom: 40px;
    }

    .section-title h2 {
      font-weight: bold;
    }

    .section-title .divider {
      width: 60px;
      height: 3px;
      background-color: #c58d5f;
      margin: 10px auto;
    }

    .btn-custom {
      background-color: #c58d5f;
      color: #fff;
      border: none;
      padding: 10px 24px;
    }

    .btn-custom:hover {
      background-color: #a86e46;
    }
  
  
  
  /* team section  */
  
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .owl-carousel .owl-nav {
    position: absolute;
    width: 100px;
    height: 40px;
    top: -70px;
    left: calc(50% - 50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B49C73;
    background: #37373F;
    border-radius: 5px;
    font-size: 22px;
  }
  .bg-primary {
    background-color: #B49C73 !important;
  }
  .icon-box {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
  }
  .text-primary {
    color: #B49C73 !important;
  }
  .bg-secondary {
    background-color: #37373F !important;
  }
  
  
  
  .btn:hover {
    color: #757575;
    text-decoration: none;
  }
  
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(180, 156, 115, 0.25);
  }
  
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
  }
  
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  
  a.btn.disabled,
  fieldset:disabled a.btn {
    pointer-events: none;
  }
  
  .btn-primary {
    color: #212529;
    background-color: #B49C73;
    border-color: #B49C73;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #a78a5a;
    border-color: #9f8455;
  }
  
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a78a5a;
    border-color: #9f8455;
    box-shadow: 0 0 0 0.2rem rgba(158, 138, 104, 0.5);
  }
  
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #B49C73;
    border-color: #B49C73;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9f8455;
    border-color: #977d51;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(158, 138, 104, 0.5);
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  
  /* chose us  */
  .feature-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
  }
  .feature-image {
    flex: 1;
    max-width: 50%;
    position: relative;
    z-index: 1;
  }
  .feature-image img {
      width: 100%;
      height: 550px;
      object-fit: cover; /* Ensures the image scales properly within the fixed size */
      border-radius: 5px;
      display: block;
  }
  .feature-content {
    flex: 1;
    padding: 40px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
    z-index: 2;
    margin-left: -30px; /* Content is slightly pulled into the image area */
  }
  .chose-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .feature-icon {
    width: 40px;
    height: 40px;
    background: #b59c79;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 16px;
  }
  .feature-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .feature-text {
    font-size: 14px;
    color: #666;
  }
  @media (max-width: 992px) {
    .feature-section {
        flex-direction: column;
        text-align: center;
    }
    .feature-image {
        max-width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .feature-content {
        margin-left: 0;
        max-width: 100%;
        text-align: left;
        padding: 30px;
    }}
  
  
  
  
    /* team */
    .owl-carousel .owl-stage-outer {
      position: relative;
      overflow: hidden;
      -webkit-transform: translate3d(0,0,0);
  }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B49C73;
    background: #37373F;
    border-radius: 5px;
    font-size: 22px;
  }
  .team-item {
    width: 100%; 
    max-width: 320px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    object-fit: fill;
    justify-content: space-between;
  }
  .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(55, 55, 63, 0.7);
    transition: .5s;
    z-index: 1;
    opacity: 0;
  }
  
  .team-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .team-social a{
    color: #fff;
  }
  .team-item:hover .team-social {
    opacity: 1;
  }
  
  
  
  

.footer {
  background-color: black;
  color: #f4f7fc;
  margin-top: 50px;
  
  flex: auto;
  position: relative;
  text-align: center;
 align-items: center;

} .footer-top {
  display: flex; 
  justify-content: space-between;
  flex-wrap: wrap; 
  gap:50px;
  margin-top: -100px;
}

.divider {
        width: 100px;
        height: 2px;
        background: #ffcc00;
        margin: 10px auto;
    }

.footer-box {
  
  background-color: #ffffff; 
}
.footer-box {
  flex: 1; /* Allow boxes to grow equally */
  min-width: 200px; /* Set a minimum width for the boxes */
  padding: 10px; /* Optional: Add some padding inside the boxes */
  border-radius: 5px; /* Optional: Add rounded corners */
  background: #e2e2e2;
  color: black;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(255, 255, 255, 0.2);
}


.location {
  top: -60px;
  left: 10%;
}

.email {
  top: -60px;
  left: calc(10% + 390px); /* 350px width + 40px gap */
}

.contact {
  top: -60px;
  left: calc(10% + 780px); /* 350px width * 2 + 40px * 2 gap */
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #555;
}
/* Medium Screens (Tablets) */
@media (max-width: 1024px) {
  .footer-box {
    width: 300px; /* Reduce width */
    height: 120px; /* Maintain height */
  }
  .location {
    left: 5%;
  }
  .email {
    left: calc(5% + 340px);
  }
  .contact {
    left: calc(5% + 680px);
  }
}

/* Small Screens (Mobile) */
@media (max-width: 768px) {
  .footer-box {
    position: relative;
    width: 90%;
    height:auto;
    left: 0;
    padding: 5px;
  }
  
  /* Stack Boxes */
  .location, .email, .contact {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: -20px; /* Add spacing */
  }
}

  /* about-us */
  
  .page-header {
    background-color: #000;
    
    
  }
  
  .page-header-text {
    font-size: calc(1.10364rem + .52405vw);
    color: #fff;
    font-weight: 700;
    
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .page-header{
      padding-top: 20px;
    }
    .page-header-text {
        padding-left: 50px;
    }
  }
  
  @media (max-width: 576px) {
    .page-header{
      padding-top: 20px;
    }
    .page-header-text {
        padding-left: 20px;
        font-size: 24px;
    }
  }
  .about-us {
    margin-top: 30px;
    margin-bottom: 300px;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
    align-items: center;
    color: #0e0a04;
  }
  
  ._end-line_5a85s2 {
    width: 150px;
    margin-bottom: 20px;
    background-color: #fff834;
    opacity: 1;
    margin-top: 30px;
    margin-left: 400px;
    border-width: 1px;
  }
  
  
  .news-card {
    background: #f8f9fa;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    display: flex;
    flex-direction: column; /* Flex to make the content layout easier */
  }
  
  
  .news-card img {
    width: 100%;
    height: 250px;
    object-fit: fill;
  }
  
  .news-card .content {
    padding: 15px;
    height: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content:space-between ;
  }
  
  .news-card h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; /* Space between title and date */
    font-size: 16px; /* Set a fixed font size for the title */
  }
  
  .news-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0;
  }
  

  
.carousel-container {
  width: 90%;
  margin: 0px 0px 0px 50px;
  position: relative;
  overflow: hidden;
}
.media{
  width: 100%;
  padding: 45px 20px 10px 20px;
}
  .pagination {
    justify-content: center;
  }

  .media-card {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: black;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 350px;
    transition: 0.3s ease-in-out;
  }
  
  .media-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  
  .media-container {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .media-card img {
    width: 100%;
    height: 100%;
    object-fit:fill;
  }
  
  .video-iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  .media-card h5 {
    font-size: 16px;
    margin: 10px 0;
    min-height: 40px;
    text-align: center;
  }
  
  .media-card p {
    font-size: 14px;
    color: gray;
    margin-bottom: 0;
  }
  
  
  .section-header{
    text-align: center;
    margin-bottom: 20px;
  }
  
  /* Custom Navigation Buttons */
  .custom-nav {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
  }
  
  .custom-nav button {
    background: #fff;
    color: black;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .profile-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .counsel-img {
    width: 100%;
    height:auto;
    border-radius: 5px;
  }
  .counsel-name {
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
  }
  
  
  
 
    /* Center the carousel container */
    .carousel-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: auto;
      width: 100%;
      margin: 0px;
      background: transparent;
  }
  
  .carousel-buttons {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      margin-bottom: 20px; 
  }
  
  .carousel-btn {
      background: transparent;
      border: none;
      color: rgba(0, 0, 0, 0.7);
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;  /* Larger font size for arrows */
      cursor: pointer;
      margin-left: 20px;
      margin-right: 20px; /* 20px gap between buttons and image counter */
  }
  
  /* Image styling */
  .carousel-inner img {
      width: auto;
      max-width: 100%;
      max-height: 80vh;
      object-fit: contain;
      display: block;
      margin: 0 auto;
      border-radius: 10px;
  }
  
  /* Position the image counter in the gap */
  .image-counter {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: rgba(0, 0, 0, 0.6);
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 18px;
  }
      .custom-container {
            width: 100%;
            padding: 45px 20px;
            background-color: #f4f7fc;
        }

        .custom-container {
            width: 100%;
            margin: auto;
        }


        .equal-height {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
        }

        .form-box, .map-box {
            background: rgba(55, 55, 63, 0.7);
            padding: 45px 20px;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            flex: 1; 
        }

    
        .map-box iframe {
            border-radius: 10px;
            width: 100%;
            height: 100%;
            min-height: 400px; 
            flex: 1; 
        }

       
        @media (max-width: 991px) {
            .equal-height {
                flex-direction: column; 
            }
            .gap-bottom {
                margin-bottom: 30px;
            }
        }
        
        .main-content{
      margin-top: 30px;
     }