/* --- media Quires */
@media screen and (max-width: 468px) {
    .customNav {
      top: 0;
      width: 100%;
      border-radius: 0;
    }
    .customNav .navbar-toggler {
      outline: none !important;
      border: none !important;
      box-shadow: none !important;
    }
    /* For sliding in from the left */
    .customNav .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 250px;
      background-color: #1e2228;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      padding: 1rem 2rem;
      z-index: 1050; /* Ensure it is above other elements */
    }

    /* Slide in when .show class is added */
    .customNav .navbar-collapse.show {
      transform: translateX(0); /* Slide in */
    }

    .customNav .mainBtn {
      margin-top: 2rem;
      display: inline-block;
      background: rgba(0, 0, 0, 0.5);
    }

    /* Optional: Overlay for dim background */
    .menu-overlay {
      display: none; /* Hidden by default */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
      z-index: 1040; /* Below navbar-collapse */
      transition: opacity 0.3s ease; /* Smooth transition */
      opacity: 0; /* Start with hidden overlay */
    }

    /* Show overlay when the menu is active */
    .menu-checkbox:checked ~ .menu-overlay {
      display: block;
      opacity: 1;
    }

    .customNav .nav-link {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
        padding-right: 2.5rem !important;
        margin-top: 7%;
    }

  /* heroSection */
  .heroSection {
    align-items: center;
    padding-bottom: 0rem;
    background-position: calc(100% - 40%) center;
  }
  .heroRow {
    position: relative;
    z-index: 2;
  }

  .heroBtn {
    padding: 0.6rem 2rem;
    font-size: 0.76rem;
  }
  .heroCardImg {
    z-index: 2;
  }
  .lgHeading {
    font-weight: 600;
    font-size: 2.6rem;
  }
  .mdHeading {
    font-weight: 400;
    font-size: 1.3rem;
  }

  /* servicesSectionContainer */
  .ServicesSection {
    padding: 5rem 1rem;
  }
  .servicesSectionContainer .mdHeading {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--blackColor);
    width: 95%;
    font-family: "Manrope", sans-serif;
  }
  .tabScroller {
    overflow-x: scroll;
    padding-bottom: 0.6rem;
  }
  .tabScroller::-webkit-scrollbar {
    display: none;
  }
  /* .servicesTabContainer {
    width: 1400px;
  } */
  .desktopImg {
    display: none;
  }
  .visaMobileImg {
    display: block;
  }
  .familyVisaRow {
    flex-direction: column-reverse;
  }

  .familVisaCol {
    padding: 1.3rem;
    padding-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .familVisaCol .mdHeading {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
  }
  .text {
    font-size: 0.7rem;
    color: var(--blackColor);
    font-family: "Manrope", sans-serif;
  }
  .familVisaCol .mainBtn {
    display: inline-block;
    margin-top: 3rem;
    border-radius: 30px;
    padding: 0.6rem 3rem;
    font-size: 0.9rem;
  }

  .QuickPlusSection {
    padding: 3rem 1rem;
  }
  .quickPlusSectionTextContiner {
    text-align: center;
    padding-right: 0rem;
    padding: 1rem 0rem;
    padding-top: 2.5rem;
  }
  .quickPlusSectionTextContiner .lgHeading {
    font-size: 1.4rem;
  }
  .quickPlusSectionTextContiner .text {
    margin: 1rem auto;
    font-size: 0.8rem;
    width: 90%;
    font-family: "Manrope", sans-serif;
  }

  .quickList {
    font-family: "Manrope", sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 0.7rem;
    text-align: left;
    padding: 0;
  }

  .@media screen and (max-width: 1500px) {
  .plusCounterCard {
    padding: 0rem;
  }
}
 {
    padding: 0.3rem;
    width: 100%;
  }
  .plusCounterCard .lgHeading {
    color: #00d67d;
    font-weight: 600;
    font-size: 1.4rem;
    font-family: "Manrope", sans-serif;
  }
  .plusCounterCard .mdHeading {
    font-size: 0.7rem;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    padding: 0;
  }
  @media screen and (max-width: 1500px) {
  .plusCounterCard {
    padding: 0rem;
  }
}

  .visaBgImg {
    width: 60%;
    height: auto;
  }
  
  .contactQuickPlusSection .quickPlusSectionTextContiner{ 
  flex-direction: column;
  align-items: flex-start; 
}
.contactQuickPlusSection .quickPlusSectionTextContiner .mdHeading{ 
  padding: 0.3rem;
  font-size: 0.9rem;
}   

  /* AboutUsSection */

  .AboutUsSectionTextCol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .AboutUsSectionTextCol .lgHeading {
    text-align: left;
  }
  .AboutUsSectionTextCol .text {
    text-align: left;
    width: 100%;
  }
  .gvetServisTab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1rem;
    background: #f8f8f8;
    border-radius: 9px;
  }
  .gvetServisTab .subHeading {
    color: #067748;
    font-size: 0.7rem;
    font-family: "Manrope", sans-serif;
    text-align: left;
  }

  /* govtSection */
  .govtSection {
    padding: 4rem 0;
    text-align: center;
  }
  .govtSection .mdHeading {
    font-size: 1.3rem;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
  }
  .govtImgaesContaienr {
    margin-top: 3rem;
    overflow-x: scroll;
  }
  .govtImgaesContaienr .row {
    flex-wrap: nowrap;
  }

  /* clientSection */
  .clientSection {
    padding: 3rem 1rem;
  }
  .clentSliderCardContainer {
    overflow-x: scroll;
  }
  .clentSliderCardContainer .row {
    flex-wrap: nowrap;
    width: 1400px;
    cursor: pointer;
  }
  .clientSection .lgHeading {
    text-align: center;
    font-size: 1.24rem;
  }

  /* uniqueCard */
  .uniqueSection {
    padding: 5rem 1rem;
  }
  .uniqueSection .lgHeading {
    font-size: 1.3rem;
  }
  .uniqueSection .lgHeading span {
    color: #0add85;
  }
  .uniqueSection .text {
    font-size: 0.8rem;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
  }
  .uniqueCardContiaienr {
    margin-top: 3rem;
    padding-bottom: 3rem;
    overflow-x: scroll;
  }
  .uniqueCardContiaienr::-webkit-scrollbar-track {
    border-radius: 14px;
    background-color: #f5f5f5;
    height: 10px;
  }
  .uniqueCardContiaienr::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 10px;
  }
  .uniqueCardContiaienr::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background-color: #dadada;
    height: 10px;
    cursor: pointer;
  }
  .uniqueCardContiaienr .row {
    width: 1500px;
  }

  /* faqSection */
  .faqSection {
    padding: 5rem 1rem;
  }
  .faqSection .lgHeading {
    font-size: 3.9rem;
  }
  .faqHeader .text {
    width: 60%;
    font-family: "Manrope", sans-serif;
  }
  .faqAccordianContainer {
    margin-top: 3rem;
    border-radius: 10px;
    box-shadow: 0 0 20px #00000040;
    padding: 1.2rem;
    padding-bottom: 3rem;
    height: 500px;
    overflow-y: scroll;
  }
  .faqAccordianContainer::-webkit-scrollbar-track {
    border-radius: 14px;
    background-color: #f5f5f5;
    width: 10px;
  }
  .faqAccordianContainer::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 10px;
  }
  .faqAccordianContainer::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background-color: #dadada;
    width: 10px;
    cursor: pointer;
  }
  .faqAccordianCol {
    width: 100%;
  }
  .faqAccordianCol .accordion-item {
    background: #d9f3eb;
    border-radius: 9px;
    border: none;
    box-shadow: none;
    outline: none;
    overflow: hidden;
    margin-bottom: 0.2rem;
  }
  .faqAccordianCol .accordion-button {
    background: #2aba8f;
    width: 100%;
    border-radius: 9px;
    font-size: 1.1rem;
    color: var(--whiteColor);
    font-family: "Inter", sans-serif;
    padding: 0.6rem 2rem;
    cursor: pointer;
    position: relative;
  }
  .faqAccordianCol .accordion-button::after {
    flex-shrink: 0;
    margin-left: 0;
    content: "+";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    transition: transform 0.2s ease-in-out;
  }
  .faqAccordianCol .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-";
    transform: rotate(0);
  }
  .faqAccordianCol .text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #6c6c6c;
    padding: 1rem;
  }
  .blogSection {
    display: none;
  }
  .mobileBlockSectionWrper {
    padding: 2rem 1rem;
    background: #f0f0f0;
  }

  /* formSection */
  .formSection {
    padding: 2rem 0;
  }

  .ringGreenImg {
    position: absolute;
    top: -6rem;
    right: 10%;
  }
  .ringYellowImg {
    position: absolute;
    top: 20%;
    transform: translate(-50%, 0%);
    right: -70%;
  }
  .formTextCol {
    padding: 2rem 0rem;
    padding-top: 3rem;
    padding-right: 0rem;
    position: relative;
  }
  .formTextCol .mdHeading {
    font-size: 1.1rem;
  }
  .formTextCol .text {
    font-size: 0.7rem;
    margin-bottom: 0.6rem;
  }
  .formTextCol .heroBtn {
    font-size: 0.7rem;
    padding: 0.4rem 2rem;
  }
  /* sectionFromCol */
  .sectionFromCol {
    padding: 1rem;
  }
  .sectionFromCol .mdHeading {
    font-size: 1.1rem;
  }
  .inputLabel {
    font-size: 1.1rem;
  }
  .submitBtn {
    font-size: 1.1rem;
  }
  .mobileBlogSection {
    display: block;
  }
  .footerMobile {
    display: block;
  }
  .footerDesktop {
    /* display: none; */
     padding-left: 20px;
  }
  .col{
    flex: none;
  }
  .carsoulScroller {
    width: 85%;
  }
  .carsoulScroller .ui-slider-handle {
    width: 70px;
    height: 8px;
    top: 0%;
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .uniqueCard {
    padding: 1.5rem 1rem;
  }
  .uniqueCard .mdHeading {
    font-size: 1rem;
  }
  .uniqueSection .text {
    font-size: 0.7rem;
    margin-top: 1.5rem;
  }
  .uniqueCardContiaienr .owl-carousel .owl-item img {
    width: 2.3rem;
  }
  .uniqueCardContiaienr .owl-item {
    height: auto;
  }
  .clientCard {
    padding: 2rem 1rem;
  }
  .clientCard .text {
    font-size: 0.75rem;
  }
  .quickplusOrder {
    row-gap: 0.5rem;
  }
  .ringYellowImg {
    transform: translate(0%, 0%);
    right: -52%;
  }
  .formTextCol .heroBtn {
    position: relative;
    z-index: 3;
    font-size: 0.7rem;
    padding: 0.4rem 1.2rem;
  }
  .heroBtnContainer {
    flex-wrap: wrap;
  }
  .faqAccordianCol .accordion-button {
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
  }
  .QuickPlusSection {
    padding-top: 0;
  }
  .servicesSectionContainer {
    padding-bottom: 0;
  }
  .clientSection {
    padding-bottom: 0;
  }
  .tabImg {
    width: 1.1rem;
    height: auto;
  }
  .clentSliderCardContainer {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .uniqueSection {
    padding-top: 3rem;
  }
  .googleImgeLink {
    bottom: 0rem;
    left: 0rem;
    width: 40%;
    height: auto;
  }
  .aboutUsTelImageContianer {
    width: 70%;
    height: auto;
    bottom: -1rem;
  }
  .aboutUsTelInfo {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
  }
  .aboutUsTelInfo .mdHeading {
    font-size: 0.6rem;
    margin: 0;
  }
  .aboutUsTelInfo .smText {
    font-size: 0.6rem;
    margin-top: 0;
  }
}


/* Family Visa */

@media screen and (max-width: 992px) {
    .visaApplication {
        padding: 0 1rem;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 992px) {
    .conclusionContainer {
        padding: 0rem 1rem;
        text-align: left;
        background: transparent;
        border-radius: 0px;
    }
}

/* Blog page show Blogs */
@media screen and (max-width: 992px) {

    .blogPageSection{
        display: block;
      }
      .blogPageSection .card{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction:row;
        padding: 0.5rem;
        border: 0.5px solid #00000015;
        border-radius: 13px;
      }
      .blogPageSection .card .card-img-top {
        width: 40%;
        border-radius: 13px;
    }
    .blogPageSection .card .text{
      display: none;
    }
    .blogPageSection .card .cardLine{
      display: none;
    }
    .blogPageSection .card .cardBtn {
      margin-top: 0.6rem;
      display: block;
      width: fit-content;
    }
    .blogSectionContainer {
      padding: 0 0.3rem;
      padding-left: 0;
    }
      .heroForm{
        display: none;
      }
      .blogMobileSection{
        padding: 2rem 1rem;
      }
      .blogMobileSection .mobileBlogCardWrper {
        height: 400px;
    }
    .blogHeroSection{
      background-image: url("../img/blog-bg-image-1.png");
    }
    .blogPageSection .blogCardContainer .card .mdHeading {
      font-size: 0.8rem;
    }
    .blogSectionContainer::-webkit-scrollbar{
      width: 5px;
    }
    .blogSectionContainer::-webkit-scrollbar-thumb{
      width: 5px;
    }
    .blogRowContainer{
      row-gap: 0.7rem;
    }
    .blogRowContainer .card-body {
      padding: 0rem;
      padding-left: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .galleryRow {
      gap: 0.8rem;
    }
}

@media screen and (max-width: 992px) {
    .galleryRow .col-lg-4 {
      flex-basis: 48%;
      padding: 0;
    }
  }

@media(max-width: 468px){
    .galleryImageContainer{
        margin-left: 15px;
    }
}

/* Change the background color and text color of selected text */
::selection {
  background-color: #90ee90 !important; /* Light green background */
  color: white !important; /* White text */
}

/* For Firefox */
::-moz-selection {
  background-color: #90ee90 !important; /* Light green background */
  color: white !important; /* White text */
}
/*  */
.faqTabScollerContainer2 {
  /* width: 100%; */
  padding: 0 1rem 0 0;
  height: 500px;
  overflow-y: scroll;
}
.faqTabScollerContainer2::-webkit-scrollbar {
  width: 6px;
  background: #cccccc;
  border-radius: 20px;
}
.faqTabScollerContainer2::-webkit-scrollbar-thumb {
  background: #7b7b7b;
  border-radius: 20px;
}