:root {
  /*--orange: #ff3000;*/
  --orange:#137f84;
  --black: #000000;
  --white: #ffffff;
  --green: #007F82;
  --hover: #24797c;
  --header:#051145;
  
  color: var(--green);
}
.slidi-left h2{
    color:var(--header);
    padding-bottom:20px;
}
.slidi-left p{
    color:var(--header);
}

.heading-2 {
  font-size: 32px;
}

.custom-hed {
  color: var(--header);
}

.sec-bac{
      background-color: var(--light-bg);
}
.custom-hed-back {
  background-color: var(--orange);
}


body {
  font-family: 'Poppins', sans-serif;
  background: #f8f9fa;
  margin: 0;
  padding: 0;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar {
  padding: 0;
  background-color: var(--white);
}

.nav-left {
  padding-left: 10px;
}

.nav-right {
  padding-right: 20px;
}

.navbar-brand img {
  max-width: 130px;
  height: auto;
}

.navbar-nav .nav-link {
  padding: 10px 18px;
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: var(--orange);
}

.dropdown-menu {
  background-color: var(--white);
  border: none;
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--black);
  transition: 0.3s;
}

.dropdown-item:hover {
  background-color: #ffe6e0;
  color: var(--orange);
}

.text-orange {
  color: var(--orange) !important;
}

/* Show dropdown on hover (desktop only) */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler {
  background-color: transparent;
  border: none;
}

/* slider-start */

.hero-slider-section {
  background: url('img/slider-2.jpg') no-repeat center center/cover;
  /* background-color: #2d2c2c; */
  position: relative;
  overflow: hidden;
  min-height: 88vh;
}

.slide-content {
  min-height: 88vh;
  background: rgba(38, 38, 38, 0.6);
  /* background: rgb(77 52 52 / 60%); */

  display: flex;
  align-items: center;
}

.btn-orange {
  background-color: var(--orange);
  color: #fff;
  border: none;
  padding: 10px 18px;
  /*padding: 10px 25px;*/
  border-radius: 50px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-orange:hover {
  background-color: #e02600;
  color: #fff;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hero-slider-section .col-md-6.text-center img {
  padding-top: 100px;
  padding-bottom: 0;
  max-height: 620px;
  object-fit: contain;
}

.custom-slider-container {
  position: relative;
}

.custom-slide {
  /*display: none;*/
  /*animation: fadeIn 0.8s ease-in-out;*/
}

.custom-slide.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background-color: rgba(0, 0, 0, 0.6); */
  background-color: var(--orange);
  color: white;
  border: none;
  font-size: 24px;
  /* padding: 10px 15px; */
  cursor: pointer;
  z-index: 10;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.slide-bnn-2 {
  display: none;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: #e02600;

}

.custom-prev {
  left: 10px;
}

.custom-next {
  right: 10px;
}

@media (max-width: 768px) {
  .slide-content h1 {
    font-size: 26px;
  }

  .slide-content p {
    font-size: 14px;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }

  .slide-head {
    display: none;
  }

  .heading-2 {
    font-size: 24px;
  }


  .hero-slider-section .col-md-6.text-center img {
    padding-top: 100px;
    padding-bottom: 0;
    max-height: 350px;
    object-fit: contain;
  }

  .slide-bnn-1 {
    display: none;
  }

  .slide-bnn-2 {
    display: block;
  }
}






/* slider-end */
/* slider-start-2 */

/*.inkp-hero-slider {*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  height: 88vh;*/
/*}*/

/* Each Slide Item */
/*.inkp-slide-item {*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*  opacity: 0;*/
/*  transition: opacity 1s ease-in-out;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/* 🔥 Dark overlay on background only */
/*.inkp-slide-item::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.5);*/
  /* Dark shade */
/*  z-index: 0;*/
/*}*/

/* Show only active slide */
/*.inkp-slide-item.active {*/
/*  opacity: 1;*/
/*  z-index: 1;*/
/*}*/

/* Slide Content */
/*.inkp-slide-content {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*  color: var(--white);*/
/*  padding: 30px;*/
/*  border-radius: 10px;*/
/*  background: none !important;*/
/*}*/

/* Headings & Paragraphs */
/*.inkp-slide-content h2 {*/
/*  font-size: 2.5rem;*/
/*  font-weight: bold;*/
/*  margin-bottom: 15px;*/
/*  color: var(--white);*/
/*}*/

/*.inkp-slide-content p {*/
/*  font-size: 1.2rem;*/
/*  color: #eaeaea;*/
/*}*/

/* Buttons */
/*.btn-orange {*/
/*  background-color: var(--orange);*/
/*  color: var(--white);*/
/*  padding: 10px 20px;*/
/*  border: none;*/
/*  text-decoration: none;*/
/*  border-radius: 4px;*/
/*}*/

/*.btn-orange:hover {*/
/*  background-color: #cc2500;*/
/*  color: #fff;*/
/*}*/

/*.btn-outline-light {*/
/*  border: 2px solid #fff;*/
/*  padding: 10px 20px;*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*  border-radius: 4px;*/
/*}*/

/*.btn-outline-light:hover {*/
/*  background-color: #fff;*/
/*  color: var(--black);*/
/*}*/

/* Arrows */
/*.inkp-slider-prev,*/
/*.inkp-slider-next {*/
/*  position: absolute;*/
/*  top: 60%;*/
/*  transform: translateY(-50%);*/
/*  background: var(--orange);*/
/*  color: var(--white);*/
/*  padding: 7px 18px!important;*/
/*  border: none;*/
/*  font-size: 24px;*/
/*  cursor: pointer;*/
/*  z-index: 3;*/
/*  border-radius: 50%;*/
/*  opacity: 0.7;*/
/*}*/

/*.inkp-slider-prev:hover,*/
/*.inkp-slider-next:hover {*/
/*  background-color: var(--orange);*/
/*}*/

/*.ph-para {*/
/*  display: none;*/
/*}*/

/*.inkp-slider-prev {*/
/*  left: 15px;*/
/*}*/

/*.inkp-slider-next {*/
/*  right: 15px;*/
/*}*/

/* Responsive */
/*@media (max-width: 768px) {*/
/*  .inkp-hero-slider {*/
/*    height: 64vh;*/
/*  }*/

/*  .inkp-slide-content h2 {*/
/*    font-size: 30px;*/
/*  }*/

/*  .inkp-slide-content p {*/
/*    font-size: 1rem;*/
/*  }*/

/*  .inkp-slide-content {*/
/*    padding: 20px 15px;*/
/*  }*/

/*  .bttn-sec {*/
/*    margin-top: 85px;*/
/*  }*/

/*  .inkp-slider-prev,*/
/*  .inkp-slider-next {*/
    /*padding: 6px 16px;*/
    /*font-size: 20px;*/
    /*top: 60%;*/
/*  }*/

/*  .ph-para {*/
/*    display: block;*/
/*  }*/

/*  .dex-top-para {*/
/*    display: none;*/
/*  }*/

/*  .sub-para {*/
/*    display: none;*/
/*  }*/
/*}*/


 .btn-orange-2{
    height: 48px;
    /*background-color: red;*/
    background-color:#137f84;
    text-align: center;
    align-content: center;
    border-radius: 8px;
    color: #fff;

  }
  .btn-orange-2:hover{
      background-color:var(--hover);
  }
    .slid-out{
    height: 48px;
    text-align: center;
    align-content: center;
    }
    
  .inkp-hero-slider {
    position: relative;
    overflow: hidden;
    height: 88vh;
  }

  .inkp-slider-wrapper {
    display: flex;
    transition: transform 0.8s ease-in-out;
    height: 100%;
      /*will-change: transform;*/
  }

  .inkp-slide-item {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
  }

  .inkp-slide-item::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    z-index: 0;
  }

  .inkp-slide-content {
    position: relative;
    z-index: 1;
    color: #fff;
  }

  .inkp-slider-prev,
  .inkp-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f2652200;
    color--header;
    padding: 10px 16px;
    border: none;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
  }
  .slidi-left h2{
      font-size:46px;
      font-weight: 700;
  }
  .dex-top-para{
      font-size:20px;
      padding-bottom:10px;
  }
  .sub-para{
      font-size:18px; 
  }

  .inkp-slider-prev { left: 15px; }
  .inkp-slider-next { right: 15px; }
  
  
  @media (max-width: 768px){
      .inkp-hero-slider {
    height: 74vh;
  }
  .inkp-slider-prev,
  .inkp-slider-next{
      top:54%;
  }
  .bttn-sec{
   margin-top: 98px;
  }
  .slidi-left h2{
      font-size:26px;
  }
  .dex-top-para{
       font-size:16px;
  }
  .sub-para{
      font-size:16px; 
  }
  .inkp-slider-prev, .inkp-slider-next {
      padding: 6px 16px;
  }
  
  }
  

/* slider-end-2 */
/* our-services-start-2 */
.custom-card {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 250px;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.card-inner {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
}

.card-inner img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
  transition: transform 0.4s ease;
}

.custom-card:hover img {
  transform: scale(1.15);
}

.card-inner h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.card-inner a {
  text-decoration: none;
}

.flip-button {
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.flip-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

@media (max-width: 576px) {
  .custom-card {
    max-width: 160px;
  }

  .card-inner img {
    width: 40px;
    height: 40px;
  }

  .card-inner h3 {
    font-size: 15px;
  }

  .flip-button {
    font-size: 13px;
    padding: 4px 10px;
  }
}

/* our-services-end-2 */

/* types-services-start  */
.pricing-section {
  /*background-color: #f8f9fa;*/
   padding: 40px 0px; 
  text-align: center;
}

.pricing-card {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
  overflow: visible;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.pricing-title {
  background-color: var(--orange);
  color: #fff;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  margin: -30px -20px 20px;
}

.pricing-card ul {
  text-align: left;
  padding-left: 0;
  list-style: none;
  /* margin-bottom: 60px; */
}

.pricing-card ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 14px;
}

.pricing-card ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #009688;
  font-weight: bold;
}

.price-circle {
  position: absolute;
  bottom: -15px;
  left: 99%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: var(--orange);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  z-index: 1;
}

.get-btn {
  margin-top: 15px;
  background-color: var(--orange);
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}

.get-btn:hover {
  background-color: #00796b;
}

@media (max-width: 767px) {
  .pricing-card {
    /* margin-bottom: 50px; */
  }

  .price-circle {
    left: 95%;
  }
}

/* types-services-end  */
/* <!-- our-service-end --> */


/* ==== Updated class names to avoid conflict while keeping design intact ==== */

/*our-expert*/
.services-section{
  padding: 60px 0;
  position: relative;
}
.slide-pad{
  padding-left:28px;
  padding-right:28px;

}
.ser-img{
  position: absolute;
  top: -30px;
  left: 0;
  animation: ser-img 1s alternate infinite linear;
}

.ser-img img{
  max-width: 110px !important;
}
@keyframes ser-img {
  0%{
      transform: translateX(-10px);
  }
  100%{
      transform: translateX(10px);
  }
}
.section-title-header.service-head{
  position: relative;
  background: url(../images/icons/hd-bg.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  top: 0;
}
#services-gif{
  position: absolute;
  top: -60px;
  right: 0;
  animation: 2s alternate infinite linear left-right;
}
#services-gif img{
  max-width: 400px;
}
.section-title.service-text{
  animation: zoom-text 1.4s alternate infinite linear;
  padding: 12px;
  color: white;
  margin-top: -21px;
  font-size: 36px;
  font-weight: 600;
}

@keyframes left-right {
  0%{
      transform: translateX(-10px);
  }
  100%{
      transform: translateX(20px);
  }
}
@keyframes top-right {
  0%{
      transform: translateY(-10px);
  }
  100%{
      transform: translateY(10px);
  }
}
.services-card{
  position:relative;
  width: 301px;
  height: 380px;
  border-radius: 0px 15px 15px 0px;
  /*background-color: var(--green);*/
  background: linear-gradient(135deg, #ff3000, #ff851d);
  box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
  perspective: 100rem;
  margin: auto;
  columns: var(--white);
}
.cover{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #3771e0;
  border-radius: 0px 15px 15px 0px;
  transform-style:preserve-3d;
  transform-origin:left;
  transition:transform 1s;
  z-index: 1;
}

.services-text{
  padding: 20px;
  padding-top: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  /* transform: scale(0.5); */
  transition: all 0.4s ease-in-out;
}
.inner-icon img{
  width: 100px !important;
  margin: auto;
}
.hover-btn a{
  margin-top: 10px;
  color: #ff415b;
  font-size: 16px;
  font-weight: var(--fnt_wgt_5);
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  border-radius: 10px;
  line-height: 1;
}

.services-text span{
  color: var(--white);
  font-weight: var(--fnt_wgt_5);
  margin-bottom: 20px;
  display: inline-block;
}
.services-text p{
  color: var(--white);
  font-weight: var(--fnt_wgt_4);
}
.services-text p strong{
  color:var(--orange);
}
.services-card:hover .cover{
  transform: rotateY(-90deg);
}
.services-card:hover .services-text{
  transform: scale(1);
}
.frnt-cover,.bck-cover{
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 5px;
}
.frnt-cover{
  background-color: #f4f4f4;
  color: var(--white);
  border-radius: 0px 15px 15px 0px;
}
.bck-cover{
  background-color:#ddd;
  color: var(--third_clr);
  border-radius: 0px 15px 15px 0px;
  border: 2px solid #383333;
}
.frst-text{
  position: relative;
  z-index: 1;
  margin: auto;
}
.frst-text img{
  margin: auto;
  max-width: 130px !important;
}
.frst-text span{
  font-size: 24px;
  text-transform: capitalize;
  color: var(--orange);
  margin-top: 10px;
  display: inline-block;
  font-weight: var(--fnt_wgt_5);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-next,
  .swiper-button-prev{
       top: 50%!important;
  }
  
  .swiper-button-prev {
    left: 14px !important;
  }

  .swiper-button-next {
    right: 14px !important;
  }
@media (max-width:768px) {
  .section-title-header{
      top: -10px;
      padding: 10px;
  }
  .section-title.service-text{
    font-size: 22px;
  }
  .project-details-page .project-info{
    margin-top: 2.5rem !important;
  }
  .cover{
      display: none;
  }
  .services-card .services-text{
      transform: scale(1);
  }
  .fnt_fs_18{
      font-size: 16px;
  }
}
a.service-btn {
  padding: 6px 10px;
  margin-top: 10px;
  border-radius: 5px;
}
.menu-btn .ripple-effect {
  color:var(--primery_clr);
  text-transform: capitalize;
  font-weight: var(--fnt_wgt_3);
  line-height: 1;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  background-color:#23a7d3;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 10px 5px rgba(0,0,0,0.2);
  margin-top: 10px;
}
.menu-btn .ripple-effect span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background-color: gray;
  transition: all .4s ease;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.menu-btn .ripple-effect:hover span {
  width: 300%;
  height: 300%;
}


@media (max-width:768px){
  .menu-btn .ripple-effect{
      padding: 10px;
  }
}


.swiper-button-next,
  .swiper-button-prev {
    color: Var(--orange);
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    top: 40%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .swiper-button-prev {
    left: -20px;
  }

  .swiper-button-next {
    right: -20px;
  }
  

  /* Responsive fix for mobile: bring arrows inside */
  @media (max-width: 768px) {
    .swiper-button-prev {
      left: 5px;
      /*display: none;*/
    }

    .swiper-button-next {
      right: 5px;
      /*display: none;*/
    }
  }
/* <!-- our-work-start --> */
/* video libary SECTION start  */

.custom-video-section {
  padding: 60px 0;
  /*background-color: var(--white);*/
  text-align: center;
}

.custom-video-heading {
  color: #007f82;
  font-size: 2.5rem;
  font-weight: bold;
}

.custom-video-subheading {
  color: #007f82;
  margin-bottom: 40px;
}

.custom-video-card {
  /* background-color: #178289; */
  border-radius: 10px;
  /* padding: 15px; */
  margin-bottom: 10px;
  transition: transform 0.3s;
}

.custom-video-card iframe {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  border: none;
}

.custom-video-card:hover {
  transform: translateY(-5px);
}

.custom-video-buttons {
  margin-top: 20px;
}

.custom-btn-black {
  background-color: var(--black);
  color: var(--white);
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  margin-right: 10px;
  transition: 0.3s;
}

.custom-btn-black:hover {
  background-color: #333;
}

.custom-btn-orange {
  background-color:var(--orange);
  color: var(--white);
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  transition: 0.3s;
}

.custom-btn-orange:hover {
  background-color:var(--hover);
}

/*  video libary SECTION end  */


/*  SETTLEMENT LETTER SECTION start  */

.custom-slider-title {
  /* color: #007f82; */
  /* font-size: 2rem; */
}

.custom-slider-subtitle {
  /* color: #007f82; */
  /* font-size: 1rem; */
}

.custom-slider-section {
  padding: 40px 0;
}

.custom-settlement-swiper {
  position: relative;
}

.custom-slide-card {
  background-color:var(--orange);
  border-radius: 25px;
  text-align: center;
  /* padding: 40px 10px; */
  border: 1px solid var(--orange);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  transition: transform 0.3s ease;
  position: relative;
  padding: 0;
  overflow: hidden;
  color: var(--white);
}

.custom-slide-card .custom-slide-card:hover {
  /* transform: translateY(-5px); */
  background-color: rgba(218, 94, 37, 0.4);
}

.custom-slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--orange);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  margin: 10px;
}

.custom-swiper-button-prev {
  left: 0;
}

.custom-swiper-button-next {
  right: 0;
}

@media (max-width: 767px) {

  .custom-swiper-button-prev,
  .custom-swiper-button-next {
     /*width: 30px;*/
     /*   height: 30px; */
    font-size:24px;
    /*margin: 5px;*/
  }
}

.custom-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.custom-popup-modal {
  position: relative;
  background: #ff460c;
  border-radius: 15px;
  /* padding: 20px; */
  max-width: 90%;
  max-height: 90%;
  text-align: center;
  overflow: hidden;
  color: var(--white);
  border: 3px solid var(--orange);
}

.custom-popup-modal img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

.custom-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #ff3000;
  cursor: pointer;
}

.cus-bnn {
  background-color: var(--orange);
  color: var(--white);
}

.cus-bnn:hover {
  background-color:var(--hover);
  color: var(--white);
}

.custom-popup-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* font-size: 32px; */
  background-color: var(--orange);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
}

.custom-popup-prev {
  left: 10px;
}

.custom-popup-next {
  right: 10px;
}

@media (max-width: 767px) {
  .custom-popup-modal {
    /* padding: 15px; */
  }

  .custom-popup-close {
    font-size: 24px;
  }

  .custom-popup-nav {
    font-size: 16px;
    padding: 8px;

  }
}

/*  SETTLEMENT LETTER SECTION end / */

/* testimonial-start */

.video-testimonial-section {
  padding: 40px 20px;
  color: var(--black);
  /*background-color: #f8f9fa;*/
}

.video-testimonial-section h2 {
  text-align: center;
}

.video-testimonial-section p.subheading {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #666;
}

.video-card {
  background: #e6e6e6ad;
  border-radius: 15px;
  padding: 24px 10px 10px;
  position: relative;
  margin: 10px;
  clip-path: polygon(0 20%, 100% 0%, 100% 10%, 100% 100%, 0% 100%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  z-index: 0;
  border: 2px solid var(--orange);
}

.video-icon {
  width: 75px;
  height: 75px;
  background-color: red;
  border: 5px solid #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 5;
}

.video-icon svg {
  fill: white;
  width: 32px;
  height: 32px;
}

.video-card p {
  color: var(--black);
  font-size: 0.95rem;
  margin-top: 5px;
  text-align: center;
}
.video-card h5 {
  color: var(--black);
  margin-top: 60px;
  text-align: center;
}

.slider-nav {
  text-align: center;
  margin-top: 20px;
}

.slider-btn {
  background-color: var(--white);
  color: var(--orange);
  border: 2px solid var(--orange);
  padding: 8px 16px;
  margin: 0 5px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.video-slider-wrapper {
  overflow: hidden;
}

.video-slider-row {
  display: flex;
  transition: transform 0.6s ease;
  /* smooth on button click only */
}

/* Mobile responsive */
@media (max-width: 768px) {
  .vid-col {
    min-width: 100%;
    flex: 0 0 100%;
  }
}



/* testimonial-end */

/* tranding-news-start */

.news-section {
  background-color: var(--light-bg);
  padding: 40px 0px;
}

.news-heading {
  text-align: center;
  margin-bottom: 40px;
}

.news-heading h2 {
  /*font-size: 2.5rem;*/
  /*font-weight: 00;*/
}

.news-heading p {
  font-size: 1.1rem;
  color: #444;
}

.news-buttons button {
  width: 100%;
  margin-bottom: 10px;
  background-color:rgb(20 98 101);
  color: var(--white);
  font-weight: 500;
  border: none;
  border-bottom: 2px solid var(--black);
  /* border-bottom: 2px solid var(--black); */
  padding: 10px 15px;
  transition: 0.3s ease;
}

.news-buttons button.active,
.news-buttons button:hover {
  background-color: var(--orange);
}

.news-content {
  background-color: var(--teal);
  /* color: var(--white); */
  color: var(--black);
  padding: 20px;
  height: 100%;
}

.news-content p {
  margin-bottom: 20px;
  text-align: justify;
}

.news-content a {
  color: var(--orange);
  font-weight: 600;
}

.news-image {
  background-color: #ccc;
  display: flex;
  /* justify-content: center;  */
  /* align-items: center; */
  height: auto;
}

.news-image img {
  max-width: 100%;
  height: auto;
}

.news-item {
  display: none;

}

.news-bnn {
  padding: 0;
  margin: 0;
  border: 2px solid var(--orange);
  background-color: #ccc;
}

.news-bnn-2 {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  /* background-color: #ccc; */
  */
}

.trab-bnn {
  background-color: orangered;
}

.news-item.active {
  display: block;
}

@media (max-width: 768px) {
  .news-buttons button {
    font-size: 0.9rem;
  }
}

/* tranding-news-end */

/* faq-start */

.faq-section {
  background-color: var(--white);
  padding: 50px 20px;
}

.faq-head {
  font-weight: 600;
}

.faq-question {
  background-color: var(--orange);
  color: var(--white);
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.faq-answer {
  display: none;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-left: 3px solid var(--orange);
  border-radius: 0 0 8px 8px;
  margin-bottom: 15px;
  animation: fadeIn 0.3s ease-in-out;
}

.faq-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-question.active .faq-icon {
  /* transform: rotate(45deg); */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* faq-end */


/* media-sec-start */
.brand-link {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.brand-img {
  max-height: 80px;
  object-fit: contain;
}

@media (max-width: 576px) {
  .brand-img {
    max-height: 60px;
  }
}

/* media-sec-end */

/* footer-start */
.ftr-section {
  background-color: var(--black);
}

.ftr-heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--orange);
}

.ftr-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cccccc;
}

.ftr-links li {
  margin-bottom: 8px;
}

.ftr-link {
  color:var(--white);
  text-decoration: none;
  transition: 0.3s ease;
}

.ftr-link:hover {
  color:var(--hover);
  text-decoration: underline;
}

.cont:hover {
  transition: 0.5s;
  padding-left: 10px;
  color:var(--hover);
}

.ftr-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #333;
  color: #fff;
  transition: 0.3s;
  border-radius: 50%;
  text-decoration: none;
}


.ftr-icon:hover {
  background-color: #ff3000;
  color: #fff;
}

/* Individual Icon Colors (optional custom branding) */
.face {
  background-color: #3b5998;
}

/* .twit { background-color: #000000; } */
.twit {
  background-color: #3f3b3b;
}

.insta {
  background-color: #E1306C;
}

.linkd {
  background-color: #0077b5;
}

.yout {
  background-color: #FF0000;
}

.print {
  background-color: #E60023;
}

.ftr-icon:hover.face {
  background-color: #2d4373;
}

.ftr-icon:hover.twit {
  background-color: #111111;
}

.ftr-icon:hover.insta {
  background-color: #c82361;
}

.ftr-icon:hover.linkd {
  background-color: #005983;
}

.ftr-icon:hover.yout {
  background-color: #cc0000;
}

.ftr-icon:hover.print {
  background-color: #bd081c;
}

.copy-bar {
  background-color: var(--black);
  color: var(--white);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.foter-ac {
  color: var(--orange);
  text-decoration: none;
}

.foter-ac-2 {
  margin-left: 5px;
}


/* footer-end */
  .pf-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .pf-modal-content {
    background-color: #f1eded;
    margin: 5% auto;
    /*padding: 30px;*/
    border-radius: 10px;
    width: 95%;
    max-width: 800px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    position: relative;
    border:2px solid #000;
    padding-top:20px;
    padding-bottom:20px;
  }

  .pf-heading {
    /*color: var(--orange);*/
        color: var(--header);
    margin-bottom: 25px;
    font-weight: bold;
  }

  .pf-btn-submit {
    background-color: var(--green);
    color: var(--white);
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
  }

  .pf-btn-submit:hover {
    background-color: #006567;
  }

  .pf-close-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color:var(--orange);
    cursor: pointer;
    z-index: 10000;
    transition: 0.3s ease;
  }

  .pf-close-icon:hover {
    transform: rotate(90deg);
    color: black;
     color:var(--hover);
  }

  .pop-para{
      margin-top:-15px;
  }
  .label-fom{
      font-weight:600;
  }
 @media (max-width: 768px){
     .pf-close-icon{
    top: 0px;
    right: 5px;
     }
 }
/*pop-for-start*/

/*contact-page-start*/

    .contact-page .hero1.-min-2 {
      min-height: 400px;
    }

.contact-page .hero1 {
  position: relative;
  /*padding: 180px 0 100px;*/
  padding: 0px 0 60px;
  overflow: hidden;
}

.hero__title {
  padding: 150px 0 60px;
      font-size: 54px;
}

.contact-page .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.contact-page .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.contact-page .hero__bg img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-page img {
  max-width: 100%;
  height: auto;
}

.contact-page .hero__bg .des {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .contact-page .container {
    /*max-width: 1140px;*/
  }
}

@media (max-width: 768px) {
  .booking-sidebar {
    position: static;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .contact-page .container {
    /*max-width: 960px;*/
  }
}

@media (min-width: 768px) {
  .contact-page .container {
    /*max-width: 720px;*/
  }

}

.breadcrumb-custom {

  font-size: 0.95rem;
  color: #555;
  padding: 10px;
  text-align: left;
  background-color: #ffffff;
  /*        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);*/
  /*transition: 0.3s;*/
}

.breadcrumb-custom a {
  text-decoration: none;
  /*color: #0066cc;*/
  transition: color 0.3s;
}

.breadcrumb-custom a:hover {
  color: #004499;
}

.breadcrumb-custom .bc-sep {
  margin: 0 8px;
  color: #999;
}

.breadcrumb-custom .bc-current {
  color: #333;
  font-weight: bold;
}

.badge-sec {
  margin-left: 40px
}


.ysb-contact-info {
  background-color: #f8f9fa;
}

.ysb-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  transition: all 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ysb-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.ysb-icon {
  /*background: linear-gradient(135deg, #27005D, #9400FF);*/
  /*background: linear-gradient(135deg, #ff3000, #ff851d);*/
      background: linear-gradient(135deg, #137f84, var(--hover));

  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.ysb-box h5 {
  color: #000;
}

.ysb-box p {
 color: var(--orange);
    font-size: 15px;
    font-weight: 600;
}

.cs-contact-section-theme {
  background-color: var(--black);
  color: var(--white);
}

/* Form box white with black text */
.cs-form-box {
  background-color: var(--white);
  color: var(--black);
}

/* Orange theme button */
.cs-btn-send {
  background-color:var(--orange);
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  color: var(--white);
  font-weight: 500;
  transition: all 0.3s ease;
}

.cs-btn-send:hover {
  background-color:var(--hover);
  transform: scale(1.05);
  color: var(--white);
}

/* Image rounded & responsive */
.cs-contact-img img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

/* Labels in orange for theme matching */
.cs-form-box .form-label {
  /*color: var(--orange);*/
      color: var(--header);
  font-weight:600;
}

.cs-map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom:200px; /* 16:9 Aspect Ratio */
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cs-map-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 12px;
}
@media (max-width: 768px){
    .hero__title{
        padding: 26px 0 0px;
        font-size: 26px;
        width: 200px;
    }
    
}


/*contact-page-end*/


/*details-page-start*/
   .vs-section {
      padding: 20px 0;
      background-color: #f8f9fa;
    }
    .vs-heading {
      color:var(--header);
      font-weight: 600;
      font-size:32px;
    }
    .vs-text {
      text-align: justify;
      color: #333;
    }
    .vs-img {
      border-radius: 10px;
      width: 100%;
      height: auto;
    }
    .cs-link-btn {
  background-color:var(--orange);        
  padding: 10px 25px;
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s ease;
  border: none;
}

.cs-link-btn:hover {
  background-color:var(--hover);         
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px){
    .vs-heading{
        font-size: 24px;
        margin-top:10px;
    }
}

/*details-page-end*/


/*Prevacy-page-start*/
  .pp-section {
    background-color: #f9f9f9;
  }

  .pp-box {
    background: #fff;
  }

  .pp-heading {
    font-size: 32px;
    font-weight: 700;
    color: #333;
  }

  .pp-subheading {
    font-size: 20px;
    font-weight: 600;
    color: #444;
  }

  .pp-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    text-align: justify;
  }
  
  .pri-head{
      color:var(--orange);
      font-weight:600;
  }

/*Prevacy-page-end*/

/*out-tips-start*/
   .ls-section {
        padding: 40px 0;
    }

    .ls-container {
        max-width: 1200px;
        margin: auto;
        padding: 0 15px;
    }

    .ls-row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .ls-col-9 {
        flex: 0 0 74%;
    }

    .ls-col-3 {
        flex: 0 0 24%;
    }

    .ls-col-4 {
        flex: 0 0 33%;
    }

    .ls-col-8 {
        flex: 0 0 64%;
    }

    .ls-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
    }

    .ls-btn {
        background-color: var(--orange);
        color: #fff;
        border: none;
        padding: 8px 15px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 14px;
    }

    .ls-btn.active {
        background-color:var(--hover);
    }

    .ls-box {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
    }

    /*   .ls-img {*/
    /*  width: 100%;*/
    /*  height: 280px;*/
    /*  object-fit: cover;*/
    /*  border-radius: 8px;*/
    /*  aspect-ratio: 4/3; */
    /*}*/

    .ls-heading {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 600;
        color: var(--header);
    }

    .ls-text {
        color: #444;
        margin-bottom: 10px;
    }

    .ls-read-btn {
        display: inline-block;
        background-color:var(--orange);
        color:#fff ;
        padding: 8px 14px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 14px;
    }

    .ls-sidebar-heading {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .ls-sidebar-img {
        width: 100%;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .ls-sidebar-links a {
        display: block;
        /*color: #13795B;*/
        margin-bottom: 5px;
        text-decoration: none;
        font-size: 14px;
    }
    .our-li a:hover{
        color:var(--hover);
        
    }
    .ls-read-btn:hover{
        color:#fff;
        background-color:var(--hover);
        
    }
    .ls-btn:hover{
        color:#fff;
        background-color:var(--hover);
    }
    .ls-text{
        font-size:18px;
    }
    .right-sub-head{
        font-size:18px;
    }
    .sub-bnn{
        padding: 7px 10px;
    }

    /* Responsive */
    @media (max-width: 768px) {

        .ls-col-9,
        .ls-col-3,
        .ls-col-4,
        .ls-col-8 {
            flex: 0 0 100%;
        }
    }

    @media (max-width: 576px) {
        .ls-img {
            height: 140px;
        }
    }

    .ls-img-wrapper {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
    }

    .ls-img-wrapper img {
        width: 100%;
        height: 220px;
        /*height: 280px;*/
        object-fit: cover;
        transition: transform 0.4s ease;
        display: block;
    }

    .ls-img-wrapper:hover img {
        transform: scale(1.1);
    }

    .ls-img-wrapper a {
        display: block;
        text-decoration: none;
        position: relative;
    }

    .ls-img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(19, 121, 91, 0.5);
        /* Green overlay */
        opacity: 0;
        transition: 0.4s;
        border-radius: 8px;
    }

    .ls-img-wrapper:hover .ls-img-overlay {
        opacity: 1;
    }
    }
    #sidebar-search {
    font-size: 14px;
}



  .post-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
  }

  .post-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0b2350;
  }

  .post-tags {
    font-size: 15px;
    color: #0050c3;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .post-tags a {
    text-decoration: none;
    color: #0050c3;
  }

  .post-tags a:hover {
    color: #c12a2a;
  }

  .post-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
  }

  .post-img-wrapper {
    margin-bottom: 20px;
  }

  .post-img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
  }

  .post-subheading {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
      color:var(--header);
  }
  .custom-h5{
      color: #141c3a;
        font-weight: 600;
    margin-top: 20px;
  }

  .post-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
    text-align: justify;
  }

  @media (max-width: 768px) {
    .post-title {
      font-size: 22px;
    }
    .post-subheading {
      font-size: 20px;
    }
    .post-text {
      font-size: 15px;
    }
  }
  
  
      .wcu-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.wcu-card:hover {
  transform: translateY(-5px);
}
.wcu-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
.wcu-card img.wcu-image {
  border-radius: 6px 6px 0 0;
}
.wcu-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
      background-color:var(--orange);
  /*background: linear-gradient(180deg, #6246ea, #7f5af0);*/
  /*background: rgba(0, 72, 255, 0.85);*/
  color: #fff;
  padding: 15px;
  transition: all 0.4s ease;
  display: flex;
  z-index: 2;
  height:50px;
}
.wcu-icon img {
  width: 36px;
  height: auto;
  margin-right: 10px;
  /*margin-bottom: 10px;*/
}
.wcu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /*background: linear-gradient(180deg, #6246ea, #7f5af0);*/
  background-color:#333;
  /*background: rgba(0, 72, 255, 0.95);*/
  color: #fff;
 padding: 20px 67px;
  text-align: center;
  transition: all 0.4s ease;
  height: 250px;
  z-index: 3;
}
.wcu-card:hover .wcu-content {
  top: 0;
}
.wcu-btn {
  margin-top: 15px;
  background: #fff;
  /*color: #0048ff;*/
  color:var(--orange);
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}
.wcu-btn:hover {
  background: #e6e6e6;
 color:var(--orange);
}
@media (max-width: 768px) {
    .wcu-overlay h5{
        font-size:18px;
    }
}
/*out-tips-end*/

/*google review */
.review-card {
      background-color: #1f1f1f;
      color: #fff;
      padding: 20px;
      border-radius: 10px;
      height:244px;
    }

    .review-card:hover {
      transform: translateY(-5px);
      transition: 0.3s;
    }

    .review-section {
      background: #f1f5f7;
      padding: 50px 0;
    }

    .review-left {
      text-align: center;
    }

    .swiper-button-prev,
    .swiper-button-next {
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: 18px;
      font-weight: bold;
      
    }
    .swiper-button-prev,
    .swiper-button-next {
      z-index: 10;
      cursor: pointer;
    }
    
    /*Expert Services*/
    .process-left {
      /*width: 80px;*/
      /*height: 120px;*/
      padding: 72px 40px;
        border-radius: 30px 0 0 30px;
      font-size: 20px;
    }
    
    .gradient-purple {
      /*background: linear-gradient(180deg, #6246ea, #7f5af0);*/
        background-color:var(--orange);
    }
    
    .gradient-pink {
      /*background: linear-gradient(180deg, #ff2e91, #fa4eb7);*/
        background-color:var(--orange);
    }
    .gradient-sky {    
        /*background: linear-gradient(180deg, #46c5ea, #5a73f0);*/
          background-color:var(--orange);
     }
    .gradient-four {   
       /*background: linear-gradient(180deg, #ff2e91, #af35da);*/
         background-color:var(--orange);
     }
    
    .process-number {
      font-size: 24px;
    }
    .process-box{
        background-color:#F6F8FB;
        border-radius: 30px;
        /*border:2px solid red;*/
    }
     .process-content{
         background-color:#F6F8FB;
         padding:20px;
          border-radius: 30px;
    }
    .arrow{
            text-align: center;
        height: 40px;
        width: 40px;
        /*background-color: #765dd4;*/
          background-color:var(--orange);
        border-radius: 50%;
        align-content: baseline;
        padding: 8px;
        color:#FFF;
    }
    .custom-col{
      width: 5.333333%;
    }
    .process-box {
        text-align:center;
    }
    .new-cst{
        margin-left: 75px;
        
    }
    .our-btnn{
       background-color: var(--orange);
        color: #fff;
    }
    
    .our-btnn:hover{
       background-color:var(--hover);
        color: #fff;
    }
    
    @media (max-width: 768px) {
        .new-cst{
        margin-left:unset;
        }
    }
.nk-section {
        background-color: #fff;
    }

    .nk-img-wrap {
        border: 6px solid var(--header);
        border-radius: 15px;
        overflow: hidden;
        height: 360px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .nk-img-wrap:hover {
        transform: scale(1.03);
    }

    .nk-img {
        /*width: 100%;*/
        /*height: auto;*/
        display: block;
    }

    .nk-heading {
        font-size:32px;
        font-weight: 700;
        color: var(--header);
    }

    .nk-text {
        font-size: 16px;
        color: #444;
        line-height: 1.6;
        text-align: justify;
    }
    

  .team-card {
    transition: all 0.4s ease;
  }

  .team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }

  .team-img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /*border:3px solid var(--orange);*/
  }
  .team-img:hover{
      background-color:red;
      
  }
  .team-job{
      font-size:16px;
  }

  @media (max-width: 767.98px) {
    .team-card {
      height: auto !important;
      padding-bottom: 2rem;
    }
  }
  
  @media (max-width: 768px) {
  .contact-page .hero1.-min-2 {
      min-height: 160px !important;
    }
    .ggoogle .swiper-button-prev{
        display:none;
    }
    .ggoogle .swiper-button-next{
        display:none;
    }
}
