@import url('https://fonts.googleapis.com/css2?family=Jost&family=Open+Sans&display=swap');

/* Global */
:root {
    --black: #000000;
    --balck2: #424242;
    --white: #ffffff;
}


body {
    color: #424242;
    /* font-family: 'Jost'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    /* overflow: hidden; */
}


* {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /* font-variation-settings:
      "wdth" 100; */
  }

h1 {
    color: #3F3F3F;
    /* font-family: 'Jost'; */
    font-size: 68px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    /* 103.448% */
}

h2 {
    color: #3F3F3F;
    /* font-family: 'Jost'; */
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 63.5px;
    /* 151.19% */
}


h5 {
    color: #2B2B2B;
    /* font-family: Jost; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
}

.prime{
  color: #795437;
}

.pad-top50{
    padding-top: 50px;
}

.pad-50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-right{ 
  text-align: right;
}

a {
    text-decoration: none ;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0) !important;
}

.navbar-nav .nav-item {
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
  }

.nav-sticky{
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a:focus {
    color: #795437 !important;
    border-bottom: 3px solid #795437;
}

.activenav{
    color: #795437 !important;
    border-bottom: 3px solid #795437 !important;
}

.btn:focus-visible {
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #795437;
    border-color: #795437;
}

/* Custom dropdown background color */
.nav-item .dropdown-menu {
  background-color: #2c3e50; /* Change this to your desired color */
  border-radius: 0;          /* Removes rounded corners */
  border: none;              /* Optional: remove border if needed */
  box-shadow: none;  /* Optional: remove dropdown shadow */
}

/* Optional: Change the dropdown item hover background */
.nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #34495e; /* Slightly lighter or different on hover */
  color: #fff !important;               /* Optional: change text color on hover */
}

.nav-item .dropdown-menu .dropdown-item{
  background-color: #34495e; /* Slightly lighter or different on hover */
  color: #fff;               /* Optional: change text color on hover */
}

.modal-backdrop.show {
  /* opacity: 0 !important;
  background-color: transparent !important; */
}

/* home  */
/* .bg-1 {
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
} */

.overlay {
backdrop-filter: blur(5px);
    background-color: rgb(242 235 235 / 10%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .bg-1::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg,
        rgba(255,255,255,0.92) 0%,
        rgba(240,248,255,0.78) 30%,
        rgba(173,216,230,0.36) 100%);
    pointer-events: none;
} */

/* .bg-1::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: -22%;
    top: -18%;
    width: 72%;
    height: 138%;
    background: radial-gradient(circle at 28% 28%,
        rgba(255,255,255,0.98) 0%,
        rgba(240,248,255,0.95) 30%,
        rgba(173,216,230,0.28) 60%,
        transparent 78%);
    border-radius: 50%;
    transform: rotate(-8deg);
    pointer-events: none;
} */

.banner .col-7{
    padding: 50px 0px;
}

.banner .col-7 h2{
    color: #3a506b;
    font-size: 60px;
}

.banner .col-7 h5{
    color: #795437;
    margin-top: 30px;
    font-size: 35px;
}

.banner .col-7 p{
    margin-top: 20px;
}

.banner .col-5 img{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: auto;
}

.heading {
    text-align: center;
    color: #3a506b;
}

.heading span{
    font-weight: 700;
    border-bottom: 5px solid #795437;
}

.practice-area .col-md-4 img{
    transform: scale(.8);
    transform: scale(0.8);
    display: block;
    margin: -53px 0 0 -37px;
    position: relative;
    top: 0;
    border-radius: 15px;
}

  .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  
 .imageslide .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: #a99687 !important;
  }
  
  .imageslide .owl-dot.active {
    background: #795437 !important; 
  }

  .icon  {
    font-size: 50px;
    color: #3a506b;
  }

  .area-card {
  height: 360px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.area-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.area-card .text-content {
  flex-grow: 1;
}

.practice-area h2 span {
  /* color: #007bff; */
}

.practice-area .row {
  justify-content: center;
}
  
  .text-content {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .text-content h4{
    color: #795437;
    text-align: center;
  }
  
  .text-content p {
    flex: 1;
    overflow-y: auto;
    margin-top: 10px;
    padding-right: 8px; /* space for scrollbar */
    text-align: justify;
  }
  
  /* Custom scrollbar */
  .text-content p::-webkit-scrollbar {
    width: 6px;
  }
  
  .text-content p::-webkit-scrollbar-thumb {
    background-color: #506073;
    border-radius: 10px;
  }
  
  .text-content p::-webkit-scrollbar-thumb:hover {
    background-color: #3a506b;
  }

  .about-adv {
    /* background: url('../images/law-library.jpg') no-repeat top left / 122%; */
  }

  /* .about-won{
    background: url('../images/law-library.jpg') no-repeat top left / 122%;
  } */

  .about-won {
    position: relative;
    z-index: 1;
    overflow: hidden; /* ensures the pseudo doesn't leak outside */
  }
  
  .about-won::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: #3a506b;
    /* background: url('../images/law-library.jpg') no-repeat top left / 122%; */
    opacity: 1; /* adjust as needed */
    z-index: -1; /* sends it behind content */
  }

  .about-adv img{
    height: 100%;
    width: 100%;
  }

  .about-adv h2{
    color: black;
  }

  .about-adv em{
    color: #826c5b;
    font-style: italic;
    font-weight: 500;
}

marquee img{
    width: 200px;
    height: 100px;
    margin-left: 10px   ;
}

.clientslide .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px; 
    padding: 10px;
}

.clientslide .item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}



.what-say {
    /* background: #000 !important; */
    /* padding-top: 100px !important; */
}

.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #3a506b;
    position: relative;
}

.testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #718076;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #718076;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #795437;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #795437;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: white;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #c29d80;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #0CCA4A;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #0CCA4A;
}

/* .what-say .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.what-say .owl-nav button {
  background: rgba(0,0,0,0.5);
  color: #fff !important;
  border: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  pointer-events: auto;
}
.what-say .owl-nav button:hover {
  background: #000;
} */

.what-say .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.what-say .owl-nav button {
  background: rgba(0, 0, 0, 0.5);
  /* color: #fff !important; */
  color: #795437 !important;
  border: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.what-say .owl-nav button.owl-prev {
  margin-left: -50px; /* Moves left arrow outside the padding */
}

.what-say .owl-nav button.owl-next {
  margin-right: -50px; /* Moves right arrow outside the padding */
}

.what-say .owl-nav button:hover {
  background: #000;
}



.about-firm {
    background: antiquewhite;
    padding-bottom: 50px;
}

.about-firm img{
    height: 100%;
    width: 100%;
}

.chuse-item{
    background: #3a506b;
    color: white;
    /* width: fit-content; */
    padding: 7px;
    border-radius: 10px;
    margin: 10px 0px;
}

.chuse-item .icon{
    padding: 8px 18px;
    border-radius: 50%;
    border: 1px solid white;
    margin: 10px;
    font-size: 45px;
    color: white;
}

.chuse-item .text{
    margin: auto auto;
}

.why-chuse-bg{
    background-color: #795437;
    color: white ;
    height: auto;
    padding: 30% 2%;
    border-radius: 0px 500px 500px 0px;
    margin: 10px auto;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
  }
  
  .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  }
  
  .blog-card .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .blog-card .text {
    margin-top: 15px;
  }
  
  .blog-card .text .d-flex {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
  }
  
  .blog-card .text h4 {
    font-size: 20px;
    margin-bottom: 4px;
    color: #333;
  }
  
  .blog-card .text p:last-child {
    /* margin-top: 4px; */
    font-size: 15px;
    color: #555;
  }
  
  .blog-card a.btn {
    margin-top: 10px;
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 14px;
    /* background: #6c5ce7; */
    border: none;
  }
  
  .blog-card a.btn:hover {
    /* background: #5a4fcf; */
  }
  
  .faq-section {
    background-color: #f8f9fa;
  }
  
  .accordion-button {
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    color: #343a40;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: #6f42c1; /* Purple color */
    color: #fff;
  }
  
  .accordion-body {
    background: #fff;
    font-size: 16px;
    color: #555;
  }
  
  .accordion-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  
  .accordion-item .accordion-button:not(.collapsed) {
    background-color: #795437;
    color: #ffffff;
    font-weight: 600;
}

/* Optional: smooth transition */
.accordion-button {
    transition: background-color 0.3s ease;
}

/* bredcrumb start  */
.breadcrumb-section {
    background: url('https://plus.unsplash.com/premium_photo-1695942301094-472c4dbf9130?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8bGF3JTIwYm9va3N8ZW58MHx8MHx8fDA%3D') center center/cover no-repeat;
    height: 250px; /* adjust height */
    background-attachment: local; /* optional for parallax effect */
  }
  
  .breadcrumb-section .overlay {
    background: rgb(83 139 199 / 50%);
    top: 0;
    left: 0;
  }
  
  .breadcrumb a,.breadcrumb li {
    color: #fff;
  }
  
  .breadcrumb-item.active {
    color: #ffc107; /* highlight active link */
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
    color: #ffc107;
  }
  
/* bredcrumb end  */

/* About start  */
.declaration{
  background: url('../images/office-bg.png');
  background-size: cover;
  padding: 50px 0px;

}

.de-page {
    background: url('https://wallpapers.com/images/hd/parchment-paper-background-mkihjd8jwzg0o0jm.jpg');
    background-size: cover;
    margin: 0px auto;
    /* margin-bottom: 50px; */
    border-radius: 20px;
    padding: 50px;
}

/* about end  */

/* Attorny Start  */

.attorneys-info .row {
    border-radius: 20px;
    margin: 25px 0px;
    box-shadow: 0 4px 20px rgba(58, 80, 107, 0.2);
    padding: 10px;
}

.attorneys-info .image img{
    width: 250px;
    height: 250px;
    margin: 0px auto;
    border-radius: 50%;
    border: solid 5px #795437;
    display: block;
}

.attorneys-info .image h6{
    text-align: center;
    margin-top: 10px;
}

.attorneys-info .image span{
    color: #3a506b;
}

.team-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 4px solid #795437;
  }
  
/* Attorny end  */

/* practice area start  */
.practice-blog ul li::marker, .family-blog ul li::marker , .property-blog ul li::marker , .criminal-blog ul li::marker{
    color: #795437;
}

.blog-title{
    text-decoration: underline;
    text-decoration-color: #795437;
}

blockquote {
    padding: 15px 20px;
    margin: 20px 0;
    background-color: #f9f9f9;
    border-left: 5px solid #ccc;
    font-style: italic;
  }
/* practice area end  */

/* gallery start  */
/* Remove default tab styles */
.nav-tabs {
    border-bottom: none !important;
}

/* Style tabs to look like buttons */
.nav-tabs .nav-item .nav-link {
    border: none !important;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px;
    background-color: #dca73a; 
    color: white;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
}

/* Change background color when active */
.nav-tabs .nav-item .nav-link.active {
    background-color: #c1860d; 
}

.nav-tabs .nav-item .nav-link:hover {
    background-color: #c1860d;
    color: white;
}

/* gallery start  */
#myImg {
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 5px;
  }
  
  #myImg:hover {
    opacity: 0.7;
  }
  
  .customemodal {
    display: none;
    position: fixed;
    z-index: 6;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
  }

  /* .G-modal{
      background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
  } */

  
  .modal-content {
    margin: auto;
    margin-top: 100px;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  .modal-content,
  #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {
      transform: scale(0)
    }
    to {
      transform: scale(1)
    }
  }
  
  .close {
    position: absolute;
    top: 60px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 700px) {
    .modal-content {
      width: 100%;
    }
  }
 
  .row-pg {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    margin-left: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .column-pg {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 2.5px;
    flex-direction: column;
    column-gap: 25px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  /* Custom */
  @media screen and (max-width: 600px) {
    .enap-gallery-img {
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
      }
  }

  @media screen and (max-width: 800px) {
    .column-pg {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
      column-gap: 5px;
      flex-direction: column;
    }
    .row-pg {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

  @media screen and (max-width: 600px) {
    .column-pg {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
      column-gap: 10px;
      flex-direction: column;
    }
    .row-pg {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  .video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-gap: 15px;
    max-width: 1100px;
    padding: 15px; 
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .video-gallery .gallery-item {
    position: relative;
    width: 100%;
    height: 300px;
    background: #000;
    cursor: pointer;
    overflow: hidden;
  }
  
  .video-gallery .gallery-item img {
    position: relative;
    display: block;
    width: 115%;
    height: 300px;
    object-fit: cover;
    opacity: .5;
    /*transition: opacity .35s, transform .35s;*/
    transition: all 350ms ease-in-out;
    transform: translate3d(-23px, 0, 0);
    /*backface-visibility: hidden;*/
  }
  
  .north-cascades-img {
    object-position: 50% 30%;
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
    padding: 32px;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
  }
  
  .video-gallery .gallery-item .gallery-item-caption,
  .video-gallery .gallery-item .gallery-item-caption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .video-gallery .gallery-item h2 {
    font-weight: 300;
    overflow: hidden;
    padding: 12px 0;
  }
  
  .video-gallery .gallery-item h2,
  .video-gallery .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 1;
    pointer-events: none;
  }
  
  .video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 12px 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover img {
    opacity: 0.3;
    transform: translate3d(0, 0, 0);
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
    text-align: left;
  }
  
  .video-gallery .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;
    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover h2::after {
    transform: translate3d(0, 0, 0);
  }
  
  .video-gallery .gallery-item:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  
  .video-thumbnail img {
    width: 100%;
    cursor: pointer;
    height: 240px;
    /* border-radius: 10px; */
    transition: transform 0.3s;
  }
  .video-thumbnail img:hover {
    transform: scale(1.05);
  }
  .modal-content {
    background: #000;
    /* border-radius: 10px; */
  }
  .modal-header {
    border-bottom: none;
  }
  .modal-body {
    position: relative;
    padding: 0;
  }
  .video-frame {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 10px;
  }
  iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .btn-close {
    filter: invert(1); /* White close button */
  }
/* gallery end  */

/* gallery end  */

/* blog start  */


.tab-style ul.nav {
    width: 100%;
    display: flex;
    justify-content: center;
}
.tab-style.style3 ul.nav {
    background: #fff;
    padding: 10px 10px;
    border-radius: 12px;
}
.tab-style.style3  ul.nav li:before {
    bottom: 0;
    height: 0;
}
.tab-style.style3  ul.nav li h5 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 7px 6px;
    border-radius: 9px;
}

.tab-style.style3  ul.nav li .active {
   background: var(--prime);
   color: #fff;
}

.tab-style ul.nav li .active
{
    color: var(--prime);   
}

.tab-style ul.nav li h5 {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    text-align: center;
}
.tab-style ul.nav li
{
 flex: 1;
 position: relative; 
}
.tab-style ul.nav li:before {
    /* content: '';
    position: absolute;
    left: 0;
    bottom: 9px;
    height: 2px;
    width: 100%;
    background: #6D5A79;
    opacity: 0.2; */
}
.tab-style ul.nav li h5
{
    border-bottom: 4px solid transparent;
    padding-bottom:7px;
}
.tab-style ul.nav li .active
{
    border-color: #795437;    
}


.tab-style ul.nav li
{
    padding: 0 0;
}
.tab-style.style2 .owl-stage-outer
{
    overflow: visible !important;
}

.tab-style.style2
{
padding-top: 40px;
}
.tab-style.style2 ul.nav li .active {
    border-radius: 50px;
    background-color: #795437;
    color: white !important;
    padding:5px 1px 1px 0px;
}
.tab-style.style2 ul.nav li:before {
    background: #795437;
    opacity: 0.2;
}
.tab-style.style2 ul.nav li h5 {
    border-bottom: 6px solid transparent;
}
.tab-style.style2 ul.nav li .active {
    color: black;
}
.tab-style.style2  ul.nav li h5 {
    font-weight: 600;
    font-size: 15px;
    color: black;
}

.tab-content .post a{
    text-decoration: none;
    color: #000;
}

.text-2{
    color: #795437;
}
.post a:hover {
    /* box-shadow: 0px 4px 30px 0px #00000020;
background-color: #fff !important; */
    display: block;
}

.post {
    margin-bottom: 20px;
    background-color: #95afcf;
    border-radius: 15px;
    padding: 10px;
}

.post .post-cont {
    padding-top: 20px;
}

.border-round-btn {
    margin-top: 20px;
    padding: 7px 35px;
    border-radius: 500px;
    background-color: #795437;
    border: 1px solid #795437;
    display: block;
    width: fit-content;
    color: white;
    font-weight: 500;
    transition: 0.3s;
}

.border-round-btn:hover {
    border: 1px solid #795437;
    color: #795437;
    background: #fff;
    transition: 0.3s;
}

.postcategories input {
    display: none;
}

.postcategories {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    padding-top: 20px;
}

.postcategories::-webkit-scrollbar {
    height: 6px;
    background: #0002;
    border-radius: 6px;
}

.postcategories::-webkit-scrollbar-thumb {
    background: #795437;
    border-radius: 6px;
    cursor: pointer;
}

.postcategories label {
    white-space: nowrap;
}

.postcategories label {
    cursor: pointer;
    padding: 4px 30px;
    border-radius: 16px;
    color: #000;
}

.postcategories label:hover,
.postcategories label:has(input:checked) {
    background-color: var(--prime);
    color: #fff;
}


.postcategories:has(input[value="all"]:checked)~.row .post {
    display: block;
}

.post-card img{
    margin: 40px 20px;
    border-radius: 15px;
}
/* blog end  */

/* call btn start  */
   
/* .fixed-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px; 
    z-index: 9999;
}

.fixed-buttons .btn {
    padding: 15px 15px;
    font-size: 25px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: blink 2s infinite;
}

.fixed-buttons .call-btn {
    background-color: #4952f5; /* Call button color */
/*    color: white;
}

.fixed-buttons .whatsapp-btn {
    background-color: #25d366; /* WhatsApp button color */
  /*  color: white;
}

@keyframes blink-shadow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    }
    50% {
        box-shadow: 0 0 15px 5px rgba(52, 183, 241, 0.7);
    }
} */

.fixed-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px; 
  z-index: 9999;
}

.fixed-buttons .btn {
  padding: 15px 15px;
  font-size: 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* Call Button Animation */
.fixed-buttons .call-btn {
  background-color: #4952f5;
  animation-name: blink-call;
}

/* WhatsApp Button Animation */
.fixed-buttons .whatsapp-btn {
  background-color: #25d366;
  animation-name: blink-whatsapp;
}

@keyframes blink-call {
  0%, 100% {
      box-shadow: 0 0 5px #4952f5;
  }
  50% {
      box-shadow: 0 0 20px 10px rgba(73, 82, 245, 0.6);
  }
}

@keyframes blink-whatsapp {
  0%, 100% {
      box-shadow: 0 0 5px #25d366;
  }
  50% {
      box-shadow: 0 0 20px 10px rgba(37, 211, 102, 0.6);
  }
}

/* Icon animation: zoom + blink */
.fixed-buttons .btn i {
  animation: zoomBlink 1.5s infinite ease-in-out;
}

/* Combined keyframe for zoom and blink */
@keyframes zoomBlink {
  0%, 100% {
      transform: scale(1);
      text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  }
  50% {
      transform: scale(1.3);
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  }
}

/* call btn end  */

/* Footer */
footer {
    /* background: linear-gradient(180deg, #795437 0%, #3a506b 100%); */
    background-color: black;
    padding: 23px 0 28px 0;
}

footer h3{
    color: #795437;
}

footer img{
    filter: brightness(1) saturate(52%) invert(2);
}

footer ul{
    list-style: none;
    padding-left: 0rem;
    transition: all 0.3s ease;
}

footer a,
footer a:hover,
footer p {
    color: #fff;
    font-size: 18px;
}

footer a {
    text-decoration: none ;
    text-underline-offset: 0;
    text-decoration-thickness: 0;
  }
  
  footer a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }

  .fotter-contact .svg-inline--fa{
    color: #795437 ;
  }

.copyright{
    text-align: center;
    padding: 10px 0px ;
    background-color: #795437;
    color: white;
}

.copyright p{
    margin-top: 0;
    margin-bottom: 0;
}

#disclaimer {
    position: fixed;
    bottom: 10%;
    left: 10%;
    width: 80%;
    height: 80vh;
    background-color: #fff;
    color: #000;
    z-index: 9999;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    padding: 20px;
    display: none;
  }
  #agree-btn {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #795437;
    color: white;
    border: none;
    cursor: pointer;
  }
  #agree-btn:hover {
    background-color: #795437;
  }

  .address {
    font-size: 12px;
  }

  .social-ico{
    color: white;
  }

  .social-ico .svg-inline--fa {
    /* color: white; */
    margin: 10px;
    border-radius: 50%;
    background-color: #3a506b;
    padding: 10px 10px;
  }

/* Responsive */
@media (min-width:1200px) {}

@media (min-width:1500px) {}

@media (min-width:1800px) {}

@media (min-width:2200px) {}

@media (min-width:2400px) {}

@media (max-width:1200px) {

    body {
        font-size: 15px;
    }

    h1 {
        font-size: 42px;
        line-height: 1.2;
    }

    h2,
    .banner .bannersection .subheading {
        font-size: 35px;
        line-height: 1.2;
    }

    .banner {
        background: url('../img/banner.png') no-repeat -3em 0% / 107%;
    }

    h5 {
        font-size: 17px;
    }
}

@media (max-width:991px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 35px;
        line-height: 1.2;
    }

    h2,
    .banner .bannersection .subheading {
        font-size: 28px;
        line-height: 1.2;
    }

    h5 {
        font-size: 16px;
    }

    .banner {
        background: url('../img/banner.png') no-repeat top left / 122%;
    }

    .about {
        padding: 80px 0 0 0;        
    }

    .contacts .fcard-row {
        flex-direction: column;
    }

    .contacts .fcard-row .fcard {
        margin-bottom: 20px;
    }

    .layer {
        background-position-y: 80%;
    }

    .how-to-use .hinfo-parent {
        flex-wrap: wrap;
    }

    .how-to-use .hinfo-parent .hinfo-box {
        flex: 50%;
        width: 50%;
        margin-bottom: 30px;
    }
    .contacts .fcard-row {
        margin-top: 20px;
    }

}

@media (max-width:768px) {

    body {
        font-size: 13px;
    }

    h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    h2,
    .banner .bannersection .subheading {
        font-size: 24px;
        line-height: 1.2;
    }

    h5 {
        font-size: 14px;
    }

    .banner {
        background: url('../img/banner.png') no-repeat top left / 137%;
    }

    .about {
        padding: 40px 0 0 0;        
    }

    .features .finfop {
        flex-direction: column;
    }

    .layer {
        background-position-y: 91%;
    }

    .screenshots h2,
    .screenshots p {
        color: #000;
    }

    .screenshots {
        padding: 40px 0 40px 0;
    }

    .how-to-use {
        padding: 40px 0 17px 0;
    }

    .bannersection .col1 {
        padding-left: 34px;
    }
}

@media (max-width:576px) {

    body {
        font-size: 12px;
    }

    h1 {
        font-size: 25px;
        line-height: 1.2;
    }

    h2,
    .banner .bannersection .subheading {
        font-size: 21px;
        line-height: 1.2;
    }

    h5 {
        font-size: 13px;
    }

    .banner {
        background: url('../img/banner.png') no-repeat top left / 137%;
    }


    section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bannersection .col1 {
        padding-left: 27px;
    }
    .how-to-use .hinfo-parent .hinfo-box {
        flex: 100%;
        width: 100%;
        margin-bottom: 30px;
    }

}

@media (max-width:400px) {}

/* #enquieryModal .modal-backdrop.show {
  opacity: 0 !important;
  background-color: transparent !important;
} */