@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: "RecklessNeue";
  src: url("../fonts/RecklessNeue-Light.woff2") format("woff2"),
    url("../fonts/RecklessNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RecklessNeue";
  src: url("../fonts/RecklessNeue-Regular.woff2") format("woff2"),
    url("../fonts/RecklessNeue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #fd5412;
  --secondary: #3155d2;
  --light: #fff;
  --text-1: #000000;
  --text-2: #202020;
  --text-3: #333333;
  --dark: #000000;
  --primary-font: "RecklessNeue", sans-serif;
  --secondary-font: "Inter", sans-serif;
  --transition: all 0.5s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-3);
  line-height: 1.4;
  margin: 0;
  padding: 0;
  background-color: var(--light);
  overflow-x: clip;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: clamp(18px, 2vw, 20px);
  color: var(--text-1);
  line-height: 1.1;
  margin: 0;
  margin-bottom: 4px;
}
h1 {
 
      font-size: clamp(25px, 4vw, 64px);
  color: var(--dark);
}
h2 {
  font-size: clamp(30px, 4vw, 42px);
  color: var(--text-1);
}
h3 {
  font-size: clamp(20px, 1.5vw, 26px);
  font-weight: 400;
  color: var(--text-2);
}
h3 a {
  color: var(--text-2);
}
h4 {
  font-weight: 400;
  color: var(--text-1);
}
strong {
  font-weight: 600;
}
a,
a:active,
a:hover {
  text-decoration: none;
  outline: unset;
  transition: var(--transition);
}
a:hover {
  color: var(--primary);
}
img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
p {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-3);
  margin: 0;
  text-align: justify;
}
p:empty {
  display: none;
}
.btn {
  font-size: 16px;
  color: var(--light);
  padding: 13px 17px;
  border-radius: 10px;
  background: linear-gradient(90deg, #fd5412 1.36%, #f1a61d 100%);
  display: block;
  width: fit-content;
  font-weight: 500;
  line-height: 1.2;
  transition: var(--transition);
  white-space: nowrap;
}
.btn:hover {
  color: var(--light);
  background: var(--primary);
}
.btn-1 {
  background: var(--secondary);
  border: 1px solid var(--secondary);
  line-height: 1.2;
}
.btn-1:hover {
  background: transparent;
  color: var(--secondary);
}
.btn-2 {
  background: transparent;
  border: 1px solid #e5ddce;
  color: var(--text-2);
  line-height: 1.1;
}
.wrapper,
.wrapper-xsmall,
.wrapper-small,
.wrapper-medium {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper-medium {
  max-width: 1480px;
}
.wrapper-small {
  max-width: 1200px;
}
.wrapper-xsmall {
  max-width: 1024px;
}
.wrapper-xsmall p{
  text-align: justify;
}
.section-wrapper {
  margin-bottom: 26px;
}
.padding-tb-large {
  padding: clamp(35px, 6vw, 85px) 0;
}
.padding-tb-medium {
  padding: clamp(30px, 5vw, 65px) 0;
}
.padding-tb-small {
  padding: clamp(30px, 4vw, 50px) 0;
}
.padding-b {
  padding-bottom: clamp(30px, 5vw, 85px);
}
.padding-b-medium {
  padding-bottom: clamp(30px, 5vw, 65px);
}
section.our-process__section.padding-b-medium {
  background-color: #fff5e5;
  padding-top: 40px;
}
.padding-b-small {
  padding-bottom: clamp(30px, 4vw, 50px);
}
.padding-t {
  padding-top: clamp(32px, 5vw, 75px);
}
.padding-t-medium {
  padding-top: clamp(30px, 5vw, 65px);
}
.padding-t-small {
  padding-top: clamp(30px, 4vw, 50px);
}
/* Common css start */
.slick-slide {
  margin: 0 10px;
}
.slick-slide p{
  text-align: center;
}
.slick-list {
  margin: 0 -10px;
}
.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #ffffff24;
  backdrop-filter: blur(20.399999618530273px);
  border: 1.88px solid #ffffff4d;
  z-index: 1;
}
.slick-arrow::before {
  content: unset;
}
.slick-arrow i {
  font-size: clamp(20px, 2vw, 22px);
  color: var(--light);
}
.content__area img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
  margin: clamp(14px, 2vw, 20px) 0;
}
.content__area h1,
.content__area h2,
.content__area h3,
.content__area h4 {
  margin-bottom: 14px;
}
.content__area h3 {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 300;
}
.content__area p:not(:last-of-type) {
  margin-bottom: 14px;
}
.subtitle {
  font-size: 16px;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  color: #e77269;
  display: block;
  margin-bottom: 3px;
}
.common-banner__section {
  position: relative;
}
.common-banner__section::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 -10.99%, rgba(0, 0, 0, 0) 98.86%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.common-banner__section img {
  width: 100%;
  max-height: 621px;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: bottom;
}
.common-banner__section .entry-content {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  transform: translateY(20%);
  padding: 0 20px;
  /* max-width: 750px; */
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.common-banner__section h1 {
  color: var(--light);
}
.common-banner__section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.common-banner__section ul a {
  color: #fd5412;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.common-banner__section ul li:not(:last-child) a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  color: var(--light);
  margin: 0 clamp(5px, 1.5vw, 8px);
}
.common-banner__section ul a.active {
  color: var(--light);
}
form input,
form select,
form textarea {
  width: 100%;
  border-radius: 11px;
  background-color: var(--light);
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px #1018280d;
  padding: 10px 12px;
  outline: unset !important;
  font-size: 16px;
  font-family: var(--secondary-font);
}
form textarea {
  height: 128px;
  resize: none;
}
.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-list-item {
  margin: 0;
}
input[type="checkbox"] {
  width: fit-content;
}
form label {
  font-size: 14px;
  font-weight: 500;
  color: #344054;
}

/* Common css end */

/* Header section css  */
.site-header {
  background-color: #fff5e5;
  box-shadow: 0px 0px 4px 0px #00000040;
  position: sticky;
  top: 0;
  z-index: 999;
}
.site-header .wrapper {
  max-width: 1800px;
}
.site-header-wrapper {
  display: flex;
  gap: 45px;
  justify-content: space-between;
  padding: 8px 0;
}
.custom-logo-link img {
  max-width: 340px;
}
.header-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.header-search form {
  width: 240px;
  position: relative;
}
.header-search input {
  width: 100%;
  border-radius: 11px;
  background-color: var(--light);
  border: 1px solid #ad7c2033;
  padding: 11px 45px 11px 16px;
  outline: unset;
  font-size: 16px;
  font-family: var(--secondary-font);
}
.header-search input::placeholder {
  color: #999999;
  font-size: 14px;
}
.header-search form button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: unset;
  background-color: unset;
  padding: 0;
  cursor: pointer;
}
.site-navigation-wrapper {
  background-color: var(--light);
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 12px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: sticky;
  top: 0;
  z-index: 1;
}
.site-navigation-wrapper .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.site-navigation-wrapper .wrapper > div {
  display: flex;
  align-items: center;
  gap: 60px;
}
#site-navigation {
  display: flex;
  justify-content: end;
  flex: 1;
}
.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul li a,
.offcanvas__nav .menu-primary-menu-container ul li a {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-1);
  font-family: var(--secondary-font);
}
.main-navigation ul li.current_page_item > a {
  color: var(--primary);
  background-color: #ffffff;
  border: 1px solid #ad7c2033;
  border-radius: 11px;
  padding: 8px 15px;
}
.main-navigation ul li a:hover,
.offcanvas__nav .menu-primary-menu-container ul li a:hover {
  color: var(--primary);
}
.hamburger-toggle {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  display: none;
}
.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  flex-direction: column;
}
.hamburger-menu span.dot {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--text-2);
  display: block;
}
.offcanvas__content .header-search form {
  width: 100%;
}
.uk-offcanvas-overlay.uk-open::before {
  background: rgba(0, 0, 0, 0.7);
}
.uk-offcanvas .uk-offcanvas-bar {
  background-color: #fff5e5;
  padding: 0;
  width: 330px;
}
.uk-offcanvas .offcanvas__content {
  padding: 20px;
}
.uk-offcanvas .offcanvas__content > div:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__new__logo {
  background-color: var(--light);
  padding: 10px 20px;
}
.offcanvas__new__logo img {
  max-width: 162px;
}
.uk-offcanvas .uk-offcanvas-bar .uk-offcanvas-close {
  top: 22px;
  right: 20px;
  background-color: #fff5e5;
  color: var(--text-1);
  padding: 6px;
}
.main-navigation,
.main-navigation .menu-menu-1-container,
.main-navigation #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
}
.offcanvas__nav #primary-menu1 > li a {
  color: var(--text-2);
}
.main-navigation > div > ul,
.offcanvas__nav #primary-menu1 {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation > div > ul > li:last-child {
  padding-right: 0;
}
.main-navigation > div > ul > li i,
.offcanvas__nav #primary-menu1 > li i {
  color: #fff;
  font-size: 13px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.main-navigation > div > ul > li:hover i {
  color: var(--primary);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.main-navigation > div > ul > li > a,
.offcanvas__nav #primary-menu1 > li a {
  position: relative;
  z-index: 1000;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  outline: unset;
}

/*  */
/*  */
.main-navigation > div > ul > li.menu-item-has-children > a {
  padding-right: 27px;
}
.main-navigation > div > ul > li.menu-item-has-children > a::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: var(--text);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a:hover::before,
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  > a::before {
  color: var(--light);
}
.site-header.fixed #primary-menu li.menu-item-has-children > ul {
  margin-top: -5px;
}
.main-navigation > div > ul > li.menu-item-has-children > a::after {
  content: "";
  width: 20px;
  height: 15px;
  background: #fff;
  left: calc(50% - 20px);
  position: absolute;
  display: none;
  top: 46px;
  z-index: -1;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
.main-navigation > div > ul > li.menu-item-has-children:hover > a::after {
  display: block;
  -webkit-animation: fadeupArrow 0.4s ease-in-out forwards;
  animation: fadeupArrow 0.4s ease-in-out forwards;
}
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a::after,
.header-default
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a::after {
  -webkit-animation: fadeupFixedArrow 0.4s ease-in-out forwards;
  animation: fadeupFixedArrow 0.4s ease-in-out forwards;
}
.main-navigation > div > ul > li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: 300px;
  max-width: 700px;
  z-index: 9999;
  transform: translateY(-16px);
}
.main-navigation > div > ul > li.menu-item-has-children .sub-menu::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(100% + 20px);
  left: 40%;
  top: -28px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-navigation > div > ul > li.menu-item-has-children .sub-menu {
  background-color: var(--light);
  -webkit-box-shadow: 0 12px 40px 0 rgba(99, 153, 122, 0.2),
    0 70px 100px -60px rgba(99, 153, 122, 0.4);
  box-shadow: 0 12px 40px 0 rgba(99, 153, 122, 0.2),
    0 70px 100px -60px rgba(99, 153, 122, 0.4);
  pointer-events: initial;
  margin: 0 auto;
  padding: 10px;
}
.sub-menu {
  padding: 10px;
  margin: 0;
  list-style-type: none;
  border-radius: 10px;
}
.sub-menu > li > a {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  display: block;
  padding: 10px 30px 10px 18px;
  border-radius: 12px;
  background-color: #cfcfcf2b;
}
.sub-menu > li.menu-item-has-children > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  font-size: 12px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-menu > li > a:hover::after {
  right: 10px;
  opacity: 1;
  visibility: visible;
}
.sub-menu > li > a:hover {
  background: #63997a2b;
  color: var(--primary);
}
@-webkit-keyframes fadeupArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: -30px;
  }
}
@keyframes fadeupArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: -30px;
  }
}

@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    top: 140px;
  }
  to {
    opacity: 1;
    top: 72px;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    top: 140px;
  }
  to {
    opacity: 1;
    top: 72px;
  }
}

@-webkit-keyframes fadeleft {
  from {
    opacity: 0;
    left: 500px;
  }
  to {
    opacity: 1;
    left: 290px;
  }
}
@keyframes fadeleft {
  from {
    opacity: 0;
    left: 500px;
  }
  to {
    opacity: 1;
    left: 290px;
  }
}

@-webkit-keyframes fadeupFixedArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes fadeupFixedArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes fadeupFixed {
  from {
    opacity: 0;
    top: 150%;
  }
  to {
    opacity: 1;
    top: 85px;
  }
}
@keyframes fadeupFixed {
  from {
    opacity: 0;
    top: 150%;
  }
  to {
    opacity: 1;
    top: 85px;
  }
}
.main-navigation > div ul > li.menu-item-has-children:hover > .sub-menu,
.main-navigation > div ul > li.menu-item-has-children a:hover > .sub-menu {
  display: block;
  -webkit-animation: fadeup 0.3s ease-in-out forwards;
  animation: fadeup 0.3s ease-in-out forwards;
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > .sub-menu
  > li.menu-item-has-children:hover
  > .sub-menu {
  display: block;
  left: 100%;
  top: 15px;
  opacity: 1;
  visibility: visible;
  animation: fadeleft 0.3s ease-in-out forwards;
  -webkit-animation: fadeleft 0.3s ease-in-out forwards;
}
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  .sub-menu,
.header-default
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  .sub-menu {
  -webkit-animation: fadeupFixed 0.3s ease-in-out forwards;
  animation: fadeupFixed 0.3s ease-in-out forwards;
}
.main-navigation > div > ul > li .sub-menu > li {
  position: relative;
}
.main-navigation > div > ul > li:hover ul {
  display: block;
}
.offcanvas__nav #primary-menu1 {
  flex-direction: column;
  align-items: start;
}
.offcanvas__nav #primary-menu1 > li {
  width: 100%;
}
.offcanvas__nav #primary-menu1 > li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.offcanvas__nav #primary-menu1 > li > ul,
.offcanvas__nav #primary-menu1 > li > ul > li > ul {
  display: none;
}
.offcanvas__content .social-media {
  padding: 0 30px;
  gap: 10px;
}
.offcanvas__content .social-media i {
  color: var(--light);
  opacity: 100%;
}
.offcanvas__nav #primary-menu1 > li > a,
.offcanvas__nav #primary-menu1 > li.menu-item-has-children ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: var(--light);
  border-radius: 0;
}
.offcanvas__nav #primary-menu1 > li.menu-item-has-children > a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: var(--text);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.offcanvas__nav #primary-menu1 > li > ul > li {
  background-color: unset !important;
  width: 100%;
}
.offcanvas__nav #primary-menu1 > li > ul,
.offcanvas__nav #primary-menu1 > li > ul > li > ul {
  display: none;
  padding: 0;
  border-top: 1px solid #f1f1f1;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.offcanvas__nav #primary-menu1 > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.offcanvas__nav .sub-menu > li > a {
  padding: 10px;
  background-color: unset;
  border-radius: 0;
}
.offcanvas__nav #primary-menu1 > li > ul > li a {
  padding: 10px 20px !important;
}
.offcanvas__nav #primary-menu1 > li > ul > li > ul > li a {
  padding: 10px 30px !important;
}

/* 404 page start */
.error404 .site-header {
  position: relative;
}
.error-404-wrapper {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.error-404-wrapper h1 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  margin: 0 0 10px;
}
.error-404-wrapper p {
  margin: 0;
  font-size: 18px;
}
.error-404-wrapper .btn {
  margin: 20px auto 0;
  width: fit-content;
}
/* 404 page end */

/* Search page start */
.no-results.not-found {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.no-results.not-found form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 600px;
  margin: 20px auto 0;
}
.no-results.not-found form label {
  width: 100%;
}
.no-results.not-found .search-submit {
  width: fit-content;
  cursor: pointer;
}
.search-results .page-header {
  margin-bottom: clamp(25px, 3vw, 45px);
  text-align: center;
}
/* Search page end */

/* Footer css start */
.site-footer {
  background-color: #edf0f8;
  position: relative;
}
.site-footer::after {
  content: "";
  background-image: url(../img/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 287px;
  display: block;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.site-footer > .wrapper {
  max-width: 1800px;
}
.site-footer-wrapper {
  display: flex;
  gap: 35px;
  position: relative;
  z-index: 1;
  padding: clamp(25px, 3vw, 45px) 0 80px;
  max-width: 1200px;
}
.site-footer-wrapper > div {
  flex: 0.7;
}
.site-footer-wrapper > div:first-child {
  flex: 1.75;
}
/* .site-footer-wrapper > div:last-child {
  flex: 2;
} */
.footer-content {
  max-width: 394px;
}
.footer-content p {
  font-size: 16px;
  color: #626262;
}
.footer-widget h4 {
  margin-bottom: clamp(16px, 2vw, 24px);
}
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget li p,
.footer-widget li a {
  color: #717171;
  font-size: clamp(16px, 2vw, 18px);
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--secondary-font);
}
.footer-widget li:not(:last-child) {
  margin-bottom: clamp(8px, 2vw, 12px);
}
.footer-contact li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact li::before {
  content: url(../img/footer-1.png);
  line-height: 1;
  margin-top: 3px;
}
.footer-contact li:nth-child(2)::before {
  content: url(../img/footer-2.png);
}
.footer-contact li:nth-child(3)::before {
  content: url(../img/footer-3.png);
}
.footer-contact li:nth-child(4)::before {
  content: url(../img/footer-4.png);
}
.social-media {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-top: clamp(20px, 2vw, 30px); */
}
.social-media a {
  color: #191919;
  font-size: 20px;
}
.footer-logo img {
  max-width: 360px;
  margin-bottom: 12px;
}
.site-info {
  background-color: #e4722b;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.site-info .wrapper {
  display: flex;
  gap: 20px;
  row-gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.site-info p,
.site-info p a {
  color: var(--light);
}
.site-info p a:hover {
  color: var(--primary);
}

/* Footer css end */

@media (max-width: 1600px) {
  .wrapper {
    max-width: 1400px;
  }
  .wrapper-medium {
    max-width: 1340px;
  }
  .custom-logo-link img {
    max-width: 200px;
  }
  .footer-logo img {
    max-width: 280px;
  }
}
@media (max-width: 1200px) {
  .site-footer__wrapper {
    gap: 25px;
  }
  .today-date {
    display: none;
  }
  .header-search {
    justify-content: end;
  }
  .custom-logo-link img {
    max-width: 200px;
  }
  .footer-logo img {
    max-width: 240px;
  }
  .site-footer::after {
    max-height: 200px;
  }
  .site-footer-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  #site-navigation,
  .main-navigation,
  .site-header .header-search form {
    display: none;
  }
  .hamburger-toggle {
    display: block;
  }
  .section-wrapper {
    margin-bottom: 20px;
  }
  .common-btn-wrapper .btn {
    top: -55px;
  }
  .site-footer__wrapper {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 35px;
  }
  .header-search {
    gap: 22px;
  }
}
@media (max-width: 989px) {
  .back-to-top {
    bottom: 90px;
  }
  .site-footer-wrapper {
    flex-wrap: wrap;
  }
  .site-footer-wrapper > div {
    width: calc(50% - 17.5px);
    flex: unset !important;
  }
  .footer-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .site-footer__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-search form {
    width: 100%;
    max-width: 370px;
  }
  .modal-trending-news {
    gap: 20px;
  }
  .modal-trending-news .entry-container {
    width: 100%;
  }
  .site-footer-wrapper {
    padding-bottom: 40px;
  }
  .site-footer::after {
    max-height: 160px;
  }
}
@media (max-width: 567px) {
  .offcanvas #primary-menu1 li {
    width: 90%;
  }
  .section-wrapper {
    margin-bottom: 15px;
  }
  .common-btn-wrapper .btn {
    position: unset;
    margin: 20px auto 0;
  }
  .site-info-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .site-info-wrapper > div:not(:last-child) {
    border: unset;
    margin-left: unset;
    padding-left: unset;
  }
  .site-info-wrapper > div:nth-child(2) {
    max-width: 100%;
  }
  .site-footer-wrapper > div {
    width: 100%;
  }
  .header-search .btn {
    display: none;
  }
}
