/*-------------------------------Footer----------------------------*/

:root {
  --primary-color: #ff5500;
  --secondary-color: #cc4400;
}

.footer-final-btn {
  width: 360px;
  height: 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  color: white;
  background-color: var(--primary-color);
  border: 1px solid #fafafa;
  border-radius: 2444px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  font-size: 23px;
  line-height: 40px;
  letter-spacing: 0;
}

.footer-final-btn:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: transparent;
}

/* Ripple Effect */
.footer-final-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, 50%) scale(0);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.footer-final-btn:hover::after {
  transform: translate(-50%, -50%) scale(60);
}

/* Arrow SVG Color */
.footer-final-btn .btn-arrow svg path {
  fill: white;
  transition: fill 0.3s ease-in-out;
}

.footer-final-btn .btn-arrow svg {
  width: 100%;
  max-width: 30px;
  max-height: 16px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
}

.footer-final-btn:hover .btn-arrow svg path {
  fill: var(--primary-color);
}

.footer-section {
  background-color: #ff5500;
  padding-top: 80px;
  position: relative;
  overflow: visible;
}

.footer-section .footer-img img {
  width: 300px;
  display: block;
}

.footer-section .footer-img {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-section .row {
  padding-bottom: 30px;
}

.footer-section .footer-btn {
  position: relative;
  top: 10px;
}

.footer-section .footer-btn a {
  text-decoration: none;
}

.footer-section .footer-text-right {
  margin-top: 0 !important;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.footer-section .footer-text-right-desc {
  /* margin-top: -15px !important; */
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.footer-section .footer-heading {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 400;
  color: #fafafa;
  font-family: "Poiret One", sans-serif;
  font-weight: 800;
  padding-bottom: 30px;
}

.footer-section .footer-text {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
}
.footer-span {
  opacity: 0.8;
}
.footer-section .footer-text a {
  color: #ffff;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
  text-decoration: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.footer-section .social-icons svg {
  margin-right: 20px;

  cursor: pointer;
  transition: transform 0.4s ease;
}

.footer-section .social-icons svg path {
  transition: fill 0.4s ease;
}

.footer-section .social-icons svg:hover {
  transform: scale(1.1);
}

.footer-section .social-icons svg:hover path {
  fill: #161616;
}

.footer-section section.footer-down-section {
  border-top: 1px solid #ffffff26;
  padding: 20px;
}

.footer-section .footer-section span.btn-arrow {
  padding-left: 12px;
}

.btn-arrow {
  padding-left: 5px;
}

.footer-section .bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  border-top: 1px solid #ffffff26;
  padding: 40px 20px 20px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

/*---------------------------RESPONSIVE MEDIA QUERIES------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-title h3 {
    font-size: 3.5rem;
    line-height: 3.75rem;
    width: 300px;
    margin-bottom: 0;
    padding: 0 0;
  }
  .footer-section .footer-btn {
    top: 0;
  }
  .footer-final-btn {
    width: 280px;
    height: 75px;
    font-size: 1.438rem;
    line-height: 2.063rem;
    margin-top: 2.5rem;
  }
  .row.footer-top-section {
    flex-direction: column;
    padding: 0;
    margin: 0 0 60px;
  }

  .col-md-5.d-flex.justify-content-start {
    padding: 0;
  }
  .faded-divider-footer {
    width: 687px;
    max-width: 100%;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent 0%,
      transparent 10%,
      #f8f9fa7d 50%,
      transparent 85%,
      transparent 100%
    );
    margin: 0 0 60px;
  }
  .col-md-5.footer-top-col {
    padding: 0;
  }
  .footer-section .footer-img img {
    width: 100%;
    height: 100%;
  }
  .footer-section .footer-bottom-section.footer-heading {
    padding-bottom: 1.063rem;
  }
  .footer-section .footer-join-section .footer-heading,
  .footer-section .footer-write-section .footer-heading {
    padding-bottom: 0;
  }

  .footer-section .bottom-bar {
    padding: 0;
  }
  .row.bottom-bar-row {
    padding: 0;
  }

  .footer-heading-top {
    font-size: 2.25rem;
    line-height: 3rem;
    margin: 0 0 40px;
    color: #fafafa;
    font-family:
      Poiret One,
      sans-serif;
    font-weight: 600;
  }
  p.footer-text-right-desc.location {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-top: 0 !important;
    padding-bottom: 4px;
  }
  .footer-logo-section {
    margin: 0 !important;
  }
  p.footer-text.footer-span {
    margin: 0 0 4px;
  }
  p.footer-text.footer-span.call-span {
    padding: 0 !important;
  }
  p.footer-text.mail {
    margin: 0 0 1.5rem;
  }
  p.footer-text.number-x {
    margin: 0 0 3.75rem;
  }
  .footer-section .footer-text-right-desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .col-md-3.mb-4.footer-write-section {
    margin-bottom: 0 !important;
  }

  .footer-logo-section {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 3.75rem !important;
  }
  .row.mt-5.down-row {
    flex-direction: row;
    padding-bottom: 0;
    margin-top: 0 !important;
  }
  .down-row {
    display: flex;
    flex-direction: column;
  }

  .footer-write-section {
    order: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-join-section {
    order: 2;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-logo-section {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem;
  }

  .down-row {
    flex-wrap: wrap;
    flex-direction: row !important;
  }
  .footer-section .bottom-bar {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: center;
    border: none;
    margin: 0 0 2.5rem;
  }

  .footer-section .bottom-bar .footer-span:nth-child(1),
  .footer-section .bottom-bar .footer-span:nth-child(2) {
    display: inline-flex !important;
    align-items: center;
    white-space: nowrap;
  }

  .footer-section .bottom-bar .footer-span:nth-child(1) {
    margin-right: 0;
  }

  .footer-section .bottom-bar .footer-span:nth-child(2)::before {
    content: " | ";
    margin: 0 12px;
    opacity: 0.7;
  }

  .footer-section .bottom-bar .footer-span:nth-child(3) {
    display: block !important;
    width: 100%;
    margin-top: 6px;
    text-align: center;
  }
}

/* Screen width 600px and down */
@media screen and (max-width: 600px) {
  .footer-section .col-md-4.footer-img {
    position: relative;
    top: -100px;
    right: -25%;
  }

  .footer-section .footer-img img {
    position: relative;
    width: 190px;
    top: -30px;
    right: -20%;
  }

  .footer-section .footer-title h2 {
    font-size: 34px !important;
    justify-content: start;
  }

  .footer-section .footer-btn-box {
    text-align: start;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* .footer-section .row{
    flex-direction: column;
} */
  .row.mt-5.down-row {
    flex-direction: row;
  }
  down-row {
    display: flex;
    flex-direction: column;
  }

  .footer-write-section {
    order: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-join-section {
    order: 2;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-logo-section {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}

/* Screen width 600px and down */
@media screen and (max-width: 600px) {
  .footer-section .col-md-4.footer-img {
    position: relative;
    top: -100px;
    right: -25%;
  }

  .footer-section .footer-img img {
    position: relative;
    width: 190px;
    top: -30px;
    right: -20%;
  }

  .footer-section .footer-title h2 {
    font-size: 34px !important;
    justify-content: start;
  }

  .footer-section .footer-btn-box {
    text-align: start;
  }
}

/* Small devices (phones, 576px and down) */
@media (max-width: 576px) {
  .footer-section h3 {
    font-size: 60px;
  }

  .footer-final-btn {
    font-size: 20px;
  }

  .footer-title h3 {
    font-size: 40px;
    line-height: 44px;
  }

  .footer-final-btn {
    font-size: 18px;
    line-height: 25px;
    width: 220px;
    height: 65px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-section .footer-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .footer-section .footer-text-right-desc {
    margin-top: 0 !important;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 1px;
  }
  .footer-section .row {
    padding-bottom: 0;
  }

  .footer-section .bottom-bar {
    font-size: 14px;
    padding: 40px;
  }
  .footer-section .footer-img img {
    position: static !important;
  }
  .footer-heading.footer-bottom-section {
    padding-bottom: 0;
  }
}
/* Mobile Footer Layout Only (320px - 767px) */
@media (min-width: 320px) and (max-width: 767px) {
  .down-row {
    display: flex;
    flex-direction: column;
  }

  .footer-write-section {
    order: 1;
  }

  .footer-join-section {
    order: 2;
  }

  .footer-logo-section {
    order: 3;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 24px;
    padding-top: 25px;
    position: relative;
    margin: 0 0 1.8rem I !important;
  }

  .footer-logo-section img {
    width: 130px;
  }

  .footer-section .footer-btn {
    padding-bottom: 40px;
    position: relative;
  }

  .footer-section .footer-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 278px;
    background: linear-gradient(
      to right,
      transparent 0%,
      transparent 10%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 85%,
      transparent 100%
    );
  }

  .footer-section .bottom-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: center;
    padding: 30px 20px 20px;
    position: relative;
    border: none;
  }

  .footer-section .bottom-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent 0%,
      transparent 15%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 85%,
      transparent 100%
    );
  }

  .footer-section .bottom-bar .footer-span:nth-child(1),
  .footer-section .bottom-bar .footer-span:nth-child(2) {
    display: inline;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .footer-section .bottom-bar .footer-span:nth-child(2)::before {
    content: " | ";
    margin: 0 15px;
    opacity: 0.7;
  }

  .footer-section .bottom-bar .footer-span:nth-child(3) {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    opacity: 0.9;
    margin-top: 10px;
    letter-spacing: 0.3px;
  }
}

/* Extra small devices (phones, 414px and down) */
@media (max-width: 414px) {
  .footer-section h3 {
    font-size: 36px;
    line-height: 48px;
  }

  .footer-final-btn {
    width: 190px;
    height: 55px;
    font-size: 12px;
    line-height: 25px;
  }

  .footer-section .footer-text {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-text strong {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-section .footer-heading {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 16px;
  }

  .footer-section .footer-text a {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-section .bottom-bar {
    font-size: 12px !important;
    line-height: 20px;
  }

  .footer-section .footer-text-right-desc strong {
    font-size: 16px;
    line-height: 24px;
  }
}
/* Extra small devices (phones, 414px and down) */
@media (max-width: 414px) {
  .footer-section h3 {
    font-size: 36px;
    line-height: 48px;
  }

  .footer-final-btn {
    width: 190px;
    height: 55px;
    font-size: 12px;
    line-height: 25px;
  }
  .footer-section .footer-text {
    font-size: 12px;
    line-height: 20px;
  }
  .footer-text strong {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-section .footer-heading {
    font-size: 20px;
    line-height: 28px;

    padding-bottom: 16px;
  }

  .footer-section .footer-text a {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-section .bottom-bar {
    font-size: 12px !important;
    line-height: 20px;
  }

  .footer-section .footer-img img {
    width: 170px !important;
    height: 100% !important;
    transform: none !important;
    top: 0;
  }
  .footer-section .footer-text-right-desc strong {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Extra small devices (phones, 320px and down) */
@media (max-width: 320px) {
  .footer-section h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .footer-final-btn {
    width: 170px;
    height: 60px;
    font-size: 12.5px;
    line-height: 25px;
  }

  .footer-section .footer-img img {
    width: 350px !important;
    height: 100% !important;
    transform: none !important;
    max-width: 140px !important;
  }

  .footer-logo-section img {
    width: 95px !important;
    height: 27px !important;
  }
}
