@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
h1,h2,h3,h4,h5,h6,p{
  font-family: "Poppins", serif!important;
  font-style: normal;
}
:root{
  --border-radius:13px;
  --border-radius-tile:10px;
  --theme-color:#108a00;
  --theme-color-drk:#052900;
  --theme-grey-clr1:#f9f9f9;
  --theme-grey-clr2:#e3e3e3;
  --theme-grey-clr3:#455a64;
  --font-black:#212529;
}
nav{
  background-color: #ffff;
}
/* nav .navbar-collapse {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  nav #navbarSupportedContent {
    display: block!important;
  }
} */
nav .dropdown-menu a {
  text-decoration: none;
  color: #000000;
}
nav .dropdown-menu a .d-flex {
  transition: all 0.5s;
}
nav .dropdown-menu .col-sm-6:nth-child(1) a:hover .d-flex {
  background-color: var(--bs-warning-bg-subtle);
}
nav .dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {
  background-color: var(--bs-danger-bg-subtle);
}
nav .dropdown-menu .col-sm-6:nth-child(3) a:hover .d-flex {
  background-color: var(--bs-success-bg-subtle);
}
nav .dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {
  background-color: var(--bs-secondary-bg-subtle);
}
nav .dropdown-menu .col-sm-6:nth-child(5) a:hover .d-flex {
  background-color: var(--bs-tertiary-bg);
}
nav .dropdown-menu .col-sm-6:nth-child(6) a:hover .d-flex {
  background-color: var(--bs-info-bg-subtle);
}
nav ul li a, nav ul li a h5{
  font-size: 1.5rem;
}
nav ul li a p{
  font-size: 1.3rem;
}
#nv-search{
  background-color:rgba(0, 0, 0, .1);
  border-radius: var(--border-radius);
  margin-left: 1rem;
  width: 16%;
}
#nv-search input{
 font-size:1.4rem;
 border-radius: var(--border-radius);
 border: 2px solid rgba(0, 0, 0, .1);
 height: 3.5rem;
}
#nv-search button{
  font-size: 1.4rem;
  border:none;
  color: rgba(0, 0, 0, 1.0);
  padding-right: 1.9rem;
}
.l-navbar{
  margin-left: 0rem!important;
}
.r-navbar .nav-item:nth-last-child(2){
  background-color: var(--theme-color);
  border-radius: var(--border-radius);
  padding-left: 1rem;
  padding-right: 1rem;
  transition: ease-in-out .3s;
}
.r-navbar .nav-item:nth-last-child(2):hover{
  background-color: #ffff;
  box-shadow:inset 0px 0px 0px 2px var(--theme-color);
}
.r-navbar .nav-item:nth-last-child(2) .nav-link{
  color: var(--white);
}
.r-navbar .nav-item:nth-last-child(2):hover .nav-link{
  color:var(--theme-color);
}
.navbar-nav .nav-link {
  position: relative;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  bottom: 0px;
  left: 50%;
  background-color: var(--theme-color);
  transform: translateX(-50%);
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: var(--theme-color);
}

.navbar-nav .nav-link:hover::after {
  width: 80%;
}

.navbar-nav .nav-item.active .nav-link::after {
  width: 80%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position:absolute;
  top: 28px!important;
  max-height: 40vh;
  overflow-y: auto;
}
.dropdown-toggle::after {
  border: unset!important;
}
/* Search box hover effect */
#nv-search .form-control {
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}

#nv-search .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  border-color: var(--theme-color);
}

#nv-search .btn {
  transition: all 0.3s ease;
}

#nv-search .btn:hover {
  color: var(--theme-color);
  transform: scale(1.1);
}
@media only screen and (min-width: 992px) {
  nav .dropdown-menu {
    width: 55vw;
  }
  nav .dropdown:hover .dropdown-menu {
    display: flex;
  }
  nav .dropdown-menu.show {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  nav li{
    margin-bottom: 0rem!important;
  }
  .navbar-nav .nav-item {
    padding-bottom: 0rem!important;
  }
}
.drk-btn{
  transition: ease-in-out .3s;
}
.drk-btn:hover{
  background-color: #ffff;
  color: var(--theme-color);
  box-shadow:inset 0px 0px 0px 2px var(--theme-color);
}
.lgt-btn{
  transition: ease-in-out .3s;
  background-color: #ffff;
  color: var(--theme-color);
  box-shadow:inset 0px 0px 0px 2px var(--theme-color);
}
.lgt-btn:hover{
  background-color: var(--theme-color);
  box-shadow:inset 0px 0px 0px 2px var(--theme-color);
  color: #ffff;
}
.show-service .fa-star{
  color: #debe1a!important;
}
.h-top{
  margin-top: 75px;
}
.offer-head{
  padding-top: 5rem ;
}
.themed-sub-heading{
  color: rgba(0, 0, 0, .8);
  font-size: 1.7rem;
  font-weight: bold;
}
.themed-tagline{
  font-size: 3rem;
  font-weight: bolder;
  font-family: inherit!important;
}
.themed-tagline .tag-2{
  color:rgba(0, 0, 0, 1.0);
}
.themed-section h3{
  color: var(--base-font-color);
  font-size: 1.5rem!important;
}

.user_box_in:hover{
  background-color:  #e9e9e9;
  cursor: pointer;
}
.services-section .user_box_in a, a:hover{
  text-decoration: none;
}
.why-us-section{
  background-color: #f9f9f9;
  padding: 5rem 0;
}
.why-tagline{
  font-size: 5rem;
  font-weight: bold;
  font-family: inherit;
}
.why-us-section ul{
  list-style-type: none;
}
.why-us-section ul li p{
  padding-left: 2rem;
  color: rgba(0, 0, 0, 1.0);
}
.why-us-section ul li h3{
  font-size: 2.2rem;
  color: rgba(0, 0, 0, 1.0);
}
.why-us-section .g-tag{
  color: var(--theme-color);
}
.w-r-feature{
  background-color: var(--theme-color);
  border-radius: var(--border-radius);
}
.w-r-feature ul li h3, .w-r-feature ul li p{
  color: #ffff;
}
.themed-section{
  background-color: var(--theme-grey-clr);
  border-radius: var(--border-radius);
}
.themed-section img{
  border-radius: 10px 0px 0px 10px;
  margin-left: 0;
}
.quick-services{
  position: relative;
/*  padding-top:50px !important;*/
  background-color: var(--theme-grey-clr1);
  border-radius: var(--border-radius);
  margin-top:30px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.service-container {
 /* display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;*/
  padding: 10px 50px 10px 50px;
}
.service-item{
  background-color: #ffff;
  text-align: center;
  padding: 25px 0px 20px 0px !important;
  display:block;
  width:100%;
  height:100%;
  cursor: pointer; /* Add a pointer cursor to indicate clickability */
  border: 1px solid var(--theme-grey-clr1);
  border-radius: var(--border-radius-tile);
  transition: ease-in-out .3s;
  box-shadow: 0 2px 8px #f1ebeb1a;
  background-color: #ffff;
}
.service-item:hover{
  border: 1px solid var(--theme-grey-clr2);
}
/*.service-item:nth-child(4){
  width: 150px;
  height: 110px;
  margin: 70px;
  background-color: transparent;
}
.service-item:nth-child(4) .content-box{
  text-align: center;
  font-size: 4rem;
  padding-bottom:20px;

}*/
/*.service-item:nth-child(4) .content-box h3{
  margin:  0;
  color: var(--theme-grey-clr3);
}
.service-item:nth-child(4):hover{
  border: none;
  box-shadow: unset;
}*/
/*@media(max-width:992px){
  .service-item:nth-child(4){
    margin:0;
    width: 80px;
    margin: 20px 0px;
  }
}*/
.image-box i{
  text-align:center;
}
.service-container a{
  text-decoration: none;
  color: inherit;
}
.service-container a:hover{
  color:var(--theme-color);
}
.content-box h3{
  text-align:center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.content-box p{
  font-size: 1.4rem;
  text-align: left;
}
.content-box i{
  font-family: "Font Awesome 6 Free"!important;
  color: var(--theme-grey-clr3);
}
.service-item img {
  max-width: 40%;
  height: auto;
}
.service-details {
  display: none; /* Hide details div initially */
  margin:auto;
  margin-top: 20px;
  text-align: left;
  padding: 30px;
  width:calc(22*4% + 60px);
  border-radius: var(--border-radius-tile);
  background-color: #ffff;
  opacity: 0;
  transform: translateY(100%); /* Initial position for the animation */
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; /* Add transition effects */
}
.service-details a{
  color:var(--theme-color);
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 500;
}
.service-details.show {
  display: block;
  opacity: 1;
  transform: translateY(0); /* Final position for the animation */
  border:1px solid #bbbbbb;
}
.show-service .active{
  border:1px solid #bbbbbb;
}
@media (max-width:992px){
 .content-box h3{
  font-size: 1.5rem;
 }
}
.show-service{
  padding-top:20px;
  padding-bottom: 70px;
}
.left-bar-title{
  margin-bottom: 40px;
}
.left-bar-title h1{
  color: var(--font-one);
}
.left-bar-title p{
  text-align: center!important;
}
.service {
  cursor: pointer;
  padding: 10px;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
}
.service:hover {
  background-color: #e0e0e0;
}
.service.active {
  background-color: #d0d0d0;
}
.service-content {
  display: none;
  padding: 50px;
  margin-top: 100px;
  margin-left: 50px;
  opacity: 0;
  border-radius: var(--border-radius);
  transform: translateY(20px); /* Initial position for the animation */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Add transition effects */
}
.service-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0); /* Final position for the animation */
}
.service-content img{
  width: 100%;
  margin-bottom: 30px;
}
.service-content a{
  font-size: 1.3rem;
  font-family: inherit;
}
.tile-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.tile {
  padding: 20px;
  font-size:3.5rem;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: var(--border-radius);
  cursor: pointer;
  color: var(--theme-grey-clr3);
}
.tile p{
  text-align: center!important;
  font-size:1.1rem;
  color: rgba(0, 0, 0, 1.0);
}

.tile:hover {
  background-color: #f0f0f0;
}
.tile.active {
  background-color: var(--theme-grey-clr1);
  border: 1px solid var(--theme-grey-clr3);
}
#default-img{
  text-align: center;
  padding-top: 100px;
}
#default-img img{
  width: 60%;
}
@media (max-width:993px){
  .tile-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  }
}
.footer-bar .lgt-btn:hover .fab{
  color: var(--theme-color);
}
footer h2{
  color: #ffff!important;
  font-weight: 600;
}
footer h3{
  color: #ffff!important;
  font-size: 1.4rem;
}
.f-avail{
  font-size: 1.3rem!important;
  font-weight: normal!important;
  text-decoration: none;
  color: rgba(255, 255, 255, .7)!important;
}
.footer-link-col a{
  font-size: 1.5rem!important;
  text-decoration: none!important;
  font-weight: 400;
  color: rgba(255, 255, 255, .7);
}
.footer-link-col a:hover{
  color: #ffff;
}
footer .f-social{
  display: flex;
}
footer .f-social a{
  margin-top: -10px;
  margin-right: 20px;
  font-size: 2.2rem!important;
}
.text-cop>*{
  text-align: right!important;
}
.text-cop a{
  font-weight: 400;
  color: inherit;
  font-family: inherit!important;
}
.text-cop a:hover{
  color: #ffff;
}
@media(max-width:768px){
  .text-cop>*{
    text-align: center!important;
  }
}

/*categories slider*/
.popular {
  margin-top: 30px;
  background-color: var(--theme-grey-clr1);
  border-radius: var(--border-radius);
  position: relative;
}
.popular .swiper-wrapper {
  padding-left: 0;
}
.popular .swiper-slide {
  background-color: #ffff;
  position: relative;
  border-radius: var(--border-radius);
  width: 200px;
  height: 267px;
  overflow: hidden;
  transition: transform 0.3s ease;
  will-change: tranform;
}
@media (min-width: 980px) {
  .popular .swiper-slide:hover {
    transform: scale(1.02);
    border: 1px solid var(--theme-grey-clr2);
  }
}
@media(max-width:990px){
  .popular .swiper-slide{
    height: 200px;
  }
  .popular{
    margin-bottom: 30px;    
  }
}
@media(max-width:768px){
  .popular .swiper-slide{
    height: 150px;
  }
}
.popular .swiper-header,
.popular .swiper-container {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .popular .swiper-header,
.popular .swiper-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.popular .swiper-container {
  overflow-x: hidden;
  padding-top: 4em;
  padding-bottom: 3em;
}
.popular a {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  height: 0;
  padding: 15px 40px;
}
.popular a h3 {
  text-align: center;
  margin-top: 5px;
  color: var(--font-black);
}
.swiper-container h2{
  margin-bottom: 10px;
  font-weight: 600;
}
.swiper-header {
  position:absolute;
  right: 20px;
  top: -20px;
}

.swiper-header .swiper-arrows {
  display: flex;
  align-items: center;
}
.swiper-header .swiper-arrows .swiper-prev,
.swiper-header .swiper-arrows .swiper-next {
  background-color: white;
  color: black;
  box-shadow: 0 0.25em 1.2em var(--theme-grey-clr2);
  font-size: 1.5em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5;
  text-align: center;
  border-radius: 50%;
  outline: none;
  font-weight: bold;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, background-color 0.25s ease;
  outline: none;
  border: none;
  cursor: pointer;
}
.swiper-header .swiper-arrows .swiper-prev:hover,
.swiper-header .swiper-arrows .swiper-next:hover {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 0.25em 1.2em var(--theme-grey-clr2);
}
.swiper-header .swiper-arrows .swiper-prev.swiper-button-disabled,
.swiper-header .swiper-arrows .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: scale(0.5);
}
.swiper-header .swiper-arrows button + button {
  margin-left: 0.5em;
}

.bottom {
  padding-bottom: 6em;
}
/*categories slider end*/

/*roadmap start*/
.roadmap-container {
  float: left;
  width: 100%;
  padding: 50px 0;
  font-family: inherit!important;
  font-size: 16px;
  border-top: 1px solid var(--theme-color);
  background-image:url(../images/Completed_steps.gif);
  background-repeat:no-repeat;
  background-position:center;
}
.roadmap-auto {
  max-width: 950px;
  margin: 0 auto;
}
.roadmap-container .roadmap-h2 {
  color: var(--font-black);
  text-align: center;
}
.roadmap-container .roadmap-timeline {
  padding-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.roadmap-container .timeline-dot {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 8px;
  height: 8px;
  margin-left: -6px;
  border: 2px solid var(--theme-grey-clr3);
  border-radius: 6px;
  background-color: var(--theme-grey-clr3);
}
.roadmap-container .timeline-list {
  float: left;
  width: 100%;
  position: relative;
}
.roadmap-container .timeline-list .timeline-list-col {
  float: left;
  width: 50%;
  padding-top: 50px;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  z-index: 3;
}
.roadmap-container .timeline-list .timeline-item-block {
  width: 350px;
  margin-bottom: 50px;
  float: left;
  text-align: left;
}
.roadmap-container .timeline-list .timeline-item-block17q4 {
  margin-top: 50px;
}
.roadmap-container .timeline-list .timeline-item-block18q2 {
  margin-top: 50px;
}
.roadmap-container .timeline-list .timeline-item-block .timeline-item-time {
  position: relative;
  width: 320px;
  min-height: 36px;
  border-bottom: 0 solid #1bacb3;
}
.roadmap-container .timeline-list .timeline-item-block .timeline-item-label {
  float: left;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  color: #222;
}
.roadmap-container .timeline-list .timeline-item-block .timeline-item-content {
  position: relative;
  left: 0;
  width: 280px;
  margin-top: 0;
  margin-right: 40px;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  color: #555;
  font-weight: 400;
  text-transform: none;
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 0px 0px var(--border-radius-tile) var(--border-radius-tile);
  background-color: rgba(255, 255, 255, .2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(9px);
  border: none;
  box-shadow: 0 8px 30px -7px var(--theme-grey-clr2);
}
.roadmap-container
  .timeline-list
  .timeline-item-block
  .timeline-item-content
  p {
  margin-bottom: 10px;
  background-size: 16px 16px;
  padding-left: 24px;
}
.roadmap-container
  .timeline-list
  .timeline-item-block
  .timeline-item-content
  p.no-bullet {
  background: none;
  padding-left: 0;
}
.roadmap-container .timeline-list .timeline-col-right {
  padding-top: 150px;
}
.roadmap-container .timeline-list .timeline-col-right .timeline-item-block {
  float: right;
}
.roadmap-container .timeline-list .timeline-col-right .timeline-item-label {
  float: right;
  text-align: right;
}
.roadmap-container .timeline-list .timeline-col-right .timeline-item-content {
  text-align: left;
  margin-left: 0px;
  margin-right: 0;
}
.roadmap-container .timeline-list .timeline-list-vr {
  width: 0;
  height: 100%;
  border-left: 1px solid var(--theme-grey-clr3);
  border-right: 1px solid var(--theme-grey-clr3);
  position: absolute;
  left: 50%;
  margin-left: -1px;
  z-index: 2l;
}

.roadmap-container .timeline-list .timeline-item-label-hr {
  float: left;
  width: 475px;
  height: 3px;
  background-color: var(--theme-color);
  position: relative;
}
.roadmap-container .timeline-list .timeline-item-block .item-dot {
  left: auto;
  right: 0;
  bottom: -5px;
  margin-right: -6px;
  margin-left: 0;
}
.roadmap-container .timeline-list .timeline-col-right .item-dot {
  left: 0;
  right: auto;
  margin-right: 0;
  margin-left: -7px;
}

.roadmap-container .timeline-list .timeline-col-right .timeline-item-label-hr {
  margin-left: -125px;
}

.roadmap-container .timeline-list .timeline-item-block .timeline-item-label2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 10px 6px 10px;
}
.roadmap-container
  .timeline-list
  .timeline-item-block-green
  .timeline-item-label2 {
  background-color: var(--theme-color);
}
.roadmap-container
  .timeline-list
  .timeline-item-block-green
  .timeline-item-label-hr {
  background-color: var(--theme-color);
}
.roadmap-container .timeline-list .timeline-item-block-green .item-dot {
  background-color: var(--theme-grey-clr3);
  border-color: #fff;
}

.roadmap-container
  .timeline-list
  .timeline-item-block-green2
  .timeline-item-label2 {
  background-color: var(--theme-color);
}
.roadmap-container
  .timeline-list
  .timeline-item-block-green2
  .timeline-item-label-hr {
  background-color: var(--theme-color);
}
.roadmap-container .timeline-list .timeline-item-block-green2 .item-dot {
  background-color: var(--theme-color);
  border-color: #fff;
}

.roadmap-container
  .timeline-list
  .timeline-item-block-blue
  .timeline-item-label2 {
  background-color: var(--theme-grey-clr3);
}
.roadmap-container
  .timeline-list
  .timeline-item-block-blue
  .timeline-item-label-hr {
  background-color: var(--theme-grey-clr3);
}
.roadmap-container .timeline-list .timeline-item-block-blue .item-dot {
  background-color: var(--theme-grey-clr3);
  border-color: #fff;
}

.roadmap-container
  .timeline-list
  .timeline-item-block-blue2
  .timeline-item-label2 {
  background-color: var(--theme-grey-clr2);
}
.roadmap-container
  .timeline-list
  .timeline-item-block-blue2
  .timeline-item-label-hr {
  background-color: var(--theme-grey-clr2);
}
.roadmap-container .timeline-list .timeline-item-block-blue2 .item-dot {
  background-color: var(--theme-grey-clr2);
  border-color: #fff;
}

.roadmap-container
  .timeline-list
  .timeline-item-block-violet
  .timeline-item-label2 {
  background-color: var(--theme-grey-clr3);
}
.roadmap-container
  .timeline-list
  .timeline-item-block-violet
  .timeline-item-label-hr {
  background-color: var(--theme-grey-clr3);
}
.roadmap-container .timeline-list .timeline-item-block-violet .item-dot {
  background-color: var(--theme-grey-clr3);
  border-color: #fff;
}

.roadmap-container .timeline-list .timeline-item-block-mobile {
  display: none;
}

@media screen and (max-width: 950px) {
  .roadmap-container {
    padding: 22px 0;
  }
  .spacer-block {
    margin-bottom: 0;
  }
  .roadmap-container .roadmap-h2 {
    font-size: 25px;
    line-height: 30px;
    background-size: 150px 3px;
  }
  .roadmap-container .timeline-list .timeline-list-vr {
    left: 20px;
  }
  .roadmap-container .timeline-dot {
    left: 20px;
  }
  .roadmap-container .roadmap-timeline {
    padding-top: 0;
  }
  .roadmap-container .timeline-list .timeline-list-col {
    float: none;
    width: auto;
    margin-left: 25px;
    padding-left: 25px;
    margin-right: 25px;
  }
  .roadmap-container .timeline-list .timeline-item-block-mobile {
    display: block;
  }
  .roadmap-container .timeline-list .timeline-item-block .timeline-item-time {
    width: auto;
  }
  .roadmap-container .timeline-list .timeline-item-label-hr {
    float: none;
    width: auto;
    margin-left: -30px;
  }
  .roadmap-container .timeline-list .timeline-item-block .timeline-item-label {
    float: none;
  }
  .roadmap-container .timeline-list .timeline-item-block .item-dot {
    left: 0;
    right: auto;
    margin-left: -6px;
    margin-right: 0;
  }
  .roadmap-container .timeline-list .timeline-item-block .timeline-item-label2 {
    width: auto;
  }
  .roadmap-container
    .timeline-list
    .timeline-item-block
    .timeline-item-content {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .roadmap-container .timeline-list .timeline-col-right {
    display: none;
  }
  .roadmap-container .timeline-list .timeline-item-block {
    float: none;
    width: auto;
  }
}
/*roadmap end*/

/*testimonial slider start*/
.gtco-testimonials {
  font-family: inherit!important;
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}
.gtco-testimonials h2 {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  color: #333333;
  margin-bottom: 10px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid var(--theme-color);
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: var(--theme-color);
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px var(--theme-grey-clr2);
  margin: 0 20px;
  padding: 0 10px;
  border-radius: var(--border-radius);
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px var(--theme-grey-clr3);
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h3 {
  color: var(--theme-color);
  font-size: 1.5rem;
}
.gtco-testimonials .card h3 span {
  font-size: 1.5rem;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 1.5rem;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h3 {
  font-size: 1.9rem;
}
.gtco-testimonials .center h3 span {
  font-size: 1.5rem;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
  
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}
/*testimonial slider end*/
/*service sub page start*/
.banner-cnt-wrap{
  margin-top: 60px;
  background-image: url(../images/sub-page-banner-bg.webp);
  background-size: contain;
  color:#ffff;
  border-radius: var(--border-radius);
  padding:60px 50px;
}
.banner-cnt-wrap p{
  color: #ffff;
}
@media screen and (max-width: 768px) {
  .banner-cnt-wrap{
    margin-top: 15px;
  }
  
}

.sub-category-slider .popular .swiper-slide {
  background-color: #ffff;
  position: relative;
  border-radius: var(--border-radius);
  width: 100%;
  height: 100px!important;
  overflow: hidden;
  transition: transform 0.3s ease;
  will-change: tranform;
  padding-top: 33px;
  box-shadow: 0 0em 1em var(--theme-grey-clr2);
}
.sub-category-slider .popular .swiper-container{
  padding-top: 2rem!important;
  padding-bottom:3rem!important;
}
.sub-category-slider .popular .swiper-slide .slide-link{
  display: flex;
  align-items: center;
  text-align: center!important;
  font-size: 3rem;
}
.sub-category-slider .popular 
.swiper-slide .slide-link h3{
  font-size: 1.6rem!important;
  margin-top: 15px;
}
.sub-category-slider .popular 
.swiper-slide .slide-link span{
/*  display: block;*/
  background-color: var(--theme-grey-clr1);
  text-align: center;
  padding: 15px 20px;
  margin-right:10px;
  border-radius: var(--border-radius);
}
.sub-category-slider .popular 
.swiper-slide .slide-link i{
  color: var(--font-black);
}
.sub-category-slider .popular .swiper-slide:hover .slide-link{
  color: var(--theme-color)!important;
}
.more-service{
  padding-top: 40px;
  padding-bottom: 40px;
}
.m-service-tile{
  margin-bottom: 20px;
  border-radius: var(--border-radius-tile);
  font-family: inherit;
  border: 1px solid var(--theme-grey-clr2);
}
.m-service-tile img{
  border-radius: var(--border-radius-tile) var(--border-radius-tile) 0px 0px;
  width: 100%;
}
.m-ser-content{
  padding: 15px;
}
.m-ser-content a{
  color: var(--theme-color);
  font-size: 1.2rem;
}

.m-ser-content a:hove{
  text-decoration:underline;
}
.m-service-tile a{
  text-decoration: none;
}
.m-service-tile h2{
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--font-black);
}
.m-service-tile p{
}
.m-service-tile .sub-cate h3{
  color: var(--theme-color)!important;
  margin-bottom: 5px;
  font-size: 1.3rem;
}
/*service sub page end*/

/*document page*/
.doc-cate-content{
  display: none;
}
.doc-cate-content.active {
  display: flex;
  opacity: 1;
}
#document .swiper-container .swiper-slide.active{
  border: 2.5px solid var(--theme-grey-clr2);
}
.document-show{
  padding-top: 40px;
  padding-bottom: 40px;
}
#document .m-ser-content{
  padding: 0px 15px 0px 15px;
}
.doc-tile{
  margin: 10px;
  border-radius:var(--border-radius-tile);
  font-family: inherit;
  border: 1px solid var(--theme-grey-clr2);
  padding: 20px;
}
.doc-tile a{
  text-decoration: none;
}
.doc-tile h2{
  background-color: var(--theme-grey-clr1);
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  color: var(--font-black);
  border-radius: var(--border-radius);
}
.doc-tile .sub-cate h3{
  color: #5f5f5f!important;
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.doc-tile .sub-cate h3:hover{
  color:var(--font-black)!important;
}
.doc-tile img{
  width: 100%;
  height:100%;
  object-fit:auto;
}
.sub-cate{
  background-color: var(--theme-grey-clr1);
  padding: 10px 15px;
  border-radius: inherit;
  height: 94px;
  overflow-y:scroll;
  overflow-x: hidden;
}
.sub-cate ul li{
  margin: 0;
}
/* width */
.sidebar::-webkit-scrollbar {
  width: 4px;
  border-radius: var(--border-radius);
}

/* Track */
.sidebar::-webkit-scrollbar-track {
  background: var(--theme-grey-clr2); 
  border-radius:var(--border-radius);
  margin-block: 20px;
}
 
/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: var(--border-radius);
  height: 10px;
  border: 1px solid var(--theme-grey-clr2);
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*document page*/

/*checkout page*/
#checkout{
  /* background-color: var(--theme-grey-clr1); */
}
#checkout .checkout-wrapper{
  padding-bottom:60px;
}
#checkout .left-details{
  border-radius: var(--border-radius);
  border: 1px solid var(--theme-grey-clr2);
  height: 100%;
  background-color: #ffff;
  height: 70vh;
}
#checkout .left-details img{
  margin: 70px 10px 50px 40px;
}
#checkout .right-buy{
  border-radius: var(--border-radius);
  border: 1px solid var(--theme-grey-clr2);
  background-color: #ffff;
  height: 50vh;
}
#checkout .top-referer{
  padding-top:40px;
  padding-bottom:30px;
}
#checkout .desc{
  padding: 20px 8px;
}
#checkout .desc h1{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 12px;
}
#checkout .desc .rate{
  border-radius: 5px;
  padding: 3px 5px;
  background-color: #eafff1;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 1.3rem;
}
#checkout .desc .cust{
  font-size: 1.3rem;
  color: var(--theme-color);
}
#checkout .desc p{
  font-size: 1.3rem;
  margin-top: 10px;
}
#checkout .desc select{
  font-size: 1.3rem;
  padding: 7px 10px;
  color: var(--theme-grey-clr3);
}
#checkout .offer-card{
  background-color: var(--theme-grey-clr1);
  margin-right: 10px;
  margin-left: 10px;
  border-radius: var(--border-radius-tile);
  padding: 10px;
  font-size: 1.2rem;
  border: 1px dashed var(--theme-grey-clr2);
}
#checkout .offer-row ul li{
  font-family: inherit;
  font-size: 1.3rem;
  margin: 0;
  color: var(--theme-grey-clr3);
  padding-left: 10px;
}
#checkout .offer-card h2{
  font-size: 1.6rem;
}
#checkout .pr-link{
  padding: 10px;
}
#checkout .pr-link a:nth-child(2){
  float: right;
}
.text-left{
  text-align: left;
}
/*checkout page*/
.sidebar{
  background-color: var(--theme-grey-clr1)!important;
  border: 1px solid var(--theme-grey-clr2)!important;
  border-radius: var(--border-radius-tile)!important;
  height: 70vh!important;
  position:sticky!important;
  top: 87px!important;
  overflow-x:hidden!important;
  overflow-y: auto!important;
  margin-top: 20px!important;
  padding: 0px 7px 0px 7px !important;
}
.sidebar li .submenu{ 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  padding-top: 5px;
  padding-left: 1rem; 
  padding-right: 1rem;
  background-color: #ffff;
  color: #ffff!important;
  border-radius: var(--border-radius-tile);
  margin: 5px;
  max-height:130px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: .4s ease-in-out;
}
.submenu h4{
  font-size: 1.2rem;
}
.sidebar li{
  margin:0px!important;
}

.sidebar .sidebar-head{
  padding: 10px;
  margin-top: 10px;
}
.sidebar .sidebar-head h2{
  font-weight: 600;
  padding-bottom:8px;
  font-size: 1.5rem;
  border-bottom: 1px solid var(--theme-grey-clr2);
}
.sidebar .sidebar-head .cat-count{
  /*position: absolute;
  top: 20px;
  right:10px;*/
  color: var(--theme-grey-clr3);
  font-size: 1.1rem;
  margin-left: 3.5rem;
}
.sidebar h3{
  font-size: 1.3rem;
  text-align: left;
  padding-right: 13px!important;
}
.sidebar a{
  color: var(--theme-grey-clr3);
  border-radius: var(--border-radius-tile);
  text-transform: uppercase;
}
.sidebar .btn-outline-secondary{
  border: var(--bs-border-width) solid var(--bs-border-color)!important;
  border-left: unset!important;
}
.sidebar .nav-link:focus, 
.sidebar .nav-link:active, 
.sidebar .nav-link:hover
{
  background-color: var(--theme-grey-clr2);
  border-radius: var(--border-radius-tile);
  color: var(--font-black)!important;
}
.cat-icon{
  background-color: var(--theme-grey-clr2);
  padding: 7px;
  border-radius: 5px;
  margin-right: 7px;
}
.sidebar .sidebar-dropdown .nav-link:focus .cat-icon,
.sidebar .sidebar-dropdown .nav-link:hover .cat-icon{
  background-color: #ffff;
}
.sidebar .sidebar-dropdown > a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 10px;
  bottom:20px;
  transition: .5s ease-in-out;
}
.sidebar .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
}
.sidebar .nav-link{
  display: -webkit-inline-box;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 40px 8px 10px;
}

/*document detail page start*/
#doc-detail{
  background-color: var(--theme-grey-clr1);
}
#doc-detail .card{
  border:unset;
  box-shadow: 0 0 10px var(--theme-grey-clr2);
}
#doc-detail h1{
  text-align: left;
  font-size:36px;
  color: var(--font-black);
} 
/* #doc-detail h2{
  color: var(--font-black)!important;
} */
#doc-detail .container_new{  
  position: relative;
  width: 100%;
}
#doc-detail .image {
  display: block;
  width: 100%;
  height: auto;
}
#doc-detail .overlay {
  position: absolute!important;;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius:4px!important;
  transition: .5s ease;
  background-color: #12121273!important;
  z-index:99;
}
#doc-detail .container_new:hover .overlay {
  opacity: 1;
}
#doc-detail .overlay-text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#doc-detail #breadcrumb,
#checkout #breadcrumb {
  font-size: 13px;
  color: #108a00bf;
  text-transform: uppercase;
}

#doc-detail #breadcrumb i,
#checkout #breadcrumb i {
  font-size: 80%
}

#doc-detail #breadcrumb i::before,
#checkout #breadcrumb i::before {
  visibility: hidden
}

#doc-detail #breadcrumb i,
#checkout #breadcrumb i {
  box-sizing: border-box;
  position: relative;
  border: 5px solid #fff0
}

#doc-detail #breadcrumb i::after,
#checkout #breadcrumb i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 0;
  top: 2px
}

#doc-detail #breadcrumb div,
#checkout #breadcrumb div {
  display: inline
}

#doc-detail #breadcrumb div a,
#checkout #breadcrumb div a {
  color: var(--color-black);
  border-bottom: var(--color-black) 1px solid;
  margin: 8px .25em 2px .25em;
  display: inline-block;
  height: 13px
}

#doc-detail #breadcrumb .placement a,
#checkout #breadcrumb .placement a {
  border: none;
  color: var(--theme-grey-clr3);
}
#doc-detail #breadcrumb #dernier_lien_du_fil_d_ariane a,
#checkout #breadcrumb #dernier_lien_du_fil_d_ariane a{
  border: none;
  color: var(--theme-color);
}
/* #doc-detail .card-content .card-children{
  height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
} */
#doc-detail .card-content .card-child{
  padding: 3rem 0 3rem 3rem;
}

@media (max-width: 767px) {
  #doc-detail #breadcrumb {
      display:none
  }
}
#doc-detail .icon_hdiw{
  left: -3px;
  top: 14px;
  width: 64px;
  height: 42px;
}
#doc-detail .wrapper{
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}
#doc-detail .card-content{
  position: sticky!important;
  top: 60px;
}
.dc-detail-i{
  font-family: "Font Awesome 6 Free" !important;
  font-size: 4rem;
  padding: 0px;
  margin-bottom: 10px;
}
.get_file_scat_wise a{
  cursor: pointer;
}

/*document detail page end*/
/*filter start*/
.filter-container {
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
  background-color: white;
  border-radius: 10px;
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  background-color:var(--theme-grey-clr1);
  font-size: 1.5rem;
  margin-bottom:20px;
  position:relative;
  border: 1px solid #e3e3e3;;
}
.filter-item {
  margin-top: 0;
  margin-right:20px;
}
.filter-item label{
  margin-bottom: 10px;
  margin-top: 0;
}
.more-btn{
  position: absolute;
  right: 20px;
  top: 39%;
  cursor: pointer;
}
.f-search{
  position: absolute;
  top: 33%;
}
.filter-item input, .filter-item select {
  width: 100%;
  padding: 10px;
  margin-right:20px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.filter-item input[type="range"] {
  width: 100%;
  background: var(--theme-color);
  color: var(--theme-color);
}
.filter-item input[type="range"]::-webkit-slider-thumb {
  width: 100%;
  background: var(--theme-color);
  color: var(--theme-color);
}
.filter-container button {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  background-color: var(--theme-grey-clr2);
  color: var(--theme-grey-clr3);
  font-size: 16px;
  cursor: pointer;
}
.filter-container button:hover {
  background-color: var(--theme-grey-clr3);
  color: #ffff;
}
#more-filters {
  display: none;
  margin-top: 20px!important;
}
/*filter end*/
/*login-page-start*/
.log-wrapper{
/*padding-top:100px!important;*/
background-color: var(--theme-grey-clr1);
padding-bottom:20px!important;
}
/*login-page-end*/

header .item {
  height: 55vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .info-btn{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
  box-shadow: unset;
  border: unset;
  padding: 5px 15px;
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, .3);
  font-size: 1.4rem;
  color: #ffff;
  margin-top: 20px;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.search-box .input-group{
  width: 50%;
  text-align: center;
  margin: auto;
}
.search-box{
  margin-bottom: 60px;
}
.search-box .input-group .form-control,
.search-box .input-group .btn-outline-secondary {
  height: 40px;
  font-size: 1.3rem;
}
.search-box .input-group .btn-outline-secondary {
  width:50px;
  background-color: var(--theme-color)!important;
  border: none!important;
  color: rgba(255, 255, 255, .9);
}
.search-box .input-group .btn-outline-secondary:hover{
  color: #ffff;
}
.search-box .input-group-append .fa-magnifying-glass{
  margin: auto;
  font-size: 1.7rem;
}
.s-doc{
  padding: 0px 0pc 50px 0px;
}
.s-d-wrap{
  padding-right: 50px!important;
}
.s-doc-list{
 padding: 20px;
}
.wrap-main{
  padding: 0px 30px 0px 30px;
}
.s-doc .s-doc-list h2{
  font-size: 2.1rem;
  margin-bottom: 10px;
}
.s-doc .s-doc-list h3{
  font-size: 1.4rem;
  color: var(--base-font-color);
  font-weight: normal;
}
.s-doc .s-doc-list h3:hover{
  cursor: pointer;
  font-weight: 600;
  color: var(--font-black);
}
.s-doc .s-doc-list a{
  color: var(--theme-color);
  font-size: 1.2rem;
}
.s-doc .s-doc-list a:hover{
  font-weight: 600;
  text-decoration: underline; 
}
.s-doc .s-doc-list i{
  color: var(--theme-color);
  font-size: 2.8rem;
  margin-bottom: 10px;
}
.quick-services-section{
  padding-bottom: 60px;
  padding-top: 30px;
}
.quick-services-section a{
  text-decoration: none;
}
.sub-plan{
  background-color: #052900;
  border-radius: var(--border-radius);
  padding-bottom:60px;
  margin-bottom:60px;
  margin-top:60px;
}
.sub-plan h2{
  color: #ffff!important;
}
.text-center{
  text-align: center!important;
}
.sub-plan i{
  margin: auto;
  font-size: 3rem;
}
.sub-plan .fa-circle-check{
  color: #052900;
}
.sub-plan .service-item{
  padding: 30px!important;
}
.sub-plan .plan-box {
  position: relative;
}
.sub-plan .element h2{
  font-size: 3rem;
  font-weight: 600;
  color: var(--font-black)!important;
  text-align: center;
}
.sub-plan .element h3{
  display: block;
  width: 80px;
  background-color: var(--theme-color);
  border-radius: 0px 13px 13px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  color: #ffff;
}
.sub-plan .service-container a:hover{
  color: #ffff;
}
.sub-plan .plan-switch {
  text-align: center;
}
.plan-show{display: flex!important;}
.plan-hide{display: none!important;}
#monthly-plan{display: none;}

.sub-plan .plan-switch .plan-text {
  position: relative;
  top:10px;
  color: #ffff;
  font-size: 1.4rem;
}
.sub-plan .plan-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0px 20px 20px 20px;
}

.sub-plan .plan-switch .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sub-plan .plan-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color);
  -webkit-transition: .4s;
  transition: .4s;
}

.sub-plan .plan-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.sub-plan .plan-switch input:checked + .slider {
  background-color: var(--theme-color);
}

.sub-plan .plan-switch input:focus + .slider {
  box-shadow: 0 0 1px #ccc;
}

.sub-plan .plan-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sub-plan .plan-switch .slider.round {
  border-radius: 34px;
}

.sub-plan .plan-switch .slider.round:before {
  border-radius: 50%;
}
section.sec {
  padding: 100px 0px;
  position: relative;
}
.bg-gradient {
  background: linear-gradient(225.35deg, #246694 0, #062338 100%);
}
.sm-title {
}
.title,
.title h3 {
  font-size: 22px;
  color: #2b4d7a;
  font-weight: 700;
  line-height: 1.2em;
}
.sm-title h3 {
  margin-bottom: 20px;
}
.title,
.title h3 {
  font-size: 22px;
  color: #2b4d7a;
  font-weight: 700;
  line-height: 1.2em;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 40%;
  position: absolute;
  border-radius: 40px !important;
  color: #ffff!important;
  width: 40px;
  height: 40px;
  text-align: center;
}
.owl-nav .owl-prev {
  left: -5%;
}
.owl-nav .owl-next {
  right: -5%;
}
#staff .owl-nav .owl-prev i,
.owl-nav .owl-next i {
  color: #fff!important;
  font-size: 20px;
  position: relative;
  left: 0px;
}
.box-b {
  background-color: #f5f6fa;
  padding: 15px;
  transition: 0.2s all ease-in-out;
  border-radius: 4px;
  cursor: pointer;
  border-bottom: solid 2px #2699cf;
  height: auto;
  position: relative;
  box-shadow: 0 5px 10px #9c9c9c;
}
.box-b .box-img {
  margin-bottom: 15px;
}
.staff .box-img img {
  height: 145px;
  width: 145px;
  margin: auto;
  border-radius: 90px;
}
.box-b h3 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 22px;
  color: #000000;
}
.box-b p {
  line-height: 1.4;
  font-size: 18px;
  color: #343a40;
  text-align: center;
  margin-bottom: 0px;
}
.team .card{
  padding: 25px;
  border-radius: var(--border-radius);
}
.team .card h3{
  font-size: 2.1rem!important;
}
.team .l-card{
  margin-top: 50%;
  border: none;
}
.team .l-card h3{
  font-weight: 800;
}
/*.team .l-card i{
   font-size: 3rem;
   color: var(--theme-color);
}*/
.team .card a{
  text-decoration: none;
  color: var(--theme-color);
}
.team .owl-nav .owl-prev,
.team .owl-nav .owl-next {
  top: 40%;
  position: absolute;
  border-radius: 40px !important;
  color: #ffff!important;
  width: 50px;
  height: auto;
  text-align: center;
  padding: 5px;
}
.owl-lawyer .owl-prev span,
.owl-docs .owl-prev span,
.owl-lawyer .owl-next span,
.owl-docs .owl-next span{
  font-size: 5rem;
  margin: 0;
  padding: 0;
}
.team .card img{
  border: 2px solid var(--theme-grey-clr2);
  border-radius: var(--border-radius);
}
.owl-lawyer .owl-nav .owl-prev:hover,
.owl-docs .owl-nav .owl-prev:hover,
.owl-lawyer .owl-nav .owl-next:hover,
.owl-docs .owl-nav .owl-next:hover{
  background-color: transparent!important;
}
.owl-lawyer .owl-nav .owl-prev:hover span,
.owl-docs .owl-nav .owl-prev:hover span,
.owl-lawyer .owl-nav .owl-next:hover span,
.owl-docs .owl-nav .owl-next:hover span{
  color: var(--font-black);
}
.team .card .fa-star,
.gtco-testimonials .card .fa-star{
  color: #debe1a;
}
.sub-plan ul{
  display: inline-block;
}
.sub-plan .list-group .badge{
  background-color: var(--theme-color);
}
.sub-plan .list-group-item{
  font-size: 1.4rem;
  text-transform: capitalize!important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: var(--theme-grey-clr3)!important;
}
.sub-plan .plan-box{
  text-align:center;
  background-color: #ffff;
  display: block;
  width:auto;
  padding: 50px 40px 50px 40px;
  border-radius: var(--border-radius);
}
.sub-plan .list-group-item {
  border: unset!important;
}
.sub-plan .plan-btn{
  margin: auto;
  width: 70%;
  height: 50px;
  background-color: var(--theme-color-drk);
  border: unset;
  box-shadow: unset;
  text-align: center;
  font-size: 1.5rem;
  color: #ffff;
  border-radius: var(--border-radius);
}
.sub-plan .element{
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--theme-grey-clr2);
}
.sub-plan .list-group-item {
  color: var(--base-font-color);
  text-transform: lowercase;
}
.sub-plan .list-group-item {
  padding: 3px 15px 0px 15px!important;
}
.sub-plan .list-group-item i{
  font-size: 1.8rem;
/*  color: #ffff;*/
}
.sub-plan .content-box img{
  margin: auto;
  width: 25%;
}
.faqs{
  padding: 60px 0px 60px 0px;
  background-color: var(--theme-grey-clr1);
}
.faqs .f-social{
  font-size: 2.2rem;
}
.faqs .f-social i{
  color: var(--theme-color-drk);
}
.faqs .f-social a{
  margin-right: 10px;
}
/*.faqs .accordion-button:not(.collapsed) {
  color: var(--theme-grey-clr3)!important;
}*/
.faqs .accordion-button{
  font-size: 1.6rem;
  font-weight: 600;
}
.faqs .accordion-body{
  font-size: 1.4rem;
}
.faqs .accordion-button:not(.collapsed) {
  background-color: var(--theme-color-drk);
  color: #ffff;
}
.faqs .accordion-item:first-of-type,
.faqs .accordion-item:first-of-type>.accordion-header .accordion-button{
  border-radius: 13px 13px 0px 0px!important;
}
.faqs .accordion-item:last-of-type,
.faqs .accordion-item:last-of-type>.accordion-header .accordion-button{
  border-radius: 0px 0px 13px 13px!important;
}
.quick-services-section .card-heading{
  font-size: 2rem;
  margin-bottom: 10px;
}
.quick-services-section .card-sub-heading{
  font-size: 1.4rem;
  color: var(--base-font-color);
  font-weight: normal;
}
.quick-services-section .card-sub-heading:hover{
  color: var(--font-black);
  font-weight: 600;
}
.quick-services-section .q-serv-card .view-serv{
  color: var(--theme-color);
  font-size: 1.2rem;
  text-decoration: underline;
}
.quick-services-section .q-serv-card .view-serv:hover{
  font-weight: 600;
}
.quick-services-section .q-serv-card i{
  color: var(--theme-color);
  font-size: 3rem;
  margin-bottom: 10px;
}
#login_page .card, #signup_page .card{
  border: unset;
  padding: 4rem;
}
#signup_page .signup_wrapper{
  background-color: var(--theme-grey-clr1);
}
.dc-tile.hidden {
  display: none;
}
.searchDocs{
  width:40%!important;
  font-size:1.6rem!important;
  margin: auto!important;
  border-radius: var(--border-radius)!important;
  text-align: center!important;
  padding: 8px!important;
  background-color: rgba(255, 255, 255, .5)!important;
  border: 1px solid var(--theme-color-drk)!important;
}
@media (max-width: 992px) {
  .searchDocs{
    width: 100%!important;
  }
}
.file-count{
  color: var(--theme-grey-clr3);
  font-size: 1.1rem;
  font-weight: 400!important;
  text-align: right;
}
#law-profile{
  background-color: var(--theme-grey-clr1);
}
#law-profile .law-wrap{
  margin-top:70px;
  margin-bottom:70px;
}
#law-profile .profile-img {
  width: 200px!important;
  height: 200px!important;
  object-fit: cover;
  border-radius: 10px;
}
#law-profile .online-status {
  color: green;
  font-weight: bold;
  margin-top: 10px;
}
#law-profile .rate {
  font-size: 20px;
  margin-top: 10px;
}
#law-profile .verifications li, .certifications li {
  margin-bottom: 10px;
}
#law-profile .ratings {
  color: #debe1a;
  font-size: 20px;
}
#law-profile .edit-btn {
  font-size: 14px;
}
#law-profile .list-unstyled span{
  float: right;
}
#law-profile .list-unstyled i{
  margin-right: 10px;
  color:var(--theme-color);
}
#law-profile .div-head{
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
}
#law-profile .card{
  align-items: normal !important;
}
#law-profile .spec{
  font-size: 1.4rem!important;
}
#law-profile h4{
  font-size: 2.2rem!important;
}

/* Contact Section Styles */
.contact-section {
  padding: 60px 0;
  /* background: #f8f9fa; */
}
.contact-section .support-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.contact-section .contact-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-section .contact-form-container h2 {
  color: #2c3e50;
  margin-bottom: 10px;
}

.contact-section .contact-form-container p {
  color: #6c757d;
  margin-bottom: 30px;
}

.contact-section .contact-form {
  width: 100%;
}

.contact-section .input-field {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 15px;
  color: #2c3e50;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.contact-section .input-field:focus {
  border-color: #007bff;
  background: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.15);
  outline: none;
}

.contact-section .input-field::placeholder {
  color: #adb5bd;
}

.contact-section textarea.input-field {
  min-height: 120px;
  resize: vertical;
}

.contact-section select.input-field {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236c757d' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
}

.contact-section .btn-primary {
  background: var(--theme-color-drk);
  border: none;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-section .btn-primary:hover {
  background: #1a252f;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(44, 62, 80, 0.3);
}

.contact-section .btn-primary:active {
  transform: translateY(0);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .contact-section {
    padding: 40px 0;
  }
  
  .contact-section .row {
    min-height: auto;
  }
  
  .contact-section .support-image {
    margin-bottom: 30px;
  }
  
  .contact-section .contact-form-container {
    padding: 30px 20px;
  }
  
  .contact-section .input-field {
    padding: 12px 15px;
  }
  
  .contact-section .btn-primary {
    padding: 12px 20px;
  }
}

/* Navbar Brand Logo Styles */
.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 2rem;
  margin-left: 1.5rem;
}

.navbar-brand img {
  width: 110px;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .navbar-brand {
    margin-left: 1rem;
  }
  .navbar-brand img {
    width: 120px;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    margin-left: 0.5rem;
  }
  .navbar-brand img {
    width: 100px;
  }
}

/* Navigation Menu Styles */
.navbar {
  padding: 0.5rem 0;
}

.navbar-nav {
  gap: 1.5rem;
}

.navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  padding: 0.5rem 0;
  font-size: 1.5rem;
  /* font-weight: 500; */
  color: var(--theme-grey-clr3);
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--theme-color);
}

.navbar-nav .dropdown-menu {
  margin-top: 0.5rem;
}

.nav-sec {
  margin-left: 2rem;
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .navbar-nav {
    gap: 1rem;
  }
  
  .nav-sec {
    margin-left: 0;
    margin-top: 1rem;
  }
  
  .navbar-collapse {
    padding: 1rem 0;
  }
}

.footer h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer h3 i {
  font-size: 18px;
  
}

.footer h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer h3 a:hover {
  color: var(--theme-color);
}

/* Contact Page Styles */
.contact-page-section {
  padding: 80px 0;
}

.contact-info-container {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact-info-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info-item i {
  font-size: 24px;
  color: var(--theme-color);
  margin-right: 20px;
  padding-top: 5px;
}

.contact-info-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.contact-info-content p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.contact-info-content a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-content a:hover {
  color: var(--theme-color);
}

.contact-form-container {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.contact-form-container .input-field {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact-form-container .input-field:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 2px rgba(16, 138, 0, 0.1);
}

.contact-form-container textarea.input-field {
  resize: vertical;
  min-height: 120px;
}

.contact-form-container .btn-primary {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .contact-page-section {
    padding: 40px 0;
  }
  
  .contact-info-container,
  .contact-form-container {
    margin-bottom: 30px;
  }
  
  .contact-info-item {
    padding: 15px;
  }
}

/* Checkout Page Styles */
.checkout-page {
  padding: 4rem 0;
  /* background-color: #f8f9fa; */
}

.checkout-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.checkout-header {
  text-align: center;
  margin-bottom: 3rem;
}

.checkout-header h1 {
  color: var(--primary-color);
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.checkout-header p {
  color: var(--text-color);
  font-size: 1.1rem;
}

.checkout-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.checkout-summary {
  /* background: #fff; */
  padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.checkout-summary h2 {
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.summary-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.summary-item .label {
  color: var(--text-color);
}

.summary-item .value {
  font-weight: 600;
  color: var(--primary-color);
}

.summary-total {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid #eee;
}

.summary-total .label {
  font-size: 1.2rem;
  font-weight: 600;
}

.summary-total .value {
  font-size: 1.2rem;
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .checkout-content {
    grid-template-columns: 1fr;
  }
  
  .checkout-header h1 {
    font-size: 2rem;
  }
  
  .contact-form-container,
  .checkout-summary {
    padding: 1.5rem;
  }
}

.summary-details {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.summary-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.summary-item .label {
  color: var(--text-color);
  font-size: 1.2rem;
}

.summary-item .value {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 1.2rem;
}

.summary-total {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid #eee;
}

.summary-total .label {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--text-color);
}

.summary-total .value {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .contact-section {
    padding: 2rem 0;
  }
  
  .contact-form-container {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .summary-item .label,
  .summary-item .value {
    font-size: 1.1rem;
  }
  
  .summary-total .label,
  .summary-total .value {
    font-size: 1.3rem;
  }
}

.payment-label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: var(--text-color);
}

.payment-methods {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.payment-option {
  flex: 1;
  min-width: 120px;
}

.payment-option input[type="radio"] {
  display: none;
}

.payment-option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border: 2px solid #eee;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment-option label:hover {
  border-color: var(--primary-color);
  background-color: rgba(var(--primary-rgb), 0.05);
}

.payment-option input[type="radio"]:checked + label {
  border-color: var(--primary-color);
  background-color: rgba(var(--primary-rgb), 0.1);
}

.payment-option img {
  height: 40px;
  width: auto;
  margin-bottom: 0.5rem;
  object-fit: contain;
}

.payment-option span {
  font-size: 1rem;
  color: var(--text-color);
}

@media (max-width: 768px) {
  .payment-methods {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .payment-option {
    width: 100%;
  }
  
  .payment-option label {
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
  }
  
  .payment-option img {
    margin-bottom: 0;
    height: 30px;
  }
}

/* Custom font size for service-list */
.service-list h3{
  font-size: 1.4rem;
  font-weight: normal;
}
.service-list{
  margin-top: 10px;
  list-style: none;
  padding-left: 0px;
}
.user_card_heading{
  font-size: 1.6rem;
}

.icon-cat {
  color: var(--theme-color) !important;
  font-size: 3rem;
  padding-bottom: 5px;
}
.serve-cat{
  background-color: #fff;
}
.bg-gry{
  background-color: var(--theme-grey-clr1);
}
.quick-btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  width: 100%;
}
.quick-btn-primary {
  background: var(--theme-color-drk, #052900);
}
.quick-btn-primary:hover, .quick-btn-primary:focus {
  background: #1a252f;
  box-shadow: 0 5px 15px rgba(44, 62, 80, 0.3);
  color: #fff;
}
.quick-btn-gray {
  background: #adb5bd;
}
.quick-btn-gray:hover, .quick-btn-gray:focus {
  background: #868e96;
  color: #fff;
}
.d-flex.gap-2 .quick-btn {
  margin-top: 0;
}

/* === Moved from inline styles in service-detail.html === */
.full-width { width: 100% !important; }
.font-1-1rem { font-size: 1.1rem !important; }
.color-grey-6c757d { color: #6c757d !important; }
.maxh-180px-objcover { max-height: 180px !important; object-fit: cover !important; }
.font-2rem { font-size: 2rem !important; }
.font-1-15rem { font-size: 1.15rem !important; }
.font-1-08rem { font-size: 1.08rem !important; }
.mr-8px { margin-right: 8px !important; }
.underline-pointer { text-decoration: underline !important; cursor: pointer !important; }
.h-60vh-scroll { height: 60vh !important; overflow: auto !important; padding: 0 !important; }
.w100-h100-border0 { width: 100% !important; height: 100% !important; border: none !important; }
.btn-minw-120 { width: auto !important; min-width: 120px !important; }
.text-left { text-align: left !important; }

/* Make image fit the quick-service-section width */
.quick-service-section .img-fit-section {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}
.contact-form-container .input-field{
  margin: 12.5px 0px !important;
}
#attachment{
  margin-top: 25px !important;
}

/* Match select field background and style to input fields */
.select-input-field {
  background-color: #f8f9fa !important;
  color: #495057 !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-shadow: none !important;
  margin: 0px 10px !important;
}
.select-input-field:focus {
  border-color: var(--theme-color) !important;
  outline: 0 !important;
  box-shadow: var(--theme-color) !important;
}
.card_old {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.card-bottom {
  margin-top: auto;
}
.card-arrow-bottom-right {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 2;
}

/* From removed <style> block in lawyer_talent.html */
.adv_boxs {
    height: 100%;
}

.adv_boxs_in {
    min-height: 450px; /* Adjust to your layout */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
}

.adv_box_btn {
    max-height: 80px;
    overflow-y: auto;
    margin-top: 10px;
}

.adv_boxs_in img.adv_detls {
    max-height: 100px;
    object-fit: cover;
}

.adv_box_btn::-webkit-scrollbar {
    height: 6px;
}
.adv_box_btn::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

/* For .how-step previously inline style */
.how-step {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* For .how-icon color and font-size */
.how-icon.green {
    color: #108a00;
}
.how-icon.darkgreen {
    color: #52894b;
}
.how-icon {
    font-size: 2.5rem;
}

/* For .img-hero-prosecutor (was margin: 0.5rem 0px) */
.img-hero-prosecutor {
    margin: 0.5rem 0px;
}

/* For .img-header2 (was width: 100%) */
.img-header2 {
    width: 100%;
}

/* For .themed-align-left (was style="text-align: left;") */
.themed-align-left {
    text-align: left;
}

/* For .themed-pb-1 (was style="padding-bottom: 1rem;") */
.themed-pb-1 {
    padding-bottom: 1rem;
}

/* For .no-height (was style="height: 100%;") */
.no-height {
    height: 100%;
}

/* Section background color */
.bg-f8f9fa {
    background: #f8f9fa!important;
}

/* How it works description max width and centering */
.how-it-works-desc {
    max-width: 700px;
    margin: 0 auto;
}

/* How step card background, border radius, and shadow */
.how-step-bg {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* How icon color and font size */
.how-icon-green {
    color: var(--theme-color);
    font-size: 2.5rem;
}
.how-icon-darkgreen {
    color: var(--theme-color);;
    font-size: 2.5rem;
}

/* How It Works steps in a single horizontal row on desktop */
.how-steps-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 24px;
}
.how-steps-row > .col-md-3 {
    flex: 1 1 0;
    max-width: 20%;
}

@media (max-width: 991px) {
    .how-steps-row {
        flex-wrap: wrap;
    }
    .how-steps-row > .col-md-3 {
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .how-steps-row {
        flex-direction: column;
        align-items: stretch;
    }
    .how-steps-row > .col-md-3 {
        max-width: 100%;
    }
}

/* Arrow between How It Works steps */
.how-step-arrow {
    display: flex;
    align-items: center;
    font-size: 2rem;
    color: #bdbdbd;
    margin: 0 8px;
    height: 100%;
}

@media (max-width: 991px) {
    .how-step-arrow {
        display: none;
    }
}

/* How It Works steps in a single horizontal row with arrows */
.how-steps-flex-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 20px;
}
.how-steps-flex-row .how-step {
    flex: 1 1 0;
    min-width: 180px;
    max-width: 260px;
    margin: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 200px;
    min-height: 200px;
    box-sizing: border-box;
    text-align: left;
}
.how-steps-flex-row .how-step > * {
    text-align: left;
    width: 100%;
}
.how-steps-flex-row .how-step-arrow {
    display: flex;
    align-items: center;
    font-size: 2rem;
    color: #bdbdbd;
    margin: 0 0.5rem;
    height: auto;
    align-self: center;
}

@media (max-width: 1200px) {
    .how-steps-flex-row .how-step {
        min-width: 140px;
        max-width: 200px;
    }
}
@media (max-width: 991px) {
    .how-steps-flex-row {
        flex-wrap: wrap;
        gap: 16px 0;
    }
    .how-steps-flex-row .how-step,
    .how-steps-flex-row .how-step-arrow {
        max-width: 100%;
        min-width: 120px;
    }
    .how-steps-flex-row .how-step-arrow {
        display: none;
    }
}
@media (max-width: 767px) {
    .how-steps-flex-row {
        flex-direction: column;
        align-items: stretch;
    }
    .how-steps-flex-row .how-step {
        max-width: 100%;
        margin: 0 0 16px 0;
    }
}
.profile-img-wrapper {
  position: relative;
  display: inline-block;
}
.status-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #28a745; /* green by default */
  box-shadow: 0 0 0 2px #fff;
}
.status-dot.offline {
  background: #dc3545; /* red */
}
/* Owl Carousel navigation arrow styles */
#specialization-carousel .owl-nav {
  display: flex !important;
  justify-content: flex-start;
  margin-top: -50px;
  margin-bottom: 10px;
}
#specialization-carousel .owl-nav button.owl-prev,
#specialization-carousel .owl-nav button.owl-next {
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 15px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: background 0.2s, color 0.2s;
}
#specialization-carousel .owl-nav button.owl-prev:hover,
#specialization-carousel .owl-nav button.owl-next:hover {
  background: #28a745 !important;
  color: #fff !important;
  border-color: #28a745 !important;
}
#specialization-carousel .owl-nav button span {
  font-size: 28px;
  line-height: .8;
}
.btn-success{
  background-color: var(--theme-color)!important;
}
.tooltip-inner {
  font-size: 1.3rem!important;
}

/* --- Custom Modal Styles for Login/Signup --- */
#loginModal .modal-content, #signupModal .modal-content {
  border-radius: var(--border-radius);
  background: #fff;
  border: 1px solid var(--theme-grey-clr2);
  box-shadow: 0 8px 32px rgba(16,138,0,0.08);
}
#loginModal .modal-header, #signupModal .modal-header {
  background: var(--theme-grey-clr1);
  border-bottom: 1px solid var(--theme-grey-clr2);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  padding: 1.5rem 2rem 1rem 2rem;
}
#loginModal .modal-title, #signupModal .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
}
#loginModal .modal-title span, #signupModal .modal-title span {
  color: var(--theme-grey-clr3) !important;
}
#loginModal .modal-title, #signupModal .modal-title  {
  color: #525252;
}
#loginModal .modal-body, #signupModal .modal-body {
  padding: 2rem;
}
#loginModal .form-control, #signupModal .form-control {
  border-radius: var(--border-radius-tile);
  border: 1px solid var(--theme-grey-clr2);
  background: #f9f9f9;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  box-shadow: none;
  transition: border-color 0.2s;
}
#loginModal .input-field.smooth input[type="password"] {
  margin-bottom: -2rem!important;
}
#loginModal .form-control:focus, #signupModal .form-control:focus {
  border-color: var(--theme-color);
  background: #fff;
  outline: none;
}
#loginModal label, #signupModal label {
  color: var(--theme-grey-clr3);
  font-weight: 500;
  margin-bottom: 0.25rem;
}
#loginModal .btn, #signupModal .btn {
  border-radius: var(--border-radius-tile);
  background: var(--theme-color);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 2px 8px rgba(16,138,0,0.08);
  transition: background 0.2s;
}
#loginModal .btn:hover, #signupModal .btn:hover {
  background: var(--theme-color-drk);
}
#loginModal .modal-footer, #signupModal .modal-footer {
  border-top: none;
  background: transparent;
}
#loginModal .input-field.smooth, #signupModal .input-field.smooth {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
#loginModal .input-field.smooth input, #signupModal .input-field.smooth input {
  background: #f9f9f9;
  border-radius: var(--border-radius-tile);
  border: 1px solid var(--theme-grey-clr2);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
#loginModal .input-field.smooth input:focus, #signupModal .input-field.smooth input:focus {
  border-color: var(--theme-color);
  background: #fff;
}
#loginModal .btn-close, #signupModal .btn-close {
  filter: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
#loginModal .btn-close:hover, #signupModal .btn-close:hover {
  opacity: 1;
}
#loginModal .header.bold.md-size, #signupModal .header.bold.md-size {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
#loginModal .card, #signupModal .card {
  border-radius: var(--border-radius);
  border: 1px solid var(--theme-grey-clr2);
  box-shadow: 0 2px 12px rgba(16,138,0,0.06);
  background: #fff;
}
#signupModal .form-select {
  border-radius: var(--border-radius-tile);
  border: 1px solid var(--theme-grey-clr2);
  background: #f9f9f9;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  box-shadow: none;
  transition: border-color 0.2s;
}
#signupModal .form-select:focus {
  border-color: var(--theme-color);
  background: #fff;
  outline: none;
}
#loginModal .text-primary, #signupModal .text-primary {
  color: var(--theme-color)!important;
}
#loginModal a, #signupModal a {
  color: var(--theme-color);
  text-decoration: underline;
  transition: color 0.2s;
}
#loginModal a:hover, #signupModal a:hover {
  color: var(--theme-color-drk);
}
#loginModal .modal-dialog, #signupModal .modal-dialog {
  max-width: 580px;
  width: 90vw;
  margin: 1.75rem auto;
}
@media (max-width: 500px) {
  #loginModal .modal-dialog, #signupModal .modal-dialog {
    max-width: 98vw;
    margin: 0.5rem auto;
  }
}
#loginModal input,
#signupModal input,
#loginModal button,
#signupModal button {
  font-size: 1.4rem!important;
}
.chk-text {
  position: relative!important;
  top: 3px!important;
}
.sub-link{
  font-size: 1.4rem!important;
  font-weight: normal!important;
}
.sub-link:hover{
  font-weight: 600!important;
}
.b-font{
  color: var(--font-black)!important;
}
.v-serv-crd .img-fluid{
  height: 200px!important;
}
.google-img-btn {
  /* Button reset and base styles */
  background-color: #ffffff; /* Use white background */
  border: 1px solid #dadce0; /* Add a light border */
  cursor: pointer;

  /* Make the button a circle */
  border-radius: 50%;
  width: 44px; /* Set a fixed width */
  height: 44px; /* Set a fixed height */

  /* Center the image */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0; /* Remove default padding */

  /* Add a subtle hover effect */
  transition: all 0.2s ease;
}

.google-img-btn:hover {
  background-color: #f7f7f7; /* A slightly gray background on hover */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* A light shadow on hover */
}

.google-img-btn img {
  /* Style the image inside the button */
  width: 20px; /* Adjust the image size */
  height: 20px; /* Maintain aspect ratio */
}
.fill-temp{
  background-color: var(--theme-color)!important;
}

/* Mobile Sidebar Styles */
@media (max-width: 991.98px) {
  .sidebar-toggle-btn {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.2rem !important;
    color: var(--theme-grey-clr3) !important;
  }
  
  .offcanvas-lg {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh;
    z-index: 1045;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  
  .offcanvas-lg.show {
    transform: translateX(0);
  }
  
  /* Ensure main content takes full width on mobile */
  .col-lg-10 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .m-cat-toggle{
    position: sticky!important;
    top: 40px!important;
    background-color: #ffff;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
  }
}

/* Desktop Sidebar Styles - Preserve existing */
@media (min-width: 992px) {
  .offcanvas-lg {
    transform: none !important;
    width: 16.666667% !important;
    max-width: 16.666667% !important;
    flex: 0 0 16.666667% !important;
    visibility: visible !important;
    background: transparent !important;
    border: none !important;
    height: auto !important;
    z-index: auto !important;
    padding: 0px !important;
  }
  
  .offcanvas-header {
    display: none !important;
  }
  
  .offcanvas-body {
    padding: 0 !important;
    overflow: visible !important;
    position: sticky !important;
    top: 87px !important;
    flex-grow: 0!important;
  }
  #dc-container {
    display: flex;
    width: 83.333333% !important;
    flex: 0 0 83.333333% !important;
    max-width: 83.333333% !important;
  }
}

/* Loading Spinner Styles */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-content {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.loading-content .spinner-border {
  width: 3rem;
  height: 3rem;
  color: var(--theme-color) !important;
}

.loading-content p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}
