/*!
Theme Name: aljanna
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aljanna
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aljanna is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/* Basic Style */
:root {
  --clr-primary: #b23a4e;
  --clr-secondary: #1d315d;
  --clr-sub-text: #464646;
  --clr-gray-100: #f6f3f5;
  --clr-black: #000;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:focus-visible {
  outline: none;
}

html {
  font-family: "Manrope", sans-serif;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--clr-sub-text);
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
picture {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

iframe {
  border: 0;
  width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
  margin: 0;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}

i:hover {
  transition: 0.3s ease-in-out;
}

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

.container {
  max-width: 1140px;
}

.container-fluid {
  padding: 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 16px 0;
}

p:last-child {
  margin-bottom: 0;
}

/* Scrollbar Track */
/* *::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 0;
} */

/* Scrollbar Thumb */
/* *::-webkit-scrollbar-thumb {
  background: #f59635;
  border-radius: 0;
} */

/* Common Listing */
.detail-container ul,
.common-listing {
  margin-bottom: 0;
}

.detail-container ul li,
.common-listing li {
  padding-left: 10px;
  margin-bottom: 6px;
  position: relative;
}
.detail-container ul li:last-child,
.common-listing li:last-child {
  margin-bottom: 0;
}

.detail-container ul li::before,
.common-listing li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--clr-primary);
  border-radius: 100%;
}
.detail-container ul li ul,
.common-listing li ul {
  margin-top: 10px;
}
.detail-container ol,
.common-list-numeric {
  counter-reset: item;
  margin-left: 0;
}
.detail-container ol > li::before .common-list-numeric > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.detail-container ol > li:not(:last-child),
.common-list-numeric > li:not(:last-child) {
  margin-bottom: 16px;
}
.detail-container ol ul .common-list-numeric .common-list {
  margin-top: 12px;
}
/* Common Listing End */
/* Basic Style End */

/* Typography Style */
h1,
.heading-one {
  font-size: 60px;
  line-height: 70px;
}

h2,
.heading-two {
  font-size: 32px;
  line-height: 44px;
}
h4,
.heading-four {
  font-size: 26px;
  line-height: 30px;
}
/* h3,
.heading-three {
  font-size: 30px;
  line-height: 40px;
} */

h5,
.heading-five {
  font-size: 24px;
  line-height: 28px;
}

h6,
.heading-six {
  font-size: 16px;
  line-height: 24px;
}

h1,
.heading-one {
  font-weight: 700;
}

h2,
.heading-two,
h3,
.heading-three,
h4,
.heading-four {
  font-weight: 700;
}

/* h5,
.heading-five {
  font-weight: 500;
} */

h6,
.heading-six,
.heading-five {
  font-weight: 600;
}

h2,
.heading-two,
h3,
.heading-three,
h4,
.heading-four,
h5,
.heading-five,
h6,
.heading-six {
  color: var(--clr-secondary);
}

a,
p > a,
.link {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: var(--clr-primary);
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

a:hover,
p > a:hover,
.link:hover {
  color: #000000;
  transition: 0.3s ease-in-out;
}

.arrow-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: var(--clr-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.arrow-link:hover {
  color: var(--clr-secondary);
  transition: 0.3s ease-in-out;
}

.arrow-link :focus {
  color: var(--clr-secondary);
  transition: 0.3s ease-in-out;
}

.arrow-link.icon {
  gap: 12px;
}
.under-line-link {
  text-decoration: underline;
  font-weight: 600;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--clr-sub-text);
}
.text-normal {
  font-size: 16px;
  line-height: 24px;
}
.text-lg {
  font-size: 18px;
  line-height: 27px;
}
/* .text-xl {
  font-size: 24px;
  line-height: 36px;
}

.text-lg {
  font-size: 18px;
  line-height: 24px;
}

.text-sm {
  font-size: 14px;
  line-height: 21px;
}

.text-xs {
  font-size: 12px;
  line-height: 15px;
} */

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* Typography Style End */

/* Breadcrumbs Start*/
/* .breadcrumb {
  margin-top: 24px;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #565656;
}

.breadcrumb-item.active {
  color: #363636;
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url(../images/icon-breadcrumb.svg);
  height: 21px;
  padding-right: 2px;
  padding-left: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding-top: 2px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 2px;
} */

/* Breadcrumbs End */

/* Button Style */
.solid-button,
footer .tnp-field input[type="submit"] {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  background-color: var(--clr-primary);
  border: 1px solid var(--clr-primary);
  border-radius: 8px;
  padding: 10px 23px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
footer .tnp-field input[type="submit"]:hover,
footer .tnp-field input[type="submit"]:focus {
  color: var(--clr-primary);
  background-color: #fff;
}
.solid-button::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: white;
  z-index: -1;
  transition: width 300ms ease;
}

.solid-button:hover,
.solid-button:focus {
  color: var(--clr-primary);
}
.solid-button:hover::after,
.solid-button:focus::after {
  width: 110%;
}
.solid-button:disabled,
.solid-button:disabled:hover,
.solid-button:disabled:focus {
  color: #565656;
  background-color: #d3d3d3;
  pointer-events: none;
}

.outline-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: var(--clr-primary);
  background-color: #ffffff;
  border: 1px solid var(--clr-primary);
  border-radius: 8px;
  padding: 11px 23px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
.outline-button::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: var(--clr-primary);
  z-index: -1;
  transition: width 300ms ease;
}

.outline-button:hover,
.outline-button:focus {
  color: #fff;
}
.outline-button:hover::after,
.outline-button:focus::after {
  width: 110%;
}

.outline-button:disabled,
.outline-button:disabled:hover,
.outline-button:disabled:focus {
  color: #565656;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  pointer-events: none;
}

button {
  padding: 0;
  border: none;
}
.btn-close:focus {
  box-shadow: none;
}
.button-group {
  display: flex;
  align-items: center;
  gap: 24px;
}
.arrow-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: var(--clr-primary);
  position: relative;
}

/* .arrow-link::before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid var(--clr-primary);
  z-index: 2;
  right: -6px;
} */
.arrow-link:hover {
  color: var(--clr-secondary);
  transition: 0.3s ease-in-out;
}
.arrow-link:hover i {
  background-color: var(--clr-secondary);
  transform: translateX(5px);
}
/* Button Style End */

/* Form Style */
.form-group {
  margin-bottom: 16px;
}

label {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #000000;
  margin: 0 0 6px;
}

.valid-field {
  color: #d12929;
}

input,
select,
textarea,
.newsletter-section .tnp-subscription input[type=email] {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  width: 100%;
  /* box-shadow: 0px 1.06px 2.11px 0px #1018280d; */
}
.newsletter-section .tnp-subscription input[type=email]{
  padding: 9px 15px;
}
input,
textarea,
select {
  padding: 9px 15px;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #aaa7a8;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icon-chevron.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  cursor: pointer;
  padding-right: 40px;
}

textarea {
  resize: none;
}

input:focus,
input:focus-within,
select:focus,
select:focus-within,
textarea:focus,
textarea:focus-within {
  border: 1px solid var(--clr-primary);
  outline: none;
  box-shadow: none;
}

input:disabled {
  background: #f6f6f6;
  color: #565656;
  border: 1px solid #f6f6f6;
}

label.error,
label.message,
.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
  color: #d12929;
  margin-top: 4px;
  margin-bottom: 0;
}
.check-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.check-group label {
  cursor: pointer;
  margin-bottom: 0;
}
.form-check-input[type="checkbox"] {
  height: 16px;
  width: 16px;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input:checked {
  background-color: var(--clr-primary);
  border-color: var(--clr-primary);
}
.form-check-input:checked[type="checkbox"] {
  background-image: url(assets/images/icon-check.svg);
  background-size: 12px;
}

/* Form Style End */
/* color */
.text-black {
  color: #121212;
}
/* spacing Start */
.py-100 {
  padding: 100px 0;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.py-40 {
  padding: 40px 0;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-24 {
  margin-bottom: 24px;
}
.section-padding {
  padding: 24px 0 100px;
}
/* spacing End */
/* icons */
.icon-arrow {
  mask-image: url(assets/images/icon-arrow.svg);
  -webkit-mask-image: url(assets/images/icon-arrow.svg);
  width: 16px;
  height: 12px;
  background-color: var(--clr-primary);
}
.icon-envlop {
  mask-image: url(assets/images/icon-envlop.svg);
  -webkit-mask-image: url(assets/images/icon-envlop.svg);
  width: 24px;
  height: 24px;
  background-color: var(--clr-secondary);
}
.icon-tel {
  mask-image: url(assets/images/icon-tel.svg);
  -webkit-mask-image: url(assets/images/icon-tel.svg);
  width: 24px;
  height: 24px;
  background-color: var(--clr-secondary);
}
.icon-location {
  mask-image: url(assets/images/icon-pin.svg);
  -webkit-mask-image: url(assets/images/icon-pin.svg);
  width: 20px;
  height: 20px;
  background-color: var(--clr-secondary);
}
.icon-tiktok {
  mask-image: url(assets/images/icon-tiktok.svg);
  -webkit-mask-image: url(assets/images/icon-tiktok.svg);
  width: 20px;
  height: 20px;
  background-color: var(--clr-secondary);
}
.icon-twitter {
  mask-image: url(assets/images/icon-twitter.svg);
  -webkit-mask-image: url(assets/images/icon-twitter.svg);
  width: 20px;
  height: 20px;
  background-color: var(--clr-secondary);
}
.icon-linkedin {
  mask-image: url(assets/images/icon-linkedin.svg);
  -webkit-mask-image: url(assets/images/icon-linkedin.svg);
  width: 20px;
  height: 20px;
  background-color: var(--clr-secondary);
}
.icon-insta {
  mask-image: url(assets/images/icon-insta.svg);
  -webkit-mask-image: url(assets/images/icon-insta.svg);
  width: 20px;
  height: 20px;
  background-color: var(--clr-secondary);
}
.icon-youtube {
  mask-image: url(assets/images/icon-yt.svg);
  -webkit-mask-image: url(assets/images/icon-yt.svg);
  width: 20px;
  height: 20px;
  background-color: var(--clr-secondary);
}
.icon-chevron {
  mask-image: url(assets/images/icon-down-arrow.svg);
  -webkit-mask-image: url(assets/images/icon-down-arrow.svg);
  width: 20px;
  height: 20px;
  background-color: var(--clr-secondary);
}
.icon-filter {
  mask-image: url(assets/images/icon-filter.svg);
  -webkit-mask-image: url(assets/images/icon-filter.svg);
  width: 20px;
  height: 20px;
  background-color: var(--clr-secondary);
}
/* icons */
/* Swiper Start */
/* .feature-brands-section .swiper-pagination{
  bottom: 0;
} */
.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: var(--clr-secondary);
}
.swiper-pagination-bullet-active {
  background: var(--clr-secondary);
}
.hero-section .swiper-pagination-bullet {
  background: #f6f3f5;
}
.hero-section .swiper-pagination-bullet-active {
  background: #fff;
}
.brandslider {
  height: 100%;
}
.brandslider .swiper-pagination {
  position: static;
  padding-top: 20px;
}
.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
}
/* Swiper End */
/* Header start */
.site-header {
  padding: 16px 0;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.page-template-front-page .site-header {
  background-color: transparent;
}
.page-template-front-page header .site-logo img {
  filter: brightness(100);
}
.site-header.sticky {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  padding: 12px 0;
}
.site-header.sticky .site-nav.nav-menu a {
  color: #fff;
}
.site-logo a {
  display: block;
  width: 140px;
}
.site-header.sticky .site-logo a {
  width: 120px;
}
.site-logo a img{
  width: 100%;
}
.nav-link-container {
  display: flex;
  align-items: center;
  justify-content: end;
}
.site-nav.nav-menu {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 0;
}
.site-nav.nav-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  color: var(--clr-secondary);
  padding-bottom: 10px;
  position: relative;
}
.site-nav.nav-menu a::after,
.site-footer .footer-nav a::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--clr-secondary);
  position: absolute;
  bottom: 0;
  transform: scale(0);
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.page-template-front-page .site-nav.nav-menu a {
  color: #fff;
}
.page-template-front-page .site-nav.nav-menu a::after,
.site-header.sticky .site-nav.nav-menu a::after {
  background-color: #fff;
}
.site-nav.nav-menu a:hover::after,
.site-nav.nav-menu a:focus::after,
.site-footer .footer-nav a:hover::after,
.site-footer .footer-nav a:focus::after {
  transform: scale(1);
}

.site-footer .footer-nav a::after {
  background-color: var(--clr-primary);
}

.site-nav.nav-menu .contact-us-link a {
  background-color: var(--clr-primary);
  border: 1px solid var(--clr-primary);
  color: #fff;
  border-radius: 8px;
  padding: 10px 23px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
.site-nav.nav-menu .contact-us-link a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: white;
  z-index: -1;
  transition: width 300ms ease;
}

.site-nav.nav-menu .contact-us-link a:hover,
.site-nav.nav-menu .contact-us-link a:focus {
  color: var(--clr-primary);
}
.site-nav.nav-menu .contact-us-link a:hover::after,
.site-nav.nav-menu .contact-us-link a:focus::after {
  width: 110%;
}
.mobile-menu {
  display: none;
}
.site-footer .footer-nav a::after {
  width: 100%;
}
.site-nav .menu-item.current-menu-item > a::after,
.footer-nav .menu-item.current-menu-item > a::after {
  transform: scale(1);
}
.footer-nav .menu-item.current-menu-item > a  {
  color: var(--clr-primary);
}
.site-nav .menu-item.current-menu-item.contact-us-link > a::after {
  transform: translateX(-50%);
}
.nav-links-main-container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 35px;
}
.wpml-ls-legacy-dropdown {
  width: 100%;
  padding: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown a {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: transparent;
  border: none;
  padding: 0 18px 0 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--clr-primary);
  margin: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: url(assets/images/icon-dropdown-primary.svg);
  border: none;
  right: 0;
  top: unset;
}
.wpml-ls-legacy-dropdown .wpml-ls-item:hover a.wpml-ls-item-toggle:after{
  rotate: 180deg;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: 27px;
  height: 20px;
  border-radius: 4px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
  background-color: transparent;
  color: var(--clr-primary);
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
  border-top: none;
  margin-top: 4px;
}
.page-template-front-page .wpml-ls-legacy-dropdown .wpml-ls-flag + span,
.page-template-front-page .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover,
.site-header.sticky .wpml-ls-legacy-dropdown .wpml-ls-flag + span,
.site-header.sticky .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  color: #fff;
}
.page-template-front-page .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.site-header.sticky .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: url(assets/images/icon-dropdown.svg);
}
.offcanvas-header .btn-close{
  padding: 0;
}
/* Header End */
.page-template-front-page .site-main {
  padding-top: 0;
}
.site-main {
  padding-top: 112px;
}
/* Banner  */
.mySwiper .swiper-wrapper {
  align-items: stretch;
}

.mySwiper .swiper-slide {
  display: flex;
  flex-direction: column;
}

.banner-slide-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0 95px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-slide-container::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  /* background-image: linear-gradient(
      187.35deg,
      rgba(0, 0, 0, 0.16) -32.58%,
      rgba(0, 0, 0, 0.004) 118.76%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0) 24.62%, #000000 228.79%); */
    background-image: linear-gradient(187.35deg, rgba(0, 0, 0, 0.16) -32.58%, rgb(0 0 0 / 29%) 118.76%), linear-gradient(0deg, rgba(0, 0, 0, 0) 24.62%, #000000 228.79%);
}
.banner-container {
  position: relative;
  z-index: 2;
}
.banner-title {
  color: #ffffff;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.banner-text {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  max-width: 463px;
  margin-bottom: 40px;
}
.banner-container .solid-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 38px;
  background-color: #fff;
  color: var(--clr-primary);
}
.banner-container .solid-button:hover {
  color: #fff;
  background-color: var(--clr-primary);
}
.banner-container .solid-button::after {
  background-color: var(--clr-primary);
}
/* Banner  End*/
/* Feature Section start */
.feature-item-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.feature-brands-section .feature-item-container {
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 100%;
  margin-inline: auto;
}
.feature-header-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.feature-title {
  margin-bottom: 0;
  text-transform: capitalize;
}
.feature-text p {
  margin-bottom: 0;
}
.feature-brands-section .feature-text,
.feature-products-section .feature-text {
  margin-bottom: 24px;
}
.feature-item-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 4px solid var(--clr-primary);
  border-radius: 50%; */
  margin-bottom: 16px;
  max-height: 267px;
  min-height: 267px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 12px;
}
.page-template-front-page
  .feature-brands-section
  .feature-item-image-container {
  border: 4px solid var(--clr-secondary);
  border-radius: 50%;
  max-height: 160px;
  min-height: 160px;
}
.feature-item-image-container img {
  border-radius: 4px;
  scale: 1;
  transition: scale 300ms ease;
}
.feature-item-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--clr-black);
}
.feature-item-text {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 12px;
  flex: 1;
}
.feature-item-container:hover .feature-item-image-container img {
  scale: 1.1;
}
/* Feature Section end */
/* About us start */
.about-us-info-container {
  max-width: 630px;
}
.about-us-info p{
  font-size: 18px;  
  line-height: 27px;
}
.about-us-info p:last-of-type {
  margin-bottom: 30px;
}
.about-us-info ul {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 24px;
  margin-bottom: 30px;
  max-width: 526px;
}
.about-us-info ul > *{
  flex: 1;
}
.number-text {
  display: block;
  color: var(--clr-secondary);
  margin-bottom: 4px;
}
.aboutus-image-container{
  height: 100%;
}
.aboutus-image-container img {
  border-radius: 8px;
  object-fit: cover;
}
.about-us-info .text-normal {
  color: var(--clr-secondary);
}
/* About us end */
/* Feature product */
.feature-products-section .feature-item-image-container img {
  height: 100%;
  width: 100%;
}

/* Footer Start */

/* .site-footer {
  background: linear-gradient(
    97.66deg,
    var(--clr-secondary) 8.11%,
    rgba(36, 36, 36, 0.8) 120.96%
  );
  color: #fff;
} */
.newsletter-section {
  background-color: var(--clr-gray-100);
  padding: 40px 0;
}

.site-footer a {
  font-size: 14px;
  line-height: 21px;
  color: var(--clr-secondary);
}
.site-footer a:hover{
  color: var(--clr-primary);
}
.site-footer a:hover i{
 background-color: var(--clr-primary);
}
.footer-logo {
  margin-bottom: 12px;
}
.footer-text {
  font-size: 14px;
  line-height: 21px;
  color: var(--clr-secondary);
  margin-bottom: 25px;
}
.contact-links,
.footer-menu-list {
  margin-bottom: 0;
}
.contact-links li {
  margin-bottom: 16px;
}
.contact-links li:last-of-type {
  margin-bottom: 0;
}
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.social-links-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}
.social-link {
  display: block;
  scale: 1;
  transition: all 0.3s ease-in-out;
}
.social-link:hover {
  scale: 0.85;
}
.footer-link-title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--clr-secondary);
}
.footer-nav a {
  margin-bottom: 8px;
  position: relative;
}
.hours-container li {
  display: flex;
  gap: 28px;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.hours-container span.day {
  min-width: 76px;
}
.hours-container span,
.copyright-text,
.devlopment-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--clr-secondary);
  margin-bottom: 0;
}
.devlopment-text a {
  text-decoration: underline;
}
.devlopment-text a:hover {
  color: var(--clr-primary);
}
footer .tnp-subscription label{
  display: none;
}
footer div.tnp-subscription,
footer form.tnp-subscription,
footer form.tnp-profile{
  margin: 0;
  max-width: 558px;
}
.tnp-subscription form {
    display: flex;
    gap: 20px;
}
footer .tnp-subscription div.tnp-field,footer .tnp-profile div.tnp-field{
  margin: 0;
}
.tnp-field-email{
  flex: 1;
}
/* Map Container */
.map-container iframe {
  height: 211px;
  border-radius: 8px;
}
.copyright-section {
  padding: 10px 0;
  border-top: 1px solid var(--clr-gray-100);
}
.copyright-container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

#go-top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  display: none;
  padding: 0;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 8;
  background: white;
  transition: all 0.3s;
  border-radius: 8px;
  border: 1px solid var(--clr-primary);
}
#go-top:hover {
  color: #fff;
  background: var(--clr-primary);
}
.otgs-development-site-front-end{
  display: none;
}
/* Breadcrumb-container */
.breadcrumb-container {
  background-color: var(--clr-gray-100);
  padding: 28px 0;
}
/* 
.brand-main-container {
  padding: 24px 0 50px;
} */
/* Filter start */
.filter-container {
  position: sticky;
  top: 100px;
}
.filter-header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.filter-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
}
.filter-checkbox-container ul {
  margin-bottom: 12px;
}

.filter-checkbox-container ul li:last-of-type .check-group {
  margin-bottom: 0;
}
.check-group label{
font-size: 16px;
line-height: 24px;

}
.check-group input:checked+label {
  color: var(--clr-primary);
}
.accordion-item {
  border: none;
  box-shadow: none;
  margin-bottom: 24px;
  overflow: hidden;
}
.accordion-item:last-of-type {
  margin-bottom: 0;
}
.accordion-button {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 0 0 12px 0;
  color: #363636;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: #363636;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding: 12px 0 0 0;
}
.accordion-button::after {
  background-image: url(assets/images/icon-down-arrow.svg);
  rotate: 180deg;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(assets/images/icon-down-arrow.svg);
}
.filter-main-container .link {
  font-weight: 600;
}
.brand-item-row {
  margin-bottom: -24px;
}
.brand-item-col {
  margin-bottom: 24px;
}
.page-numbers-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 0;
}
.page-numbers {
  border: 1px solid #828282;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--clr-sub-text);
}
.page-numbers.current {
  color: #ffffff;
  border-color: var(--clr-primary);
  background-color: var(--clr-primary);
}
.prev.page-numbers,
.next.page-numbers {
  color: #ffffff;
  border-color: var(--clr-secondary);
  background-color: var(--clr-secondary);
}
.prev.page-numbers.disabled,
.next.page-numbers.disabled {
  color: #5b5257;
  border-color: #f6f3f5;
  background-color: #f6f3f5;
  cursor: not-allowed;
}
.next .icon-chevron {
  rotate: 90deg;
  background-color: #fff;
}
.prev .icon-chevron {
  rotate: 270deg;
  background-color: #fff;
}
.prev.page-numbers.disabled .icon-chevron,
.next.page-numbers.disabled .icon-chevron {
  background-color: #5b5257;
}
.filter-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--clr-secondary);
}
.filter-link:hover {
  color: var(--clr-secondary);
}
#offcanvasFilter {
  max-width: 80%;
}
#offcanvasFilter .offcanvas-header .btn-close {
  position: absolute;
  top: 12px;
  right: -26px;
  padding: 0;
}
#offcanvasFilter .filter-header-title {
  width: 100%;
  margin-bottom: 0;
}
.offcanvas-body .filter-container {
  position: relative;
  top: 0;
}
.brand-item-col .feature-item-title{
  margin-bottom: 4px;
}
/* FILter End */
/* Brand-detail start */
/* .brand-detail-container {
  padding-bottom: 30px;
} */
.feature-img {
  position: sticky;
  top: 100px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 12px;
  max-width: 461px;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-img img {
  display: block;
  width: auto;
  height: auto;
}
.brand-detail p {
  font-size: 16px;
  line-height: 24px;
}

.supplier-text {
  color: var(--clr-primary);
}
.enquiry-cta-container {
  background-color: #f6f3f5;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.enquiry-text-container {
  display: flex;
  align-items: center;
  flex: 1;
}
.enquiry-text-container p {
  margin: 0 10px 0 16px;
  flex-shrink: 0;
}
.enquiry-text-container hr {
  color: var(--clr-secondary);
  width: 100%;
  opacity: 0.2;
  margin-bottom: 0;
}
.enquiry-cta-container .solid-button {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 30px;
}
/* enquiry modal */
.form-row {
  margin-bottom: 16px;
}
form .form-row:last-of-type {
  margin-bottom: 30px;
}
.modal-content {
  padding: 30px;
  border: 1px solid #f6f3f5;
  border-radius: 8px;
  width: 558px;
}
.modal-header {
  padding: 0;
  border-bottom: 0;
}
.modal-header .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background-image: url(assets/images/icon-close.svg);
  padding: 0;
  opacity: 1;
  height: 16px;
  width: 16px;
}
.modal-header .heading-five {
  margin-bottom: 24px;
}
.modal-body {
  padding: 0;
}
.btn-wrapper .solid-button {
  width: auto;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  z-index: 1;
}
.btn-wrapper .solid-button::after {
  display: none;
}
.btn-wrapper .solid-button:hover,
.btn-wrapper .solid-button:focus {
  color: var(--clr-primary);
  background-color: #fff;
}
.wpcf7-spinner {
  opacity: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--clr-primary);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wpcf7-spinner::before {
  content: "Loading...";
  animation: none;
  color: #ffffff;
  background-color: transparent;
  position: static;
  width: auto;
  height: auto;
}
.btn-wrapper p {
  position: relative;
  display: inline-block;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin: 20px 0 0 0;
}
/* Product details */
.brand-name {
  font-size: 16px;
  line-height: 24px;
  color: var(--clr-secondary);
  margin-bottom: 8px;
}
/* About Us Page */
.about-us-row {
  margin-bottom: 50px;
}
.about-us-row:last-of-type {
  margin-bottom: 0;
}
.about-us-row:nth-of-type(odd) .about-us-img-col {
  order: 2;
}
.about-us-detail p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.about-us-header-container p {
  margin-bottom: 20px;
}
.about-us-header-container p:last-of-type {
  margin-bottom: 0;
}

.about-us-row h2 {
  margin-bottom: 8px;
}
.about-us-image {
  position: sticky;
  top: 100px;
}
.about-us-image img {
  border-radius: 8px;
}
.about-us-image,
.about-us-image img {
  width: 100%;
}
/* Gallery */
.aigpl-gallery {
  margin-left: -10px;
}
.aigpl-img-link {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
}
.aigpl-gallery-wrp .aigpl-img-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aigpl-gallery-wrp .aigpl-img,
.aigpl-gallery-album-wrp .aigpl-img {
  padding: 24px;
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.aigpl-img-link {
  scale: 1;
  transition: all 0.3s ease-in-out;
}
.aigpl-img-link:hover {
  scale: 0.95;
}
/* Carrer Start */
.careers-detail {
  border: 1px solid #cdcdcd;
  box-shadow: 0px 1.06px 2.11px 0px #1018280d;
  border-radius: 8px;
  padding: 24px;
  position: sticky;
  top: 100px;
}
.careers-detail-section .accordion-item {
  border: 1px solid rgba(29, 49, 93, 0.2);
  border-radius: 6px;
}
.careers-detail-section .accordion-button {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding: 16px;
  color: #363636;
  border-bottom: none;
  border-radius: 0;
}
.careers-detail-section .accordion-button:not(.collapsed) {
  background-color: #1d315d;
  color: #fff;
}
.careers-detail-section .accordion-button:not(.collapsed)::after {
  filter: brightness(100);
}
.careers-detail-section .accordion-body {
  padding: 16px;
}

.job-detail {
  font-size: 16px;
  line-height: 24px;
}
/* Career End */
.contact-info-section .site-logo-container {
  margin-bottom: 10px;
}
.contact-us-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.contact-us-links .icon-tel,
.contact-us-links .icon-envlop,
.contact-us-links .icon-address,
.contact-link .icon-location {
  background: var(--clr-primary);
}
.contact-us-links a:hover i{
  background: var(--clr-secondary);
}
.contact-us-links a,
.contact-us-links p {
  color: var(--clr-sub-text);
  font-weight: 600;
  margin-bottom: 9px;
}
.contact-us-links a:hover {
  color: #1d315d;
}
.contact-us-links p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
.contact-us-links {
  margin-bottom: 25px;
}
.contact-info-section .map-container iframe {
  height: 400px;
}
.contact-form-container {
  padding: 29px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
.iti__selected-country-primary{
  padding: 0 8px 0 14px;
}
/* Terms And Condition */
.detail-container h6,
.detail-container .heading-six {
  margin-bottom: 4px;
  font-weight: 600;
}

/* 404 Page */
.page-not-found-section,
.faq-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: calc(100vh - 300px);
}

.page-not-found-section .error {
  font-size: 150px;
  line-height: 150px;
  color: #f6f3f5;
  text-shadow: 1px 1px 1px #b23a4e, 2px 2px 1px #b23a4e, 3px 3px 1px #b23a4e,
    4px 4px 1px #b23a4e, 5px 5px 1px #b23a4e, 6px 6px 1px #b23a4e,
    7px 7px 1px #b23a4e, 8px 8px 1px #b23a4e, 25px 25px 8px rgba(0, 0, 0, 0.2);
}

/* 404 Page End*/

/* Thankyou page */
/* .thankyou-container {
  background-color: #f6f3f5;
} */
.thank-you-block {
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 0 25px rgba(178, 58, 78, 0.15);
  margin: auto;
}

.checkmark {
  border: 1px solid #b23a4e;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkmark img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.thank-you-block .btn-group {
  gap: 12px;
}

/* Thankyou page End*/
