/* Add your custom CSS styles here */
.footer-section {
  background-color: var(--purple);
}

/* .footer-section .footer-top {
  padding: 80px 0px 80px 0px;
} */

.footer-box-info {
  border-radius: 15px;
  padding: 60px 40px;
}

.footer-box-info img {
  border-radius: 10px;
}

.footer-info-text {
  color: var(--white-color);
  margin: 30px 0;
}

.footer-box-info .footer-social-link h3 {
  color: var(--white-color);
  font-size: 24px;
  margin-bottom: 25px;
}

.footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-social-link .col-auto:first-child {
  padding-left: unset;
}

.footer-social-link a i.fa-facebook-f {
  background-color: #3b5998; /* Facebook background color */
}

.footer-social-link a i.fa-twitter {
  background-color: #55acee; /* Twitter background color */
}

.footer-social-link a i.fa-linkedin-in {
  background-color: #0976b4; /* LinkedIn background color */
}

.footer-social-link a i.fa-instagram {
  background-color: #b7242a; /* Instagram background color */
}

.footer-social-link a i {
  width: 40px;
  height: 40px;
  /* border-radius: 50%; */
  border-radius: 7px;
  text-align: center;
  line-height: 40px;
  background-color: var(--black-color);
  color: var(--white-color);
}

/* Add top and bottom padding to .footer-right-side */
/* .footer-section .footer-right-side {
  padding: 40px 0;
} */

.footer-section .contact-us {
  display: flex;
  align-items: center;
}

.footer-section .contact-icon {
  width: 60px;
  height: 60px;
  background-color: #e2ca6d;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.contact-info {
  margin-left: 15px;
}

.contact-info h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.contact-info p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.footer-widget .section-heading {
  margin-bottom: 35px;
}

.footer-widget a {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.footer-widget li {
  margin-bottom: 18px;
}

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget p {
  color: #fff;
  margin-bottom: 27px;
}

/* CSS for the modified input field with the send button inside */
.dk-footer-form .input-group {
  position: relative;
}

.footer-section .dk-footer-form input[type="email"] {
  border-radius: 10px !important;
  background: #fff;
  border: 1px solid #fff;
  color: #353434;
  font-weight: 300;
  padding: 12px 20px 12px 20px;
}

.dk-footer-form .button-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.dk-footer-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 20px 12px 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid var(--gold);
  background-color: var(--gold);
  color: #fff;
  z-index: 9;
}

.dk-footer-form button[type="submit"]:hover,
.dk-footer-form button[type="submit"]:focus {
  background-color: var(--black);
  border: 1px solid var(--white);
  color: var(--white);
}

/* Animated Border */
.animate-border {
  position: relative;
  display: block;
  width: 145px;
  height: 3px;
  background: #e2ca6d;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #f5b02e;
}

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}

.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

/* Footer Bottom */
.footer-bottom {
  background-color: #e2ca6d;
  color: #fff;
  padding: 15px 0px 15px 0px;
}

.footer-bottom p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.footer-links li {
  display: inline;
  margin-left: 15px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom .policies .webPolicies {
  list-style: none;
  text-align: center;
}

.footer-bottom .policies .webPolicies a {
  color: var(--white-color);
  font-weight: 300;
  text-decoration: none;
}

.footer-bottom .policies {
  flex-direction: column;
  padding-left: unset;
}

/* Validation */
.footer-top .validation-message.newsletter-validation-message,
.footer-top .validation-message.registered-email-validation-message {
  background-color: var(--white-color);
  /* border-radius: 35px; */
  border-radius: 7px;
  color: red;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 20px 5px 20px;
}

/* Subscription */
.subscription-modal .modal-content {
  border-radius: 20px;
  border: none;
}

.subscription-modal .modal-content .modal-header {
  border-bottom: unset;
}

.subscription-modal .modal-content .modal-header h5 {
  color: var(--black-color);
  font-size: 22px;
  font-weight: 600;
}

.subscription-modal button.close {
  background: transparent;
  border: none;
  /* border: 1px dashed var(--dark-text); */
  border-radius: 50%;
  font-size: 30px;
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .footer-top .col-md-12.footer-right-side {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-widget {
    padding-top: 30px;
  }

  .footer-bottom .col-md-6.no-padding-left {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
  }

  .footer-bottom .col-md-6.no-padding-right {
    width: 100%;
  }

  .footer-bottom .policies .webPolicies {
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .footer-section .col-md-12.footer-right-side {
    padding: 80px 15px 80px 15px;
  }

  .footer-section .footer-left-side {
    padding-right: 0; /* Remove right padding for .footer-left-side */
  }

  .footer-social-link .col-auto:first-child {
    padding-left: unset;
  }

  .footer-bottom p {
    text-align: left;
  }

  .footer-bottom .policies {
    flex-direction: row;
  }

  .footer-top .col-md-12.col-lg-4.footer-left-side,
  .col-md-12.col-lg-8.footer-right-side {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .footer-section .col-md-12.footer-right-side {
    padding: 80px 15px 80px 50px;
  }

  .footer-section .footer-bottom .no-padding-right {
    padding-right: unset;
  }

  .footer-top .col-md-12.col-lg-4.footer-left-side {
    width: 33.33333333%;
    max-width: 100%;
  }

  .col-md-12.col-lg-8.footer-right-side {
    width: 66.66666667%;
    max-width: 100%;
  }

  .nextTrip-Section .col-md-3 {
    text-align: end;
  }

  .nextTrip-Section button.contact-Button {
    width: 70%;
  }

  .subscription-modal {
    --bs-modal-width: 650px;
  }
}
