
 #response-message {
      margin-top: 15px;
      font-weight: bold;
    }
#response-message-d {
      margin-top: 15px;
      font-weight: bold;
    }
#response-message-a {
      margin-top: 15px;
      font-weight: bold;
    }

/*--------------------------------------------------------------
# hero-1 Section
--------------------------------------------------------------*/
.hero-1 {
  width: 100%;
  min-height: 78vh;
  position: relative;
  padding: 80px 0 60px 0;
  display: flex;
  align-items: center;
  background: url(../img/banner-image-bg-2.jpg) top center no-repeat;
  background-size: cover;
}

.hero-1 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero-1 p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero-1 .btn-get-started {
  color: var(--contrast-color);
  background: #FF6300;
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero-1 .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero-1 .btn-get-started:hover {
  color: #fff;
  background: #2B3210;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero-1 .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero-1 .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  color: var(--default-color);
  font-weight: 600;
}

.hero-1 .btn-watch-video i {
  color: #FF6300;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero-1 .btn-watch-video:hover {
  color: #FF6300;
}

.hero-1 .btn-watch-video:hover i {
  color: color-mix(in srgb, #FF6300, transparent 15%);
}

.hero-1 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero-1 h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-1 p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align:center;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@media (max-width: 575px) {
  .hero-1 {
  padding: 150px 0 0px 0 !important;
  background-position-x: center;
  min-height: 75vh;
}
.hero-1 ul {
  list-style-type: none;
  padding-left: 0;
 display: block !important;
 text-align: center;
    margin: 0 auto;
}
.chat {
 
  right: 3.5%;
 
}

.contact-1 {

  background-position: top;
  background-size: cover;
  font-size: 16px;
  position: relative;
}
}

.hero-1 .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;    
  top: 92%;
}

.hero-1 .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.6;
}

.hero-1 .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.4;
}

.hero-1 .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

img, svg {
    vertical-align: middle;
}

.ftco-section-parallax {
  position: relative; }

  .ftco-section-parallax .parallax-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 6em 0;
    background: #08c29a;
    background: -moz-linear-gradient(-45deg, #08c29a 0%, #16ddb2 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #08c29a), color-stop(100%, #16ddb2));
    background: -webkit-linear-gradient(-45deg, #08c29a 0%, #16ddb2 100%);
    background: -o-linear-gradient(-45deg, #08c29a 0%, #16ddb2 100%);
    background: -ms-linear-gradient(-45deg, #08c29a 0%, #16ddb2 100%);
    background: -webkit-linear-gradient(315deg, #08c29a 0%, #16ddb2 100%);
    background: -o-linear-gradient(315deg, #08c29a 0%, #16ddb2 100%);
    background: linear-gradient(135deg, #08c29a 0%, #16ddb2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c29a', endColorstr='#16ddb2', GradientType=1 ); 
  }

  .ftco-section-parallax .heading-section-white h2 {
    font-weight: 400 !important; }

    .ftco-search {
  padding: 20px 0 0 0 !important; 
}

  @media (min-width: 768px) {
    .ftco-search {
      margin-top: -8%;
      padding: 0 !important; 
background: transparent;
/*z-index: 9999999999;*/
    } 


    }
  .ftco-search .container-wrap {
    z-index: 1; }

    @media (min-width: 768px) {
      .ftco-search .container-wrap {
        width: 89%; } }

.ftco-search {
  position: relative;
  width: 100%;
  display: block; 

}
  .ftco-search .nav-pills p {
    margin-bottom: 0; }
  .ftco-search .nav-pills .nav-link {
    padding: 10px 30px !important;
    border-radius: 0;
    margin-bottom: 0;
    background: #FF6300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 4px; }

    @media (max-width: 991.98px) {
      .ftco-search .nav-pills .nav-link {
        color:#FBF8EF; } }
    .ftco-search .nav-pills .nav-link.active, .ftco-search .nav-pills .nav-link:hover {
      color:#FBF8EF !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border: 1px solid transparent;
      background: #FF6300; }
      .ftco-search .nav-pills .nav-link.active:after, .ftco-search .nav-pills .nav-link:hover:after {
        opacity: 1; }
      @media (max-width: 767.98px) {
        .ftco-search .nav-pills .nav-link.active:after, .ftco-search .nav-pills .nav-link:hover:after {
          opacity: 0; } }
    @media (max-width: 767.98px) {
      .ftco-search .nav-pills .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 5px; } }
  .ftco-search .tab-content {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15.2px 8px #12161914;
  margin-bottom: 30px;
     }

    @media (min-width: 768px) {
  .block-3 {
    margin-bottom: 7em; } }

.block-3 .text, .block-3 .image {
  width: 100%;
  padding: 10% 7%;
  display: block; }
  @media (min-width: 768px) {
    .block-3 .text, .block-3 .image {
      width: 50%;
      padding: 10% 7%; } }

.block-3 .text .subheading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em; }

.block-3 .text .heading {
  font-size: 30px;
  margin-bottom: 30px; }
  .block-3 .text .heading a {
    color: #000000; }

.block-3 .text p:last-child {
  margin-bottom: 0; }

.block-3 .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .block-3 .image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-box-shadow: 20px 20px 0 0 #fde6b3;
    box-shadow: 20px 20px 0 0 #fde6b3; }
  .block-3 .image.image-2:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-box-shadow: -20px 20px 0 0 #fde6b3;
    box-shadow: -20px 20px 0 0 #fde6b3; }
  @media (max-width: 767.98px) {
    .block-3 .image {
      height: 300px; } }

.aside-stretch {
  background: #face69; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #face69; }
  @media (max-width: 767.98px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent;
        display: none; } }

/*.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }*/

.ftco-vh-100 {
  height: 100vh; }
  @media (max-width: 1199.98px) {
    .ftco-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-vh-75 {
  height: 75vh;
  min-height: 700px; }
  @media (max-width: 1199.98px) {
    .ftco-vh-75 {
      min-height: 700px;
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important; }
  @media (max-width: 767.98px) {
    .ftco-tab-nav {
      display: block !important;
      margin-bottom: 10px;
      width: 100% !important; } }
  .ftco-tab-nav li {
    padding: 0;
    margin: 0 5px;
    display: inline-block !important; }
    @media (max-width: 767.98px) {
      .ftco-tab-nav li {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important; } }
    .ftco-tab-nav li a {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: .2em;
      color: #ccc;
      border: 2px solid #ccc;
      border-radius: 0 !important; }
      .ftco-tab-nav li a.active {
        background: none !important;
        color: black !important;
        border: 2px solid #000000; }

/*.ftco-animate {
  opacity: 0;
  visibility: hidden; }*/

.bg-primary {
  background: #FF6300 !important; }
.bg-danger {
  background-color: #2B3210 !important;
}
.ftco-section .ftco-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #d4d4d4;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300; }

.ftco-section .ftco-primary-title {
  margin-top: 0;
  margin-bottom: 30px; }

.media-custom {
  background: #fff; }
  .media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #f9be37; }
  .media-custom .media-body .position {
    font-size: 13px;
    color: #d9d9d9; }

.about-author .desc h3 {
  font-size: 24px; }

.ftco-section {
  padding: 6em 0;
  position: relative; }

  .flight-card .flight-card-slider {
  margin: 0 -16px;
}
.flight-card .flight-deal-block {
  border-radius: 10px;
  margin: 0 16px;
  position: relative;
  overflow: hidden;
}
.flight-card .flight-deal-block .image-box {
  border-radius: 10px;
  overflow: hidden;
}
.flight-card .flight-deal-block .image-box img {
  border-radius: 10px;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.flight-card .flight-deal-block:hover .image-box img {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.global-travel-hotel .hotel-block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.global-travel-hotel .hotel-block .image-box {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.global-travel-hotel .hotel-block .image-box img {
  border-radius: 10px;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  max-width: 100%;
}
.global-travel-hotel .hotel-block .image-box .price {
  position: absolute;
  top: 20px;
  right: -140px;
  transition: all 0.6s linear 0s;
  background: #fff;
  padding: 12px 24px 0px 20px;
  border-radius: 10px 0 0 10px;
}
.global-travel-hotel .hotel-block:hover .image-box img {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.global-travel-hotel .hotel-block:hover .image-box .price {
  top: 16px;
  right: 0px;
  transition: all 0.6s linear 0s;
}
.bg-white {
  background-color: #F8F8FF !important;
}
.light-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
}
.p-24 {
  padding: clamp(16px, 1.25vw, 48px);
}
.cus-btn {

  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0px;
  padding: 12px 40px;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  gap: clamp(5px, 0.42vw, 12px);
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
  border: none;
  background: #FF6300;
  box-shadow: 4px 4px 10px 0px rgba(77, 115, 252, 0.3);
  color: #FBF8EF !important;
}
.cus-btn:hover {
color:#FBF8EF !important;
background: #2B3210;
}
.gap-8 {
  gap: 8px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-8 {
  margin-bottom: 8px;
}
.hero-1 ul{
  list-style-type: none;
  padding-left: 0;
/*  font-size: 20px;*/
  display:inline-flex ;
}
.hero-1 li{
  padding-right: 20px; 
}
.services-section .feature-list-wrapper {
  margin-bottom: 2rem;
}

.services-section .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-section .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.services-section .feature-list li i {
  color: #FF6300;
  font-size: 1.25rem;
}



.rounded-3 {
  border-radius: 2.25rem !important;
}
 .footer-1 {
/*  background-image: url("../img/contact.png");*/
 /* background-position: top;
  background-size: cover;*/
  color: var(--default-color);
/*  background-color: var(--background-color);*/
  font-size: 16px;
/*  padding-bottom: 50px;*/
  position: relative;
}

 .footer-1  .footer-1-newsletter {
/*  background-color: color-mix(in srgb, #FF6300, transparent 97%);
  border-top: 1px solid color-mix(in srgb, #FF6300, transparent 85%);
  border-bottom: 1px solid color-mix(in srgb, #FF6300, transparent 85%);*/
  padding: 80px 0;
  background-image: url("../img/contact.png");
   background-position: top;
  background-size: cover;
}

 .footer-1  .footer-1-newsletter h4 {
  font-size: 24px;
}

 .footer-1  .footer-1-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  transition: 0.3s;
  border-radius: 4px;
}

 .footer-1  .footer-1-newsletter .newsletter-form:focus-within {
  border-color: #FF6300;
}

 .footer-1  .footer-1-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  color: var(--default-color);
}

 .footer-1  .footer-1-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

 .footer-1  .footer-1-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: #FF6300;
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

 .footer-1  .footer-1-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, #FF6300, transparent 20%);
}

 .footer-1  .footer-1-top {
  padding-top: 50px;
}

 .footer-1 .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: color-mix(in srgb, #FF6300, transparent 97%);
  border: 1px solid color-mix(in srgb, #FF6300, transparent 85%);
  font-size: 16px;
  color: #FF6300;
  margin-right: 10px;
  transition: 0.3s;
}

 .footer-1 .social-links a:hover {
  color: var(--contrast-color) !important;
  background-color: #FF6300;
}

 .footer-1 h4 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

 .footer-1  .footer-1-links {
  margin-bottom: 30px;
  margin-top: 90px;
}

 .footer-1  .footer-1-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

 .footer-1  .footer-1-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: #FF6300;
}

 .footer-1  .footer-1-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

 .footer-1  .footer-1-links ul li:first-child {
  padding-top: 0;
}

 .footer-1  .footer-1-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
}

 .footer-1  .footer-1-links ul a:hover {
  color: #FF6300 !important;
}

 .footer-1  .footer-1-about a {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--heading-font);
}

 .footer-1  .footer-1-contact p {
  margin-bottom: 5px;
}

 .footer-1 .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

 .footer-1 .copyright p {
  margin-bottom: 0;
}

 .footer-1 .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact-1 {
    background-image: url("../img/contact.png");
  background-position: top;
  background-size: cover;
  color: var(--default-color);
/*  background-color: var(--background-color);*/
  font-size: 16px;
/*  padding-bottom: 50px;*/
  position: relative;
}
.contact-1 .info-box {
  background-color: rgba(255, 99, 0, 0.73);
  color: #000;
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
}

.contact-1 .info-box h3 {
  color: #000;
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .contact-1 .info-box h3 {
    font-size: 1.75rem;
  }
}

.contact-1 .info-box p {
  opacity: 0.8;
  margin-bottom: 2rem;
}

.contact-1 .info-box a {
  color: #000;
}

@media (max-width: 992px) {
  .contact-1 .info-box {
    padding: 1.5rem;
  }
}

.contact-1 .info-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contact-1 .info-item:last-child {
  margin-bottom: 0;
}

.contact-1 .info-item .icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background-color: color-mix(in srgb, var(--contrast-color), transparent 35%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}

.contact-1 .info-item .icon-box i {
  font-size: 1.5rem;
  color: #000;
}

.contact-1 .info-item:hover .icon-box {
  background-color: color-mix(in srgb, var(--contrast-color), transparent 70%);
}

.contact-1 .info-item .content h4 {
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.contact-1 .info-item .content p {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.contact-1 .info-item .content p:last-child {
  margin-bottom: 0;
}

.contact-1 .contact-1-form {
  background-color: var(--surface-color);
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
  .contact-1 .contact-1-form {
    padding: 1.5rem;
  }
}

.contact-1 .contact-1-form h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-left: 14%;
}

@media (max-width: 768px) {
  .contact-1 .contact-1-form h3 {
    font-size: 1.75rem;
  }
}

.contact-1 .contact-1-form p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin-bottom: 2rem;
}

.contact-1 .contact-1-form .form-control,
.contact-1 .contact-1-form .form-select {
  padding: 0.875rem 1.25rem;
  border-color: color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 0.5rem;
  background-color: color-mix(in srgb, var(--surface-color) 90%, white 5%);
  color: var(--default-color);
}

.contact-1 .contact-1-form .form-control:focus,
.contact-1 .contact-1-form .form-select:focus {
  box-shadow: none;
  border-color: #FF6300;
}

.contact-1 .contact-1-form .form-control::placeholder,
.contact-1 .contact-1-form .form-select::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.contact-1 .contact-1-form .btn {
  background-color: #FF6300;
  color: var(--contrast-color);
  padding: 1rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
}

.contact-1 .contact-1-form .btn i {
  font-size: 1.25rem;
}

.contact-1 .contact-1-form .btn:hover {
  background-color: color-mix(in srgb, #FF6300, var(--contrast-color) 20%);
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  background: color-mix(in srgb, var(--surface-color), transparent 5%);
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: #FF6300;
  color: var(--contrast-color);
  border: 6px solid var(--contrast-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
}

.services .details h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 26px;
  transition: ease-in-out 0.3s;
  color: #444444;
}

.services .details p {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item-1:hover .details h3 {
  color: #FF6300;
}

.services .service-item-1:hover .details .icon {
  background: var(--surface-color);
  border: 2px solid #FF6300;
}

.services .service-item-1:hover .details .icon i {
  color: #FF6300;
}

.services .service-item-1:hover .img img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

/*.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}*/

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item-1 {
  text-align: center;
}

.testimonials .testimonial-item-1 .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item-1 h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
      color: #ffffff !important;
}

.testimonials .testimonial-item-1 h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item-1 .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item-1 .stars i {
  color:#ffffff;
  margin: 0 1px;
}

.testimonials .testimonial-item-1 .quote-icon-left,
.testimonials .testimonial-item-1 .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item-1 .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item-1 .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item-1 p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item-1 p {
    width: 80%;
  }
}

.mq-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    height: 34px;
    padding: 8px 13px;
    overflow: hidden;
    background-color: #FF6300 !important;
    /*background: linear-gradient(106.83deg, rgb(227 213 148 / 4%), rgb(243 195 120 / 15%) 46%, rgb(216 228 229 / 15%) 99.99%, rgb(253 90 50 / 15%));
   */ position: relative; 
    border-bottom: 1.5px solid #84246e;
    /*background-color: #fffffffa;*/
}

.mq-text ul{
            display: flex;
    width: 200%;
    list-style: none;
    overflow: hidden;        
}

.mq-text ul li{
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;
    white-space: nowrap;
    position: relative;
}
@media only screen and (min-width: 414px) {
.mq-text ul{
            display: flex;
    width: -moz-fit-content;
      width: fit-content;
      white-space: nowrap;
    list-style: none;
       
}


}

.section-title-1 {
  text-align: left;
  padding-bottom: 30px;
  position: relative;
}

.section-title-1 h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, #FF6300, transparent 90%);
  color: #FF6300;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
}

.section-title-1 p {
  color:#444444 !important;
  margin: 10px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title-1 p .description-title {
  color: #FF6300;
}
.clr-black{
  color:#2B3210 !important;
}

.shape-7 {
    bottom: 45px !important;
  left:40%;
}
@media (max-width: 575px) {
.shape-7 {
  display: none;
}
.hero-1 ul li h5{
  font-size:1.1rem;
}
.hero-1 h1{
  text-align: center;
}
.section-title-1 {
  text-align:center;
}
.p-0{
  padding:20px !important;
}
.ftco-section{
  padding:0px;
}
.footer-1 .footer-1-links {
  margin-bottom: 0px;
  margin-top: 30px ;
}
}

.content-box h6{
  display: contents;
}

.footer-1-contact {
  margin-top: 16px;
}
.footer-1-contact ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-1-contact i {
  color:#ff9a2b;}

.text-primary {
  color: #FF6300 !important;
}

.map-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 450px;
}

.non-interactive-map {
  pointer-events: none !important;
  transition: transform 0.3s ease;
  transform: scale(1.05); /* Slight zoom effect */
  transform-origin: center center;
}
.map-container:hover .non-interactive-map {
  pointer-events: auto;
  transform: scale(1);
}

/*--------------------------------------------------------------
# become partner Section start
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 70vh;
  position: relative;
  padding: 180px 0 40px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero .hero-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .hero-bg::before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 15%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero h1 span {
  color: var(--accent-color);
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .hero .hero-img {
    max-width: 600px;
  }
}


@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  {
    font-size: 13px;
  }
}

 .features {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
      gap: 40px;
      padding: 60px 20px;
      max-width: 1000px; margin: auto;
    }
    .feature {
      background: #fff; padding: 30px;
      text-align: center; border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    }
    .feature img {
      width: 60px; margin-bottom: 18px;
    }
    .feature h3 { margin-bottom: 12px; font-size: 20px; color: #1E3A8A; }
    .feature p { font-size: 14px; color: #555; }
    .cta {
      padding: 60px 20px; text-align: center;
    }
    .cta h2 { font-size: 32px; color: #1E3A8A; margin-bottom: 16px; }
    .cta p { font-size: 18px; color: #555; margin-bottom: 24px; }
   
    @media(max-width:768px){
      .hero h2 { font-size: 28px; }
      .hero p { font-size: 16px; }
      .form-section{width:100%;}
      .mb-div-4 {margin-top: -16% !important;}
    }

     /*.form-section {
      background: #fff;
      padding: 50px 20px;
      /*max-width: 600px;*
      width:50%;
      margin: auto;
    }
    .form-section h3 {
      text-align: center;
      margin-bottom: 20px;
      color: #1e40af;
    }
    form input, form textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    form button {
      width: 100%;
      padding: 12px;
      background: #1e40af;
      color: white;
      border: none;
      border-radius: 4px;
      font-size: 16px;
      cursor: pointer;
    }
    form button:hover {
      background: #153b8a;
    }*/

/*--------------------------------------------------------------
# become partner Section end 
--------------------------------------------------------------*/


