@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script:wght@400..700&family=Kalnia:wght@100..700&display=swap");
:root {
  --body: #fff;
  --black: #070A01;
  --black2: #353844;
  --white: #fff;
  --theme: #F5B245;
  --theme2: #0077B1;
  --theme3: #DA3C3C;
  --theme4: #0162FD;
  --header: #01030D;
  --header2: #161616;
  --ratting: #febb02;
  --text: #ACADB5;
  --text2: #f5f5f5;
  --text3: #e2dfeb;
  --border: #e2dfeb;
  --bg:#F9DABB;
  --bg2:#F8F5F0;
  --bg3:#FFFDFB;
  --bg4:#1C210C;
  --bg5:#EEEEEE;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.bg2 {
  background: var(--bg2);
}

.bg3 {
  background: var(--bg3);
}

.bg4 {
  background: var(--bg4);
}

.bg5 {
  background: var(--bg5);
}

.black-clr {
  color: var(--black);
}

.black2-clr {
  color: var(--black2);
}

.black-bg {
  background: var(--black);
}

.white-clr {
  color: var(--white);
}

.white-bg {
  background: var(--white);
}

.theme-clr {
  color: var(--theme);
}

.theme-bg {
  background: var(--theme);
}

.theme2-clr {
  color: var(--theme2);
}

.theme2-bg {
  background: var(--theme2);
}

.theme3-clr {
  color: var(--theme3);
}

.theme3-bg {
  background: var(--theme3);
}

.ratting-clr {
  color: var(--ratting);
}

.ratting-bg {
  background: var(--ratting);
}

.text-clr {
  color: var(--text);
}

.text-bg {
  background: var(--text);
}

.text2-clr {
  color: var(--text2);
}

.text2-bg {
  background: var(--text2);
}

.cmn-clr {
  color: var(--text);
}

.cmn-bg {
  background: var(--bg);
}

.section-bg {
  background: var(--bg);
}

.border-clr {
  color: var(--border);
}

.cmn-border {
  border: 1px solid var(--border);
}

.border-bg {
  background: var(--border);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
/*.heading-font {*/
/*  font-family: "Kalnia", serif;*/
/*}*/

.sub-font {
  font-family: "Dancing Script", cursive;
}

.body-font {
  font-family: "Barlow", sans-serif;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Kalnia", serif;*/
  font-family:  sans-serif;
  margin: 0px;
  font-style: normal;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 100px;
  font-weight: 900;
  line-height: 100%;
}

h2 {
  font-size: 50px;
  line-height: 120%;
  font-weight: 900;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 130%;
}

@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

@media (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 991px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.d-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-32 {
  font-size: 32px;
  line-height: 132%;
}

@media (max-width: 1199px) {
  .fs-32 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .fs-32 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fs-32 {
    font-size: 22px;
  }
}
.header-top-section {
  position: relative;
  z-index: 99;
  background: var(--bg4);
}

.header-top-section .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
}

.header-top-section .header-top-wrapper .located {
  color: #fff;
  opacity: 0.8;
}

.header-top-section .header-top-wrapper .located i {
  font-size: 16px;
  color: var(--white);
}

.header-top-section .header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-top-section .header-top-wrapper .contact-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.header-top-section .header-top-wrapper .contact-list li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.header-top-section .header-top-wrapper .contact-list li i {
  font-size: 16px;
  color: var(--white);
}

.header-top-section.style3 {
  background: var(--white);
}

.header-top-section.style3 .located {
  font-weight: 500;
  color: rgba(7, 10, 1, 0.9);
}

.header-top-section.style3 .located i {
  color: var(--black);
  opacity: 1;
}

.header-top-section.style3 .contact-list li i {
  color: var(--black);
}

.header-top-section.style3 .contact-list li a {
  color: rgba(7, 10, 1, 0.9);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  height: 135px;
}

.header-main .main-menu ul {
  margin-bottom: 0;
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 30px;
}

.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  padding: 16px 0;
  text-align: left;
  font-family: "Barlow", sans-serif;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
  margin-left: 2px;
  font-size: 16px;
}

.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}

.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 200px;
  background: var(--white);
  border-radius: 5px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.5s;
  transform: scale(0);
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--black) !important;
  padding: 0 18px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  border-radius: 5px;
}

.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme);
  color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
  width: 870px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: 0px;
  visibility: hidden;
  padding: 20px 20px 20px 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  justify-content: center;
}

@media (min-width: 1200px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
    gap: 24px;
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    width: 31.33%;
  }
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button span {
  text-align: center;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb.active::before, .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb.active .demo-button, .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb.active .homemenu-btn, .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}

.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}

.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.header-main .sidebar__toggle {
  cursor: pointer;
  width: 40px;
  font-size: 20px;
}

.header-main .sidebar__toggle img {
  width: 30px;
  object-fit: contain;
}

.header-main .search-trigger {
  font-size: 19px;
  color: var(--white);
}

.header-main .search-trigger img {
  width: 26px;
  object-fit: contain;
}

.header-main .tolly-icon .count-quan {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background: var(--white);
  font-size: 11px;
  line-height: 12px;
  padding: 3px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}

.header-1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  background: rgba(245, 178, 69, 0.05);
  transition: all 0.5s;
}

.header-1.sticky {
  position: sticky;
  top: 0;
  background: #353844 !important;
}

.header-1.style3 {
  background: rgba(255, 255, 255, 0.07);
}

.header-1 .container {
  max-width: 1710px;
  margin: 0 auto;
}

.header-1 .header-main .header-left {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1899px) {
  .header-1 .header-main .header-left {
    gap: 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-left {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-left {
    gap: 20px;
  }
}
.header-1 .header-main .header-left .category-oneadjust {
  width: 160px;
  border-radius: 8px;
  border: 1px solid rgba(92, 112, 126, 0.3);
  padding: 10px 16px;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .header-1 .header-main .header-left .category-oneadjust {
    display: none;
  }
}
.header-1 .header-main .header-left .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
}

.header-1 .header-main .header-left .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--white);
  width: 160px;
  padding: 5px 8px;
  overflow-y: scroll;
}

@media (max-width: 1199px) {
  .header-1 .header-main .header-left .category-oneadjust .nice-select .list {
    right: -60px;
  }
}
.header-1 .header-main .header-left .category-oneadjust .nice-select .list li {
  color: var(--header);
  font-size: 14px;
  border: none;
}

.header-1 .header-main .header-1.sticky .logo .header-logo img {
  width: 50%;
}

.header-1 .header-main .header-right {
  gap: 30px;
}

@media (max-width: 1199px) {
  .header-1 .header-main .header-right {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header-1 .header-main .header-right {
    gap: 10px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right {
    gap: 7px;
  }
}
.header-1 .header-main .header-right .search-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(92, 112, 126, 0.3);
  color: var(--header);
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .header-1 .header-main .header-right .search-icon {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .search-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right .header-button {
    display: none;
  }
}
.header-1 .header-logo {
  width: 150px !important;
  display: block;
}

.header-1 .header-logo img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .header-1 .common-btn {
    padding: 9px 16px 11px !important;
  }
  .header-1 .common-btn i {
    display: none;
  }
}
@media (max-width: 450px) {
  .header-1 .header-logo {
    max-width: 100px;
  }
  .header-1 .header-logo img {
    width: 100%;
  }
}
.sidebar__toggle {
  cursor: pointer;
}

.sticky-header1.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky-header1.sticky .mega-menu-wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #efefef !important;
}

.sticky-header1 .mega-menu-wrapper {
  background: #f5f6f8 !important;
}

.header-style2.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content {
  padding-bottom: 20px;
}

.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--black);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 14px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--black);
  font-size: 21px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
  background: var(--theme) !important;
  border-radius: 100px;
  overflow: hidden;
  padding: 9px 16px 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn span,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
  color: var(--white) !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--white);
  color: var(--black);
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  border-color: var(--theme);
  background-color: var(--theme);
  color: var(--white);
}

@media (max-width: 1199px) {
  .offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
  }
}
@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.blar-comming img {
  filter: blur(4px);
}

.loader-logo {
  width: 30%;
}

.section-title {
  position: relative;
  z-index: 2;
}

/* Smooth shrinking header */
/* ===== Header Base ===== */
#header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease;
}

/* Transparent background at the start */
#header-sticky.header-transparent {
  background: transparent;
  box-shadow: none;
}

/* Default header padding */
#header-sticky .header-main {
  padding: 25px 0; /* this controls header height */
  transition: all 0.4s ease;
  height: 135px; /* optional: define initial height */
  display: flex;
  align-items: center;
}

/* Logo setup */
/* ===== On Scroll (shrink effect) ===== */
#header-sticky.scrolled {
  background: rgb(53, 56, 68);
  /* white bg after scroll */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* ===== When Scrolled ===== */
#header-sticky.scrolled .header-main {
  padding: 10px 0; /* reduce spacing */
  height: 90px; /* reduce height from 135px to 90px */
  transition: all 0.4s ease;
}

#header-sticky.scrolled .header-logo img {
  height: 100px; /* smaller logo size */
  transform: scale(0.95);
}

.footer-widget-wrapper {
  padding: 100px 0 80px;
}

.footer-widget-wrapper .single-footer-widget .widget-head {
  margin-bottom: 28px;
}

.footer-widget-wrapper .single-footer-widget .social-cmn a {
  width: 40px;
  height: 40px;
  background: #20221a;
}

.footer-widget-wrapper .single-footer-widget .social-cmn a i {
  color: var(--white);
  font-size: 14px;
}

.footer-widget-wrapper .single-footer-widget .footer-content p {
  margin-bottom: 24px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .adjust-form {
  margin-bottom: 30px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .adjust-form input {
  height: 45px;
  padding: 6px 16px;
  border-radius: 0;
  border: unset;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  color: var(--black);
}

.footer-widget-wrapper .single-footer-widget .footer-content .adjust-form input::placeholder {
  color: var(--black);
}

.footer-widget-wrapper .single-footer-widget .footer-content .adjust-form button {
  width: 55px;
  min-width: 55px;
  height: 45px;
}

.footer-widget-wrapper .single-footer-widget .important-link li a {
  color: var(--text);
  font-size: 16px;
}

.footer-widget-wrapper .single-footer-widget .important-link li a:hover {
  color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .adredd-info li a {
  color: var(--text);
  font-size: 16px;
  line-height: 23px;
}

.footer-widget-wrapper .single-footer-widget .adredd-info li:hover a {
  color: var(--theme);
}

@media (max-width: 991px) {
  .footer-widget-wrapper .single-footer-widget .widget-head {
    margin-bottom: 18px;
  }
  .footer-widget-wrapper .single-footer-widget .footer-content p {
    margin-bottom: 20px;
  }
  .footer-widget-wrapper .single-footer-widget .footer-content .adjust-form {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .footer-widget-wrapper {
    padding: 80px 0 70px;
  }
}
.footer-bottom {
  border-top: 1px solid #32353f;
  padding: 30px 0;
}

@media (max-width: 1199px) {
  .footer-bottom {
    padding: 22px 0;
  }
}
.footer-style2 .single-footer-widget .social-cmn a {
  background: var(--white);
  border: 1px solid var(--black);
}

.footer-style2 .single-footer-widget .social-cmn a i {
  color: var(--black);
}

.footer-style2 .single-footer-widget .social-cmn a:hover {
  border-color: var(--theme);
}

.footer-style2 .single-footer-widget .footer-content .adjust-form input {
  background: var(--black);
  color: var(--white);
}

.footer-style2 .single-footer-widget .footer-content .adjust-form input::placeholder {
  color: var(--white);
}

.footer-style2 .single-footer-widget .important-link li a {
  color: var(--black);
}

.footer-style2 .single-footer-widget .adredd-info li svg path {
  stroke: var(--black);
}

.footer-style2 .single-footer-widget .adredd-info li a {
  color: var(--black);
}

.footer-style2 .single-footer-widget .adredd-info li:hover a {
  color: var(--theme);
}

.footer-style2 .footer-bottom {
  border-color: #ebebeb;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fafafa;
}



/*# sourceMappingURL=style.css.map */
