/*==============================================
    Site Footer
===============================================*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--Freshflow-black);
  overflow: hidden;
  z-index: 1;
}

.site-footer__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.site-footer__shape-2 {
  position: absolute;
  bottom: 35px;
  left: 10px;
  z-index: -1;
}

.site-footer__shape-2 img {
  width: auto;
}

.site-footer__inner {
  position: relative;
  display: block;
}

.site-footer__top {
  position: relative;
  display: block;
}

.Footer-logo {
  background-color: #fff;
  border-radius: 8px;
}

.site-footer__top-left {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
}

.site-footer__logo-box {
  position: relative;
  display: block;
  padding: 80px 30px 30px;
}

.site-footer__logo {
  position: relative;
  display: block;
}

.site-footer__text-1 {
  color: #f1f1f2;
  margin-top: 33px;
}

.site-footer__contact-info-box {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  padding: 33px 30px 32px;
}

.site-footer__contact-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.site-footer__contact-info--two {
  margin-top: 30px;
}

.site-footer__contact-info li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.site-footer__contact-info-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background-color: var(--Freshflow-extra);
  border-radius: 12px;
  font-size: 17px;
  color: var(--Freshflow-black);
}

.site-footer__contact-info-content {
  position: relative;
  display: block;
  flex: 1;
}

.site-footer__contact-info-content p {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: rgba(var(--Freshflow-white-rgb), 0.6);
  font-family: var(--Freshflow-font-two);
  margin-bottom: 10px;
}

.site-footer__contact-info-content h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--Freshflow-white);
}

.site-footer__contact-info-content h5 a {
  color: var(--Freshflow-white);
}

.site-footer__contact-info-content h5 a:hover {
  color: var(--Freshflow-extra);
}

.site-footer__social-box {
  position: relative;
  display: block;
  padding: 38px 30px 31px;
  text-align: center;
}

.site-footer__social-title {
  font-size: 24px;
  color: #f1f1f2;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

.site-footer__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 1;
}

.site-footer__social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--Freshflow-white);
  border-radius: 50%;
  font-size: 18px;
  height: 50px;
  width: 50px;
  border: 1px solid var(--Freshflow-extra);
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--Freshflow-black);
  border: 1px solid var(--Freshflow-base);
}

.site-footer__social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--Freshflow-extra);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.site-footer__social a:hover:before {
  transform: scaleX(1);
}

.site-footer__top-right {
  position: relative;
  display: block;
  margin-left: -30px;
}

.site-footer__top-right-heading-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0239ac;
  padding-left: 30px;
  padding-top: 30px;
  z-index: 1;
}

.site-footer__top-right-heading-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100000000px;
  background-color: #0239ac;
  z-index: -1;
}

.site-footer__shape-1 {
  position: absolute;
  top: 0;
  right: -323px;
  bottom: 0;
  z-index: -1;
}

.site-footer__shape-1 img {
  width: auto;
}

.site-footer__top-right-heading-title {
  font-size: 28px;
  color: #f1f1f2;
  line-height: 42px;
  font-family: var(--Freshflow-font);
  font-weight: 600;
}

.site-footer__top-right-heading-img {
  position: relative;
  display: block;
}

.site-footer__top-right-heading-img img {
  width: auto;
}

.site-footer__widget-box {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  border-right: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  padding: 37px 30px 34px;
}

.footer-widget__quick-links {
  position: relative;
  display: block;
}

.footer-widget__title {
  position: relative;
  display: block;
  font-size: 20px;
  color: #f1f1f2;
  line-height: 20px;
  margin-bottom: 36px;
}

.footer-widget__title:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 65px;
  background-color: rgba(var(--Freshflow-extra-rgb), 0.25);
}

.footer-widget__quick-links-list {
  position: relative;
  display: block;
}

.footer-widget__quick-links-list li {
  position: relative;
  display: block;
}

.footer-widget__quick-links-list li + li {
  margin-top: 16px;
}

.footer-widget__quick-links-list li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  color: #f1f1f2;
}

.footer-widget__quick-links-list li a:hover {
  color: var(--Freshflow-extra);
}

.footer-widget__quick-links-list li a span {
  color: var(--Freshflow-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__quick-links-list li a:hover span {
  color: var(--Freshflow-extra);
}

.footer-widget__essential-links {
  position: relative;
  display: block;
}

.footer-widget__services-links {
  position: relative;
  display: block;
}

.site-footer__tearms-and-condition {
  position: relative;
  display: block;
  background-color: #f1f1f2;
  padding: 25px 30px 25px;
}

.site-footer__tearms-and-condition-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-footer__tearms-and-condition-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.site-footer__tearms-and-condition-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__tearms-and-condition-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--Freshflow-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.site-footer__tearms-and-condition-list li:hover .icon span {
  transform: scale(0.9);
}

.site-footer__tearms-and-condition-list li .content {
  position: relative;
  display: block;
  flex: 1;
}

.site-footer__tearms-and-condition-list li .content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--Freshflow-font);
}

.site-footer__tearms-and-condition-list li .content h4 a {
  color: var(--Freshflow-black);
}

.site-footer__tearms-and-condition-list li:hover .content h4 a {
  color: var(--Freshflow-base);
}

.site-footer__tearms-and-condition-list li .content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.site-footer__tearms-and-condition-star {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3px;
}

.site-footer__tearms-and-condition-star span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--Freshflow-primary);
}

.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #081634;
  padding: 37.5px 30px 37.5px;
}

.site-footer__bottom .row {
  justify-content: space-between;
  align-items: center;
}

.site-footer__subscribe-form-box {
  position: relative;
  display: block;
}

.site-footer__subscribe-form {
  position: relative;
  display: block;
  width: 470px;
}

.site-footer__subscribe-input {
  position: relative;
  display: block;
}

.site-footer__subscribe-input input[type="email"] {
  font-size: 16px;
  color: var(--Freshflow-gray);
  font-weight: 400;
  height: 65px;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(var(--Freshflow-gray-rgb), 0.9);
  border-radius: 12px;
  outline: none;
  padding: 0 25px 0;
  padding-right: 172px;
}

.site-footer__subscribe-btn {
  position: absolute;
  display: inline-flex;
  align-items: center;
  background-color: var(--Freshflow-extra);
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: var(--Freshflow-black);
  padding: 17px 20px 17px;
  border-radius: 8px;
  gap: 10px;
  overflow: hidden;
  font-family: var(--Freshflow-font-two);
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  top: 7px;
  right: 6px;
}

.site-footer__subscribe-btn:hover {
  color: var(--Freshflow-white);
}

.site-footer__subscribe-btn::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 10%;
  height: 10%;
  background-color: rgba(var(--Freshflow-primary-rgb), 1);
  background-position: left center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(1);
  opacity: 0;
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.site-footer__subscribe-btn:hover::before {
  opacity: 1;
  width: 120%;
  height: 200%;
  transform: scaleX(1);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}

.site-footer__bottom-text-box {
  position: relative;
  display: block;
  text-align: right;
}

.site-footer__bottom-text-box:before {
  content: "";
  position: absolute;
  top: -58px;
  bottom: -58px;
  left: 0;
  width: 1px;
  background-color: rgba(var(--Freshflow-white-rgb), 0.1);
}

.site-footer__bottom-text {
  font-size: 18px;
  font-weight: 500;
  color: #f1f1f2;
}

.site-footer__bottom-text a {
  color: #f1f1f2;
}

.site-footer__bottom-text a:hover {
  color: var(--Freshflow-extra);
}

/*--------------------------------------------------------------
# Site Footer Two (Exact 576px Control)
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--Freshflow-black, #05173d);
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.site-footer-two__inner {
  position: relative;
  display: block;
  padding-top: clamp(40px, 5vw, 75px);
  z-index: 1;
}

.site-footer-two__top {
  position: relative;
  display: block;
}

/* Left Branding Side */
.site-footer-two__top-left {
  position: relative;
  display: block;
}

.site-footer-two__logo img.Footer-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
}

.site-footer-two__text-1 {
  color: #ffffff;
   font-family: var(--Freshflow-font);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 0;
}

/* Social Box */
.site-footer-two__social-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, rgba(5, 42, 122, 0.69) 0%, #05173d 100%);
  border-radius: 6px;
  padding: 10px 18px;
  margin-top: 22px;
}

.site-footer-two__social-title {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.site-footer-two__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer-two__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  height: 32px;
  width: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.site-footer-two__social a:hover {
  border-color: #f46744;
  background-color: #f46744;
}

/* Right Side Links (Maintained 3-Column Down to 576px) */
.site-footer-two__top-right {
  position: relative;
  display: block;
  width: 100%;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.8vw, 28px);
  width: 100%;
}

.footer-col-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.footer-widget-header {
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.footer-widget-two__title {
  position: relative;
  font-size: clamp(15px, 1.1vw, 19px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 8px;
}

.footer-widget-two__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  background-color: #f46744;
}

.footer-widget-two__quick-links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-widget-two__quick-links-list li {
  margin-bottom: 12px;
}

.footer-widget-two__quick-links-list li a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
   font-family: var(--Freshflow-font);
  color: #ffffff !important;
  font-size: clamp(12.5px, 0.9vw, 14px);
  line-height: 1.45;
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer-widget-two__quick-links-list li a span.icon-next {
  color: #f46744;
  font-size: 11px;
  margin-top: 4px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.footer-widget-two__quick-links-list li a span.link-text {
  flex: 1;
  word-break: break-word;
}

.footer-widget-two__quick-links-list li a:hover {
  color: #f46744 !important;
  transform: translateX(4px);
}

/* =========================================================
   CONTACT BAR
   ========================================================= */
.site-footer-two__bottom {
  position: relative;
  display: block;
  padding: 20px 0;
  margin-top: clamp(35px, 4vw, 50px);
}

.site-footer-two__contact-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.site-footer-two__contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.site-footer__contact-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  min-width: 36px;
  background-color: #f46744;
  border-radius: 8px;
  font-size: 15px;
  color: #ffffff;
  flex-shrink: 0;
}

.site-footer__contact-info-content {
  min-width: 0;
}

.site-footer__contact-info-content p {
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 2px 0;
  line-height: 1.2;
}

.site-footer__contact-info-content h5 {
  font-size: clamp(11.5px, 0.9vw, 14px);
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-footer__contact-info-content h5 a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer__contact-info-content h5 a:hover {
  color: #f46744;
}

/* =========================================================
   COPYRIGHT
   ========================================================= */
.site-footer-two__copyright-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0;
  margin-bottom: 10px;
}

.site-footer-two__copyright-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13.5px;
  margin: 0;
}

/* =========================================================
   BREAKPOINTS (Tablet & Mobile Controls)
   ========================================================= */
@media (min-width: 576px) and (max-width: 991px) {
  .site-footer-two__top-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .site-footer-two__logo img.Footer-logo {
    margin: 0 auto;
  }

  .site-footer-two__text-1 {
    text-align: center;
    max-width: 550px;
  }

  .site-footer-two__social-box {
    margin-top: 16px;
    justify-content: center;
  }

  .footer-links-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .footer-widget-header {
    min-height: 48px;
  }

  .footer-widget-two__title {
    font-size: 15px;
  }

  .footer-widget-two__quick-links-list li a {
    font-size: 12.5px;
  }

  .site-footer-two__bottom {
    padding: 16px 0;
  }

  .site-footer-two__contact-info {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .site-footer__contact-info-content h5 {
    font-size: 11px;
  }
}

/* Below 576px (Mobiles: 1-1 Column Stacked & Centered down to 250px) */
@media (max-width: 575px) {
  .site-footer-two__inner {
    padding-top: 30px;
  }

  .site-footer-two .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Center Logo & Branding */
  .site-footer-two__top-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-footer-two__logo img.Footer-logo {
    margin: 0 auto;
    max-width: 175px;
  }

  .site-footer-two__text-1 {
    text-align: center;
  }

  .site-footer-two__social-box {
    margin-top: 16px;
    justify-content: center;
  }

  .site-footer-two__top-right {
    margin-top: 20px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-col-item {
    align-items: center;
    text-align: center;
  }

  .footer-widget-header {
    min-height: auto;
    margin-bottom: 10px;
    justify-content: center;
  }

  .footer-widget-two__title:before {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-widget-two__quick-links-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-widget-two__quick-links-list li a {
    justify-content: center;
    font-size: 13.5px;
  }

  /* Bottom Strip Vertical Stack (No Overlap) */
  .site-footer-two__bottom {
    padding: 16px 0;
    margin-top: 20px;
  }

  .site-footer-two__contact-info {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
  }

  .site-footer-two__contact-info li {
    width: 100%;
    max-width: 300px;
    justify-content: flex-start;
  }

  .site-footer__contact-info-content h5 {
    white-space: normal;
    font-size: 13px;
  }
}

/* Ultra Small (< 300px) */
@media (max-width: 299px) {
  .site-footer-two__contact-info li {
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }
}
