/* 
Theme Name: Integrity Lighting
Description: Integrity Lighting Solutions website by We Are Trident.
Author: We Are Trident - Mohit
Author URI: https://wearetrident.co.uk/
Version:1.0
Tested up to: 8.3
Requires PHP: 7.4
*/


:root {
  --primary: #3970B7;
  --secondary: #00253B;
  --bs-dropdown-link-active-bg: #E1ECBF;
  --accent: #0E8744;
  --white: #ffffff;
  --off-white: #DEF2FD;
  --smoke-white: #F7FAFD;
  --dark: #000000;
  --extra-color: #F0F4F8;
  --fontheading: "Ubuntu", sans-serif;
  --fontbody: "Ubuntu", sans-serif;
  --theme-fs-0: 60px;
  --theme-fs-1: 50px;
  --theme-fs-2: 40px;
  --theme-fs-3: 32px;
  --theme-fs-4: 24px;
  --theme-fs-5: 20px;
  --theme-fs-6: 18px;
  --theme-fs-7: 16px;
  --theme-fs-body: 16px;
  --theme-fs-body-2: 14px;
  --theme-line-height: 1.2;
  --section-padding: 80px;
  font-size: var(--theme-fs-body);
}

body {
  color: var(--dark);
  font-family: var(--fontbody);
}

main {
	min-height: calc(100vh - 430px)
}

.font-body {
  font-family: var(--fontbody);
}

.font-heading {
  font-family: var(--fontheading);
}

.font-size-16 {
  font-size: var(--theme-fs-body);
  line-height: var(--theme-line-height);
}

.font-size-18 {
  font-size: var(--theme-fs-6);
  line-height: var(--theme-line-height);
}

.font-size-24 {
  font-size: var(--theme-fs-4);
  line-height: var(--theme-line-height);
}

.h0 {
   font-size: var(--theme-fs-0);
   line-height: var(--theme-line-height);
}

.h1,
.font-size-62 {
  font-size: var(--theme-fs-1);
}

.h2 {
  font-size: var(--theme-fs-2);
}

.h3 {
  font-size: var(--theme-fs-3);
}

.h4 {
  font-size: var(--theme-fs-4);
}

.h5 {
  font-size: var(--theme-fs-5);
}

.h6 {
  font-size: var(--theme-fs-6);
}

.font-heading {
  font-size: var(--theme-fs-0);
  line-height: var(--theme-line-height);
  font-weight: 700;
}

.subheading {
  font-size: var(--theme-fs-6);
/*   text-transform: uppercase; */
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--fontheading);
  font-weight: 700;
}

.title span {
  font-family: var(--font-accent);
  font-weight: 400;
  color: var(--secondary);
  display: block;
}

p {
  font-family: var(--fontbody);
  margin-bottom: 15px;
  /* font-size: var(--theme-font-size-1); */
}


a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
}

.img-wrap img {
  max-width: 100%;
  height: auto;
}

/* Bootstrap Overwrites */
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 92%;
  }
}

@media (min-width: 1920px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover{
  background-color: var(--primary);
  color: var(--dark);
}

@media (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		max-height: 650px;
		visibility: visible;
	}

	.dropdown .dropdown-menu {
		visibility: hidden;
		position: absolute;
		overflow-y: hidden;
		max-height: 0px;
		box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.45);
		border-radius: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
		transition: all 0.4s ease-in-out;
		display: block;
	}
}


/* Ajax Fibo search */
.theme-search-wrap input[type=search].dgwt-wcas-search-input {
    border-radius: 11px !important;
    box-shadow: 0px 0px 0px 2px #8296B7 !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.theme-search-wrap button.dgwt-wcas-search-submit {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Header Icons */
.header-icons-links {
    display: grid;
    column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

.header-icon-item {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.header-icon-item .icon svg {
    width: 28px;
    height: auto;
}

.header-icon-item .info {
    margin-top: 8px;
    line-height: 1;
}

.cart-count {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(10%);
    z-index: 9;
    background: var(--primary);
	font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    line-height: 1;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
}

.icon.icon--cart {
    position: relative;
}

.cart-count.active {
    opacity: 1;
    visibility: visible;
}

.mobile-reg-btn{
	display: none;
    font-size: 14px;
    line-height: 1.1;
    background: #F7C725;
    padding: 11px 20px;
    border-radius: 4px;
    border: 2px solid var(--dark);
    text-decoration: none;
    font-weight: 700;
}

/* Header */
.navbar {
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-logo_icon {
    padding: 18px 0px;
}

.header-top {
  background: var(--primary);
  padding: 10px 0;
}

.header-top__text-link {
  color: var(--white);
  text-decoration: none;
  font-size: var(--theme-fs-6);
  line-height: var(--theme-line-height);
  font-weight: 500;
}

/* .header-top__text--center::after,
.header-top__text--center::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('assets/img/20.webp');
  display: block;
  background-size: cover;
} */

.header-top__text--center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 10px;
}

.header-top__text--right {
  text-align: right;
}

/* .main-header {
  background: var(--off-white);
} */

.main-header .custom-logo-link img {
  width: 230px;
  height: auto;
}

/* .main-header .navbar-nav .nav-link{
	font-weight: 600;
} */

.main-header .navbar-nav .nav-link,
.main-header .navbar-nav .nav-link.active {
  color: var(--secondary);
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px;
  font-size: var(--theme-fs-6);
/*   color: var(--white); */
}

.main-header .navbar-nav {
  column-gap: 40px;
}

.dropdown-menu {
  transform: translateX(-50%);
  left: 50% !important;
  border-radius: 0px;
  background: var(--dark);
  color: var(--white);
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-menu a {
  color: var(--white);
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 300px;
  white-space: normal;
}

.dropdown-menu li+li a {
  border-top: 1px solid #BDDC8657;
}


.nav-extra .btns-wrap{
  display: flex;
  column-gap: 10px;
}

/* 404 */

.error-404.not-found {
  text-align: center;
  padding: 130px 0;
  background: var(--secondary);
}

/* Default Page Title */
.page__title {
/*   margin-top: 45px;
  margin-bottom: 45px; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.default-content-section{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

/* .theme-page-content {
  padding-bottom: 30px;
} */

/* .theme-page-content>* {
  margin-bottom: 15px;
} */

@media screen and (max-width: 992px) {
  .page__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* Footer */

footer {
  background: var(--dark);
  color: var(--white);
  padding-top: 0px;
  padding-bottom: 0px;
}

footer .footer-top {
  padding-top: 30px;
  padding-bottom: 30px;
  background: var(--off-white);
}

footer ul {
  list-style: none;
  padding: 0px;
}

.footer-social {
  display: flex;
  column-gap: 24px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  margin-top: 10px;
}

.footer-social li svg {
  height: 26px;
  width: 26px;
  object-fit: contain;
}

.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_contact-item {
  margin-top: 24px;
}

.footer-credits p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
}

.footer-bottom {
	border-top: 1px solid var(--off-white);
  background: var(--dark);
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-credits {
  text-align: right;
}

.footer-bottom-links {
  display: flex;
  justify-content: flex-start;
  text-align: right;
  column-gap: 10px;
  margin-bottom: 0px;
}

.footer-bottom-links p a {
  font-size: 16px;
  line-height: 22px;
}

footer .footer-logo {
  height: auto;
  width: 230px;
  margin-bottom: 30px;
}

footer .footer-logo a {
  display: block;
}

footer .footer-logo img {
  width: 100%;
  height: auto;
}

.footer-widget__block h5 {
  font-size: 24px;
  font-family: var(--font-accent);
  margin-bottom: 30px;
}

.footer_contact-item h4 {
  font-size: 18px;
  font-family: var(--fontbody);
}

.f-menu-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
    padding-top: 40px;
}

.f-menu ul {
    list-style: none;
    margin: 0px;
}

.f-menu ul li {
    margin-bottom: 15px;
}

.f-menu ul li a {
    text-decoration: none;
}

.f-newsletter-form {
    background: var(--white);
    padding: 22px 24px;
    border-radius: 8px;
    color: var(--dark);
}

.f-about {
    padding-top: 40px;
}

/* V2 */

.footer-middle {
	padding-top: 30px;
	padding-bottom: 30px;
}

.f-widget {
    color: #fff;
}

ul.f-menu {
    padding: 0px;
    list-style: none;
}

.f-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.f-title {
    border-bottom: 1px solid var(--off-white);
    padding-bottom: 15px;
    margin-right: 90px;
    margin-bottom: 15px;
}

ul.f-menu li > a {
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    font-size: inherit;
    color: inherit;
}

/* Theme Based footer */

.footer-top .icon-box__block {
    padding: 0px;
    background: none;
    color: var(--secondary);
}

.footer-top .icon-box__block h4 {
    font-size: var(--theme-fs-5);
    font-weight: 500;
}

/* Utilities */
.bg-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  user-select: none;
}

.bg-layer.have-overlay::after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  /* background: transparent linear-gradient(89deg, #FFFFFFC3 0%, #FFFFFF96 39%, #FFFFFF10 100%); */
}

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

.media-cover>* {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.btn-theme {
  padding: 17px 30px;
	min-height: 60px;
  min-width: 200px;
  border-radius: 11px;
  font-size: var(--theme-fs-body);
  line-height: var(--theme-line-height);
  font-weight: bold;
  transition: 0.4s ease;
	text-decoration: none;
}

.btn-theme--primary {
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
}

.btn-theme--white {
  color: var(--dark);
  background: var(--white);
  border: 1px solid var(--white);
}

.btn-theme--primary:hover, .btn-theme--white:hover {
  color: var(--white);
  background: var(--secondary);
  border: 1px solid var(--secondary);
/*   box-shadow: 0px 0px 1px 0px var(--secondary); */
}

.btn-theme--secondary {
  background: var(--secondary);
  color: var(--white);
  border: 1px solid var(--secondary);
}

.btn-theme--secondary:hover {
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
/*   box-shadow: 0px 0px 1px 0px var(--primary); */
}

.btn-theme--outline-secondary {
  color: var(--secondary);
  border: 1px solid var(--secondary);
  box-shadow: 0px 0px 1px 0px var(--secondary);
}

.btn-theme--outline-secondary:hover {
  background: var(--secondary);
  color: var(--dark);
  border: 1px solid var(--secondary);
}

form .gform_fields .gfield input:focus,
form .gform_fields .gfield textarea:focus {
    box-shadow: 0px 0px 0px 2px var(--dark);
}


.column__shortcode form .gform_fields .gfield .gfield_label {
  color: var(--white);
  font-size: var(--theme-fs-6);
  line-height: var(--theme-line-height);
  margin-bottom: 8px;
  padding-left: 0px;
  font-weight: normal;
  width: 100%;
}

.column__shortcode form .gform_fields {
  row-gap: 20px !important;
  column-gap: 20px !important;
}

.column__shortcode form .gform_fields .gfield input,
.column__shortcode form .gform_fields .gfield textarea {
  min-height: 60px;
  font-size: var(--theme-fs-body-2);
  line-height: var(--theme-line-height);
  padding: 15px;
  outline: none;
  background: var(--white);
  border-radius: 0px;
  border: 0px;
}


.column__shortcode form .gform-footer {
  margin-top: 40px !important;
  margin-bottom: 0px !important;
  justify-content: flex-end !important;
  padding: 0px !important;
}

.column__shortcode .gform_footer.top_label {
  justify-content: flex-end;
}

.column__shortcode form .gform_button {
  padding: 12px 24px;
  min-width: 200px;
  border-radius: 0px;
  font-size: var(--theme-fs-body);
  line-height: var(--theme-line-height);
  background: var(--dark);
  font-weight: bold;
  color: var(--white);
  border: 1px solid var(--dark);
}


.column__shortcode form .gform_button:hover {
  background-color: transparent !important;
  color: var(--secondary) !important;
  border: 1px solid var(--secondary) !important;
  box-shadow: 0px 0px 1px 0px var(--secondary) !important;
}

.column__shortcode .gform_validation_errors {
  display: none !important;
}

/* Section */
.section-block {
  padding: var(--section-padding) 0px;
}

.fullwidth-media-with-text--have-media{
  height: 350px;
}

.section-block--screen-height, .fullwidth-media-with-text--have-media.section-block--screen-height {
  height: 100vh;
}

/* Default Header */

.default-header-section{
	background: var(--off-white);
	color: var(--secondary);
	padding-top: 2rem;
	padding-bottom: 2rem;
}

/* Blocks */

/* fullwidth media with text -- Start */
.fullwidth-media-with-text {
    overflow: hidden;
	position: relative;
}

.fullwidth-media-with-text--have-media {
  position: relative;
/*   color: var(--white); */
}

.fullwidth-media-with-text--have-media .content-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
}

.fullwidth-media-with-text--have-media .content-wrap--top {
  align-items: start;
}

.fullwidth-media-with-text--have-media .content-wrap--middle {
  align-items: center;
}

.fullwidth-media-with-text--have-media .content-wrap--bottom {
  align-items: end;
}

.fullwidth-media-with-text--have-media .content-wrap--start {
  justify-content: start;
}

.fullwidth-media-with-text--have-media .content-wrap--center {
  justify-content: center;
}

.fullwidth-media-with-text--have-media .content-wrap--end {
  justify-content: end;
}

.fullwidth-media-with-text .fullwidth-media-with-text_content-wrap--full-width {
  max-width: 100%;
}

/* .fullwidth-media-with-text .fullwidth-media-with-text_content-wrap--medium-width {
  max-width: 1080px;
} */

.fullwidth-media-with-text .media-with-text_title {
  margin-top: 20px;
  margin-bottom: 0px;
/*   color: var(--primary); */
/*   text-transform: uppercase; */
}

.fullwidth-media-with-text .media-with-text_text {
  margin-top: 20px;
}

.fullwidth-media-with-text .media-with-text_btn-wrap {
  margin-top: 30px;
}

.media-with-text_badge-list {
  display: flex;
  justify-content: center;
  column-gap: 80px;
  margin-top: 110px;
}

.media-with-text_badge-list .icon {
  width: 110px;
  height: 110px;
}

.media-with-text_badge-list .icon img {
  width: 100%;
  height: 100%;
}

.media-cover .custom-video-wrapper>* {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.fullwidth-media-with-text .additional_content-wrap {
    margin-top: 40px;
}

.fullwidth-media-with-text .additional_content-wrap .dgwt-wcas-search-wrapp {
    margin-left: 0px;
}

/* fullwidth media with text -- End */

/* Icon Boxes -- Start */

.section-block.icon-boxes {
    padding: 40px 0px;
}

/* .icon-box__block {
  padding: 48px 40px;
  border-radius: 11px;
  background: var(--white);
} */

/* .icon-box__block--icon-top {
  text-align: center;
} */

.icon-box__block--icon-top .icon-box__icon {
  margin-bottom: 20px;
/*   margin-left: auto;
  margin-right: auto; */
}

.icon-box__block--icon-left {
  display: flex;
  column-gap: 28px;
}

.icon-box__block--icon-left .icon-box__icon {
  margin: 0px;
  width: 40px;
  height: 40px;
  margin-top: 20px;
}

.icon-box__block--icon-left .icon-box__content {
  width: calc(100% - 68px);
}

.icon-box__block--icon-left.have-no-icon .icon-box__content {
    width: 100%;
/*     padding-left: 10px;
    padding-right: 10px; */
}

.icon-box__icon {
/*   padding: 12px; */
  /*   background-color: var(--smoke-white); */
  width: 32px;
  height: 32px;
/*   border-radius: 50px; */
}

.icon-box__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Icon boxes adjustments as per theme */
/* .icon-box__block--icon-top {
  padding: 0px;
} */

/* .icon-box__block--icon-top .icon-box__icon {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  padding: 0px;
  background: none;
  border-radius: 30px;
  overflow: hidden;
} */

.icon-box__block--icon-top .icon-box__icon img {
  object-fit: cover;
}

.icon-box__content .icon-box__text h3,
.icon-box__content .icon-box__text h2,
.icon-box__content .icon-box__text h1,
.icon-box__content .icon-box__text h4 {
  font-size: var(--theme-fs-6);
  font-family: var(--fontbody);
/*   color: var(--secondary); */
  font-weight: 700;
}

/* .icon-box__content .icon-box__text p{
    color: var(--white);
} */

.bg-smoke-white .title span {
  color: var(--accent)
}

/* Icon Boxes -- End */

/* Slider */
.slide-block {
  display: block;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.slide-block {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
}

.slide-block .bg-layer {
  z-index: -1;
}

.slide-block .info {
  padding: 60px 40px;
}

/* Theme Adjustment for slider */

.slider-card-swiper .swiper-button-next,
.slider-card-swiper .swiper-button-prev {
  width: 100px;
  height: 100px;
  background: var(--white);
  border-radius: 50px;
}

.slider-card-swiper .swiper-button-next::after,
.slider-card-swiper .swiper-button-prev::after {
  font-size: 28px;
  font-weight: bold;
  color: var(--accent);
}

.slider-card-swiper .swiper-button-prev {
  left: calc(8% - 50px);
}

.slider-card-swiper {
  padding-left: 8%;
}

.slide-block .info {
  color: var(--white);
}

.slide-block .info .slider_card-title {
  font-size: 24px;
  font-family: var(--font-accent);
}

.slider-card_title.title span {
  display: inline;
}

/* Slider End */

/* Contact Details Section -- Start */

.contact-details-section {
  text-align: center;
}

.contact-details-section .icon-box__block {
  display: flex;
  text-align: left;
  column-gap: 20px;
  padding: 10px;
  width: 25%;
}

/* .contact-details-section .icon-box__icon {
  padding: 16px;
} */

.contact-details-section .icon-box__icon {
	width: 50px;
	height: 50px;
}

.contact-details-section .icon-box__content {
  width: calc(100% - 70px);
}

.contact-details-section .icon-box__blocks-wrap {
  display: flex;
  column-gap: 40px;
  justify-content: center;
  margin-top: 30px;
}

.contact-details-section .icon-box__title-icon {
  margin-bottom: 30px;
}

/* Contact Details Section -- End */

#contact-details .icon-box__title-wrap{
    color: var(--white);
}

/* Google Review with Text -- Start */

.g-reviews-with-text {
    background: var(--primary);
    color: var(--white);
}

.g-reviews-with-text_content {
	margin-bottom: 36px;
}

.g-reviews-with-text_content--text-center {
  text-align: center;
}

/* .g-reviews-with-text_title {
  margin-bottom: 28px;
  color: var(--secondary);
} */

.g-reviews-with-text_text {
  font-size: var(--theme-fs-4);
/*   margin-top: 18px; */
}

.g-reviews-with-text_btn-wrap {
  margin-top: 32px;
}

/* Google Review with Text -- End */

/* #trustpilot-reviews */

#trustpilot-reviews{
  background-color: var(--off-white);
}

.g-reviews__wrap .grw-header {
	display: none !important;
}

/* Image with Text -- Start */

.image-with-text .no-container .image-with-text_content {
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.image-with-text.no-padding {
  padding: 0px;
}

.image-with-text .container .image-with-text_content {
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.image-with-text .no-container .image-with-text_content .content-wrap {
  max-width: 650px;
}

.image-with-text .image-with-text_image-wrap {
  min-height: 100%;
  height: 100%;
}

.image-with-text .image-with-text_icon {
  margin-bottom: 24px;
}

.image-with-text .image-with-text_title {
  margin-bottom: 30px;
}

.image-with-text .image-with-text_btn-wrap {
  margin-top: 40px;
}

/* Adjustments */

.image-with-text_content.text-dark .title span {
  color: var(--accent);
}

/* .image-with-text_content.text-dark .btn-theme--primary {
  background: var(--extra-color);
}

.image-with-text_content.text-dark .btn-theme--primary:hover {
  background: var(--secondary);
} */


/* Theme Based */

.image-with-text_content--fancy-list .wp-editor ul{
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    row-gap: 40px;
    margin-top: 40px;
}

.image-with-text_content--fancy-list .wp-editor ul li > strong:first-child {
    display: block;
    font-size: var(--theme-fs-5);
    font-weight: 700;
    margin-bottom: 10px;
}

.image-with-text_content--fancy-list .wp-editor > p {
    font-size: var(--theme-fs-4);
}

.image-with-text--alt_layout .image-with-text_content--fancy-list .wp-editor ul li > strong {
    background: var(--primary);
    padding: 20px 15px;
    font-weight: 600;
    height: 100%;
    text-align: center;
    border-radius: 8px;
    margin: 0px;
}


.image-with-text--alt_layout .image-with-text_content--fancy-list .wp-editor ul {
    column-gap: 30px;
    row-gap: 25px;
}

.image-with-text--alt_layout .image-with-text_content--fancy-list .wp-editor {
    text-align: justify;
    line-height: 1.4;
}

/* Image with Text -- End */



/* Timeline -- Start */

.timeline {
  position: relative;
}

.timeline .default-line {
  position: absolute;
  left: 0%;
  width: 2px;
/*   background: rgb(73 105 77 / 70%); */
  border-left: 3px dashed var(--primary);
  height: 100%;
  opacity: 0.7;
}

.timeline .draw-line {
  width: 2px;
  height: 0;
  position: absolute;
  left: 0%;
/*   background: #49694D; */
  border-left: 3px solid var(--primary);
}

.timeline-block {
  background: var(--extra-color);
}

.timeline-left .image-and-text__title {
  font-size: 32px;
}

.timeline-left .title-wrap {
/*   max-width: 550px;
  margin-left: auto;
  margin-right: auto; */
  margin-bottom: 40px;
}

.timeline h3 {
  font-size: 24px;
}

.timeline p {
  font-size: 16px;
}

.timeline ul li+li {
  margin-top: 100px;
}

.timeline {
  padding-left: 60px;
}

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

.timeline ul li::before {
  content: '';
  width: 46px;
  height: 46px;
  background: #ffffff;
  position: absolute;
  left: -23px;
  top: auto;
  border-radius: 40px;
/*   border: 2px solid #ffffff; */
  border: 2px dashed var(--primary);
}

.timeline ul li.in-view::before {
/*   border-color: #49694D; */
	border: 2px solid var(--primary);
}

.timeline-left .img-wrap img {
  mix-blend-mode: multiply;
}

/* Timeline -- End */

/* Gallery Slider -- Start */

/* .gallery-slider-section {
  padding-top: 10px;
  padding-bottom: 10px;
} */

.image-gallery-swiper .gallery-img-wrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-gallery-swiper .gallery-img-wrap {
  width: 100%;
  height: 180px;
  /* aspect-ratio: 1/1; */
  overflow: hidden;
}

.image-gallery-swiper .gallery-img-wrap {
    filter: grayscale(1);
    transition: 0.3s ease;
}

.image-gallery-swiper .gallery-img-wrap:hover {
    filter: grayscale(0.1);
}

/* Gallery Slider -- End */


/* Text Grid -- Start */

.text-grid-section {
  background: #E7EDED;
}

.text-grid-section .detail-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  row-gap: 30px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.text-grid-section .detail-list-item h3 {
  font-size: 20px;
  font-weight: 500;
}

.text-grid-section .detail-list-item p {
  font-size: 16px;
}

.text-grid-section .title-wrap {
  padding-right: 60px;
}

/* Text Grid -- End */

/* Collapsible Content -- Start */

.collapsible-content-section .collapsible-content__title-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.collapsible-content-section {
  /*   padding-top: 100px;
  padding-bottom: 120px; */
  background: #E7EDED;
}

.collapsible-content-section .accordion-item {
  background: none;
  border-color: #72A993;
}

.collapsible-content-section .accordion-body,
.collapsible-content-section .accordion-button {
  padding: 20px 15px;
  background: none;
}

.collapsible-content-section .accordion-body {
  padding-top: 0px;
}

.collapsible-content-section .collapsible__item-title {
  font-size: 20px;
  font-weight: 500;
}

.collapsible-content-section .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
  padding-bottom: 20px;
  transition: 0.3s ease;
}

.collapsible-content-section .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Collapsible Content -- End */

/* Stats with testimonials */

.stats-testimonials-section {
  background: var(--primary);
  color: var(--white);
}

.stats-testimonials-section .stats-counter-wrap {
  padding-top: 36px;
  margin-top: 36px;
  border-top: 2px solid var(--white);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.stats-testimonials-section .stats-counter-item .count {
  font-size: 40px;
  font-family: var(--font-accent);
  font-weight: 400;
  line-height: 1;
}

.stats-testimonials-section .content-wrap {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 1600px) {
  .stats-testimonials-section .stats-counter-wrap {
    column-gap: 60px;
  }

  .stats-testimonials-section .stats-counter-item .count {
    font-size: 52px;
  }

  .stats-testimonials-section .content-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.stats-testimonials-section .stats-counter-item {
  text-align: center;
}

.stats-testimonials-section .stats-counter-item p {
  font-size: 16px;
}

.stats-testimonials-section .tsm-item .starts-wrap {
  color: #D7B447;
  margin-bottom: 15px;
}

.stats-testimonials-section .tsm-item .testimonial-content .wp-editor {
  font-size: 16px;
  margin-bottom: 20px;
}

.stats-testimonials-section .tsm-item .tsm-meta .name {
  font-size: 14px;
}

.stats-testimonials-section .tsm-item .designation {
  font-size: 14px;
  margin-bottom: 0px;
}

/* Testimonials -- End */


/* From Reusable Components */
.services_column_section .cta__title {
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}

.services_column_section .cta__sub_title {
  text-align: center;
}

.cta-grid__wrapper {
  display: grid;
  column-gap: 16px;
  row-gap: 16px;
  margin-top: 65px;
}

.cta-grid__wrapper--col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.cta-grid__wrapper--col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.cta-grid__wrapper--col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.cta-grid__item {
  background: var(--white);
  position: relative;
}

.cta-grid__item .cta-grid__item-inner {
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 100%;
	text-decoration: none;
}

.cta-grid .cta-grid__item-image {
  max-width: 180px;
  width: 100%;
}

.cta-grid .cta-grid__item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cta-grid .cta-grid-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-grid .cta-grid-content {
  padding: 40px;
/*   width: calc(100% - 180px); */
}

.cta-grid .cta-grid-content .read-more{
	text-decoration: underline;
	font-weight: 700;
}

.cta-grid__item-title {
  	font-size: var(--theme-fs-4);
	font-family: var(--fontbody);
	font-weight: 700;
}

/* Theme based changes on cta-grid */

/* .services_column_section {
    background: var(--smoke-white);
} */

.cta-grid__item {
  background: var(--white);
/*   border-radius: 11px; */
  overflow: hidden;
}

/* .cta-grid .cta-grid__item-image {
  max-width: 230px;
} */

/* .cta-grid .cta-grid-content {
  width: calc(100% - 230px);
} */

.cta-grid__item--img-bg .cta-grid__item-image{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	max-width: 100%;
	height: 100%;
	width: 100%;
}

.cta-grid__item.cta-grid__item--img-bg{
    aspect-ratio: 1/1;
}

.cta-grid__item--img-bg .cta-grid-content {
	width: 100%;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
    color: var(--white);
}

.cta-grid__item--img-bg .cta-grid__item-image::after {
    content: '';
    display: block;
    background: #000000;
    opacity: 0.4;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.cta-grid__item--img-bg .cta-grid__item-title {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.cta-grid__item-title .arrow-icon {
    width: 40px;
    height: 40px;
    background: var(--primary);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.cta-grid__item--img-bg .cta-grid__item-image::after {
    background: linear-gradient(180deg, #00000000 0%, #0000008E 46%, #000000E6 100%);
	opacity: 1;
}

.three_coloum_with_img .column__content-container {
  padding: 60px 90px 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  background: #000000;
  color: var(--white);
}

.three_coloum_with_img .column__image>*,
.three_coloum_with_img .column__content>* {
  height: 100%;
}

.three_coloum_with_img {
  padding-top: 0px;
  padding-bottom: 0px;
}

.three_coloum_with_img .column__title,
.three_coloum_with_img .column__description {
  text-align: center;
}

.three_coloum_with_img .column__description {
  font-size: var(--theme-fs-body);
}

.three_coloum_with_img .column__content-wrap .title-wrap {
  margin-bottom: 30px;
}

.three_coloum_with_img .gform_heading {
  display: none;
}

.featured-post .title-wrap {
  margin-bottom: 50px;
}

.featured-post .feat__item {
    background: #F3F4F6;
    height: 100%;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: var(--bs-box-shadow-sm);
	border: 1px solid #dddddd;
}

.featured-post .feat__item .img-wrap {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 0px;
}

.featured-post .feat-content {
    padding: 15px;
}

.featured-post .feat__item .feat__item-title {
  margin-bottom: 1rem;
  font-family: var(--font-accent);
  font-size: 18px;
	font-weight: 700;
}

.featured-post .feat__item .feat__item-title a{
  text-decoration: none;
}

.featured-post .feat__item .feat__item-title a:hover {
  color: var(--primary);
}

.featured-post .feat__item .feat-text p {
  margin-bottom: 0px;
	font-size: 16px;
}

/* Product slider */
.section-products-slider{
  background-color: var(--dark);
  color: var(--white);
}

.products_slider-text{
  font-size: var(--theme-fs-6);
}

.swiper-pagination--static {
    position: static;
    margin-top: 60px;
    background: rgba(255,255,255,0.3);
    height: 8px !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.swiper-pagination-progressbar-fill {
    background: var(--white) !important;
}

/* Posts slider */
.section-posts-slider {
    background: var(--secondary);
    color: var(--white);
}

.posts_slider-text{
  font-size: var(--theme-fs-6);
}

.post-block {
    display: block;
    background: var(--white);
    color: var(--dark);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--secondary);
    text-decoration: none;
    height: 100%;
}

.post-block:hover{
  color: var(--dark);
}

.post-block .img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.post-block .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-block .info {
    padding: 20px 32px 24px;
}

.post-block .btn-theme {
    min-width: auto;
    width: auto;
    text-align: center;
    display: inline-block;
}

.btn-basic {
  font-size: 18px;
  color: var(--primary);
  font-weight: bold;
  margin-top: 1rem;
  display: inline-block;
	border: 0px;
	padding: 0px;
	background: none;
	text-decoration: underline;
}

.btn-basic:hover {
  color: var(--dark);
  text-decoration: underline;
}

#blog-detail-header {
  background: var(--secondary);
}

#blog-detail-header h1 {
  margin: 0px;
}

.blog-content-wrap {
  padding: var(--section-padding) 0px;
}

.blog-content-wrap .wp-editor--blog .wp-block-heading:not(:first-child),
.blog-content-wrap .wp-editor--blog h2:not(:first-child) {
  margin-top: 36px;
}

.blog-content-wrap .wp-editor--blog h3 {
  margin-top: 20px;
  font-size: 24px;
}

#related-blog {
  background: var(--secondary);
}


.section-creative-list {
    position: relative;
}

.section-creative-list .bg-layer{
    z-index: -1;
}

.creative_list-item .img-wrap {
    display: none;
}

.section-creative-list .bg-layer > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-creative-list .bg-layer > img {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
    z-index: 1;
}

.section-creative-list .bg-layer img.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.creative_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.creative_list-item {
    font-size: var(--theme-fs-1);
    font-family: var(--fontheading);
    line-height: 1.15;
}

.creative_list-item .info{
  transition: 0.4s ease;
  color: var(--white);
}

.creative_list-item .info:hover{
  color: var(--primary);
}

.creative_list-item a {
    text-decoration: none;
}

.section-simple-step{
    background: var(--dark);
    color: var(--white);
}

.section-simple-step .step-label {
    font-size: var(--theme-fs-6);
    font-family: var(--fontheading);
    color: var(--primary);
    text-transform: uppercase;
	font-weight: 700;
    width: 140px;
}

.section-simple-step .step-heading {
    font-size: var(--theme-fs-3);
	font-weight: 300;
    margin-bottom: 0px;
}

.section-simple-step .step-desc {
    font-size: var(--theme-fs-7);
}

.step-title-wrap {
    display: flex;
    column-gap: 10px;
    align-items: center;
/*     line-height: 1.2; */
}

.simple_step-item {
    margin-bottom: 50px;
}


.form-container.column__shortcode {
    height: 100%;
    background: var(--primary);
}

.contact-form__text-wrap {
    background: var(--off-white);
/*     color: var(--white); */
    height: 100%;
}

.image-gallery-swiper .swiper-wrapper, .image-gallery-swiper_2 .swiper-wrapper {
  transition-timing-function: linear !important;
}


.image-with-text .no-container .image-with-text_content .content-wrap {
    max-width: 780px;
}

.contact-form__text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 80px;
}

.contact-form__text-wrap .content-wrap {
    max-width: 780px;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    padding: 15px;
    background: var(--white);
    border-radius: 12px;
    color: var(--dark);
    column-gap: 20px;
    margin-top: 60px;
}

.contact-badge .icon {
    border-radius: 100px;
    height: 130px;
    width: 130px;
    overflow: hidden;
/* 	background: var(--dark);
    padding: 12px; */
}

.contact-badge .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-badge .info a {
    display: block;
}

.contact-form__text-wrap .wp-editor > p {
    font-size: var(--theme-fs-6);
}

.contact-form__text-wrap .wp-editor > ul li {
    margin-top: 15px;
}

.form-container.column__shortcode {
    padding: 60px 80px;
}


/* Archive */

.category-block {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    border-radius: 8px;
    overflow: hidden;
    color: var(--white);
    text-decoration: none;
}

.category-block:hover{
  color: var(--white);
}

.category-block .img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.category-block .info {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    padding: 15px;
}

.category-block .img-wrap::after {
    content: '';
    background: transparent linear-gradient(0deg, #00000096 0%, #00000052 59%, #00000000 100%);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.category-block .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}

.category-block .img-wrap img {
    transform: scale(1.2);
}

.category-block .info h3 {
    margin: 0px;
}

.section-categories-grid {
    background: var(--smoke-white);
}

.product-cat-header .media-with-text_title {
    text-transform: uppercase;
}

.product-cat-header {
    height: 650px;
}

.filter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.filter-btn {
    padding: 14px 24px;
    height: 60px;
    border: 1px solid var(--white);
    background: none;
    color: inherit;
    border-radius: 40px;
    min-width: 100px;
    font-weight: 700;
}

.filter-btn.active {
    background: var(--primary);
    color: var(--dark);
    border-color: var(--primary);
}

/* .product-grid-section {
    background: var(--dark);
    color: var(--white);
} */

 .filter-wrap .filter-label {
    font-family: var(--fontheading);
}

.filter-title-wrap {
    margin-right: 30px;
}

.filter-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
/* 
.main-header .navbar{
  background: var(--dark);
} */

/* .woocommerce.product-template-default .main-header .navbar, .main-header .colored-nav {
    background: var(--dark);
}

.woocommerce.product-template-default .main-header, .colored-main-header {
    margin-bottom: 75px;
} */

.product-highlights-box {
    background: #ffd20040;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-highlights-box .highlights-list {
    padding: 20px;
    list-style: none;
    font-size: var(--theme-fs-body-2);
    margin: 0px;
}

.product-highlights-box .highlights-list li+li {
    margin-top: 10px;
}

.product-highlights-box .highlights-list li {
    margin-bottom: 0px;
    display: flex;
    column-gap: 10px;
}

.product-highlights-box .highlights-list li p {
    margin: 0px;
}

.product-highlights-box .highlights-list .highlight-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.product-highlights-box .highlights-list .highlight-text-content {
    width: calc(100% - 30px);
}


/* Product Page */

.section-additional-summary {
    background: var(--dark);
    color: var(--white);
}

.section-additional-summary .title-wrap .h4 {
    font-size: 48px;
}

.section-additional-summary .title-wrap .event-date {
    font-size: var(--theme-fs-5);
    font-weight: 200;
    
}

.section-additional-summary .title-wrap .event-date-note {
    font-size: var(--theme-fs-body);
    font-weight: 200;
}

.additional-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 20px;
    margin-top: 60px;
}

.additional-item .h6 {
    font-family: var(--fontbody);
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid currentColor;
}

.section-additional-summary .title-wrap {
    margin-bottom: 60px;
}

.section-additional-summary .img-wrap {
    width: auto;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-left: 60px;
}

.section-additional-summary .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-additional-summary .content-wrap .h4 {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid currentColor;
}

.section-additional-desc .title-wrap p {
    font-size: var(--theme-fs-5);
    font-weight: 300;
}

.add-desc-item .h5 {
    font-family: var(--fontbody);
    font-weight: 300;
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid currentColor;
}

.section-additional-desc .title-wrap {
    margin-bottom: 60px;
}

.section-product-cta {
    background: #F4F4F4;
}

.section-product-cta .cta-sub-title {
    font-size: var(--theme-fs-5);
    font-weight: 300;
}

.section-product-cta .cta_link_text {
    font-size: var(--theme-fs-6);
    font-weight: 700;
    margin-top: 24px;
}

.section-product-cta .img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.1;
    border-radius: 8px;
    overflow: hidden;
}

.section-product-cta .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#related-events-slider {
    background: var(--secondary);
}

.team-card {
    cursor: pointer;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.team-card .img-wrap {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: #f8f9fa;
}
.team-card .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-card .overlay-icon {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
    font-size: 2rem;
}
.team-card:hover .overlay-icon {
    opacity: 1;
}

/* Modal Specific CSS */
.team-modal-description {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 15px;
}

/* Custom Scrollbar for Description */
.team-modal-description::-webkit-scrollbar {
    width: 4px;
}

.team-modal-description::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.team-modal-description::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#teamModal .btn-close {
  z-index: 1;
}

#teamModal #modal-position {
  color: var(--secondary);
}

.team-contact-list .btn-contact {
    text-decoration: none;
    font-size: var(--theme-fs-body-2);
    padding: 4px 8px;
    background: var(--primary);
    font-weight: 600;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
}


#callUsModal .modal-content {
    background: var(--off-white);
    border-radius: 30px;
    position: relative;
}

#callUsModal .modal-content .modal-header {
    border: 0px;
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 0px;
    display: block;
}

#callUsModal .modal-content .modal-body {
    padding-bottom: 40px;
    padding-right: 50px;
    padding-left: 50px;
}

#callUsModal .gform_button {
    background-color: var(--dark);
    color: var(--white);
    min-width: 300px;
}

.gform_required_legend {
    display: none;
}

#callUsModal .modal-header .btn-close {
    position: absolute;
    z-index: 5;
    top: 30px;
    right: 30px;
}

#callUsModal .modal-title {
    font-size: var(--theme-fs-4);
}

.load-more-btn {
    background: none;
    color: var(--white);
    box-shadow: none;
    border: 0px;
    text-align: center;
    font-size: var(--theme-fs-6);
    margin: 40px auto 0px;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: 600;
    padding: 10px;
}

.icon-boxes--categories .wp-editor.icon-box__text {
    font-size: 14px;
}

.section-block.icon-boxes.text-white.icon-boxes--categories {
    padding: 24px 0px;
}

.icon-boxes--categories .wp-editor.icon-box__text p:last-child{
    margin-bottom: 0px;
}


/* Theme Based */


@media screen and (max-width: 1920px) {
  :root {
  --theme-fs-0: 60px;
  --theme-fs-1: 50px;
  --theme-fs-2: 40px;
  --theme-fs-3: 32px;
/*   --section-padding: 80px; */
  }
}

@media screen and (max-width: 1600px) {
  :root {
  --theme-fs-0: 60px;
  --theme-fs-1: 50px;
  --theme-fs-2: 40px;
  --theme-fs-3: 32px;
/*   --section-padding: 70px; */
  }

  .main-header .custom-logo-link img {
    width: 240px;
  }

  .main-header .nav-extra .desktop-label{
    display: none;
  }

  .btn-theme {
    min-width: 150px;
  }
	
	.icon-box__block--icon-left .icon-box__icon {
		width: 50px;
    	height: 50px;
	}
	
	.icon-box__block {
		padding: 20px;
	}
}

@media screen and (max-width: 1280px) {
  .main-header .navbar-nav {
    column-gap: 24px;
  }

  .main-header .navbar-expand-lg .navbar-nav .nav-link{
    font-size: var(--theme-fs-body-2);
  }
}

@media screen and (max-width: 992px) {
  :root{
    --theme-fs-0: 40px;
    --theme-fs-1: 32px;
    --theme-fs-2: 28px;
    --theme-fs-3: 24px;
    --theme-fs-4: 20px;
    --theme-fs-5: 18px;
    --theme-fs-6: 16px;
    --theme-fs-7: 14px;
    --theme-fs-body: 14px;
    --theme-fs-body-2: 12px;
    --theme-line-height: 1.2;
    --section-padding: 50px;
  }
  
  .nav-extra {
      display: none;
  }

  .main-header .navbar-toggler {
      border: 0px;
      opacity: 1;
  }

  .icon-box__block--icon-left {
    padding-left: 20px;
  }

  .icon-box__block--icon-left .icon-box__content {
    width: calc(100% - 92px);
  }

  #our-features {
    padding: 40px 0px;
  }

  #our-google-reviews {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .image-with-text .no-container .image-with-text_content {
    padding: 40px 30px;
  }

  #our-services {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .cta-grid__wrapper {
    margin-top: 30px;
  }

  .three_coloum_with_img .column__content-container {
    padding: 40px 30px;
  }

  .three_coloum_with_img .column__image {
    max-height: 450px;
  }

  #our-blogs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-top__text--right {
    text-align: center;
  }

  .header-top {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .btn-theme,
  .column__shortcode form .gform_button {
    padding: 15px 12px;
    min-width: 140px;
  }

  .column__shortcode form .gform-footer {
    margin-top: 24px !important;
  }

  .cta-grid__wrapper--col-3,
  .cta-grid__wrapper--col-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .cta-grid__item .cta-grid__item-inner {
    display: block;
	text-decoration: none;
  }

  .cta-grid__item .cta-grid__item-inner>* {
    width: 100%;
    max-width: 100%;
  }

  .main-header .dropdown-menu {
    left: 0px;
    transform: translateX(0px);
    width: 100%;
  }

  .main-header .dropdown-menu a {
    width: 100%;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
  }

  .main-header .custom-logo-link img {
    max-height: 100%;
    width: 150px;
    height: auto;
  }

  .main-header .navbar-toggler {
    border-radius: 0px;
    border: 1px solid var(--secondary);
    padding: 5px;
  }

/*   .main-header .navbar-toggler .navbar-toggler-icon {
    filter: invert(1) brightness(5);
    color: var(--white);
  } */

  #service-header .image-with-text_title {
    font-size: 32px;
    line-height: 36px;
  }

  .image-with-text .container .image-with-text_content {
    padding: 30px 15px;
    padding-bottom: 0px;
  }

  #service-section-2 .image-with-text_text ul,
  .image-with-text_content--fancy-list .image-with-text_text ul {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 30px;
  }

  #service-section-1,
  #service-section-2,
  .image-with-text:not(.no-padding) {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-with-text:not(.no-padding) .image-with-text_title,
  .image-with-text:not(.no-padding) h2 {
    line-height: 28px;
  }

  .collapsible-content-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .image-with-text .image-with-text_title {
    margin-bottom: 24px;
  }

  .contact-details-section .icon-box__blocks-wrap {
    flex-direction: column;
    margin-top: 30px;
    row-gap: 40px;
  }

  .contact-details-section .icon-box__block {
    width: 100%;
  }

  .footer-menu {
    column-count: 1;
    margin-top: 30px;
  }

  .footer-menu li {
    padding: 0px;
    margin: 0px;
  }

  .footer-menu li+li {
    margin: 0px;
    border-top: 1px solid #BDDC8657;
  }

  .footer-menu li a {
    padding: 10px 0px;
    display: inline-block;
  }

  .footer-bottom-links {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }

  .footer-bottom-links ul li a{
    text-decoration: none;
  }

  .footer-credits p {
    text-align: center;
    font-size: 14px;
  }

  footer {
    padding-bottom: 20px;
  }

  footer .footer-logo {
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    width: 230px;
    margin-bottom: 30px;
  }

  .footer-social {
    column-gap: 20px;
    justify-content: center;
  }

  /* CCE */
  .media-with-text_badge-list {
    column-gap: 30px;
  }

  .media-with-text_badge-list .icon {
    width: 80px;
    height: 80px;
  }

  .cta-grid .cta-grid-content {
    padding: 24px 15px;
	height: 100%;
  }

  .cta-grid__item-text {
    margin-bottom: 0px;
  }

  .column__image.column__image--right {
    display: none;
  }

  .slider-card-swiper .swiper-button-next,
  .slider-card-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
  }

  .slider-card-swiper .swiper-button-next::after,
  .slider-card-swiper .swiper-button-prev::after {
    font-size: 18px;
  }

  .slider-card-swiper .swiper-button-prev {
    left: calc(8% - 25px);
  }

  .slide-block .info {
    padding: 40px 24px;
  }

  .text-grid-section .detail-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
    column-gap: 1rem;
  }

  .text-grid-section .detail-list-item h3 {
    font-size: 14px;
  }

  .text-grid-section .detail-list-item p:empty {
    display: none;
  }

  .timeline .default-line {
    left: 20px;
  }

  .timeline .draw-line {
    left: 20px;
  }

  .timeline ul li::before {
    left: 0px;
    width: 40px;
    height: 40px;
  }

  .collapsible-content-section .collapsible__item-title {
    font-size: 16px;
    padding-right: 8px;
  }

  .timeline-left .image-and-text__title {
    font-size: var(--theme-fs-2);
  }

  .timeline h3 {
    font-size: var(--theme-fs-2);
  }

  /* Footer overwrites */
  footer .footer-logo img {
    width: 180px;
  }

  footer .footer-logo a {
    text-align: center;
  }

  .footer-social {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }

  .footer-widget__block {
    margin-top: 30px;
  }

  footer {
    padding-bottom: 0px;
  }

  .footer-bottom {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .footer-bottom-links {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  footer .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-widget__block h5 {
    margin-bottom: 20px;
  }

  /* header overwrites */
  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
    text-transform: uppercase;
    border-top: 1px solid var(--off-white);
  }

  .main-header .navbar-nav {
    padding-top: 30px;
    background-color: var(--white);
  }

  .section-block--screen-height {
    height: auto;
  }

  .text-grid-section .title-wrap {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .text-grid-section .detail-list-item h3 {
    font-size: 18px;
  }

  .stats-testimonials-section .content-wrap {
    padding: 0px;
  }

  .stats-testimonials-section .stats-counter-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .testimonials-slider-wrappar {
    margin-top: 40px;
    text-align: center;
  }


  /* Core Events */

  .form-container.column__shortcode {
    padding: 30px;
  }

  .contact-form__text-wrap .content-wrap {
      width: 100%;
  }

  .contact-form__text-wrap {
      padding: 30px;
  }

  .contact-badge {
      margin-top: 15px;
      column-gap: 10px;
      padding: 10px;
  }

  .contact-badge .icon {
      width: 60px;
      height: 60px;
  }

  .step-title-wrap {
      display: block;
  }


  .simple_step-item {
      margin-bottom: 30px;
  }

  .section-creative-list .bg-layer {
      display: none;
  }

  .section-creative-list {
      background: var(--dark);
  }

  .creative_list-item .img-wrap {
      display: block;
  }

  .creative_list-item {
      text-align: center;
  }

  .creative_list-item + .creative_list-item {
      margin-top: 40px;
  }

  .creative_list-item .info {
      padding: 10px;
      display: block;
      line-height: 1;
  }

  .creative_list-item .info .label {
      font-size: var(--theme-fs-2);
      line-height: 1;
      display: block;
  }

  .product-cat-header, .fullwidth-media-with-text--have-media {
    height: 400px;
  }

  .fullwidth-media-with-text .media-cover>* {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
  }

  .filter-btn {
    padding: 6px 8px;
    height: auto;
    font-weight: 500;
    font-size: var(--theme-fs-body-2);
    min-width: 50px;
  }

  .filter-title-wrap {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .filter-wrap {
      margin-bottom: 40px;
      display: block;
  }

  .section-additional-summary .img-wrap {
      margin-left: 0px;
  }


  #callUsModal .modal-content .modal-header {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }

  #callUsModal .modal-content .modal-body {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px;
  }

  #callUsModal .gform_button {
      width: 100%;
  }
	
	.image-and-text__media.timeline-left {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px){
	.ajax-search-container {
		order: 2;
		width: 100%;
		margin-top: 10px;
	}
}


/* Part numbers */

.woocommerce-Tabs-panel--part_numbers ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
    padding: 0px;
}

.woocommerce-Tabs-panel--part_numbers ul a {
    text-decoration: underline;
    color: var(--secondary);
}

/* pagination */
.category-pagination,
.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin: 28px 0;
}

/* handle ul/li from paginate_links('type'=>'list') and direct anchors */
.pagination-wrapper .page-numbers,
.woocommerce-pagination .page-numbers,
.category-pagination .page-numbers {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}

/* pill links */
.pagination-wrapper a.page-numbers,
.woocommerce-pagination a.page-numbers,
.category-pagination a.page-numbers,
.pagination-wrapper span.page-numbers,
.woocommerce-pagination span.page-numbers,
.category-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--off-white);
  text-decoration: none;
  border: 1px solid rgba(15, 23, 36, 0.06);
  font-weight: 600;
  transition: box-shadow .12s ease, transform .08s ease;
}

/* hover */
.pagination-wrapper a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover,
.category-pagination a.page-numbers:hover {
  color: var(--secondary);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(13, 110, 253, 0.08);
}

/* current page */
.pagination-wrapper .current,
.woocommerce-pagination .current,
.category-pagination .current,
.pagination-wrapper span.current,
.woocommerce-pagination span.current,
.category-pagination span.current {
  background: var(--secondary);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(13, 110, 253, 0.14);
  pointer-events: none;
  transform: none;
}

/* dots / ellipsis */
.pagination-wrapper .dots,
.woocommerce-pagination .dots,
.category-pagination .dots {
  color: var(--dark);
  padding: 0 8px;
  min-width: auto;
  box-shadow: none;
  transform: none;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {

  .woocommerce-pagination a.page-numbers,
  .category-pagination a.page-numbers {
    transition: none;
    transform: none;
  }
}

/* small screens */
@media (max-width:480px) {

  .woocommerce-pagination a.page-numbers,
  .category-pagination a.page-numbers {
    padding: 6px 9px;
    min-width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

/* The content box with the height limit */
.ac-content-body {
    max-height: 400px; /* The Limit */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out; /* Smooth animation */
}

/* The "Fade Out" gradient effect at the bottom */
.ac-content-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff 90%);
    pointer-events: none;
    transition: opacity 0.3s;
}

/* State: Expanded (Show full content) */
.ac-content-body.is-expanded {
    max-height: 2000px; /* Use a value larger than your content will ever be */
}

/* Remove the gradient when expanded */
.ac-content-body.is-expanded::after {
    opacity: 0;
}

/* Gravity Forms */
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: inherit;
    border-radius: 11px;
    border: 1px solid #8296B7;
    min-height: 48px;
}

@media (min-width: 641px) {
    .gform_wrapper.gravity-theme .ginput_container_address span, .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
        margin-bottom: 16px !important;
    }
}

.ginput_address_country{
    flex: 0 0 100% !important;
    margin-bottom: 8px !important;
}

.gform_button {
    height: 60px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: var(--theme-fs-body);
    line-height: var(--theme-line-height);
    font-weight: 700;
    transition: 0.4s ease;
    background: var(--primary);
    color: var(--white);
	border: 1px solid var(--primary);
    border-color: var(--primary);
	box-shadow: none;
}

.f-newsletter-form .gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end;
}

/* Fibo Search */

#banner-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 64px;
    font-size: var(--theme-fs-body);
    font-style: normal;
    border-radius: 8px;
}

#banner-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    text-transform: capitalize;
    font-weight: 700;
    font-size: var(--theme-fs-body);
    border-radius: 8px;
}

#banner-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
    display: none;
}

/* Swiper Height */
.swiper-slide.post {
    height: auto;
}

.swiper-slide.product {
    height: auto;
}


/* Landing Page */
.main-header.landing-page-header .navbar {
    background: transparent;
    position: absolute;
    z-index: 99;
    width: 100%;
}

.main-header.landing-page-header {
    position: relative;
}

.page-id-1785 .default-header-section {
    display: none;
}
.page-id-1650 .hydrated {
    display: none;
}
.page-id-1617 .default-header-section {
    display: none;
}

/* The content box with the height limit */
.ac-content-body {
    max-height: 300px; /* The Limit */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out; /* Smooth animation */
}

/* The "Fade Out" gradient effect at the bottom */
.ac-content-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff 90%);
    pointer-events: none;
    transition: opacity 0.3s;
}

/* State: Expanded (Show full content) */
.ac-content-body.is-expanded {
    max-height: 2000px; /* Use a value larger than your content will ever be */
}

/* Remove the gradient when expanded */
.ac-content-body.is-expanded::after {
    opacity: 0;
}

/* Prouduct Filters */
.widget_wpc_filters_widget {
    border: 2px solid var(--primary);
    padding: 20px;
    background: var(--white);
}

.wpc-filter-title {
    font-size: var(--theme-fs-6);
    font-weight: 600;
}

.wpc-filter-set-widget-title .widget-title {
    font-size: var(--theme-fs-4);
}

.wpc-filters-section {
    margin-bottom: 24px;
}

.wpc-filters-section.wpc-filter-terms-count-0 {
    display: none;
}

@media screen and (max-width: 991px){
	.product-sidebar-wrap {
		margin-bottom: 30px;
	}

	body .product-sidebar-wrap .wpc-filters-open-button-container a.wpc-filters-open-widget, 
	body .product-sidebar-wrap .wpc-filters-open-button-container a.wpc-open-close-filters-button{
		margin-bottom: 1px;
		background: var(--white);
		border: 2px solid var(--primary);
		color: var(--primary);
		font-weight: 700;
	}

	.product-sidebar-wrap .widget_wpc_filters_widget {
		padding: 0px;
		border: 0px;
		background: none;
	}

	.product-sidebar-wrap .wpc-filters-widget-content {
		padding: 20px;
		border: 2px solid var(--primary);
		background: var(--white);
	}

	.product-sidebar-wrap .wpc-filters-section {
		margin-bottom: 12px;
	}
}

#form-thankyou {
    padding-top: 35vh;
    padding-bottom: 35vh;
}

#form-thankyou .simple-text_title {
    margin-bottom: 30px;
}

.section-contact-form-with-text .no-container {
    max-width: 100vw;
    overflow: hidden !important;
    position: relative;
}

.form-container.column__shortcode .gform_title {
    color: white;
}