/*!
Theme Name: DTS
Theme URI: https://them.es/starter
Author: SJ Innovation
Author URI: https://sjinnovation.com/
Description: 
Version: 3.5.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: dts
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.bypostauthor {
  font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* 
===========================
  Global Styles
=============================
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #565353;
  background-color: #070707;
}

h1,
.main-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 67.2px;
}

h2,
.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  color: #12100b;
}

small,
.small-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* Base Button Styles */
.primary-btn-outline {
  color: #ffffff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid #def203;
  background-color: transparent;
  padding: 9px 24px;
}
.primary-btn-fill {
  color: #000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100px;
  border-radius: 87.5px;
  background: #def203;
  padding: 9px 24px;
  border: none;
}
.header-btn {
  font-size: 20px;
}
.dts-btn {
  width: 210px;
  min-width: 210px;
  height: 52px;
  padding: 10px 17px;
  border-radius: 8px;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  border: 1px solid #c01718;
  color: #c01718;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

/* Filled Button Styles */
.dts-fill-btn {
  background-color: #c01718;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

/* Banner CTA Buttons */
.banner-ctas .dts-btn {
  color: #ffffff;
}

/* Header CTA Buttons */
.header-ctas .dts-btn {
  width: 210px;
  min-width: 210px;
}

/* Hover Effects */
.dts-btn:hover {
  animation: pulse 1.5s infinite;
}

.dts-btn:not(.dts-fill-btn):hover {
  background-color: #c01718;
  color: #ffffff;
  border: none;
}

.dts-fill-btn:hover {
  color: #c01718;
  border: 1px solid #c01718;
  background: transparent;
}

/* Active Effect */
.dts-btn:active {
  transform: scale(0.95);
}

/* Slide Background Effect for Filled Button */
.dts-fill-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: white;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.dts-fill-btn:hover::before {
  left: 0;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(192, 23, 24, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(192, 23, 24, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(192, 23, 24, 0);
  }
}
/* 
===========================
  Header
=============================
*/
.top-header {
  background: #050505;
  color: #fff;
  padding: 23px 0px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  border-bottom: 1px solid gray;
}

.top-header .row {
  display: flex;
  align-items: center;
}

.top-header .social-icons {
  float: right;
  gap: 14px;
  display: flex;
}
.top-header-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.top-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .top-header-links {
    flex-direction: column;
  }
  .top-header .social-icons {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.social-icons a {
  width: 16px;
  height: 16px;
  background: #ffffff;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  line-height: 16px;
  color: #c01718;
}
#main {
  margin-top: 0rem !important;
}
.navbar {
  background-color: #070707 !important;
  border-bottom: 1px solid #4f4f4f;
}
.navbar .fa-bars {
  color: #ffffff;
  width: 32px;
}
#navbar #menu-primary {
  margin: 0 auto;
  gap: 10px;
}
@media (max-width: 1023px) {
  #navbar #menu-primary {
    gap: 5px;
    margin: 20px 0px;
  }
}
.top-header-info .address img,
.top-header-info .email img,
.top-header-info .phone img,
.top-header-info .phone i,
.top-header-info .email i,
.top-header-info .address i {
  margin-right: 10px;
  font-size: 18px;
}
.top-header-info .address a,
.top-header-info .email a,
.top-header-info .phone a {
  color: #ffffff;
}

/* 
===========================
  Homepage: Hero Section
=============================
*/

.cta-buttons {
  display: flex;
  gap: 1rem;
}

.banner-ctas {
  margin-top: 50px;
  display: flex;
  justify-content: end;
}
.banner-ctas .send-email-button {
  display: flex;
}
/* Responsive styles */
@media (max-width: 768px) {
  .hero-content {
    padding: 8% 2%;
  }

  .hero-title {
    font-size: 36px;
    line-height: 40.2px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 27px;
  }

  .cta-buttons {
    flex-direction: column;
  }
}

/* 
===========================
  Footer Styles
=============================
*/
.site-footer {
  position: relative;
  background-color: #070707 !important;
  color: #b6b6b6;
  font-size: 16px;
  line-height: 24px;
  padding-top: 120px;
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

.site-footer a {
  text-decoration: none;
  color: #bdbdbd;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 25.76px */
  letter-spacing: 0.16px;
  text-transform: capitalize;
}

.site-footer a:hover {
  color: #f0f0f0;
  text-decoration: underline;
}

.site-footer h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 27.84px */
  letter-spacing: 0.24px;
  text-transform: capitalize;
}

.footer-social .social-icons span {
  display: none;
}
.footer-social .social-icons {
  margin-top: 24px;
}
.footer-social .social-icons a {
  height: 50px;
  width: 50px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 22px;
  line-height: 50px;
  margin-right: 20px;
}
.footer-social .social-icons a:hover {
  background-color: #37ac50;
}
.site-footer .tagline {
  font-size: 16px;
  line-height: 24px;
}
.site-footer .policy-links a {
  font-size: 14px;
  line-height: 20px;
  color: #b6b6b6;
  margin-right: 40px;
}
.site-footer .copyright {
  font-size: 14px;
  line-height: 20px;
  color: #b6b6b6;
}
.site-footer h4 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.footer-menu {
  padding-left: 0px;
}
.footer-menu li {
  list-style: none;
  margin-bottom: 12px;
}
.footer-menu li a {
  color: #b6b6b6;
}
.footer-bottom {
  display: flex;
}
@media (max-width: 768px) {
  .footer-bottom {
    display: block;
  }
}
#footer .menu-item a[aria-current='page'] {
  color: #ffffff !important;
}
.footer-contacts {
  margin-top: 50px;
}
.footer-contacts i {
  color: #ffffff;
  margin-right: 10px;
}
.footer-contacts h4 {
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .footer-contacts {
    margin: 20px 0px;
  }
  .site-footer .policy-links a {
    margin-right: 12px;
  }
}
@media (max-width: 400px) {
  .site-footer .policy-links a {
    margin-right: 10px;
  }
}

/* 
=============================
  Homepage: Two Col Sections
=============================
*/
/* Vehicle Transport Section Styles */
.vehicle-transport-section {
  padding: 130px 0px 100px;
  background-color: #fff;
}

.transport-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left Column Styles */
.transport-content {
  min-width: 630px;
}
@media (max-width: 991px) {
  .transport-content {
    min-width: 100%;
  }
}

.transport-title {
  margin-bottom: 24px;
}

.transport-description p:last-child {
  margin-bottom: 0;
}

/* Right Column Styles */
.transport-image-wrapper {
  position: relative;
}

.transport-image-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.transport-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  position: relative;
  z-index: 3;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .transport-image {
    padding-right: 0px;
  }
}

.corner-image {
  position: absolute;
  z-index: 2;
}

.corner-top-right {
  background-image: url('../dts/assets/images/right-black-corner.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: -20px;
  right: -20px;
  width: 38%;
  height: 419px;
}
.corner-bottom-left {
  background-image: url('../dts/assets/images/left-red-corner.png');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -20px;
  left: -20px;
  width: 78px;
  height: 196px;
}
.corner-top-left {
  background-image: url('../dts/assets/images/top-red-corcer.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: -20px;
  left: -20px;
  width: 45%;
  height: 437px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .transport-content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .transport-content {
    max-width: 100%;
  }
}

/* Safety Transport Section */
.vehicle-safety-section {
  padding: 130px 0px 100px;
  background-color: #fff;
}

.safety-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left Column Styles */
.safety-content {
  max-width: 501px;
}
@media (max-width: 991px) {
  .safety-content {
    min-width: 100%;
  }
  .safety-content-wrapper {
    display: grid;
    grid-template-columns: 2fr;
  }
}

.safety-title {
  margin-bottom: 24px;
}

.safety-description p:last-child {
  margin-bottom: 0;
}

/* Right Column Styles */
.safety-image-wrapper {
  position: relative;
}

.safety-image-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.safety-image {
  width: 100%;
  max-width: 509px;
  height: auto;
  display: block;
  border-radius: 8px;
  position: relative;
  z-index: 3;
  padding-right: 20px;
  float: right;
}
@media (max-width: 768px) {
  .safety-image {
    padding-right: 0px;
  }
}
.safety-image-frame .bbb-logo-image {
  position: absolute;
  z-index: 3;
  bottom: 80px;
  left: 26px;
}
.corner-bottom-right {
  background-image: url('../dts/assets/images/right-red-corenr.png');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -20px;
  right: -20px;
  width: 40%;
  height: 411px;
}

/* Auto Transport Section Styles */
.auto-transport-section {
  padding: 100px 0px 130px;
  background-color: #f6f6f6;
}

.auto-transport-content-wrapper {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 60px;
  align-items: center;
}

/* Left Column Styles (Image) */
.auto-transport-image-wrapper {
  position: relative;
  width: 100%;
}

.auto-transport-image-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.auto-transport-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  position: relative;
  z-index: 3;
  background: #ffffff;
}

/* Right Column Styles (Content) */
.auto-transport-content {
  min-width: 630px;
}

.auto-transport-title {
  margin-bottom: 24px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .auto-transport-content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .auto-transport-content {
    max-width: 100%;
    min-width: 100%;
  }
}

/* 
================================
  Homepage: Our Process Section
================================
*/
.process-section {
  background-color: #f6f6f6;
}
.dts-steps {
  /* background-image: url("../dts/assets/images/steps-line-new.png");
  background-size: contain;
  background-repeat: no-repeat; */
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1409px;
  margin: 0 auto;
  background-position: center;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 130px;
  position: relative;
}
.step {
  position: absolute;
  z-index: 1;
}
.step.left-step {
  margin-left: 120px;
  text-align: left;
}
.step.right-step {
  margin-right: 120px;
  text-align: right;
}
.step-one {
  top: 15px;
}
.step-two {
  top: 260px;
}
.step-three {
  top: 595px;
}
.step-four {
  top: 1000px;
}
.step-five {
  top: 1270px;
}
#mobile-svg {
  display: none;
}
@media (max-width: 991px) {
  .step.right-step {
    margin-right: 70px;
  }
  .step.left-step {
    margin-left: 70px;
  }
  .dts-steps .step p {
    font-size: 15px;
  }
  #mobile-svg {
    display: block;
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    height: 622px;
  }
  #desktop-svg {
    display: none;
  }
  .dts-steps {
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .step {
    position: static;
  }
  .step-content {
    min-height: 150px;
  }
  .dts-steps .step p {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .step-content {
    min-height: 225px;
  }
  #mobile-svg {
    top: 101.5px;
    height: 922px;
  }
}
.step-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.step-content-info {
  max-width: 448px;
}
.dts-steps-head {
  max-width: 540px;
  margin: 130px auto 100px;
  text-align: center;
}
.dts-steps-head .cta-buttons {
  justify-content: center;
}
.step-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34.29px;
  color: #12100b;
}
.dts-steps .step p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

/* 
================================
  Homepage: Services Section
================================
*/
.services-section {
  background-color: #f6f6f6;
}

.services-section-head {
  max-width: 540px;
  margin: 0px auto 70px;
  text-align: center;
}

.services-section-content {
  margin-bottom: 120px;
}

.service-item {
  min-height: 339px;
  padding: 32px 24px 24px 24px;
  border-radius: 8px;
  background: #ffffff;
  position: relative;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.service-item::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(192, 23, 24, 0.1), transparent);
  transition: top 0.5s ease;
}

.service-item:hover::before {
  top: 0;
}

.service-icon {
  min-height: 65px;
  position: relative;
  z-index: 1;
}
.service-icon img {
  max-height: 65px;
  width: auto;
}

.service-item:hover .service-icon img {
  animation: boxPulse 1s infinite alternate;
}

@keyframes boxPulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

h4.service-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #183b56;
  padding: 20px 0px 15px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

p.service-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5a7184;
  position: relative;
  z-index: 1;
}

a.service-learn-more {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.1px;
  color: #c01718;
  position: absolute;
  bottom: 22px;
  z-index: 1;
  transition: transform 0.3s ease;
}

.service-item:hover a.service-learn-more {
  transform: translateX(5px);
}

a.service-learn-more i {
  transition: transform 0.3s ease;
}

.service-item:hover a.service-learn-more i {
  animation: boxBounce 0.5s infinite alternate;
}

@keyframes boxBounce {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(3px);
  }
}

/* 
==================================
  Homepage: Why Choose US Section
==================================
*/
.why-choose-us-section {
  background: #f6f6f6;
}

.why-choose-us-section-head {
  max-width: 624px;
  margin: 130px auto 100px;
  text-align: center;
}

.why-choose-us-section-content {
  margin-bottom: 100px;
}

.reason-item {
  min-height: 370px;
  padding: 32px 24px;
  border-radius: 16px;
  background: #ffffff;
  position: relative;
  border: 1px solid rgba(192, 23, 24, 0.2);
  overflow: hidden;
  transition: all 0.3s ease, border 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease;
}

.reason-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(192, 23, 24, 0.1);
  border: 1px solid rgba(192, 23, 24, 0.5);
}

.reason-item:hover .reason-icon img {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}

h3.reason-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #183b56;
  padding: 16px 0px 8px;
  margin-bottom: 0px;
  transition: color 0.3s ease;
}

.reason-item:hover h3.reason-title {
  color: #c01718;
}

p.reason-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #5a7184;
}

/* 
================================
  Homepage: Partner Section
================================
*/
.parallax-section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  position: relative;
}

.parallax-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.partners-section-head h2 {
  color: #fff;
  position: relative;
  z-index: 1;
}

.partner-logos-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.partner-logos {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  animation: slide 20s linear infinite;
}

.partner-logos:hover {
  animation-play-state: paused;
}

.partner-logo {
  flex: 0 0 14%;
  min-width: 14%; /* Ensure minimum width for sliding effect */
  padding: 15px;
  margin-right: 30px; /* Add space between logos */
}

.partner-logo img {
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.partner-logo:hover img {
  filter: brightness(1) invert(0);
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .partner-logo {
    flex: 0 0 25%;
    min-width: 25%;
    padding: 10px;
    margin-right: 20px;
  }
  .partner-logos {
    flex-direction: row !important;
  }
}

@media (max-width: 480px) {
  .partner-logo {
    flex: 0 0 33.333%;
    min-width: 33.333%;
    padding: 5px;
    margin-right: 15px;
  }
}
/* 
================================
  Homepage: Testimonial Section
================================
*/
.client-testimonials-section {
  padding: 130px 0px 100px;
}
.client-testimonials-section-head {
  margin-bottom: 70px;
}

.client-testimonials {
  padding: 60px 0;
  background-color: #ffffff;
}

.testimonial-item {
  min-height: 330px;
  padding: 32px 24px 24px 24px;
  border-radius: 16px;
  background: #ffffff;
  position: relative;
  border: 1px solid rgba(192, 23, 24, 0.5);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.testimonial-item::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(192, 23, 24, 0.1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: scale(0.5);
  z-index: 0;
}

.testimonial-item:hover::before {
  opacity: 1;
  transform: scale(1);
}

.client-feedback {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  color: #646277;
  position: relative;
  z-index: 1;
  height: 144px;
  overflow-y: auto;
  padding-right: 6px;
}

/* For Webkit browsers (Chrome, Safari, etc.) */
.client-feedback::-webkit-scrollbar {
  width: 6px;
}

.client-feedback::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.client-feedback::-webkit-scrollbar-thumb {
  background: #646277;
  border-radius: 3px;
}

.client-feedback::-webkit-scrollbar-thumb:hover {
  background: #4e4c5c;
}

/* For Firefox */
.client-feedback {
  scrollbar-width: thin;
  scrollbar-color: #646277 #f1f1f1;
}

/* For Internet Explorer and Edge */
.client-feedback {
  scrollbar-face-color: #646277;
  scrollbar-track-color: #f1f1f1;
  scrollbar-arrow-color: #646277;
  scrollbar-shadow-color: #646277;
}

.client-info {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.client-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.testimonial-item:hover .client-image {
  transform: scale(1.1) rotate(-5deg);
}

.client-details {
  flex-grow: 1;
}

.client-name {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  color: #252334;
  transition: all 0.3s ease;
}
.client-company {
  transition: all 0.3s ease;
}

.testimonial-item:hover .client-name {
  color: #c01718;
  transform: translateX(5px);
}
.testimonial-item:hover .client-company {
  transform: translateX(5px);
}

.client-social a {
  color: #6b697a;
  margin-right: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.client-social a:hover {
  color: #c01718 !important;
  transform: scale(1.2) rotate(15deg);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.testimonial-item:hover .client-social a {
  animation: float 2s ease-in-out infinite;
}

.testimonial-item:hover .client-social a:nth-child(2) {
  animation-delay: 0.2s;
}

.testimonial-item:hover .client-social a:nth-child(3) {
  animation-delay: 0.4s;
}

@media (max-width: 768px) {
  .testimonial-column {
    flex: 0 0 100%;
  }
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #c01718 !important;
  opacity: 0.5;
}

.carousel-indicators button.active {
  opacity: 1;
}

/* 
================================
  Homepage: FAQ Section
================================
*/
.faq-section.parallax-section {
  padding-bottom: 0px;
}
.faq-section.parallax-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.faq-section-head {
  max-width: 540px;
  margin: 0px auto 40px;
  text-align: center;
  color: #fff;
  z-index: 9;
  position: relative;
}
.faq-section-head h2 {
  color: #ffffff;
}
.faq-section-head .cta-buttons {
  justify-content: center;
}
.faq-content {
  margin-bottom: 140px;
}
.accordion-collapse.collapse {
  background: rgb(255, 255, 255);
  position: relative;
  border-radius: 8px;
}
.accordion-item {
  background: rgb(255, 255, 255);
  border-radius: 8px;
  border-bottom: 0px;
  max-width: 860px;
  margin: 0 auto 16px;
  color: #1e293b;
  border: none;
}
.accordion-header button {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  padding: 20px;
  border-radius: 8px;
  color: #1e293b;
}
.accordion-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1e293b;
}
.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1e293b;
}
.faq-devider {
  position: relative;
}

/* Add this to your existing CSS */
.accordion-button::after {
  content: '+';
  font-size: 24px;
  font-weight: bold;
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  content: '-';
  transform: rotate(0);
  background-image: none;
  font-size: 28px;
}

.newsletter-section {
  background-color: #000000;
  color: #ffffff;
  padding: 100px 0px;
}
.newsletter-section h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.2px;
}
.newsletter-section .cta-buttons {
  justify-content: end;
}

/* 
================================
  Animations
================================
*/
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
body:not(.dom-loaded) .animate-on-scroll {
  opacity: 0 !important;
  transform: none !important;
}
.animate-on-scroll {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.animate-on-scroll.animate {
  opacity: 1;
}

.fade-up,
.fade-left,
.fade-right,
.scale-up {
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.fade-up {
  transform: translateY(60px);
}

.fade-left {
  transform: translateX(-50px);
}

.fade-right {
  transform: translateX(50px);
}

.scale-up {
  transform: scale(0.9);
}

.animate-on-scroll.animate .fade-up,
.animate-on-scroll.animate .fade-left,
.animate-on-scroll.animate .fade-right,
.animate-on-scroll.animate .scale-up {
  transform: translate(0) scale(1);
  opacity: 1;
}

/* Rotate In */
.rotate-in {
  transform: rotate(-15deg) scale(0.8);
}
.rotate-in.animate {
  transform: rotate(0) scale(1);
}

/* Fancy Entrance */
.fancy-entrance {
  transform: translateY(50px) rotate(-5deg) scale(0.9);
  transform-origin: left;
}
.fancy-entrance.animate {
  transform: translateY(0) rotate(0) scale(1);
}

/* Stagger children effect */
.stagger-children > * {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.animate .stagger-children > * {
  opacity: 1;
  transform: translateY(0);
}

.animate .stagger-children > *:nth-child(1) {
  transition-delay: 0.1s;
}
.animate .stagger-children > *:nth-child(2) {
  transition-delay: 0.2s;
}
.animate .stagger-children > *:nth-child(3) {
  transition-delay: 0.3s;
}
.animate .stagger-children > *:nth-child(4) {
  transition-delay: 0.4s;
}
.animate .stagger-children > *:nth-child(5) {
  transition-delay: 0.5s;
}
.animate .stagger-children > *:nth-child(6) {
  transition-delay: 0.6s;
}
.animate .stagger-children > *:nth-child(7) {
  transition-delay: 0.7s;
}
.animate .stagger-children > *:nth-child(8) {
  transition-delay: 0.8s;
}

/*
SUB-PAGE SPACING 
*/
.contact-form-section {
  padding: 50px 0px;
}
.privacy-policy .content {
  padding: 100px 0px;
}

.partners-section.parallax-section::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.partners-section.parallax-section {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .partners-section.parallax-section {
    background-size: cover;
  }
}
.page-template-page-contact .banner-block {
  position: relative;
}
.page-template-page-contact .banner-block::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-template-page-contact .banner-block .container {
  position: relative;
  z-index: 9;
}

/*Additional CSS */
.privacy-policy-box input {
  height: auto !important;
}
.privacy-policy-box .wpcf7-list-item-label {
  display: none;
}
.privacy-policy-box .wpcf7-list-item {
  display: inline-block;
  margin: 0 0.3em 0 0em;
}

.privacy-policy-box a,
.quote-form-disclaimer a,
.step-content-info a {
  color: #656565;
  font-weight: bold;
}
.privacy-policy-box a:hover,
.quote-form-disclaimer a:hover,
.step-content-info a:hover {
  color: #000;
}
.quote-banner-text {
  padding: 120px 15px;
}
header .top-header .top-header-info .email img {
  height: auto !important;
}
.privacy-policy-box {
  position: relative;
}
.privacy-policy-box.wpcf7-list-item.last {
  float: left;
}
.privacy-policy-box .wpcf7-not-valid-tip {
  position: absolute;
  left: 0px;
  right: 0;
  width: 200px;
  bottom: -62px;
}
.wpcf7-submit {
  margin-top: 20px;
}

/* 
================================
  FAQ Page CSS
================================
*/
.faq-page__header {
  background-color: #d41116;
  color: white;
  padding: 3.75rem 1.25rem;
}
.faq-page__header-container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.faq-page__title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.faq-page__subtitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.faq-page__search-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.5;
}
.faq-page__search-input {
  width: 100%;
  padding: 0.75rem 2.625rem 0.75rem 2.625rem;
  border: 1px solid #d5d7da;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #717680;
  box-shadow: 0px 1px 2px 0px #0a0d120d;
}
.faq-page__search-input:focus {
  outline: none;
}
.faq-page__search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #656565;
}
.faq-page__contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
}
.faq-page__contact-link {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.21;
}
.faq-page__main {
  max-width: 1170px;
  margin: 0 auto;
  padding: 3.75rem 1.5rem;
  gap: 2rem;
}
.faq-page__tabs-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq-page__tab-button {
  padding: 0;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
  color: #656565;
  transition: color 0.3s ease;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0.83;
}
.faq-page__tab-button:hover {
  color: #181d27;
}
.faq-page__tab-button--active {
  color: #181d27;
  font-weight: 600;
}
.faq-page__content > div {
  display: none;
}
.faq-page__content > div.faq-page__tab-content--active {
  display: block;
}
.faq-page__item {
  border-radius: 16px;
  margin-bottom: 1rem;
  background: #fafafa;
  padding: 2rem;
  cursor: pointer;
}
.faq-page__question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  color: #181d27;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.556;
}
.faq-page__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #535862;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 3rem;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-out;
}
.faq-page__answer--active {
  margin-top: 0.5rem;
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  cursor: default;
}
.faq-page__toggle-icon {
  min-width: 24px;
  height: 24px;
  position: relative;
  border: 2px solid #e5e7eb;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.faq-page__toggle-icon::before,
.faq-page__toggle-icon::after {
  content: '';
  position: absolute;
  background-color: #9ca3af;
  transition: transform 0.3s ease;
}
.faq-page__toggle-icon::before {
  width: 2px;
  height: 12px;
  left: 9px;
  top: 4px;
}
.faq-page__toggle-icon::after {
  width: 12px;
  height: 2px;
  left: 4px;
  top: 9px;
}
.faq-page__item--active .faq-page__toggle-icon::before {
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .faq-page__header {
    padding: 6rem 2rem;
  }
  .faq-page__contact-info {
    position: absolute;
    top: 0;
    right: 0;
    padding-inline: 2rem;
  }
  .faq-page__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 8.125rem 2rem;
  }
  .faq-page__title {
    font-size: 3rem;
  }
  .faq-page__subtitle {
    font-size: 1.5rem;
  }
  .faq-page__contact-info {
    padding-left: 0;
  }
  .faq-page__tab-button {
    font-size: 2rem;
    line-height: 1.375;
  }
}

/* Banner template */

.banner-block-template {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
}

.banner-block-template::before {
  background: #000000ad;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-block-template .container {
  position: relative;
  z-index: 9;
}

.banner-block-template .entry-title,
.banner-block-template .tagline {
  text-align: center;
  color: #ffffff;
}

.banner-block-template .entry-title {
  font-size: 4rem;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 1rem;
}

.banner-block-template .tagline {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}

.search-result-count {
  font-size: 0.9em;
  color: #ccc;
  margin-top: 5px;
}

.search-clear-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
  color: #999;
  background-color: #ffffff;
}

.no-results-message {
  text-align: center;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 20px;
}

mark {
  background-color: yellow;
  padding: 2px 0;
}

@media (max-width: 767px) {
  .banner-block-template {
    height: 200px;
  }
  .banner-block-template .entry-title {
    font-size: 2rem;
    line-height: 1;
  }

  .banner-block-template .tagline {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

/* ---------------------------------- new styles -------------------------------- */

.section-title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #fff;
  direction: ltr;
}

/*
===========================
  Homepage: Hero Section
=============================
*/

.hero-banner {
  position: relative;
  margin: 10px 0;

  width: 100%;
  background-color: #000;
}

.hero-banner .hero-banner-image {
  display: flex;
  justify-content: flex-end;
}
.hero-banner .hero-banner-image img {
  max-width: 411px;
  width: 100%;
}

.hero-content {
  position: relative;
  text-align: left;
  min-height: 345px;
  height: 100%;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.hero-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 67.2px;
}
.hero-subtitle-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}
.hero-subtitle-container hr {
  background-color: white;
  max-width: 219px;
  width: 100%;
  margin-right: 7px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.9;
}
.hero-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0;
}
.hero-subtitle span {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Responsive styles */
@media (max-width: 768px) {
  .primary-btn-outline {
    font-size: 15px;
    padding: 9px 21px;
  }
  .primary-btn-fill {
    font-size: 15px;
    padding: 9px 21px;
  }
  .hero-title {
    font-size: 30px;
    line-height: 40.2px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 27px;
  }
  .hero-banner .hero-banner-image img {
    max-width: 199px;
    width: 100%;
  }
  .section-title {
    font-size: 24px !important;
    line-height: normal !important;
  }
  .section-subtitle {
    margin-top: 15px;
  }
}
/* 
===========================
  Homepage: First Carousel Section
=============================
*/
.homepage-first-carousel {
  margin: 0px 0 60px;
}
.homepage-first-carousel .splide__slide-content {
  padding: 8px;
  background-color: #312e30;
  border-radius: 20px;
  display: table !important;
  transition: all 0.9s;
}
.homepage-first-carousel .splide__slide-content img {
  width: 100%;
  height: 200px;
  display: block;
  border-radius: 8px;
  transition: unset;
  transform: unset;
  transform-origin: unset;
  object-fit: cover;
  object-position: top;
}
.homepage-first-carousel .splide__slide-content p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 0 28px;
  margin-bottom: 0;
}

.homepage-first-carousel .splide__track {
  height: 345px;
  overflow: unset;
  position: relative;
  z-index: 0;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 12.5%,
    rgb(0, 0, 0) 87.5%,
    rgba(0, 0, 0, 0) 100%
  );
}
.homepage-first-carousel .splide__list {
  gap: 29px;
  align-items: center;
}

.homepage-first-carousel .splide__slide .splide__slide-content .hover-text {
  display: none;
  color: #070707;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  transition: all 0.9s;
}
/* // Active Slide */
.homepage-first-carousel .splide__slide:hover .splide__slide-content {
  transform: rotate(-6deg);
  transition: transform 0.6s;
  background-color: #def203;
}
.homepage-first-carousel .splide__slide:hover .splide__slide-content p {
  color: #000;
  display: block;
  transition: all 0.9s;
}

/* 
===========================
  Homepage: About Us Section
=============================
*/

.about-us-content {
  padding: 113px 0;
  width: 100%;
  background-color: #312e30;
}
.about-us-content .about-us-title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.about-us-content .about-banner-image {
  display: flex;
  justify-content: flex-end;
}
.about-us-content .about-banner-image img {
  max-width: 551px;
  width: 100%;
}
.about-us-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.about-us-left hr {
  background-color: rgb(199, 199, 199);
  max-width: 186px;
  width: 100%;
  margin-right: 20px;
  height: 2px;
  opacity: 0.7;
  margin-top: 0;
}
.about-us-left .banner-ctas {
  margin-top: 90px;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .about-us-content {
    padding: 50px 0;
  }
  .about-us-left .banner-ctas {
    margin-top: 40px;
  }
  .about-us-content .about-banner-image {
    margin-top: 30px;
  }
  .about-us-content .about-banner-image img {
    max-width: 400px;
    width: 100%;
  }
  .homepage-first-carousel .splide__list {
    gap: 80px;
  }
  /* .homepage-first-carousel .splide__slide {
    width: calc(85%) !important;
  } */
  .homepage-first-carousel .splide__list {
    gap: 15px;
  }
  .homepage-first-carousel .splide__slide {
    width: calc(70%) !important;
  }
}
/* 
===========================
  Homepage: logo carousel Section
=============================
*/

.homepage-logo-splide {
  background-color: #312e30;
  padding: 15px 0 !important;
}
.homepage-logo-splide .splide__slide img {
  height: 37px;
  width: auto;
  transform: unset;
}
.homepage-logo-splide .splide__slide {
  width: auto !important;
  display: flex;
  justify-content: center;
}
.homepage-logo-splide .splide__list {
  gap: 40px;
}
/* 
===========================
  Homepage: variety programs Section
=============================
*/
.homepage-programs {
  background-color: #070707;
  padding: 60px 0;
}
.homepage-programs h2 {
  text-align: left;
}
.homepage-programs hr {
  background-color: #fff;
  max-width: 186px;
  width: 100%;
  margin-right: 20px;
  height: 2px;
  opacity: 0.7;
  margin-top: 0;
  margin-bottom: 50px;
}
.homepage-programs .card {
  border: none;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  min-height: 297px;
  height: 100%;
}
.homepage-programs .card-body {
  padding: 24px 26px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homepage-programs .card-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.homepage-programs .card-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
}
.homepage-programs .arrow {
  width: 40px;
  height: 40px;
  background-color: #ffeb3b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #000;
}
.homepage-programs .right-arrow-green img {
  max-width: 124px;
  min-width: 90px;
  width: 100%;
  height: auto;
}
.homepage-programs .top-circle-arrow-green img {
  max-width: 72px;
  min-width: 40px;
  width: 100%;
  height: auto;
}
.homepage-programs .right-arrow-inner img {
  max-width: 142px;
  min-width: 60px;
  width: 100%;
  height: auto;
}
.homepage-programs .top-right {
  top: 20px;
  right: 20px;
}
.homepage-programs .bottom-right {
  bottom: 20px;
  right: 20px;
}
.homepage-programs .bg-image {
  background-size: cover;
  background-position: center;
  height: 200px;
}

.homepage-programs .container {
  padding: 40px 0;
}
.homepage-programs .card-top-left {
  background-image: url('https://wordpress-380964-5469826.cloudwaysapps.com/wp-content/uploads/2025/05/card-top-left.png');
  background-size: cover;
  background-position: center;
}

.homepage-programs .card-top-right {
  background-image: url('https://wordpress-380964-5469826.cloudwaysapps.com/wp-content/uploads/2025/05/Group-8.png');
  background-size: cover;
  background-position: center;
}

.homepage-programs .card-bottom-right {
  background-image: url('https://openglobal.managedcoder.com/wp-content/uploads/2025/05/Mask-group-10.png');
  background-size: cover;
  background-position: center;
}
.homepage-programs .card-bottom-middle {
  background-color: #f2f2f2;
  background-image: url('https://openglobal.managedcoder.com/wp-content/uploads/2025/05/Mask-group-9.png');
  background-size: cover;
  background-position: center;
}

.homepage-programs .card-top-right .highlight {
  all: unset;
  color: #37ac50;
}
.homepage-programs .section-title-secondary {
  font-family: 'Montserrat', sans-serif;
  font-size: 43.621px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 47.984px */
  text-transform: uppercase;
  text-align: left;
}
.homepage-programs .section-title-secondary span {
  -webkit-text-stroke-width: 0.98px;
  -webkit-text-stroke-color: #070707;
  font-family: 'Montserrat', sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 110%; /* 47.984px */
  text-transform: uppercase;
}
.homepage-programs .card-bottom-left .section-title {
  color: #070707;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
}
/* 
===========================
  Homepage: upcoming events  Section
=============================
*/

.events-section {
  color: #fff;
}

.section-title {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.section-underline {
  width: 186px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 14px;
  margin-bottom: 12px;
}

.event-list {
  width: 100%;
  max-width: 1296px;
  margin: auto;
}

/* Event card look */
.event-item {
  border-radius: 40px;
  background: #312e30;
  color: #fff;
  padding: 22px 24px;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s;
  position: relative;
  cursor: pointer;
  min-height: 120px;
  overflow: visible;
  align-items: stretch;
  margin-bottom: 35px;
  min-height: 145px;
  height: 100%;
}

/* Hover effect: like shining a spotlight */
.event-item:hover {
  background: #f6ff3a;
  color: #222;
}
.event-item:hover .event-img {
  position: absolute;
  top: -27px;
  right: 87px;
  width: 267px;
  height: 202px;
  object-fit: cover;
  border-radius: 20px;
  background: #fff;
  rotate: 3deg;
  transition: transform 2s ease;
}

.event-item:hover .event-number,
.event-item:hover .event-title,
.event-item:hover .event-desc {
  color: #070707 !important;
}

.event-img {
  width: 150px;
  height: 100px;
  object-fit: cover;
  border-radius: 20px;
  margin-left: 50px;
}

.event-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 64px */
  text-transform: capitalize;
  color: #312e30;
}

.event-title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  max-width: 273px;
  width: 100%;
}
.event-desc {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  text-transform: capitalize;
  margin-top: 2px;
  max-width: 396px;
  width: 100%;
}

.event-desc.highlight {
  color: #c5b815;
  font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .event-item {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 22px 12px;
    min-height: 100px;
  }
  .event-img {
    width: 75px;
    height: 65px;
    margin-top: 12px;
  }
  .event-number {
    font-size: 2.1rem;
    min-width: 56px;
  }
}

/* Button style */
.view-events-btn {
  border: 2px solid #f6ff3a;
  color: #fff;
  background: transparent;
  border-radius: 26px;
  padding: 6px 28px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s;
  margin: 0 auto;
  margin-top: 20px;
  display: inline-block;
}

.view-events-btn:hover {
  background: #f6ff3a;
  color: #222;
  border-color: #f6ff3a;
}
.event-hidden {
  display: none !important;
}

/* 
===========================
  Homepage: board memeebrs  Section
=============================
*/

.board-members {
  color: #fff;
  text-align: center;
  padding: 40px 10px;
}

.board-members h2 {
  font-size: 2em;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.members-list {
  display: flex;
  align-items: center;
  gap: 38px;
  align-self: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
}

.member-card {
  max-width: 230px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.member-card img {
  width: 225px;
  height: 225px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  background: #222;
}

.member-name {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.view-all {
  background: transparent;
  border: 1.5px solid #b3d335;
  color: #b3d335;
  border-radius: 20px;
  padding: 10px 26px;
  font-size: 1em;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.2s, color 0.2s;
}

.view-all:hover {
  background: #b3d335;
  color: #222;
}
.member-hidden {
  display: none !important;
}

/* 
===========================
  Homepage: our gallery  Section
=============================
*/

.our-gallery-members {
  color: #fff;
  text-align: center;
  padding: 40px 10px;
}

.our-gallery-members h2 {
  font-size: 2em;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.our-gallery-members .gallery-list {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
}

.our-gallery-members .gallery-card {
  max-width: 305px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-gallery-members .gallery-card img {
  width: 305px;
  height: 259px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 10px;
  background: #222;
}

.our-gallery-members .member-name {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.our-gallery-members .view-all {
  background: transparent;
  border: 1.5px solid #b3d335;
  color: #b3d335;
  border-radius: 20px;
  padding: 10px 26px;
  font-size: 1em;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.2s, color 0.2s;
}

.our-gallery-members .view-all:hover {
  background: #b3d335;
  color: #222;
}
.our-gallery-members .gallery-hidden {
  display: none !important;
}
/* 
===========================
  Homepage: send email  Section
=============================
*/

.send-email-section {
  background-color: #37ac50;
  padding: 36px 10px;
}
.send-email-section .section-title {
  font-weight: 600;
  text-align: left;
}
.send-email-button {
  max-width: 441px;
  width: 100%;
  display: flex;
}
.send-email-input {
  all: unset;
  background-color: #f2f2f2;
  border-radius: 87px;
  border: none;
  color: #000;
  padding: 8px 15px;
  direction: ltr;
}
.send-email-button img {
  max-width: 186px;
  min-width: 130px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .send-email-button img {
    height: unset;
  }
  .send-email-input {
    padding: 2px 10px;
    max-width: 200px;
    width: 100%;
  }
}

/* 
===========================
  Homepage: leadership team Section
=============================
*/
.leadership-team-section {
  margin: 0px 0 60px;
  background-color: #312e30;
  padding: 80px 0 !important;
}
.leadership-team-section .splide__slide-content {
  padding: 8px;
  background-color: #312e30;
  border-radius: 20px;
  display: table !important;
}
.leadership-team-section .splide__slide-content img {
  width: 234px;
  display: block;
  border-radius: 8px;
  transition: unset;
  transform: unset;
  transform-origin: unset;
}
.leadership-team-section .splide__slide-content p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 0 28px;
  margin-bottom: 0;
}

.leadership-team-section .splide__track {
  height: 345px;
  overflow: scroll;
  position: relative;
  z-index: 0;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 12.5%,
    rgb(0, 0, 0) 87.5%,
    rgba(0, 0, 0, 0) 100%
  );
}
.leadership-team-section .splide__list {
  gap: 29px;
  align-items: center;
}
.leadership-team-section .splide__slide {
  /* width: calc(17.3333%) !important; */
}
.leadership-team-section .splide__slide .splide__slide-content .hover-text {
  display: none;
  color: #070707;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}
.leadership-team-section .splide__slide .splide__slide-content {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* // Active Slide */
.leadership-team-section .splide__slide:hover .splide__slide-content {
  /* transform: rotate(-6deg); */
  transition: transform 400ms;
  background-color: #def203;
}
.leadership-team-section .splide__slide:hover .splide__slide-content p {
  color: #000;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .leadership-team-section .splide__slide {
    width: calc(17.3333%) !important;
  }
}
@media screen and (max-width: 768px) {
  .leadership-team-section .splide__slide {
    width: calc(60%) !important;
  }
  .leadership-team-section .splide__list {
    gap: 20px;
  }
}
