
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* search form css */
@import url(header.css);
@import url(banner-form.css);
@import url(loader.css);
@import url(toast.css);

@font-face {
  font-family: "Laila";
  src: url("../fonts/Laila-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Laila";
  src: url("../fonts/Laila-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Laila";
  src: url("../fonts/Laila-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Laila";
  src: url("../fonts/Laila-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff !important;
}

/* innner page css for form */
.inner-banner .bg-white.p-3.rounded-4 {
  margin-top: 1rem;
}

/* header page css for form */
.bg-none {
  background: none !important;
}

/* banner css */
.home_banner {
  position: relative;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 200px;
  background-image: url(../img/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
  overflow: hidden;
}
.home_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
.home_banner .overlay-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home_banner .hero-star {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
}
.home_banner .hero-star i {
  position: relative;
  font-size: 20px;
  color: #ffb03b;
}
.home_banner .hero-star i.star-center {
  top: -10px;
  font-size: 42px;
}
.home_banner .hero-star i:nth-child(2), .home_banner .hero-star i:nth-child(4) {
  top: -5px;
}
.home_banner p {
  font-size: 20px;
  margin: 0;
}
.home_banner h1 {
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}
.home_banner .text {
  font-size: 18px;
  margin-bottom: 25px;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
}
.home_banner .theme-btn {
  padding: 5px 25px 5px 5px;
}
@media (max-width: 991px) {
  .home_banner {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .home_banner {
    padding-bottom: 60px;
  }
  .home_banner .overlay-image {
    background-size: cover;
    background-position: center;
  }
  .home_banner .hero-star i {
    font-size: 16px;
  }
  .home_banner .hero-star i.star-center {
    font-size: 24px;
  }
  .home_banner p, .home_banner .text {
    font-size: 16px;
  }
}




.inner-banner {
  background: none;
  padding: 30px 0px !important;
  background: var(--falcon-primary) !important;

}

.inner-banner .bn_heading {
  padding-bottom: 0px !important;
  font-size: 30px;
}

.inner-banner .text-center {
  text-align: left !important;
}

.breadcrumb {
  justify-content: start !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 6 Pro"; 
  font-weight: 900; 
  content: "\f105"; 
  color: #fff; 
  padding-right: 8px;
}

.bn_heading {
  font-size: 80px;
}

/* Trending destinations Css */
.trend-desti:before {
  position: absolute;
  content: "";
  background-image: url(../img/feature-bg.png );
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  width: 100%;
  height: 735px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}


/* offer-card css */
.custom-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-hover:hover {
  transform: translateY(-8px);
}

/* footer css  */
/* payment_icons fooetr css */
.payment_icons {
  background-color: var(--falcon-primary);
}

.payment_icons img {
  height: 28px;
}

.assist-img {
  height: 6.125rem;
  width: 6.125rem;
  min-width: 6.125rem;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.assistance-btn {
  background: linear-gradient(to right,
      var(--falcon-primary),
      color-mix(in srgb, var(--falcon-primary) 70%, var(--falcon-secondary) 30%),
      var(--falcon-secondary));
  background-size: 200% auto;
  transition: all 0.5s ease;
  z-index: 1;
  position: relative;
}

.assistance-btn:hover {
  background-position: right center;
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.glass-effect {
  background: #fff;
  backdrop-filter: blur(14px);
  border-radius: 1rem;
  animation: zoomIn 0.5s ease-in-out;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 1s ease-in-out forwards;
  opacity: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.animate-loading {
  animation: progressAnim 2s infinite linear;
}

@keyframes progressAnim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.bg-search {
  background-color: #f2f2f2;
}

.hover-lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.cta-gradient {
  background: linear-gradient(135deg, rgb(var(--falcon-primary-rgb), 0.5) 0%, rgb(var(--falcon-primary-rgb), 1) 100%);
}

.bg-pattern-dots {
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-size: 15px 15px;
  color: rgba(255, 255, 255, 0.3);
}

.circle-blur {
  filter: blur(60px);
  opacity: 0.5;
  border-radius: 50%;
}

.deal-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
      /* top color with opacity */
      rgba(0, 0, 0, 0.5)
      /* bottom color with opacity */
    ),
    url(../img/deal-bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  /* optional, for white text on dark overlay */
}

.shape-element {
  bottom: -1px;
  position: absolute;
  fill: #ffffff;

  z-index: 4;
  width: 100%;
}

.shape-element svg {
  height: 70px;
  line-height: 0px;
  width: 100%;
}

.bottom-to-up {
  transform: rotate(180deg);
}
.top-element {
 top: -1px !important;
 bottom: auto !important;
}
.form-control::placeholder{
  color: #000 !important;
}

.features-wrap {
  display: flex;
  flex-wrap: wrap;
}
.features-wrap .feature-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  margin-bottom: 50px;
}
.features-wrap .feature-item:nth-child(even) {
  padding-left: 20px;
}
.features-wrap .feature-item .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background-color: #E7EEED;
}
.features-wrap .feature-item .feature-icon img {
  width: 46px;
}
.features-wrap .feature-item h3 {
  font-size: 20px;
  font-weight: 500;
  width: calc(100% - 101px);
  margin-left: auto;
  margin-bottom: 0;
  line-height: 34px;
  color: #555555;
}
@media (max-width: 767px) {
  .features-wrap .feature-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .features-wrap .feature-item:nth-child(even) {
    padding-left: 0;
  }
  .features-wrap .feature-item h3 {
    font-size: 16px;
  }
}


.about-wrapper {
  position: relative;
  z-index: 1;
}
.about-wrapper .exp-box {
  position: absolute;
  bottom: 14%;
  left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 273px;
  height: 215px;
  text-align: center;
  background-color: var(--falcon-primary);
  border-radius: 31px;
  border: 10px solid #fff;
  animation: float 1500ms infinite ease-in-out;
}
@keyframes float {
  0% {
    transform:translateY(0px);
  }
  50% {
    transform:translateY(-5px);
  }
  100% {
    transform:translateY(0px);
  }
}
.about-wrapper .exp-box h3 {
  font-size: 50px;
}
.about-wrapper .exp-box span {
  font-size: 30px;
}
@media (max-width: 991px) { 
  .about-wrapper .exp-box {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-wrapper .exp-box {
    bottom: 14%;
    width: 185px;
    height: 145px;
    border-width: 5px;
  }
  .about-wrapper .exp-box h3 {
    font-size: 40px;
  }
  .about-wrapper .exp-box span {
    font-size: 20px;
  }
}


/* .about-us .title span, .why-us .title span, .dest .title span, .flight-offers .title span, .blog .title span, .faq .title span, .contact .title span {
  font-family: cursive;
  color: var(--falcon-primary);
  font-weight: 600;
  text-transform: uppercase;
}
.about-us .title h2, .why-us .title h2, .dest .title h2, .flight-offers .title h2, .blog .title h2, .faq .title h2, .contact .title h2 {
  font-family: "Playfair Display", serif;
  color: var(--falcon-secondary);
  font-weight: 600;
  margin: 0;
} */


.why-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #e7eeee;
  padding: 25px;
  text-align: center;
  border-radius: 24px;
}
.why-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--falcon-primary);
  border-radius: 100px 100px 0 0;
  transition: all 0.4s ease-in-out;
}
.why-item .why-icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #e7eeee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.why-item .why-icon img {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.why-item .why-content {
  position: relative;
  z-index: 2;
}
.why-item .why-content .why-title {
  position: relative;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 15px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}
.why-item .why-content .why-title::before {
  content: "";
  height: 2px;
  width: 90px;
  background: #48a791;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.why-item .why-content p {
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.why-item:hover::before {
  height: 100%;
  border-radius: 0;
}
.why-item:hover .why-icon img {
  transform: scale(-1) rotate(180deg);
}
.why-item:hover .why-content .why-title {
  color: #fff;
}
.why-item:hover .why-content p {
  color: #fff;
}
@media (max-width: 1199px) {
  .why-item {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .why-item {
    padding: 20px;
  }
  .why-item .why-content .why-title {
    font-size: 24px;
  }
}


.airline-wapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.airline-wapper .airline-item {
  position: sticky;
  top: 120px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px;
  background-color: var(--falcon-primary);
  border-radius: 24px;
  border: 1px solid #e7eeee;
}
.airline-wapper .airline-item:nth-child(even) {
  flex-direction: row-reverse;
}
.airline-wapper .airline-item .airline-image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  max-width: 40%;
  width: 100%;
}
.airline-wapper .airline-item .airline-image img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.airline-wapper .airline-item:hover .airline-image img {
  transform: scale(1.1);
}
.airline-wapper .airline-item .airline-content {
  position: relative;
  max-width: 60%;
  width: 100%;
  padding-left: 120px;
}
.airline-wapper .airline-item:nth-child(even) .airline-content {
  padding-left: 0;
  padding-right: 120px;
}
.airline-wapper .airline-item .airline-content .airline-number {
  position: absolute;
  left: 30px;
  top: 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.airline-wapper .airline-item:nth-child(even) .airline-content .airline-number {
  left: initial;
  right: 30px;
}
.airline-wapper .airline-item .airline-content .airline-number::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 2px;
  background: #e7eeee;
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
}
.airline-wapper .airline-item .airline-content .airline-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 1.4em;
  text-transform: capitalize;
  color: #fff;
}
.airline-wapper .airline-item .airline-content .airline-title::before {
  content: "";
  height: 2px;
  width: 90px;
  background: #48a791;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.airline-wapper .airline-item .airline-content .airline-text {
  color: #fff;
  text-align: justify;
  margin-bottom: 25px;
}
.airline-wapper .airline-item .airline-content .theme-btn {
  background-color:#fff;
}
.airline-wapper .airline-item .airline-content .theme-btn .btn-text {
  color: var(--falcon-primary);
}
@media (max-width: 1199px) {
  .airline-wapper .airline-item .airline-content {
    padding-left: 90px;
  }
  .airline-wapper .airline-item:nth-child(even) .airline-content {
    padding-right: 90px;
  }
}
@media (max-width: 991px) {
  .airline-wapper .airline-item {
    position: relative;
    top: 0;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
  }
  .airline-wapper .airline-item:nth-child(even) {
    flex-direction: column;
  }  
  .airline-wapper .airline-item .airline-image {
    max-width: 100%;
  }
  .airline-wapper .airline-item .airline-content {
    max-width: 100%;
    padding-left: 50px;
  }
  .airline-wapper .airline-item:nth-child(even) .airline-content {
    padding-left: 50px;
    padding-right: 0;
  }
  .airline-wapper .airline-item .airline-content .airline-number {
    left: 0;
  }
  .airline-wapper .airline-item:nth-child(even) .airline-content .airline-number {
    left: 0;
    right: inherit;
  }
  .airline-wapper .airline-item .airline-content .airline-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .airline-wapper .airline-item .airline-content .airline-number {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .airline-wapper .airline-item .airline-content, .airline-wapper .airline-item:nth-child(even) .airline-content {
    padding: 0;
  }
  .airline-wapper .airline-item .airline-content .airline-number::after {
    display: none;
  }
  .airline-wapper .airline-item .airline-content .airline-title {
    padding-left: 40px;
  }
}


.quality .quality-list li {
  position: relative;
  background-color: #EDEBE9;
  border-radius: 50px;
  padding: 7px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}
.quality .quality-list li:last-child {
  margin-bottom: 0;
}
.quality .quality-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  margin-right: 16px;
  background-color: #fff;
}
@media only screen and (min-width: 1400px) {
  .quality .quality-img {
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .quality .quality-img {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .quality .title h1 {
    font-size: 21px;
  }
  .quality .quality-list li {
    font-size: 16px;
  }
}


.cta-section {
  position: relative;
  padding: 120px 0;
  border-radius: 33px;
  margin: 0 10px;
}
.cta-shape-one {
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media only screen and (min-width: 1200px) {
  .cta-shape-one {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-shape-one {
    max-width: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-shape-one {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-shape-one {
    max-width: 120px;
    left: 20px;
  }
}
.cta-shape-two {
  position: absolute;
  max-width: 950px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.cta-section .cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-text {
  text-align: end;
  max-width: 600px;
}
.cta-text h1 {
  font-size: 50px;
  font-weight: 900;
  margin: 0;
}
.call-title {
  font-size: 50px;
  font-weight: 900;
  margin: 10px 0 0;
  text-transform: uppercase;
}
.call-number {
  display: block;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--falcon-primary);
}
@media (max-width: 991px) {
  .cta-section {
    padding: 60px 0;
  }
  .cta-shape-two {
    max-width: 700px;
    top: unset;
    right: 50%;
    transform: translateX(50%);
  }
  .cta-section .cta-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .cta-text {
    text-align: center;
  }
  .cta-text h1, .call-title {
    font-size: 35px;
  }
  .cta-call {
    text-align: center;
  }
  .call-number {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .cta-section {
    padding: 30px 0;
  }
  .cta-shape-one {
    display: none;
  }
  .cta-shape-two {
    max-width: 300px;
    top: 50%;
    transform: translate(50%,-50%);
  }
  .cta-text h1, .call-title {
    font-size: 26px;
  }
  .cta-call img {
    width: 80px;
  }
  .call-number {
    font-size: 22px;
  }
}


.testimonial-card {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  background-color: #fff;
  padding: 35px 20px 45px;
  box-shadow: 0 0 50px rgba(36, 88, 76, 0.14);
  transition: all ease .5s;
}
.testimonial-card:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% + 11px);
  height: calc(100% - 15px);
  background-color: transparent;
  border-bottom: 10px solid rgba(36, 88, 76, 0.14);
  border-right: 10px solid rgba(36, 88, 76, 0.14);
  z-index: -1;
  border-radius: 0 15px 24px 24px;
  transition: all ease .5s;
}
.testimonial-card:hover:after {
  border-bottom: 10px solid var(--falcon-primary);
  border-right: 10px solid var(--falcon-primary);
}
.testimonial-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.testimonial-card .rating {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.testimonial-card .rating i {
  font-size: 20px;
  color: #ffb03b;
}
.testimonial-card p {
  text-align: justify;
}
.testimonial-card p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) { 
  .testimonial-content {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .testimonial-card .rating i {
    font-size: 16px;
  }
}


.contact-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 100px 0 0;
}
.contact-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -2;
  width: 100%;
  max-height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-section .bg-image:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.contact-section .outer-box {
  max-width: 1580px;
  padding: 0 40px;
}
.contact-section .content-column {
  padding-top: 360px;
}
.contact-section .content-column .title {
  font-size: 28px;
  margin-bottom: 40px;
} 
.content-box .box-icon {
  background-color: var(--falcon-primary);
  border-radius: 50%;
  color: #C6C6C6;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  transition: all 300ms ease;
  flex-shrink: 0;
}
.content-box .title-icon {
  font-size: 20px;
  margin-bottom: 10px;
}
.content-box .text-two {
  color: var(--falcon-primary);
  font-size: 16px;
}
.content-box .text-two a {
  color: var(--falcon-primary);
}
.contact-section .form-column {
  padding: 0 0 70px 80px;
}
.contact-section .form-column .contact-form {
  padding: 60px 50px;
  background-color: rgba(var(--falcon-primary-rgb), 0.9);
  border-radius: 10px;
}
.contact-section .form-column .sec-title {
  margin-bottom: 33px;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 45px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 0;
  z-index: 2;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form input, .contact-form textarea {
  position: relative;
  display: block;
  height: 55px;
  width: 100%;
  padding: 10px 20px;
  color: #121212;
  line-height: 32px;
  font-weight: 400;
  font-size: 16px;
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
  border-radius: 10px;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.contact-form textarea {
  height: auto;
  min-height: 119px;
}
.contact-form .theme-btn {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
}
.contact-form .theme-btn .btn-text {
  color: var(--falcon-primary);
}
@media (max-width: 1199px) {
  .contact-section .form-column {
    padding: 0 0 86px 0;
  }
}
@media (max-width: 991px) { 
  .contact-section {
    padding: 0;
  }
  .contact-section .bg-image {
    max-height: 200px;
  }
  .contact-section .outer-box {
    padding: 0 20px;
  }
  .contact-section .content-column{
    padding-top: 240px;
  }
  .sec-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .contact-section .content-column .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact-section .content-column .content-box {
    display: flex;
    align-items: center;
    gap: 15px;  
  }
  .content-box .box-icon {
    margin-bottom: 0;
  }
  .contact-section .form-column {
    padding: 0 0 40px 0;
  }
  .contact-section .form-column .contact-form {
    padding: 40px 15px;
  }
  .sec-title h2 {
    font-size: 24px;
  }
}

.filter-invert {
  filter: brightness(0) invert(1);
}


@media (min-width: 575px) {
  .xs-grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }
}


.sitemap-link {
  color: #444;
  font-weight: 500;
  transition: all 0.3s ease;
}
.sitemap-link:hover {
  color: var(--falcon-primary);
  background: #f8f9fa;
  padding-left: 10px;
}
.icon-box {
  width: 32px;
  height: 32px;
  background: var(--falcon-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s ease;
}
.sitemap-link:hover .icon-box {
  background: var(--falcon-secondary);
  transform: scale(1.05);
}

.theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: var(--falcon-primary);
  font-size: 16px;
  font-weight: 600;
  padding: 5px 5px 5px 25px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}
.theme-btn .btn-text {
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.theme-btn .btn-text span {
  display: flex;
  line-height: 1;
  text-shadow: 0 30px 0;
  backface-visibility: hidden;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}
.theme-btn:hover .btn-text span {
  transform: translateY(-30px);
}
.theme-btn .btn-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
  background-color: #0c1e21;
  border-radius: 50%;
}
.theme-btn .btn-icon i {
  color: #fff;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.theme-btn:hover .btn-icon i {
  transform: rotate(0);
}


.subscribe-form-three {
  position: relative;
  margin: 15px 0 30px;
}
.subscribe-form-three .form-group {
  position: relative;
}
.subscribe-form-three .form-group input[type=email] {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #fdece3;
  padding: 20px 65px 20px 18px;
  background: #202020;
  transition: all 300ms ease;
  border: 1px solid #202020;
}
.subscribe-form-three .form-group .subs-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 5px;
  width: 68px;
  height: 70px;
  font-size: 24px;
  background-color: #202020;
  color: #fff;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  z-index: 9;
}
.subscribe-form-three .form-group .subs-btn:hover {
  color: var(--falcon-primary);
}
.subscribe-form-three .form-group .subs-btn::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: #fff;
  border-radius: inherit;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.subscribe-form-three .form-group .subs-btn:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}