﻿/*!
Template Name: Eventics - Event & Conference HTML Template
Author: temptics pro
Version: 1.0

-----------------------------------------------------------------------------------
Front End is Developed By Shaikh Abu Amer on bahalf of temptics pro
-----------------------------------------------------------------------------------


CSS INDEX
=================== 
01. CUSTOM PROPERTIES
02. GLOBAL
03. Header
04. About
05. Countdown
06. Schedule
07. Stats
08. Categories
09. Features
10. Artists
11. Upcoming Events
12. Blog

// pages
13. About page
14. Events Page
15. Event Details Page
*/
:root {
  --et-primary: #1829c2;
  --et-secondary: #96a1fa;
  --et-white: #F8F8F8;
  --et-2-primary: #909bff;
  --et-3-primary: #4033ff;
  --et-blue: #1260FE;
  --et-purple: #550ECA;
  --et-purple-rgb: 85, 14, 202;
  --et-pink: #DE0977;
  --et-pink-rgb: 222, 9, 119;
  --et-Lpink: #F929BB;
  --et-gray: #58595B;
  --et-gray2: #5C707E;
  --black: #181818;
  --white: #ffffff;
  --font-jakarta: "Plus Jakarta Sans", sans-serif;
}

body {
  font-family: var(--font-jakarta);
}

p {
  line-height: 1.6;
}

a,
button {
  transition: 0.4s ease;
}

img {
  max-width: 100%;
}

.rev-slide-up {
  opacity: 0;
}

@keyframes updown {
  50% {
    transform: translateY(10px);
  }
}

@keyframes circle360 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.et-4-section-sub-title {
  position: relative;
  padding-left: 40px;
  font-family: var(--font-kalam);
  color: var(--et-purple);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .et-4-section-sub-title {
    margin-bottom: 6px;
  }
}

.et-4-section-sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--et-purple);
}

.et-4-section-title {
  font-family: var(--font-kanit);
  font-weight: 500;
  font-size: 55px;
  color: var(--black);
  line-height: 1.05;
}

@media screen and (max-width: 1199px) {
  .et-4-section-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .et-4-section-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .et-4-section-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .et-4-section-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .et-4-section-title {
    font-size: 32px;
  }
}

.et-4-section-title span.colored {
  font-family: var(--font-kalam);
  font-weight: 700;
  color: var(--et-pink);
}

.et-pagination a.active {
  background-color: var(--et-blue);
  border-color: var(--et-blue);
  color: var(--white);
}

.et-3-pagination a.active {
  background-color: var(--et-pink);
  border-color: var(--et-pink);
  color: var(--white);
}

.video-btn-shadow {
  animation: shadow 2s ease-in infinite;
}

@keyframes shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 30px transparent, 0 0 0 15px transparent;
  }
}

.et-banner-slider-dots {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.et-banner-slider-dots span {
  width: 20px;
  height: 20px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.4s ease;
  vertical-align: top;
}

.et-banner-slider-dots span::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border-radius: 50%;
}

.et-banner-slider-dots span.swiper-pagination-bullet-active {
  border-color: var(--white);
}

@keyframes spin {
  0% {
    transform: rotate(0) scale(1);
  }

  25%,
  100% {
    transform: rotate(90deg) scale(1);
  }

  50% {
    transform: rotate(90deg) scale(0.8);
  }
}

@keyframes etSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.et-banner-3-clipped {
  animation: clipMove 7s ease forwards infinite;
}

@keyframes clipMove {
  0% {
    clip-path: polygon(100% 0, 149% 0, 192% 100%, 144% 100%);
  }

  30% {
    clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
  }

  60% {
    clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
  }

  100% {
    clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
  }
}

.et-3-banner-vector {
  animation: moveX 7s ease forwards infinite;
}

@keyframes moveX {
  0% {
    left: 50%;
    opacity: 0;
  }

  30% {
    left: 68%;
    opacity: 25%;
  }

  60% {
    left: 68%;
    opacity: 25%;
  }

  100% {
    left: 68%;
    opacity: 25%;
  }
}

.et-3-package-accordion .et-single-accordion-item.open .et-single-accordion-item__header i {
  transform: rotate(180deg);
  color: var(--et-blue);
}

.et-outlined-text {
  color: transparent;
  -webkit-text-stroke: 1px rgb(142, 142, 147);
}

.et-3-event-tab-navs button.active {
  color: var(--white);
  border-color: transparent;
}

.et-3-event-tab-navs button.active::before {
  opacity: 1;
}

.et-vertical-txt {
  writing-mode: vertical-lr;
}

.et-4-new-events-slider-dots span::before {
  background-color: var(--black);
}

.et-4-new-events-slider-dots span.swiper-pagination-bullet-active {
  border-color: var(--et-blue);
}

.et-4-new-events-slider-dots span.swiper-pagination-bullet-active::before {
  background-color: var(--et-blue);
}

.et-auction-tab-navs button.active,
.et-auction-tab-navs button:hover {
  color: var(--white);
  background-color: var(--et-blue);
}

.et-4-banner-slider-dots .swiper-pagination-bullet {
  color: rgba(255, 255, 255, 0.3);
  font-size: clamp(13px, 0.84vw, 16px);
  width: auto;
  height: auto;
  opacity: 1;
  background: transparent;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
}

.et-4-banner-slider-dots .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--white);
  opacity: 0;
  top: 44%;
  transform: translateY(-50%);
  left: -9px;
}

.et-4-banner-slider-dots .swiper-pagination-bullet-active {
  color: var(--et-blue);
}

.et-4-banner-slider-dots .swiper-pagination-bullet-active::before {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .et-4-testimonial-slider .swiper-slide {
    opacity: 1;
    pointer-events: all;
  }
}

.et-4-testimonial-slider .swiper-slide:first-child:not(.swiper-slide-active),
.et-4-testimonial-slider .swiper-slide-prev {
  opacity: 0;
  pointer-events: none;
}

.et-auctions-event-tab {
  height: 0;
  opacity: 0;
  transition: 0.2s ease;
  pointer-events: none;
}

.et-auctions-event-tab.active {
  height: auto;
  opacity: 1;
  pointer-events: all;
}

@keyframes rotate-90-top-ccw {
  0% {
    transform: rotate(0);
    transform-origin: 0 130px;
  }

  100% {
    transform: rotate(100deg);
    transform-origin: 0 130px;
  }
}

@keyframes rotate-90-top-ccw2 {
  0% {
    transform: rotate(0);
    transform-origin: 90% 72%;
  }

  100% {
    transform: rotate(100deg);
    transform-origin: 90% 72%;
  }
}

.et-2-banner-container {
  max-width: clamp(1920px, 100.89vw, 1920px);
  margin: auto;
}

:root {
  --body: #f8f8f8;
  --black: #2d2d2d;
  --white: #fff;
  --theme: #1829c2;
  --theme2: #96a1fa;
  --theme3: #4033ff;
  --theme4: #1c1f4b;
  --header: #161616;
  --text: #1b1a3f;
  --border: rgba(44, 47, 88, 0.11);
  --bg: #f8f8f8;
  --bg-2: #000;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1400px) {
  .header-section .container {
    max-width: 1765px;
    margin: 0 auto;
  }
}

.header-section.style1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  border-bottom: 1px solid rgba(28, 75, 66, 0.14);
  padding: 22px 0;
}

.header-section.style1 .header-hamburger-inner {
  gap: 39px;
}

@media (max-width: 1600px) {
  .header-section.style1 .header-hamburger-inner {
    gap: 14px;
  }
}

.header-section.header-white {
  margin-top: 11px;
}

@media (min-width: 1200px) {
  .header-section.header-white .main-menu ul li a {
    color: var(--white);
  }

  .header-section.header-white .main-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white) !important;
  }
}

.header-section.header-white.sticky {
  margin-top: 0 !important;
  background: var(--theme) !important;
}

@media (min-width: 1200px) {
  .header-section.style3 .main-menu ul li a {
    color: #000;
  }

  .header-section.style3 .main-menu ul li a:hover {
    background: var(--white);
    color: var(--theme3) !important;
  }
}

.header-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main .header-logo {
  display: inline-block;
  width: clamp(140px, 35vw, 320px);
  height: auto;
}

.header-main .header-logo img {
  width: 100%;
}

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

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

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  color: var(--text);
  padding: 10px 20px 12px;
  border-radius: 30px;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

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

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

@media (max-width: 1600px) {
  .header-main .main-menu ul li a {
    padding: 8px 16px 10px !important;
  }
}

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

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

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

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

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

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

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

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

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

.header-main .main-menu ul li .has-homemenu {
  width: 900px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: calc(100% - 300px);
  visibility: hidden;
  padding: 20px 20px 20px 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

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

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

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

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn span {
  font-size: 14px;
}

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

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

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

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

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

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

@media (max-width: 1199px) {
  .header-main .main-menu ul li .has-homemenu {
    width: 1000px;
  }
}

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

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

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

.header-main .sidebar__toggle {
  cursor: pointer;
  width: clamp(40px, 4vw, 50px); /* 36px - 50px arası dinamik */
  font-size: clamp(16px, 2vw, 20px); /* font da orantılı küçülür/büyür */
}

.header-main .sidebar__toggle img {
  width: clamp(40px, 4vw, 50px);
  height: auto;
}

@media (max-width: 991px) {
  .header-main .header-logo {
    width: clamp(140px, 40vw, 600px);
    display: inline-block;
    margin-left: 1rem;
  }

  .header-main .header-logo img {
    width: 100%;
    height: 100%;
  }
}

.sidebar__toggle {
  cursor: pointer;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--white) !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

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

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

.offcanvas__info .social-icon a i {
  color: var(--black) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--white);
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}

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

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.search-wrap {
  width: 100%;
  height: 50%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(54, 52, 52, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
  outline: none;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav>ul .homemenu-items {
    flex-wrap: wrap;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
  position: relative;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav>ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}

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

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

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

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

@media screen and ((max-width: 1399px)) {
  .breadcrumb-cont {
    background-color: var(--white);
    width: 320px;
    border-radius: 0px;
    height: 52px;
    padding: 5px 8px 5px 20px;
  }

  #tinymce-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}

/* Paragraph styling */
#tinymce-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: clamp(16px, 1.26vw, 24px);
  color: var(--primary, #1a1a1a);
  text-align: justify;
}

/* Heading styling */
#tinymce-text h1,
#tinymce-text h2,
#tinymce-text h3 {
  font-size: clamp(24px, 1.89vw, 36px);
  line-height: 1.3;
  font-weight: bold;
  margin-top: clamp(20px, 2.10vw, 40px);
  margin-bottom: clamp(12px, 1.05vw, 20px);
  color: var(--et-primary, #0d1734);
}

#tinymce-text h4,
#tinymce-text h5,
#tinymce-text h6 {
  font-size: clamp(18px, 1.26vw, 24px);
  line-height: 1.4;
  font-weight: bold;
  margin-top: clamp(16px, 1.26vw, 24px);
  margin-bottom: clamp(10px, 0.84vw, 16px);
  color: var(--et-primary, #0d1734);
}

/* Unordered list styling */
#tinymce-text ul {
  margin: clamp(16px, 1.26vw, 24px) 0;
  padding-left: clamp(30px, 2.52vw, 48px);
  list-style-type: disc;
}

/* Ordered list styling */
#tinymce-text ol {
  margin: clamp(16px, 1.26vw, 24px) 0;
  padding-left: clamp(30px, 2.52vw, 48px);
  list-style-type: decimal;
}

/* List item styling */
#tinymce-text li {
  font-size: 18px;
  line-height: 0.8rem;
  margin-bottom: clamp(8px, 0.63vw, 12px);
  color: var(--primary, #1a1a1a);
  padding-left: clamp(4px, 0.42vw, 8px);
}

/* Nested list styling */
#tinymce-text ul ul {
  margin: clamp(8px, 0.63vw, 12px) 0;
  list-style-type: circle;
}

#tinymce-text ul ul ul {
  list-style-type: square;
}

#tinymce-text ol ol {
  margin: clamp(8px, 0.63vw, 12px) 0;
  list-style-type: lower-alpha;
}

#tinymce-text ol ol ol {
  list-style-type: lower-roman;
}

/* Strong/Bold text */
#tinymce-text strong,
#tinymce-text b {
  font-weight: 700;
  color: var(--et-primary, #0d1734);
}

/* Emphasis/Italic text */
#tinymce-text em,
#tinymce-text i {
  font-style: italic;
}

/* Links */
#tinymce-text a {
  color: var(--primary-color, #0066cc);
  text-decoration: underline;
  transition: color 0.3s ease;
}

#tinymce-text a:hover {
  color: var(--secondary-color, #004499);
}

/* Blockquotes */
#tinymce-text blockquote {
  border-left: 4px solid var(--et-primary, #0d1734);
  padding-left: clamp(16px, 1.26vw, 24px);
  margin: clamp(20px, 1.68vw, 32px) 0;
  font-style: italic;
  color: #555;
}

/* Code blocks */
#tinymce-text code {
  background: #f4f4f4;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 16px;
}

#tinymce-text pre {
  background: #f4f4f4;
  padding: clamp(12px, 1.05vw, 20px);
  border-radius: 8px;
  overflow-x: auto;
  margin: clamp(16px, 1.26vw, 24px) 0;
}

#tinymce-text pre code {
  background: none;
  padding: 0;
}

/* Tables */
#tinymce-text table {
  width: 100%;
  border-collapse: collapse;
  margin: clamp(20px, 1.68vw, 32px) 0;
}

#tinymce-text table th,
#tinymce-text table td {
  border: 1px solid #ddd;
  padding: clamp(8px, 0.84vw, 16px);
  text-align: left;
}

#tinymce-text table th {
  background: var(--et-primary, #0d1734);
  color: white;
  font-weight: bold;
}

/* Horizontal rule */
#tinymce-text hr {
  border: none;
  border-top: 2px solid #e0e0e0;
  margin: clamp(24px, 2.10vw, 40px) 0;
}

/* ========================================
       Province Section Styles
======================================== */
.province-header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
}

.province-header::before,
.province-header::after {
  background: linear-gradient(to right, transparent, #92C201, #92C201);
  content: '';
  flex: 1;
  height: 2px;
}

.province-header::after {
  background: linear-gradient(to left, transparent, #92C201, #92C201);
}

.province-title {
  color: #1C4B42;
  font-size: clamp(24px, 1.8vw, 36px);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  white-space: nowrap;
}

.province-container {
  border: 2px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
  padding: 2rem;
  transition: all 0.3s ease;
}

.province-container:hover {
  border-color: #92C201;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* ========================================
       Grade Levels Section
       ======================================== */
.grade-levels-container {
  align-items: center;
  display: flex;
  gap: 3rem;
}

.grade-levels-title-area {
  flex: 0 0 auto;
  max-width: 300px;
  min-width: 200px;
}

.grade-levels-title-area h5 {
  color: #1C4B42;
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.grade-levels-content {
  flex: 1;
}

.grade-levels-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

.grade-badge {
  align-items: center;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 9999px;
  color: #1C4B42;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.grade-badge:hover {
  background: #92C201;
  border-color: #92C201;
  box-shadow: 0 4px 6px -1px rgba(146, 194, 1, 0.3);
  color: white;
  transform: translateY(-2px);
}

.grade-badge i {
  font-size: 18px;
}

/* ========================================
       Features Card
       ======================================== */
.features-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  box-shadow:
    0 10px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  height: 100%;
  margin: 3.6rem auto 0;
  max-width: 700px;
  overflow: hidden;
  padding: 2.5rem 2rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-card::before {
  background: linear-gradient(90deg, #92C201 0%, #7aa001 100%);
  border-radius: 1.5rem 1.5rem 0 0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.features-card:hover {
  border-color: #92C201;
  box-shadow:
    0 20px 35px -8px rgba(0, 0, 0, 0.15),
    0 12px 16px -8px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  transform: translateY(-4px);
}

.features-card-title {
  color: #1C4B42;
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  position: relative;
  text-align: start;
}

.features-card-title::after {
  background: linear-gradient(90deg, #92C201, transparent);
  border-radius: 3px;
  bottom: 0;
  content: '';
  height: 3px;
  left: 22%;
  position: absolute;
  transform: translateX(-50%);
  width: 240px;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: start;
  padding: 0 1rem;
  row-gap: 0.8rem;
}

.feature-item {
  align-items: center;
  background: white;
  border: 1.5px solid #e5e7eb;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #1C4B42;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 0.6rem;
  padding: 0.65rem 1.3rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.feature-item:hover {
  background: #92C201;
  border-color: #92C201;
  box-shadow: 0 4px 8px rgba(146, 194, 1, 0.3);
  color: white;
  transform: translateY(-2px);
}

.feature-item svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.feature-item:hover svg path {
  fill: white;
}

/* ========================================
       Service Breadcrumb Section
       ======================================== */
.service-breadcrumb-section {
  background-color: #f8f8f8 !important;
  border-radius: 0;
  display: flex;
  overflow: hidden;
  position: relative;
}

.service-breadcrumb-bg {
  display: block;
  flex-shrink: 0;
  height: auto;
  min-height: 250px;
  object-fit: cover;
  width: 100%;
}

.service-breadcrumb-overlay {
  background: linear-gradient(135deg, rgba(28, 75, 66, 0.85) 0%, rgba(24, 41, 194, 0.75) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.service-breadcrumb-content {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  left: 0;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.service-breadcrumb-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-breadcrumb-nav li {
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 500;
}

.service-breadcrumb-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-breadcrumb-nav a:hover {
  color: #92C201;
}

.service-breadcrumb-nav i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

.service-breadcrumb-title {
  color: white;
  font-size: clamp(32px, 4.5vw, 65px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  max-width: 95%;
  padding: 0 1rem;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
}

/* ========================================
       Responsive Media Queries
       ======================================== */
@media (max-width: 768px) {
  .province-title {
    font-size: clamp(24px, 5vw, 32px);
    padding: 0 1rem;
  }

  .grade-levels-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }

  .grade-levels-title-area {
    max-width: 100%;
    min-width: auto;
  }

  .grade-badge {
    font-size: 14px;
    padding: 0.6rem 1.2rem;
  }

  .features-card {
    margin-top: 2rem;
    padding: 2rem 1.5rem;
  }

  .feature-item {
    font-size: 14px;
    padding: 0.55rem 1.1rem;
  }

  .features-list {
    gap: 0.8rem;
    row-gap: 0.8rem;
  }

  .service-breadcrumb-bg {
    min-height: 200px;
  }

  .service-breadcrumb-content {
    gap: 1rem;
    padding: 2rem 1rem;
  }

  .service-breadcrumb-title {
    font-size: clamp(24px, 6vw, 40px);
  }

  .service-breadcrumb-nav {
    gap: 0.5rem;
  }

  .service-breadcrumb-nav li {
    font-size: 12px;
  }

  .blog-category-filter {
    gap: 8px;
    margin-bottom: 30px;
  }

  .category-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.mt_3 {
  margin-top: 3rem;
}

.blog-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
}

.category-btn {
  padding: 10px 24px;
  border: 2px solid #dee2e6;
  border-radius: 50px;
  background: #ffffff;
  color: #0d1734;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

.category-btn:hover {
  background: #f8f9fa;
  border-color: var(--primary-color, #0d1734);
  transform: translateY(-2px);
}

.category-btn.active {
  background: var(--primary-color, #0d1734);
  border-color: var(--primary-color, #0d1734);
  color: #ffffff;
}

.testimonial_con {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.testimonial_con__right_con {
  max-width: 50%;
}

.testimonial_con__star_color {
  color: rgb(209, 154, 14);
}

@media (max-width: 768px) {
  .testimonial_con {
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
  }

  .testimonial_con__right_con {
    max-width: 100%;
  }

  .sm_d_none {
    display: none;
  }
}

.col_6_md_12 {
  flex: 0 0 auto;
  width: 50%;
  padding-left: clamp(8px, 1vw, 16px);
  padding-right: clamp(8px, 1vw, 16px);
}

@media (max-width: 991.98px) {
  .col_6_md_12 {
    width: 100%;
  }
}

.tabs-nav {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-pill {
  background: white;
  border: 2px solid #e5e7eb;
  padding: 12px 24px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #1C4B42;
  transition: all 0.3s ease;
}

.tab-pill:hover {
  border-color: #92C201;
  transform: translateY(-2px);
}

.tab-pill.active {
  background: #92C201;
  color: white;
  border-color: #92C201;
}

.tab-content {
  width: 100%;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.policy_con {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 3rem;
  padding: clamp(40px, 4vw, 60px) clamp(20px, 2vw, 40px);
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.policy_con__header {
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: clamp(16px, 1.5vw, 24px);
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.policy_con__header__title {
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 clamp(8px, 0.8vw, 12px) 0;
  line-height: 1.3;
}

.policy_con__header__last_updated_date {
  display: block;
  font-size: clamp(13px, 1.1vw, 15px);
  color: #6b7280;
  font-style: italic;
}

.policy_con__content {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.8;
  color: #374151;
  margin-bottom: clamp(32px, 3vw, 48px);
}

.policy_con__content h1,
.policy_con__content h2,
.policy_con__content h3,
.policy_con__content h4 {
  margin-top: clamp(24px, 2.5vw, 36px);
  margin-bottom: clamp(12px, 1.2vw, 18px);
  color: #1f2937;
  font-weight: 600;
}

.policy_con__content h1 {
  font-size: clamp(22px, 2.2vw, 28px);
}

.policy_con__content h2 {
  font-size: clamp(20px, 2vw, 24px);
}

.policy_con__content h3 {
  font-size: clamp(18px, 1.8vw, 22px);
}

.policy_con__content h4 {
  font-size: clamp(16px, 1.5vw, 20px);
}

.policy_con__content p {
  margin-bottom: clamp(14px, 1.4vw, 20px);
}

.policy_con__content ul,
.policy_con__content ol {
  margin: clamp(14px, 1.4vw, 20px) 0;
  padding-left: clamp(24px, 2.5vw, 36px);
}

.policy_con__content li {
  margin-bottom: clamp(8px, 0.8vw, 12px);
}

.policy_con__content strong {
  font-weight: 600;
  color: #1f2937;
}

.policy_con__contact {
  background: #f9fafb;
  border-left: 4px solid #3b82f6;
  padding: clamp(16px, 1.8vw, 24px);
  margin-bottom: clamp(32px, 3vw, 48px);
  border-radius: 6px;
}

.policy_con__contact h3 {
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 clamp(10px, 1vw, 14px) 0;
}

.policy_con__contact p {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #4b5563;
  margin: clamp(6px, 0.6vw, 8px) 0;
  line-height: 1.6;
}

.policy_con__contact a {
  color: #3b82f6;
  text-decoration: none;
  transition: color 0.2s;
}

.policy_con__contact a:hover {
  color: #2563eb;
  text-decoration: underline;
}

.policy_con__other_policies {
  border-top: 2px solid #e5e7eb;
  padding-top: clamp(24px, 2.5vw, 36px);
}

.policy_con__other_policies h3 {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 clamp(16px, 1.6vw, 24px) 0;
}

.policy_con__other_policies ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(12px, 1.2vw, 16px);
}

.policy_con__other_policies li {
  background: #f9fafb;
  border-radius: 8px;
  transition: background 0.2s, transform 0.2s;
}

.policy_con__other_policies li:hover {
  background: #f3f4f6;
  transform: translateY(-2px);
}

.policy_con__other_policies a {
  display: block;
  padding: clamp(12px, 1.2vw, 16px);
  color: #1f2937;
  text-decoration: none;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1.5;
}

.policy_con__other_policies a:hover {
  color: #3b82f6;
}

@media (max-width: 768px) {
  .policy_con {
    margin: 20px;
  }

  .policy_con__other_policies ul {
    grid-template-columns: 1fr;
  }
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
}

.col_8_md_12 {
  flex: 0 0 auto;
  width: 70%;
  padding-left: clamp(8px, 1vw, 16px);
  padding-right: clamp(8px, 1vw, 16px);
}

.col_4_md_12 {
  flex: 0 0 auto;
  width: 30%;
  padding-left: clamp(8px, 1vw, 16px);
  padding-right: clamp(8px, 1vw, 16px);
}

@media (max-width: 992px) {
  .col_6_md_12 {
    width: 100%;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}

.asp_1 {
  aspect-ratio: 3/2 !important;
  object-fit: cover !important;
}

.asp_2 {
  aspect-ratio: 4/5 !important;
  object-fit: cover !important;
}

.round_3 {
  border-radius: 3rem;
}

.hover_primary:hover {
  background-color: var(--et-3-primary) !important;
}

.cta-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.cta-overlay > * {
    position: relative;
    z-index: 2;
}