/* Responsive-only overrides */

/* =========================
1366px 
========================= */

@media screen and (max-width: 1366px) {

  .nav-logo {
    width: 220px;
    left: 0;
  }

  .nav-item a,
  .rsw-drop {
    font-size: 18px;
    margin-right: 6px;
  }

  .submit-button a {
    padding: 12px 20px;
    font-size: 18px;
  }

  .service-txts {
    min-height: 260px;
  }

  .sb-main-heading h1 {
    max-width: 700px;
  }

  .hex-layout {
    gap: 40px 30px;
  }

  .wings-moving {
    max-width: 200px;
    top: 14% !important;
    right: 10% !important;
  }

  .cws-txt {
    max-width: 50%;
  }

  .cws-txt h5 {
    font-size: 42px;
  }

  .cws-txt p {
    font-size: 18px;
  }

  /* brand trust */

  .btl-main-img {
    max-width: 500px;
  }

  .btl-sub-img {
    max-width: 180px;
    right: 10px;
    bottom: 30px;
  }

  .btl-sub-div {
    left: -25px;
  }

  .foot-para p {
    padding: 10px 0px;
  }

  .btl-sub-div .counter {
    font-size: 52px;
  }

  .brand-trust-right h3 {
    font-size: 42px;
    max-width: 500px;
  }

  .brand-bottom {
    gap: 24px;
  }

  .brand-signature {
    font-size: 28px;
  }

}

/* =========================
992px (Small desktops / tablets)
========================= */

@media screen and (max-width: 992px) {

  /* header / nav */

  .nav-w100 {
    padding: 0px 0px 0px 0px;
  }

  .nav-w100 .navbar {
    justify-content: space-between;
    gap: 12px;
  }

  .navbar-collapse {
    display: none !important;
  }

  .navbar-button {
    display: block;
    margin-left: 0px;
    flex-shrink: 0;
  }

  .navbar-button i {
    margin: 0px 0px 0px 0px;
  }

  .nav-logo {
    position: static;
    width: 180px;
    top: auto;
    left: auto;
    padding: 10px;
    margin: -13px 0px 0px 0px;
    flex-shrink: 0;
  }

  .nav-logo img {
    width: 100% !important;
  }

  .sticky-nav.menu-fixed .nav-logo {
    width: 180px;
    top: auto;
    left: auto;
    padding: 10px;
  }

  .left-content {
    display: flex;
    justify-content: space-between;
  }

  .social-icons {
    margin: 0px;
  }

  .submit-parent {
    display: none;
  }

  .submit-button a {
    padding: 8px 10px;
    font-size: 13px;
  }

  /* slider */

  .content-parent {
    padding: 0 60px;
  }

  .slider-content h1 {
    font-size: 56px;
    max-width: 650px;
  }

  .slider-content p {
    font-size: 18px;
    max-width: 520px;
  }

  .project-heading h3 {
    font-size: 42px;
  }

  .abhi-contact-txts h3 {
    font-size: 34px;
    max-width: 100%;
  }

  .testimonial-item1 {
    margin: 20px 10px;
  }

  .simple-carousal .owl-nav .owl-prev {
    left: -30px;
  }

  .simple-carousal .owl-nav .owl-next {
    right: -30px;
  }

  /* breadcrumb */

  .main-crumb {
    margin: 0;
    min-height: 230px;
  }

  .crumb-h3 {
    font-size: 42px;
  }

  .crumb-p {
    max-width: 80%;
  }

  /* ABOUT SECTION */

  .about-section-main {
    padding: 0px 0px;
  }

  .about-section {
    padding: 20px 0px;
  }

  .asl-main-title h3 {
    font-size: 34px;
  }

  .asl-button a {
    padding: 12px 18px;
  }

  .asl-mini-para p {
    max-width: none;
  }

  .about-section-right {
    gap: 20px;
    margin-top: 40px;
  }

  .asr-img-sec1 {
    display: flex;
    gap: 20px;
  }

  .asr-img-sec2 {
    margin-top: 20px;
  }

  .team-members-section {
    padding: 0px 0px;
  }

  .team-member-txts1 {
    min-height: 330px;
  }

  .service-details-txt h3 {
    font-size: 40px;
  }

  .service-details-txt h5,
  .spcl-txt {
    font-size: 20px;
  }

  .service-details-txt li,
  .service-details-txt p,
  .spcl-txt1 {
    font-size: 17px;
  }

  .service-details-boxes {
    min-height: 90%;
  }

  .service-txts {
    min-height: 280px;
  }

  .service-overseas-box {
    padding: 18px;
  }

  .service-icon {
    top: 35%;
  }

  /* team / faq / map */

  .section-heading h3 {
    font-size: 42px;
  }

  .section-heading p {
    font-size: 18px;
  }

  .googpemap iframe {
    height: 340px;
  }

  .hex-layout {
    grid-template-columns: repeat(3, 220px);
    gap: 40px 30px;
  }

  .wings-moving {
    max-width: 170px;
    top: 10% !important;
    right: -5% !important;
  }

  /* remove stagger for stability */
  .hex-card {
    transform: none !important;
  }

  .hex-layout::before,
  .hex-layout::after {
    display: none;
  }

  /* footer */

  .main-footer {
    padding-top: 50px;
  }

  .footer-box {
    padding: 0px 0px 20px 0px;
  }

  .footer-social {
    justify-content: flex-start;
    margin: 0px 0px 0px 0px;
  }

  .cws-main {
    min-height: 450px;
    padding: 40px 20px;
  }

  .cws-txt {
    max-width: 65%;
  }

  .cws-txt h5 {
    font-size: 36px;
  }

  .cws-txt p {
    font-size: 17px;
    margin: 0 0 28px 0;
  }

  .cws-txt a {
    font-size: 16px;
    padding: 10px 20px;
  }

  /* brand trust */

  .brand-trust {
    padding: 50px 0px;
  }

  .brand-trust .container>.row {
    align-items: center;
  }

  .brand-trust-left {
    max-width: 460px;
  }

  .btl-main-img {
    max-width: 100%;
  }

  .btl-sub-img {
    max-width: 150px;
    right: 0;
    bottom: 20px;
  }

  .btl-sub-div {
    width: 145px;
    top: 30px;
    left: -10px;
    border-radius: 16px;
  }

  .btl-sub-div .counter {
    font-size: 42px;
  }

  .btl-sub-div p {
    font-size: 13px;
  }

  .brand-trust-right h5 {
    padding-bottom: 14px;
  }

  .brand-trust-right h3 {
    font-size: 38px;
    max-width: 100%;
    padding-bottom: 16px;
  }

  .brand-trust-right p {
    font-size: 17px;
  }

  .brand-bottom {
    gap: 18px;
    flex-wrap: wrap;
  }

  .brand-signature {
    font-size: 26px;
  }

  .btb-text h4 {
    font-size: 20px;
  }

  .brand-trust-carousel-item {
    padding: 30px 16px;
  }

  .brand-review {
    font-size: 16px;
  }
}

/* =========================
768px (Tablets)
========================= */

@media screen and (max-width: 768px) {

  /* header / nav */

  .header-top {
    padding: 10px 0;
  }

  .left-content {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .left-content::after {
    display: none;
  }

  .email-parent {
    display: none;
  }

  .social-icons {
    margin: 0;
  }

  .company-content h1 {
    font-size: 12px;
  }

  .header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px;
  }

  .nav-w100 {
    padding: 24px 0px 0px 0px;
  }

  .nav-logo {
    width: 170px;
    padding: 10px;
    margin: -30px 0px 0px 0px;
    z-index: 999;
  }

  .sticky-nav.menu-fixed .nav-logo {
    width: 170px;
    padding: 10px;
  }

  .submit-parent {
    display: none;
  }

  /* slider */

  .content-parent {
    justify-content: center;
    text-align: center;
    padding: 0 24px;
  }

  .rsw-slider {
    position: relative;
  }

  .slider-content h1 {
    position: absolute;
    top: 35%;
    left: 15%;
    font-size: 42px;
    max-width: 450px;
    text-align: left;
  }

  .slider-content p {
    display: none;
  }

  .slider-section .owl-nav .owl-prev i,
  .slider-section .owl-nav .owl-next i {
    width: 40px;
    height: 40px;
  }

  /* headings */

  .project-heading h3 {
    font-size: 34px;
  }

  .abhi-contact-txts h3 {
    font-size: 30px;
    max-width: 100%;
  }

  /* carousel */

  .simple-carousal .owl-nav .owl-prev,
  .simple-carousal .owl-nav .owl-next {
    display: none;
  }

  /* remove decorative icon */

  .after::after {
    background-image: none;
  }

  /* services */

  .service-txts h3 {
    text-align: center;
  }

  /* project gallery */

  .project-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .project-gallery-img {
    flex: 1 1 100%;
  }

  .project-gallery {
    padding: 70px 0;
  }

  /* footer */

  .main-footer {
    padding-top: 44px;
  }

  .footer-links li {
    width: 100%;
  }

  .footer-box {
    text-align: center;
    margin-bottom: 0;
  }

  .rsw-logo {
    margin: 0 auto 20px auto;
  }

  .footer-box h4::after {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-contact-item {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .footer-contact-item i {
    margin: 0;
  }

  .footer-social {
    margin: 0px 0px 0px 0px;
    justify-content: center;
  }

  /* ABOUT SECTION */

  .about-section {
    padding: 60px 0px;
  }

  .asl-main-title h3 {
    font-size: 30px;
  }

  .asl-mini-para p {
    font-size: 15px;
  }

  .about-section-right {
    /* flex-direction: column; */
    gap: 20px;
    margin-top: 40px;
  }

  .asr-img-sec1 {
    flex-direction: column;
  }

  .asr-img1,
  .asr-img2,
  .asr-img3 {
    width: 100%;
  }

  .asr-img-sec2 {
    width: 100%;
    margin-top: 0;
  }

  .services-details-section {
    padding: 50px 0;
  }

  .services-details-section .row.align-items-center {
    row-gap: 24px;
  }

  .sb-main-heading h1 {
    font-size: 30px;
    padding: 30px 0px;
  }

  .service-txts {
    min-height: 260px;
  }

  .service-details-txt h3 {
    font-size: 36px;
  }

  .service-details-txt h5,
  .spcl-txt {
    font-size: 18px;
  }

  .service-details-txt li,
  .service-details-txt p,
  .spcl-txt1 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
  }

  .service-details-boxes {
    min-height: auto;
  }

  .service-overseas-box {
    padding: 16px;
  }

  .abhi-img {
    margin: 0px 0px 20px 0px;
  }

  /* breadcrumb / team / faq / gallery / map */

  .main-crumb {
    margin: 0;
    min-height: 210px;
  }

  .crumb-h3 {
    font-size: 36px;
  }

  .crumb-p {
    font-size: 15px;
    max-width: 65%;
  }

  .team-members-section {
    padding: 20px 0px;
  }

  .section-heading h3 {
    font-size: 36px;
  }

  .section-heading p {
    font-size: 18px;
  }

  .team-member-boxes1 {
    display: block;
  }

  .testimonials-top h4 {
    font-size: 38px;
  }

  .testimonials-top p {
    font-size: 16px;
  }

  .faq-section {
    padding: 50px 0;
  }

  .faq-section .row {
    row-gap: 40px;
  }

  .gallery-section {
    padding: 60px 0;
  }

  .googpemap iframe {
    height: 320px;
  }

  .invest-circle-img {
    max-width: 120px;
  }

  .invest-circle h5 {
    font-size: 18px;
  }

  .top-destinations {
    padding: 80px 0;
  }

  .top-dest-h1 {
    font-size: 38px;
    margin-bottom: 60px;
  }

  .hex-layout {
    grid-template-columns: repeat(2, 200px);
    gap: 30px;
  }

  .hex-card {
    width: 200px;
    height: 185px;
  }

  .wings-moving {
    display: none;
  }

  .cws-main {
    min-height: 420px;
    padding: 35px 15px;
  }

  .cws-txt {
    max-width: 80%;
  }

  .cws-txt h5 {
    font-size: 30px;
  }

  .cws-txt p {
    font-size: 16px;
    margin: 0 0 24px 0;
  }

  /* brand trust */

  .brand-trust {
    padding: 40px 0px;
  }

  .brand-trust>.container>.row {
    row-gap: 35px;
  }

  .brand-trust>.container>.row>.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .brand-trust-right .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .brand-trust-left {
    max-width: 460px;
    margin: 0 auto;
    padding-top: 18px;
  }

  .btl-sub-div {
    width: 130px;
    top: 0;
    left: 0;
    border-radius: 16px;
  }

  .btl-sub-div .counter {
    font-size: 38px;
  }

  .btl-sub-img {
    max-width: 140px;
    right: 0;
    bottom: 18px;
  }

  .brand-trust-right {
    text-align: left;
  }

  .brand-trust-right h3 {
    font-size: 34px;
    margin: 0 auto;
  }

  .brand-main-para {
    padding-bottom: 16px;
  }

  .brand-bottom {
    justify-content: center;
    margin-top: 24px;
  }

  .brand-divider {
    display: none;
  }

  .brand-signature {
    font-size: 24px;
  }

  .brand-trust-carousal-section {
    padding: 20px 0px;
  }

  .brand-trust-carousal .owl-nav {
    display: none;
  }

  .brand-trust-carousel-item {
    padding: 24px 12px;
  }

  .brand-header img {
    width: 72px;
  }

  .brand-review {
    margin: 14px 0;
  }



  /* brand others */

  .rsw-images {
    flex-direction: column;
    gap: 20px;
  }

  /* Hide entire left image block */
  .img-left {
    display: none;
  }

  /* Only visible image (right side) */
  .img-right {
    width: 100%;
    transform: none;
  }

  .img-right img {
    height: auto;
  }

  /* Content adjustments */
  .brand-rsw-right {
    padding-left: 0;
    margin-top: 40px;
  }

  .section-title {
    font-size: 28px;
  }
}

/* =========================
576px (Large phones)
========================= */

@media screen and (max-width: 576px) {

  /* header / nav */

  .header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px;
  }

  .nav-w100 {
    /* padding: 12px 0; */
  }

  .nav-logo {
    width: 140px;
    padding: 6px;
  }

  .sticky-nav.menu-fixed .nav-logo {
    width: 140px;
    padding: 6px;
  }

  .navbar-button i {
    margin-left: 0;
  }

  /* slider */

  .content-parent {
    padding: 0 16px;
  }

  .slider-content h1 {
    font-size: 32px;
    max-width: 350px;
    text-align: left;
    position: absolute;
    left: 10%;
    bottom: 30%;
  }

  .slider-content p {
    display: none;
  }

  .slider-section .owl-nav .owl-prev i,
  .slider-section .owl-nav .owl-next i {
    display: none;
  }

  /* headings */

  .project-heading h3 {
    font-size: 28px;
  }

  .abhi-contact-txts h3 {
    font-size: 26px;
  }

  .sb-main-heading h1 {
    font-size: 30px;
  }

  /* contact section */

  .abhi-contact {
    padding: 60px 0;
  }

  .abhi-chat-btn {
    padding: 9px 14px;
  }

  /* little label */

  .service-label,
  .abhi-c-label {
    padding: 7px 8px 7px 8px;
  }

  .service-icon {
    top: 55%;
  }

  /* testimonial */

  .testimonial-item1 {
    padding: 25px 15px;
  }

  /* gallery */

  .project-gallery-img {
    height: 250px;
  }

  .project-gallery {
    padding: 50px 0;
  }

  .gallery-section .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* ABOUT SECTION */

  .about-section-main {
    padding: 20px 0px;
  }

  .about-section {
    padding: 0px 0px;
  }

  .asl-main-title h3 {
    font-size: 26px;
  }

  .asl-mini-para p {
    font-size: 14px;
  }

  .asl-button a {
    padding: 12px 20px;
    font-size: 14px;
  }

  .services-details-section {
    padding: 40px 0;
  }

  .service-txts {
    min-height: 180px;
  }

  .service-details-txt h3 {
    font-size: 30px;
  }

  .service-details-txt h5,
  .spcl-txt,
  .spcl-txt1 {
    font-size: 17px;
  }

  .service-details-txt li,
  .service-details-txt p {
    font-size: 15px;
    text-align: left;
  }

  .service-details-boxes {
    padding: 18px 16px;
  }

  .service-overseas-box {
    padding: 14px;
  }

  .img-divs img {
    width: 100%;
    height: auto;
  }

  .service-icon {
    display: none;
  }

  /* breadcrumb / team / faq / gallery / map / footer */

  .main-crumb {
    min-height: 180px;
  }

  .crumb-h3 {
    font-size: 30px;
  }

  .crumb-p {
    font-size: 14px;
  }

  .section-heading h3 {
    font-size: 30px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .team-member-txts1 h3 {
    font-size: 22px;
  }

  .team-member-txts1 {
    min-height: 210px;
  }

  .faq-section {
    padding: 40px 0 50px 0;
  }

  .gallery-section {
    padding: 50px 0;
  }

  .gallery-img {
    margin-bottom: 15px;
  }

  .googpemap iframe {
    height: 280px;
  }

  .invest-circle {
    max-width: 110px;
  }

  .invest-circle h5 {
    font-size: 14px;
  }

  .top-destinations {
    padding: 70px 20px;
  }

  .top-dest-h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .hex-layout {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 25px;
  }

  .hex-card {
    width: 200px;
    height: 185px;
  }

  /* footer */

  .main-footer {
    padding-top: 38px;
  }

  .footer-box h4 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .footer-brand-text,
  .footer-contact-item a,
  .footer-links a,
  .footer-timing p {
    font-size: 16px;
  }

  .footer-contact-item span,
  .para p {
    font-size: 14px;
  }

  .footer-social a {
    width: 38px;
    height: 38px;
  }

  .cws-main {
    min-height: 380px;
    padding: 30px 12px;
  }

  .cws-txt {
    max-width: 92%;
  }

  .cws-txt h5 {
    font-size: 26px;
  }

  .cws-txt p {
    font-size: 15px;
    margin: 0 0 20px 0;
  }

  .cws-txt a {
    font-size: 14px;
    padding: 9px 16px;
  }

  /* brand trust */

  .brand-trust {
    padding: 32px 0px;
  }

  .brand-trust>.container>.row {
    row-gap: 28px;
  }

  .brand-trust-left {
    max-width: 100%;
    padding-top: 12px;
  }

  .btl-sub-div {
    width: 108px;
    top: 8px;
    left: 8px;
    border-radius: 14px;
  }

  .btl-sub-div .counter {
    font-size: 32px;
  }

  .btl-sub-div p {
    font-size: 11px;
  }

  .btl-sub-img {
    max-width: 110px;
    bottom: 12px;
  }

  .brand-trust-right h5 {
    font-size: 16px;
    padding-bottom: 12px;
  }

  .brand-trust-right h3 {
    font-size: 28px;
    padding-bottom: 14px;
  }

  .brand-trust-right p {
    font-size: 16px;
  }

  .brand-text-right {
    gap: 8px;
    margin-bottom: 10px;
  }

  .brand-bottom {
    gap: 14px;
    margin-top: 20px;
  }

  .btb-call-icon {
    width: 44px;
    height: 44px;
    margin-right: 12px;
  }

  .btb-call-icon i {
    font-size: 20px;
  }

  .btb-text h4 {
    font-size: 18px;
  }

  .brand-signature {
    font-size: 22px;
  }

  .brand-trust-carousel-item {
    padding: 22px 10px;
  }

  .brand-header img {
    width: 64px;
  }

  .brand-review {
    font-size: 15px;
  }

  .brand-stars i {
    font-size: 18px;
  }
}

/* =========================
420px (Mobile footer + small phones)
========================= */

@media screen and (max-width: 420px) {

  .slider-content h1 {
    left: 8%;
    bottom: 26%;
    font-size: 28px;
    max-width: 280px;
  }

  .main-footer {
    padding-top: 34px;
  }

  .footer-box {
    padding: 0 6px;
  }

  .footer-box h4 {
    font-size: 20px;
    letter-spacing: 0.5px;
  }

  .footer-brand-text {
    font-size: 16px;
    line-height: 25px;
  }

  .footer-contact {
    gap: 14px;
  }

  .footer-contact-item a,
  .footer-links a,
  .footer-timing p {
    font-size: 15px;
  }

  .footer-contact-item span,
  .foot-para p {
    font-size: 13px;
  }

  .footer-social {
    gap: 10px;
  }

  .crumb-h3 {
    font-size: 30px;
    max-width: 260px;
  }

  .crumb-p {
    display: none;
  }

  .footer-social a {
    width: 36px;
    height: 36px;
  }

  .service-icon {
    display: none;
  }

  .cws-main {
    min-height: 340px;
    padding: 25px 10px;
  }

  .cws-txt {
    max-width: 100%;
  }

  .cws-txt h5 {
    font-size: 22px;
    line-height: 1.3;
  }

  .cws-txt p {
    font-size: 14px;
    margin: 0 0 18px 0;
  }

  .cws-txt a {
    font-size: 13px;
    padding: 8px 14px;
  }

  .abhi-contact {
    padding: 20px 0px;
  }

  /* brand trust */

  .brand-trust>.container>.row {
    row-gap: 24px;
  }

  .btl-sub-div {
    width: 88px;
    top: 6px;
    left: 6px;
    border-radius: 12px;
  }

  .btl-sub-div .counter {
    font-size: 24px;
  }

  .btl-sub-div p {
    font-size: 10px;
  }

  .btl-sub-img {
    max-width: 88px;
    bottom: 10px;
  }

  .brand-trust-right h3 {
    font-size: 24px;
  }

  .brand-trust-right p {
    font-size: 15px;
  }

  .brand-bottom {
    gap: 12px;
  }

  .brand-call {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .btb-call-icon {
    margin-right: 0;
  }

  .btb-text h4 {
    font-size: 17px;
  }

  .brand-signature {
    font-size: 20px;
  }

  .brand-review {
    font-size: 14px;
    margin: 12px 0;
  }

  .brand-stars {
    gap: 6px;
  }

  .brand-stars i {
    font-size: 16px;
  }
}

/* =========================
320px (Small phones)
========================= */

@media screen and (max-width: 320px) {

  .nav-logo {
    width: 130px;
  }

  .nav-w100 .navbar {
    justify-content: space-between;
    gap: 12px;
    max-height: 44px;
  }

  .nav-w100 {
    padding: 18px 0px 20px 0px;
  }

  .sticky-nav.menu-fixed .nav-logo {
    width: 120px;
  }

  .navbar-button i {
    padding: 10px;
  }

  .header-top {
    padding: 0px;
  }

  /* .social-icons{
    display: none;
  } */
  .left-content {
    display: flex;
    justify-content: center;
  }

  .slider-section .owl-nav .owl-prev i,
  .slider-section .owl-nav .owl-next i {
    display: none;
  }

  .content-parent {
    padding: 0 12px;
  }

  .slider-content h1 {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 24px;
    max-width: 200px;
    text-align: left;
  }

  .slider-content p {
    display: none;
  }

  .project-heading h3 {
    font-size: 24px;
  }

  .abhi-contact-txts h3 {
    font-size: 22px;
  }

  .sb-main-heading h1 {
    font-size: 26px;
  }

  .testimonial-item1 {
    padding: 20px 10px;
  }

  .project-gallery-img {
    height: 220px;
  }

  .project-gallery {
    padding: 40px 0;
  }

  /* ABOUT SECTION */
  .about-section-main {
    padding: 30px 0px 0px 0px;
  }

  .about-section {
    padding: 10px 10px;
  }

  .asl-main-title h3 {
    font-size: 22px;
  }

  .asl-mini-para p {
    font-size: 13px;

  }

  .asl-button a {
    padding: 10px 16px;
    font-size: 13px;
  }

  .service-details-txt h3 {
    font-size: 24px;
  }

  .service-icon {
    top: 35%;
  }

  .service-details-txt h5,
  .spcl-txt,
  .spcl-txt1 {
    font-size: 16px;
  }

  .service-details-txt li,
  .service-details-txt p {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: justify;
  }

  .main-crumb {
    min-height: 160px;
  }

  .crumb-h3 {
    font-size: 24px;
  }

  .crumb-p {
    display: none;
  }

  .section-heading h3 {
    font-size: 24px;
    padding: 10px 10px;
  }

  .section-heading p {
    font-size: 14px;
  }

  .team-member-txts1 h3 {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
  }

  .team-member-txts1 h5 {
    margin: 0px 0px 10px 0px;
  }

  .team-member-txts1 p {
    font-size: 14px;
  }

  .team-member-txts1 {
    padding: 10px 10px;
  }

  .googpemap iframe {
    height: 220px;
  }

  .abhi-chat-btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 12px 16px;
  }

  .abhi-img {
    margin: 0px 0px 20px 0px;
  }

  .abhi-c-label {
    padding: 7px 12px 7px 12px;
  }

  .invest-circles {
    padding: 10px 0px 10px 0px;
  }

  .main-footer {
    padding: 30px 0px 0px 0px;
  }

  .footer-box {
    padding: 0 4px;
  }

  .footer-box h4 {
    font-size: 18px;
  }

  .footer-brand-text,
  .footer-contact-item a,
  .footer-links a,
  .footer-timing p {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-contact-item span,
  .foot-para p {
    font-size: 12px;
  }

  .footer-social a {
    width: 34px;
    height: 34px;
  }

  .top-destinations {
    padding: 30px 0px;
  }

  .top-dest-h1 {
    margin: 0px 0px 14px 0px;
  }

  /* brand trust */

  .brand-trust {
    padding: 24px 0px;
  }

  .brand-trust-left {
    padding-top: 8px;
  }

  .btl-sub-div {
    width: 74px;
    top: 0;
    left: 0;
    border-radius: 10px;
  }

  .btl-sub-div .counter {
    font-size: 20px;
  }

  .btl-sub-div p {
    font-size: 9px;
  }

  .btl-sub-img {
    max-width: 72px;
    bottom: 8px;
  }

  .brand-trust-right h5 {
    font-size: 14px;
  }

  .brand-trust-right h3 {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .brand-trust-right p {
    font-size: 14px;
  }

  .brand-text-right {
    gap: 6px;
  }

  .btb-text span {
    font-size: 12px;
  }

  .btb-text h4 {
    font-size: 15px;
  }

  .brand-signature {
    font-size: 18px;
  }

  .brand-trust-carousel-item {
    padding: 20px 8px;
  }

  .brand-header img {
    width: 56px;
  }

  .brand-review {
    font-size: 13px;
    margin: 10px 0;
  }

  .brand-stars i {
    font-size: 15px;
  }
}