* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


@font-face {
  font-family: 'poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
      url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
      url('../fonts/Poppins-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
      url('../fonts/Poppins-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
      url('../fonts/Poppins-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
      url('../fonts/Poppins-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
      url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}







:root {
  --primary-color: #2d5a3d;
  --accent-color: #4a7c59;
  --secondary-color: #7fb069;
  --white-color: #fff;
  --black-color: #000;
  --light-bg: #f8faf9;
  --card-bg: #fff;
  --text-primary: #1a3d2e;
  --text-muted: #6b8e7a;
  --border-light: #e8f2ed;
  --overlay-bg: rgba(45, 90, 61, 0.1);
  --gradient-green: linear-gradient(135deg, #4a7c59, #7fb069);
  --shadow-light: 0 4px 20px rgba(45, 90, 61, 0.08);
  --shadow-lg: 0 10px 25px rgba(45, 90, 61, 0.12);
  --transition: all 0.3s ease;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  ;
}

html {
  font-size: 1rem; /* Base size for 1400px+ (16px) */
}

body {
  font-family: var(--font-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4{
  font-weight: 600 !important ; 
  font-family: var(--font-secondary);
}

span.selection {
    display: none;
}
h1 span,
h2 span,
h3 span {
  color: #58895d;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

p,
li {
  font-size: 1.1rem; /* 16px at 1400px+ */
  font-weight: 400;
}

.theme-btn {
  display: inline-block;
  background: var(--gradient-green);
  border: none;
  color: var(--white-color);
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 10px;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  transition: var(--transition);
  border-radius: 10px;
  font-weight: 600;
  font-family: var(--font-primary);
  box-shadow: var(--shadow-light);
  font-size: 1.1rem;
}

.theme-btn i {
  margin: 0 0 0 10px;
}

.theme-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: var(--shadow-lg);
  color: var(--white-color);
  transform: translateY(-2px) scale(1.05);
}

.theme-btn2 {
  display: inline-block;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 10px;
  transition: var(--transition);
  transition: var(--transition);
  border-radius: 10px;
  font-weight: 600;
  font-family: var(--font-primary);
  font-size: 1.1rem;
}

.theme-2 i {
  margin: 0 0 0 10px;
}

.theme-btn2:hover {
  background: var(--white-color);
  color: var(--primary-color);
  transform: translateY(-2px) scale(1.05);
  transform: translateY(-2px) scale(1.05);
}



/* .container {
    max-width: 90% !important;
} */
h1 {
  font-size: 4.2rem !important; /* 56px at 1400px+ */
}

h2 {
  font-size: 3.1rem !important; /* 40px at 1400px+ */
}

h3 {
  font-size: 2rem; /* 32px at 1400px+ */
}

h4 {
  font-size: 1.5rem; /* 24px at 1400px+ */
}

h5 {
  font-size: 1.25rem; /* 20px at 1400px+ */
  font-family: "Poppins", sans-serif;
}

h6 {
  font-size: 1rem; /* 16px at 1400px+ */
  font-family: "Poppins", sans-serif;
}

/* Responsive Typography System */
/* Desktop First Approach - Starting from 1400px+ */

/* 1280px and below */
@media (max-width: 1280px) {
  html {
    font-size: 1rem; /* 16px */
  }
  
  h1 {
    font-size: 3rem; /* 48px */
  }
  
  h2 {
    font-size: 2.25rem; /* 36px */
  }
  
  h3 {
    font-size: 1.875rem; /* 30px */
  }
  
  h4 {
    font-size: 1.375rem; /* 22px */
  }
  
  h5 {
    font-size: 1.125rem; /* 18px */
  }
  
  h6 {
    font-size: 0.9375rem; /* 15px */
  }
  
  p, li {
    font-size: 1rem; /* 16px */
  }
}

/* 1024px and below */
@media (max-width: 1024px) {
  html {
    font-size: 1rem; /* 16px */
  }
  
  h1 {
    font-size: 2.5rem; /* 40px */
  }
  
  h2 {
    font-size: 2rem; /* 32px */
  }
  
  h3 {
    font-size: 1.75rem; /* 28px */
  }
  
  h4 {
    font-size: 1.25rem; /* 20px */
  }
  
  h5 {
    font-size: 1.0625rem; /* 17px */
  }
  
  h6 {
    font-size: 0.875rem; /* 14px */
  }
  
  p, li {
    font-size: 1rem; /* 16px */
  }
}

/* 768px and below */
@media (max-width: 768px) {
  html {
    font-size: 1rem; /* 16px */
  }
  
  h1 {
    font-size: 2rem; /* 32px */
  }
  
  h2 {
    font-size: 1.75rem; /* 28px */
  }
  
  h3 {
    font-size: 1.5rem; /* 24px */
  }
  
  h4 {
    font-size: 1.125rem; /* 18px */
  }
  
  h5 {
    font-size: 1rem; /* 16px */
  }
  
  h6 {
    font-size: 0.875rem; /* 14px */
  }
  
  p, li {
    font-size: 1rem; /* 16px */
  }
}

/* 480px and below */
@media (max-width: 480px) {
  html {
    font-size: 1rem; /* 16px */
  }
  
  h1 {
    font-size: 1.75rem; /* 28px */
  }
  
  h2 {
    font-size: 1.5rem; /* 24px */
  }
  
  h3 {
    font-size: 1.25rem; /* 20px */
  }
  
  h4 {
    font-size: 1rem; /* 16px */
  }
  
  h5 {
    font-size: 0.9375rem; /* 15px */
  }
  
  h6 {
    font-size: 0.8125rem; /* 13px */
  }
  
  p, li {
    font-size: 1rem; /* 16px */
  }
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

img {
  width: 100%;
  max-width: 100%;
  transition: 0.4s ease;
}

.top-header {
  width: 100%;
  background: #dcffcd;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.top-head-flex {
  justify-content: space-between;
  align-items: center;
}

.top-left {
  width: 48%;
  text-align: right;
}

.top-left h4 {
  font-size: 1.375rem;
}

.top-right {
  width: 48%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.top-right .social-icons a {
  width: 36px;
  height: 36px;
  font-size: 1.125rem;
}

.top-btn ul {
  justify-content: flex-end;
}

.top-btn ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.top-btn ul li a.theme-btn2 {
  border-color: var(--black-color);
  color: var(--black-color);
}

.top-btn ul li a.theme-btn2:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.navbar {
  background: var(--white-color);
}

.navbar-img {
  position: relative;
  z-index: 2;
  margin-top: -65px;
}

.navbar-img img {
  max-width: 102px;
}

.navbar-mean ul {
  color: white;
  display: flex;
}

.navbar-mean ul li {
  padding: 16px 30px;
}

.navbar-mean ul li a {
  color: var(--black-color);
  font-size: 1.275rem;
  font-weight: 500;
}

.navbar-mean ul li a:hover {
  color: var(--primary-color);
}

.navbar-mean ul li a:focus, .navbar-mean ul li a.active{
  color: var(--primary-color);
}

.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  animation: slidetop 1s ease-in-out backwards;
  background: #e1ffec;
}

@keyframes slidetop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/*.sticky .navbar-img {*/
/*  position: static;*/
/*  margin: 0;*/
/*}*/

/*.sticky .navbar-img img {*/
/*  max-width: 80px;*/
/*}*/

.header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 60%;
}

.header-text h1 {
  font-weight: 700;
}

.header-text h5,
.header-text h1,
.header-text p {
  color: white;
}

.header-silder-box {
  position: relative;
}

.silder {
  width: 100%;
}

.banner {
  width: 100%;
  height: 640px;
  position: relative;
}

.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.banner-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}

.banner-text {
  width: 67%;
}

.banner-text h5 {
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--secondary-color);
  margin: 0 0 10px 0;
  font-size: 2rem;
}

.banner-text h1 {
  margin: 0;
  color: var(--white-color);
  font-weight: 600 !important;
}

.banner-text h1 span {
  display: inline-block;
  /* padding: 10px 20px; */
  color :#8ecb94;
}

.banner-text p {
  margin: 10px 0 0 0;
  color: var(--white-color);
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.banner-text a {
  margin: 20px 0 0 0;
}

.scroll-btn {
  display: inline-block;
  width: 30px;
  height: 50px;
  border-radius: 20px;
  border-radius: 20px;
  border: 3px solid var(--secondary-color);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 1s infinite;
  animation: bounce 1s infinite;

}

.scroll-indicator {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--secondary-color);
  width: 5px;
  height: 15px;
  border-radius: 5px;
  border-radius: 5px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

/* .about-box {
  background: #111111;
  border: 10px solid #e5c25c;
  padding: 40px;
  position: relative;
  margin-top: 40px;
} */

/* .about-box h5 {
  color: #cd9225;
  font-size: 1.25rem;
  font-weight: 500;
}

.about-box h2 {
  font-weight: 600;
  margin-bottom: 24px;
  color: white;
} */

/* .about-img {
  position: absolute;
  width: 560px;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
} */

.about-area {
  position: relative;
}

.about-img-space {
  position: absolute;
  bottom: -24px;
  right: -24px;
  z-index: -1;
}

.about-img-space img {
  width: 500px;
  height: 500px;
  filter: contrast(0.2);
}

a.about-btn {
  background: #111111;
  padding: 3px 0px;
  border-bottom: 2px solid #e5c25c;
  color: #e5c25c;
}

.about-founder img {
  margin-top: 473px;
}

.about-founder img {
  width: 90%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.about-img img {
  width: 560px;
  height: 449px;
}

.about-sec {
  width: 100%;
}

.shine:hover img {
  transform: scale(1.2);
  transform: scale(1.2);
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine img {
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.shine::after {
  content: "";
  position: absolute;
  width: 300%;
  height: 0%;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s linear;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s linear;
}

.shine:hover::after {
  height: 250%;
  background: transparent;
}

.mobile-image {
  display: none;
}

.about-row {
  align-items: center;
}

.about-image-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-image-left {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about-image-one,
.about-image-two {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  border-radius: 10px;
}

.about-image-two {
  height: 200px;
}

.about-image-one img,
.about-image-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border-radius: 10px;
}

.about-image-right {
  width: 48%;
}

.about-image-right {
  height: 320px;
}

.about-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border-radius: 10px;
}

.about-text {
  width: 95%;
  margin: 0 0 0 auto;
}

.section-head {
  width: 100%;
}

.section-head h1,
.section-head h2 {
  margin: 0;
  color: #000000;
}

.section-info {
  margin: 15px 0 0 0;
}

.sub-head {
  display: inline-block;
  padding: 10px 20px;
  background: var(--secondary-color);
  color: var(--white-color);
  margin: 0 0 10px 0;
  font-weight: 400;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 1.5rem;
}

.sub-head i {
  margin: 0 10px 0 0;
}

.about-text h2 {
  margin: 0;
  font-size: 3.125rem;
}

.about-text p {
  margin: 20px 0 0 0;
}

.about-text a {
  margin: 20px 0 0 0;
}

.about-text h4 {
  color: var(--accent-color);
  margin: 0;
  margin: 20px 0 0 0;
}

.about-list {
  justify-content: space-between;
}

.about-iconbox {
  width: 48%;
  margin: 0px 0 0 0;
  background: #efefef;
  display: none;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 24px;
}

.about-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  font-size: 2rem;
  border-radius: 50%;
  border-radius: 50%;
  background: var(--accent-color);
  color: var(--white-color);
  margin: 0 auto;
}

.about-icontext {
  width: 100%;
  margin: 15px 0 0 0;
  text-align: center;
}

.about-counter {
  font-size: 1.75rem;
  font-weight: 600;
  font-family: var(--font-secondary);
  gap: 5px;
}

.about-counter h4,
.about-counter span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  margin: 0 !important;
}

.about-icontext h5 {
  font-size: 1.25rem;
  color: var(--text-muted);
  margin: 5px 0 0 0;
}

.services-sec {
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(131 131 131);
  background-blend-mode: overlay;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.services-sec .section-head h2 span {
  color: var(--white-color);
}

.services-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 6px;
}

.services-box {
  position: relative;
  margin: 8px;
}

.services-text {
  position: absolute;
  bottom: 12px;
  background: #040000;
  width: 90%;
  left: 5%;
  right: 5%;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  z-index: 9;
}

.services-text h4 {
  color: #ffffff;
  margin: 0;
  font-weight: 600;
  font-size: 1.375rem;
  /* margin-bottom: 8px; */
}

.services-text p {
  color: #db9e2d;
  margin: 0;
}

.service-head h6 {
  color: #db9e2d;
}

.service-head h2 {
  color: #db9e2d;
  margin: 0;
  font-weight: 600;
}

.services-slider-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.services-slider-container button.slick-prev,
.services-slider-container button.slick-next {
  background: var(--accent-color);
  width: 60px;
  height: 44px;
  display: grid;
  place-items: center;
  transition: var(--transition);
  border-radius: 4px;
  border: none;
  color: var(--white-color);
  font-size: 1.0625rem;
  transition: var(--transition);
}

.services-slider-container button.slick-prev:hover,
.services-slider-container button.slick-next:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.services-sec::after {
  position: absolute;
  background-image: url(../images/services-shape.png);
  width: 490px;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  top: -79px;
  content: "";
  z-index: -1;
  opacity: 0.7;
}

.services-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.services-box:hover {
  transform: scale(1.03);
}

.services-slider .slick-slide {
  margin: 0 10px;
}

.service-card {
  background: var(--card-bg);
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #6b7280;
  transition: var(--transition);
  transition: var(--transition);
}

.service-image {
  width: 100%;
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  /* height: 180px; */
}

.service-image::after {
  content: "";
  position: absolute;
  width: 300%;
  height: 0%;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s linear;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s linear;
}

.service-main-image {
  width: 100%;
  /* height: 180px; */
  object-fit: cover;
  transition: var(--transition);
  transition: var(--transition);
}

.service-card:hover {
  transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: var(--accent-color);
}

.service-card:hover .service-image::after {
  height: 250%;
  background: transparent;
}

.service-icon {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  border-radius: 5px;
  background: var(--gradient-green);
  transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 99;
}

.service-icon img {
  width: 60px;
  filter: invert(1);
  filter: invert(1);
}

.service-card:hover .service-icon {
  background: var(--white-color);
}

.service-card:hover .service-icon img {
  filter: invert(0);
  filter: invert(0);
}

.service-text {
  width: 100%;
  padding: 20px;
  position: relative;
}

.service-text h4 {
  color: var(--text-muted);
  font-size: 2.0rem;
  margin: 0;
  transition: var(--transition);
  transition: var(--transition);
}

.service-text p {
  margin: 10px 0 0 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: var(--black-color);
}

.service-btn {
  color: var(--accent-color);
  display: inline-block;
  margin: 0px 0 0 0;
  transition: var(--transition);
  transition: var(--transition);
  font-size: 1.275rem;
}

.service-btn i {
  margin: 0 0 0 5px;
}

.service-card:hover .service-text h4 {
  color: var(--accent-color);
}

.service-card:hover .service-btn {
  padding-left: 10px;
  color: var(--primary-color);
}

/* Shine Effect */
.services-box.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0.1) 100%);
  transform: skewX(-25deg);
  z-index: 2;
  pointer-events: none;
  transition: all 0.5s;
}

.services-box.shine:hover::before {
  animation: shine 0.85s forwards;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.team-sec {
  width: 100%;
  text-align: center;
}

.team-card {
  width: 100%;
  margin: 30px 0 0 0;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 10px;
  background: var(--primary-color);
  border: 1px solid #6b7280;
  transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.team-card:hover {
  transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: var(--accent-color);
  color: white !important;
}

.team-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  position: relative;
  overflow: hidden;
  height: 380px;
}

.team-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}

.team-image::after {
  content: "";
  position: absolute;
  width: 300%;
  height: 0%;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s linear;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s linear;
}

/* .team-card:hover .team-image::after {
  height: 250%;
  background: transparent;
} */

.team-text {
  width: 90%;
  padding: 15px;
  position: absolute;
  bottom: 17px;
  background: #4d7e59;
  border-radius: 20px;
  left: 5%;
}

.team-text h4 {
  font-size: 1.75rem;
  color: var(--white-color);
  margin: 0;
  transition: var(--transition);
  transition: var(--transition);
}

.team-text p {
  margin: 10px 0 0 0;
  color: var(--white-color);
  font-size: 1rem;
}

.team-card:hover .team-text h4 {
  color: #ffffff;
}

.team-abso {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px;
  background: #000000cc;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
}

.team-abso-head h4 {
  font-size: 1.375rem;
  color: var(--secondary-color);
}

.team-abso-head p {
  margin: 10px 0 0 0;
  color: var(--white-color);
  font-size: 1rem;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0 0;
}

.social-icon li {
  display: inline-block;
}

.social-icon li a {
  display: grid;
  place-items: center;
  border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.375rem;
  display: grid;
  place-items: center;
  background: var(--gradient-green);
  color: var(--white-color);
}

.social-icon li a:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.custom-tooltip {
  --bs-tooltip-bg: var(--secondary-color);
  color: var(--white-color);
  font-weight: 500;
}

/* .team-card:hover .team-abso {
  opacity: 1;
  top: 0;
} */

.team-img img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 9%;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

/* section.contect-sec {
    background: #ffecc9;
} */

.contact-sec {
  width: 100%;
}

.home-contact-box {
  width: 100%;
}

.home-contact-box .section-head h2 {
  margin: 0;
}

.home-contact-box .section-head p {
  margin: 15px 0 0 0;
}

.home-contact-box form br {
  display: none;
}

.form-input {
  width: 100%;
  margin: 20px 0 0 0;
  position: relative;
}

.form-input input,
.form-input select,
.form-input textarea {
  width: 100%;
  padding: 10px 10px 10px 40px;
  font-size: 1rem;
  border: 1px solid #6b7280;
  transition: var(--transition);
  transition: var(--transition);
  outline: none;
  background-color: var(--white-color);
  border-radius: 5px;
  transition: all 0.5s;
}

.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 8px var(--accent-color);
}

.form-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50% !important;
  right: 1px;
  width: 20px;
  transform: translateY(-50%) !important;
  height: auto !important;
}

.form-input .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 10px 10px 40px !important;
  height: auto !important;
  line-height: normal !important;
}

.form-input .select2-container .select2-selection--single {
  height: auto !important;
}

.form-input .select2-container {
  width: 100% !important;
}

.form-input .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.form-input .select2-container--default .select2-selection--single {
  border-radius: 5px !important;
  background-color: var(--white-color) !important;
  border: 1px solid #6b7280 !important;
  transition: all 0.3s ease;
}

.form-input .select2-container--default .select2-selection--single:focus {
  border-color: var(--accent-color) !important;
  box-shadow: 0 0 8px var(--accent-color) !important;
}

.select2-results__option--selectable {
  color: var(--black-color);
}

.form-icon {
  color: var(--accent-color);
  font-size: 1.0625rem;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.form-checkbox {
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 20px 0 0 0;
}

.form-checkbox input {
  accent-color: var(--accent-color);
}

.form-submit {
  width: 100%;
  margin: 20px 0 0 0;
}

.home-contact-image-box {
  width: 95%;
  position: relative;
  margin: 0 0 0 auto;
}

.home-contact-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border-radius: 20px;
  position: relative;
}

.home-contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-contact-icon-one,
.home-contact-icon-two {
  position: absolute;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  font-size: 2rem;
  border-radius: 50%;
  border-radius: 50%;
  animation: iconFloat 3s ease-in-out infinite;
  animation: iconFloat 3s ease-in-out infinite;
  z-index: 1;
}

.home-contact-icon-one {
  background: var(--gradient-green);
  color: var(--white-color);
  top: -10px;
  right: -10px;
}

.home-contact-icon-two {
  background: var(--card-bg);
  color: var(--accent-color);
  bottom: -10px;
  left: -10px;
  border: 2px solid var(--accent-color);
}

@keyframes iconFloat {

  0%,
  100% {
    transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
    transform: translateY(-10px);
  }

}

.testimonial-sec {
  width: 100%;
  background: #e5e5e5;
}

.testimonial-slider .swiper-slide {
  padding: 50px 0 0 0;
}

.testimonial-card {
  width: 100%;
  border-radius: 10px;
  border-radius: 10px;
  background: white;
  border: 1px solid #6b7280;
  transition: var(--transition);
  transition: var(--transition);
  position: relative;
  padding: 40px 20px 20px;
}

/* .testimonial-card:hover {
  transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: var(--accent-color);
  box-shadow: 0 0 15px var(--accent-color);
} */

 .testimonial-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  color: var(--white-color);
  background: var(--gradient-green);
  border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 20px;
  transition: var(--transition);
  transition: var(--transition);
} 

.testimonial-rating {
  width: 100%;
  display: flex;
  color: var(--accent-color);
  gap: 2px;
}

.testimonial-text {
  width: 100%;
  margin: 15px 0 0 0;
}

.testimonial-text p {
  font-style: italic;
  margin: 0;
  font-size: 1.1875rem;
}

.testimonial-client-box {
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0 0;
}

.testimonial-client {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-radius: 50%;
  transition: var(--transition);
  transition: var(--transition);
  border: 2px solid transparent;
}

.testimonial-client img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border-radius: 50%;
}

.testimonial-card:hover .testimonial-client {
  border: 2px solid var(--accent-color);
}

.testimonial-client-text {
  width: calc(100% - 120px);
}

.testimonial-client-text h4 {
  color: var(--accent-color) !important;
  font-size: 1.375rem;
  margin: 0;
  transition: var(--transition);
  transition: var(--transition);
}

.testimonial-client-text p {
  margin: 5px 0 0 0;
  color: black;
  font-size: 1.25rem;
}

.testimonial-card:hover .testimonial-client-text h4 {
  color: var(--accent-color);
}

.testimonial-box h4 {
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #6e6e6e;
  font-family: "Poppins", sans-serif;
  padding-left: 50px;
  margin: 0;
  position: relative;
  display: inline-block;
}

.testimonial-box h4:before {
  content: "";
  background-color: #16aebb;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 10px;
  left: -9px;
}

.testimonial-box h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  margin: 0 0 30px 0;
}

.client_box {
  /* width: 30%; */
  padding: 20px;
}

.client_text {
  width: 100%;
  padding: 50px 20px;
  border: 2px solid #cd9225;
  position: relative;
  box-shadow: 20px 20px #cd92253d;
  background: #111111;
}

.client_text p {
  color: #f5f5f5;
  font-size: 1.0625rem;
  margin: 0;
}

.shape {
  position: absolute;
  top: -25px;
  left: 32px;
  z-index: 99;
  width: 50px;
}

.client_image {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin: 60px 0 0 0;
}

.cl_img {
  width: 60px;
  text-align: left;
  margin-right: 12px;
}

.cl_text {
  width: 65%;
  text-align: left;
}

.cl_text h5 {
  font-size: 1.1875rem;
  color: #db9e2d;
  font-weight: 200;
  margin: 0;
} */

/* .cl_text p {
  font-size: 0.875rem;
  padding: 5px 0 0 0;
  color: #ffffff;
  text-transform: lowercase;
  font-family: "Poppins", sans-serif;
  margin: 0;
} */

.slick-dots {
  display: flex;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  bottom: 40px;
}

.slick-dots li {
  width: 25px !important;
  height: 25px !important;
  margin: 0 0.5rem !important;
  background: #cd9225;
  border-radius: 50%;
  padding: 10px;
  margin: 5px;
}

.slick-dots button {
  width: 0px !important;
  height: 0px !important;
  display: block;
  padding: 0;
  border: 1px solid #cd9225;

  border: none;
  border-radius: 50%;
  margin: 6px;
}

.slick-dots li.slick-active button {
  background-color: #cd9225;
}

.slick-dots li.slick-active {
  border: 2px solid #cd9225;
  background-color: transparent;
}

.cl_text h5 {
  font-size: 1.375rem;
  font-weight: 600;
}

/* ============ Full Page Slider ================= */
.creative-showcase--slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}

.creative-showcase--slider .swiper-slide .slide-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.creative-showcase--slider .swiper-slide .overlay-dark:before {
  opacity: 0.3;
  background: #1d1d1d;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.creative-showcase--slider .swiper-slide .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.creative-showcase--slider .swiper-slide .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.swiper-slide .slide-bg .slide-container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 7;
  padding-left: 15px;
  padding-right: 15px;
}

.slide-bg .slide-container .slide-row {
  display: flex;
  flex-wrap: wrap;
}

.slide-container .slide-row .slider-content {
  flex: 0 0 auto;
  width: 91.66666667%;
  margin-left: 8.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

.slider-content .slide-subtitle {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top: 0px;
}

.slider-content .slide-heading {
  font-size: 3.75rem;
  color: #fff;
  margin: 0px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.slider-content .slide-heading a {
  text-decoration: none;
  color: #fff;
  outline: none;
}

.slider-content .slide-heading a span {
  display: inline-block;
}

.overlay-light .slider-content .slide-heading a {
  color: #000;
}

.overlay-light .slider-content .slide-subtitle {
  color: #000;
}

.creative-showcase--slider .banner-horizental .swiper-pagination {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.creative-showcase--slider .banner-horizental .swiper-pagination-bullet {
  background: transparent;
  margin: 0 10px !important;
}

.creative-showcase--slider .banner-horizental .path {
  display: none;
}

.creative-showcase--slider .banner-horizental .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 10s;
  animation: dash linear 10s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

p.slide-p {
  color: white;
  margin-top: 20px;
}

/* Dot Arrow Container */
.swiper-arrow-dot {
  text-align: center;
  margin-top: 20px;
}

/* Dot Arrow Button */
.dot-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.Founder-area h4 {
  color: white;
}

/* Dot Design */
.dot-arrow span {
  width: 10px;
  height: 10px;
  background-color: #a5884e;
  /* Replace with your desired color */
  border-radius: 50%;
  display: inline-block;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Hover Effect */
.dot-arrow:hover span {
  background-color: #705c35;
  /* Replace with hover color */
  transform: scale(1.2);
}

/* section.blog-sec {
  background: #ffecc9;
}

.blog-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.blog-box {
  position: relative;
  background: white;
  margin: 10px;
}

.blog-text h4 {
  color: #000000;
  font-weight: 600;
  font-size: 1.375rem;
}

.blog-date {
  background: #db9e2d;
  padding: 2px 13px 6px;
  position: absolute;
  top: 0px;
  left: 19px;
}

.blog-date span {
  font-size: 1.375rem;
  font-weight: 700;
  display: block;
  color: #000000;
  line-height: normal;
}

.blog-text {
  margin-top: 8px;
  padding: 8px 12px;
}

.blog-text p {
  color: black;
} */

.blog-sec {
  width: 100%;
}
/* 
.blog-slider {
  width: 95%;
} */


.blog-card {
  background: #2d5a3d57;
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #6b7280;
  transition: var(--transition);
  transition: var(--transition);
  margin: 30px 10px 0;
}

.blog-image {
  width: 100%;
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.blog-image::after {
  content: "";
  position: absolute;
  width: 300%;
  height: 0%;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s linear;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s linear;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
  transition: var(--transition);
}

.blog-card:hover {
  transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: var(--accent-color);
}

.blog-card:hover .blog-image::after {
  height: 250%;
  background: transparent;
}

.blog-date {
  width: max-content;
  display: inline-block;
}

.blog-text {
  width: 100%;
  padding: 20px;
  background-color: white;
}

.blog-text h4 {
  color: var(--accent-color);
  font-size: 1.75rem;
  margin: 0;
  transition: var(--transition);
  transition: var(--transition);
}

.blog-slider .blog-text h4 {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.blog-text p {
  margin: 10px 0 0 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: black;
}

.blog-card:hover .blog-text h4 {
  color: var(--primary-color);
}

.blog-sidebar {
  width: 100%;
  margin: 30px 0 0 0;
}

.blog-iconbox {
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.blog-iconbox:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.blog-icontext {
  width: 100%;
}

.blog-icontext h4 {
  color: var(--accent-color);
  font-size: 1.8125rem;
  margin: 0;
}

.blog-icontext h4 a {
  all: inherit;
  display: inline-block;
  cursor: pointer;
}

.blog-icontext h4 a:hover {
  color: var(--secondary-color);
}

.blog-icontext p {
  font-size: 1.375rem;
  color: black;
  font-weight: 400;
  margin: 10px 0 0 0;
}

.blog-side-box {
  display: flex;
  padding: 18px 0px;
  border-bottom: 2px solid #ababab;
}

.blog-side-img img {
  width: 90px;
  height: 63px;
  border-radius: 4px;
}

.blog-side-text {
  padding-left: 20px;
}

.blog-side-text h4 {
  font-weight: 600;
  font-size: 1.25rem;
}

.footer-sec {
  /* background-image: url(../images/footer-img.jpg);
  background-size: cover;
  background-repeat: no-repeat; */
  background: #e1ffec;
}

.footer-img {
  width: 100%;
}

.footer-img img {
  max-width: 120px;
}

.footer-img p {
  margin: 15px 0 0 0;
}

.footer-list h4 {
  /* color: #db9e2d; */
  color: var(--secondary-color);
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-list {
  list-style: none;
  /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.footer-list li {
  position: relative;
  /* padding-left: 20px; */
  /* Create space for the arrow */
  margin-bottom: 15px;
  /* Add spacing between list items */
}

.footer-list li:last-child {
  margin: 0;
}

/* Add FontAwesome arrow before each list item */
/* .footer-list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f124";
  position: absolute;
  left: 0;
  font-weight: 900;
  color: #cd9225;
  font-size: 1rem;
  transform: rotate(45deg);
} */

.footer-list li a {
  position: relative;
  padding: 0px 0 0 22px;
  display: inline-block;
  color: var(--black-color);
}

.footer-list li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  color: var(--accent-color);
  transition: 0.5s;
  clip-path: polygon(0 0, 100% 54%, 0 100%, 32% 54%);
  background: var(--gradient-green);
  width: 14px;
  height: 14px;
}

.footer-list li a:hover {
  color: var(--primary-color);
}

.footer-list li a:hover::before {
  color: var(--secondary-color);
}

.footer-info h4 {
  /* color: #db9e2d; */
  color: var(--secondary-color);
  font-size: 1.9375rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-info ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px 0;
}

.footer-info ul li:last-child {
  margin: 0;
}

.footer-info ul li i {
  /*background: #db9e2d;
  */
  background: var(--gradient-green);
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: var(--white-color);
  transition: var(--transition);
  transition: var(--transition);
}

.footer-info ul li span {
  width: calc(100% - 60px);
}

.footer-info ul li a,
.footer-info ul li span {
  color: var(--black-color);
  font-family: inherit;
  transition: var(--transition);
  transition: var(--transition);
}

.footer-info ul li:hover i {
  background: var(--accent-color);
}

.footer-info ul li a:hover,
.footer-info ul li span:hover {
  color: var(--primary-color);
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.social-icons a {
  /*color: #ffffff;
  */
  /*background: #db9e2d;
  */
  background: var(--gradient-green);
  color: var(--white-color);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.15rem;
  transition: var(--transition);
  transition: var(--transition);
}

.social-icons a:hover {
  background: var(--secondary-color);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--text-muted);
  padding: 20px 0px;
}

.footer-bottom p {
  margin: 0;
  color: var(--black-color);
  font-size: 1.275rem;
}

.footer-bottom p a {
  color: inherit;
  font-size: inherit;
}

.footer-bottom p a:hover {
  color: var(--primary-color);
}

.inner-page-header img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.inner-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black overlay */
  z-index: 1;
  /* Ensures overlay sits above the image */
}

.inner-page-header {
  position: relative;
  z-index: 2;
  /* Ensures content is above the overlay */
}

.heading-text {
  position: absolute;
  top: 100px;
  z-index: 1;
  text-align: left !important;
}

.heading-text h1 {
  color: white;
  font-weight: 600;
  margin-bottom: 18px;
}

.heading-text a {
  background: #9999999e;
  padding: 10px 20px;
  color: white;
}

/* section.about-inner .about-img img {
  width: 560px;
  height: 530px;
  object-fit: cover;
} */

section.ct-sec .about-box {
  background: #3b3b3b;
  border: none;
  margin: 0;
}


section.ct-sec {
  background: #3b3b3b;
}

section.ct-sec a.about-btn {
  background: #3b3b3b;
}

.contact-img img {
  width: 100%;
  height: 500px;
}

.info-text {
  background: rgb(91 91 91);
  padding: 80px 20px 40px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #ffffff;
}

.info-icon {
  text-align: center;
  background: #cd9225;
  width: 95px;
  height: 95px;
  color: white;
  display: grid;
  align-items: center;
  justify-items: center;
  border-radius: 50%;
  margin-bottom: -20px;
  z-index: 99;
  position: relative;
  margin: 0px auto -64px;
}

.info-icon i {
  font-size: 2.5625rem;
}

.info-text h4 {
  color: #fdfdfd;
  font-weight: 600;
  font-weight: 600;
  font-size: 1.8125rem;
}

.info-text a {
  color: #cb993d;
}

.map-arer iframe {
  width: 100%;
  height: 480px;
}

.form-group {
  margin-bottom: 20px;
}

.contact-box {
  background: #5b5b5b;
  padding: 40px 30px;
  border-radius: 12px;
}

.contact-box h2 {
  color: white;
  font-weight: 600;
  margin-bottom: 36px;
}

button.btn.btn-contact {
  background: #000000;
  color: white;
  padding: 6px 30px;
}

/* .event-details h3 {
  color: wheat;
}

.event-details p {
  color: white !important;
} */

/* a.btn.btn-lime {
  background: #c68d24;
  padding: 3px 26px !important;
  color: #000000;
  font-size: 1rem;
} */

/* span.badge.bg-lime.position-absolute.top-0.start-0.m-3 {
  background: #c68d24;
  padding: 10px;
} */

/* .event-box {
  margin-bottom: 20px;
} */

h3.count {
  font-size: 5rem !important;
  color: white;
  margin: 0;
}

.counter-section p {
  color: white;
  font-size: 1.375rem;
  margin: 0;
}

.counter {
  background: #57895d;
}

.g-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.g-img {
  border: 8px solid #ffffff;
}

.g-img {
  position: relative;
}

.g-text {
  position: absolute;
  top: 5%;
  left: 5%;
  background: #78a96794;
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.g-text:hover {
  opacity: 1;
}

.g-text i {
  color: white;
  font-size: 3.125rem;
}

.event-single-text h4 {
  color: wheat;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.event-image {
  position: relative;
}

.event-price {
  position: absolute;
  top: 0;
  background: #cd9225;
  padding: 2px 20px;
  color: white;
  font-weight: 500;
}

.event-card {
  margin-top: 60px;
}

/* .event-details {
  margin-top: 30px;
}

.event-details p strong {
  font-weight: 500;
}

.event-details p {
  font-size: 1.0625rem;
} */

.social-links i {
  background: #cd9225;
  padding: 10px;
  border-radius: 50%;
  color: white;
}

/* Container Styling */
/* .col-lg-4 {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
} */

/* Box Styling */
.product-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Video Thumbnail Styling */
.video-thumbnail {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.video-thumbnail video {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

.video-thumbnail video[poster] {
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

/* Play/Pause Icon Overlay */
.video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f144";
  /* FontAwesome play icon */
  font-family: FontAwesome;
  font-size: 3.75rem;
  color: #fff;
  opacity: 0.8;
  z-index: 10;
  pointer-events: none;
}

.video-thumbnail.paused:before {
  content: "\f04c";
  /* FontAwesome pause icon */
}

.heading-ser h2 {
  color: #000;
  background: #ffffffc2;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1.9375rem;
}

.detail-image img,
.detail-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.la-event {
  width: 100%;
  padding: 30px;
  border-radius: 5px;
  border: 2px solid var(--primary-color);
}

.la-event ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.la-event ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.la-event ul li img {
  width: 80px;
  height: 80px;
  max-width: inherit;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid #ddd;
}

.evrnt-text p {
  font-size: 1.0625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}

.evrnt-text h5 {
  font-size: 0.8125rem;
  margin: 10px 0;
  background: #000;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 30px;
}

.la-event h3 {
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-side-text a {
  color: #000000;
  font-size: 1rem;
}
.home-contact-icon-two {
  display: none;
}
.form-control {
  border-radius: 0px;
  padding: 10px;
}
.about-img img {
  width: 90%;
  border-radius: 20px;
  height: 600px;
  object-fit: cover;
}

  /* Brand Partners Section Styles */
  .brand-partners-sec {
    background: #f8f9fa;
}

/* Partners Logo Slider Styles */
.partners-logo-slider-container {
    /* position: relative; */
    /* padding: 3rem 0; */
    /* margin: 4rem 0; */
    /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); */
    /* border-radius: 20px; */
    /* overflow: hidden; */
}

.partners-logo-slider-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.05) 100%);
    pointer-events: none;
}

.partners-logo-slider {
    overflow: hidden;
    padding: 2rem 0;
}

.partners-logo-slider .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
}

.logo-item {
    background: var(--white-color);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    width: 200px;
}

.logo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); */
    transition: left 0.6s ease;
}

.logo-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: var(--primary-color);
}

.logo-item:hover::before {
    left: 100%;
}

.partner-logo-img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    /* filter: grayscale(100%) brightness(0.7); */
    transition: all 0.4s ease;
    opacity: 0.8;
}

.logo-item:hover .partner-logo-img {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
    transform: scale(1.05);
}

/* Navigation Buttons */
.logo-nav-next,
.logo-nav-prev {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.logo-nav-next:hover,
.logo-nav-prev:hover {
    background: var(--primary-color);
    color: var(--white-color);
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.logo-nav-next::after,
.logo-nav-prev::after {
    font-size: 20px;
    font-weight: 700;
}

/* Pagination */
.logo-pagination {
    position: relative;
    margin-top: 2.5rem;
}

.logo-pagination .swiper-pagination-bullet {
    background: #ddd;
    opacity: 1;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.logo-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    transform: scale(1.3);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}


.partnership-cta {
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  color: var(--white-color);
  padding: 3rem;
  /* border-radius: 20px; */
  margin-top: 3rem;
}

.partnership-cta h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.partnership-cta p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-buttons .theme-btn,
.cta-buttons .theme-btn2 {
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cta-buttons .theme-btn {
  background: var(--white-color);
  color: var(--primary-color);
}

.cta-buttons .theme-btn2 {
  background: transparent;
  color: var(--white-color);
  border: 2px solid var(--white-color);
}

.cta-buttons .theme-btn:hover,
.cta-buttons .theme-btn2:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Call to Action Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.cta-content {
    text-align: center;
    color: var(--white-color);
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
}

.cta-description {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

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

.cta-btn {
    padding: 1rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 150px;
    justify-content: center;
}

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

.cta-btn.secondary {
    background: transparent;
    color: var(--white-color);
    border: 2px solid var(--white-color);
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.cta-btn.primary:hover {
    background: #f8f9fa;
    color: var(--primary-color);
}

.cta-btn.secondary:hover {
    background: var(--white-color);
    color: var(--primary-color);
}

/* CTA Section Responsive */
@media (max-width: 768px) {
    .cta-title {
        font-size: 2rem;
    }

    .cta-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .cta-btn {
        width: 100%;
        max-width: 250px;
    }
}

/* Mouse Cursor Effects */
.cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.1s ease;
    mix-blend-mode: difference;
}

.cursor-follower {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.cursor-hover {
    transform: scale(1.5);
    background: var(--accent-color);
}

.cursor-follower-hover {
    transform: scale(1.2);
    border-color: var(--accent-color);
}

/* Wow Animations */
.wow {
    visibility: hidden;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

/* Animation Classes */
.fadeInUp {
    animation-name: fadeInUp;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.zoomIn {
    animation-name: zoomIn;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

.bounceIn {
    animation-name: bounceIn;
}

.pulse {
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.shake {
    animation-name: shake;
}

/* Hover Effects */
.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.hover-scale {
    transition: all 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

.hover-rotate {
    transition: all 0.3s ease;
}

.hover-rotate:hover {
    transform: rotate(5deg);
}

.hover-glow {
    transition: all 0.3s ease;
}

.hover-glow:hover {
    box-shadow: 0 0 20px var(--primary-color);
}

/* Parallax Effects */
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Loading Animations */
.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Scroll Animations */
.scroll-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Text Animations */
.text-reveal {
    overflow: hidden;
}

.text-reveal span {
    display: inline-block;
    transform: translateY(100%);
    transition: transform 0.6s ease;
}

.text-reveal.revealed span {
    transform: translateY(0);
}

/* Button Animations */
.btn-animated {
    position: relative;
    overflow: hidden;
}

.btn-animated::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-animated:hover::before {
    left: 100%;
}

/* Card Animations */
.card-animated {
    transition: all 0.3s ease;
}

.card-animated:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Image Animations */
.img-animated {
    transition: all 0.3s ease;
    overflow: hidden;
}

.img-animated img {
    transition: all 0.3s ease;
}

.img-animated:hover img {
    transform: scale(1.1);
}

/* Responsive Animations */
@media (max-width: 768px) {
    .cursor,
    .cursor-follower {
        display: none;
    }
    
    .hover-lift:hover,
    .hover-scale:hover,
    .hover-rotate:hover {
        transform: none;
    }
}

/* ============ Ticket Page Styles ================= */

/* Ticket Types Section */
.ticket-types-sec {
    background: var(--light-bg);
}

.ticket-card {
    background: var(--card-bg);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    border: 2px solid var(--border-light);
    transition: var(--transition);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.ticket-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-color);
    box-shadow: var(--shadow-lg);
}

.ticket-card.premium {
    border-color: var(--accent-color);
    background: linear-gradient(135deg, var(--card-bg) 0%, #f8f9fa 100%);
}

.ticket-card.vip {
    border-color: var(--primary-color);
    background: linear-gradient(135deg, var(--card-bg) 0%, #f0f8f0 100%);
}

.ticket-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-green);
    color: var(--white-color);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    z-index: 2;
}

.ticket-header h4 {
    font-size: 1.75rem;
    color: var(--text-primary);
    margin-bottom: 20px;
    font-weight: 700;
}

.ticket-price {
    margin-bottom: 30px;
}

.ticket-price .currency {
    font-size: 1.5rem;
    color: var(--accent-color);
    vertical-align: top;
}

.ticket-price .amount {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.ticket-price .period {
    font-size: 1rem;
    color: var(--text-muted);
    margin-left: 5px;
}

.ticket-features {
    flex-grow: 1;
    margin-bottom: 30px;
}

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

.ticket-features li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1rem;
    color: var(--text-primary);
}

.ticket-features li i {
    color: var(--accent-color);
    margin-right: 10px;
    font-size: 1.1rem;
}

.ticket-action {
    margin-top: auto;
}

.ticket-select-btn {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    transition: var(--transition);
}

.ticket-select-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Ticket Booking Form */
.ticket-booking-sec {
    background: var(--white-color);
}

.booking-form-box {
    background: var(--card-bg);
    border-radius: 15px;
    padding: 40px;
    box-shadow: var(--shadow-light);
    border: 1px solid var(--border-light);
}

.form-section-title {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--border-light);
}

.form-section-title:first-child {
    margin-top: 0;
}

.booking-submit-btn {
    width: 100%;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 10px;
    transition: var(--transition);
}

.booking-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.booking-submit-btn i {
    margin-right: 10px;
}

/* Booking Summary */
.booking-summary {
    background: var(--card-bg);
    border-radius: 15px;
    padding: 30px;
    box-shadow: var(--shadow-light);
    border: 1px solid var(--border-light);
    position: sticky;
    top: 100px;
}

.summary-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--border-light);
}

.summary-header h4 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.summary-header i {
    color: var(--accent-color);
    margin-right: 10px;
}

.summary-content {
    margin-bottom: 25px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-light);
}

.summary-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.summary-item .label {
    color: var(--text-muted);
    font-weight: 500;
}

.summary-item .value {
    color: var(--text-primary);
    font-weight: 600;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid var(--accent-color);
    background: var(--light-bg);
    padding: 15px;
    border-radius: 10px;
}

.summary-total .label {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 700;
}

.summary-total .value {
    color: var(--accent-color);
    font-size: 1.5rem;
    font-weight: 700;
}

.summary-features {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--border-light);
}

.summary-features h5 {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

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

.summary-features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: var(--text-primary);
}

.summary-features li i {
    color: var(--accent-color);
    margin-right: 8px;
    font-size: 0.9rem;
}

/* Event Highlights */
.event-highlights-sec {
    background: var(--light-bg);
}

.highlight-card {
    background: var(--card-bg);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    border: 1px solid var(--border-light);
    transition: var(--transition);
    height: 100%;
    margin-bottom: 30px;
}

.highlight-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-color);
    box-shadow: var(--shadow-lg);
}

.highlight-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: var(--transition);
}

.highlight-icon i {
    font-size: 2rem;
    color: var(--white-color);
}

.highlight-card:hover .highlight-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.highlight-card h4 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.highlight-card p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Terms and Privacy Links */
.terms-link,
.privacy-link {
    color: var(--accent-color);
    text-decoration: underline;
    transition: var(--transition);
}

.terms-link:hover,
.privacy-link:hover {
    color: var(--primary-color);
}

/* Form Validation Styles */
.form-control.error {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.success {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* Responsive Design for Ticket Page */
@media (max-width: 768px) {
    .ticket-card {
        margin-bottom: 20px;
    }
    
    .booking-form-box {
        padding: 25px;
    }
    
    .booking-summary {
        position: static;
        margin-top: 30px;
    }
    
    .summary-total {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .highlight-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .ticket-price .amount {
        font-size: 2.5rem;
    }
    
    .booking-form-box {
        padding: 20px;
    }
    
    .booking-summary {
        padding: 20px;
    }
}


section.team-sec-Exhibitors .team-image img {
    width: 100%;
    height: 180px;
}
section.team-sec-Exhibitors .team-image {
    width: 100%;
    height: 180px;
}
section.team-sec-Exhibitors .team-text {
    width: 100%;
    padding: 8px;
    background: none;
    position: relative !important;
    top: 0;
}
.feature-icon img {
    padding: 10px;
    filter: invert(1);
}
.la-event h3 {
    color: #51835b;
}
.la-event {
    position: sticky !important;
    top: 120px;
}
section.padd.blog-detail ul li {
    list-style: disc;
}
.detail-text ul {
    padding: 0px 10px;
}
.sub-head {
    text-transform: uppercase;
    font-size: 18px !important;
    color: #ffffff;
    letter-spacing: 1px;
}

.about-image-right.shine.img-animated {
    display: none;
}

.about-image-two.shine.img-animated {
    display: none;
}
.about-image-one, .about-image-two {
    height: 680px;
}
.about-image-left {
    width: 100%;
}
.about-area {
    position: sticky;
    top: 100px;
}
.about-img img {
    width: 100%;
    height: 500px;
}
section.team-sec-Exhibitors.pt-6.pb-6 {
    display: none;
}
.blog-icontext h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* change 2 to the number of lines you want */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
a.btn.btn-btn-green {
    background: #5f905f;
    color: white;
}

.navbar-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
}
a.btn.btn-btn-green {
    display: none;
}
.sticky {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}

section.hero-sec {
  position: relative;
  /* top: -80px; */
  background: #000000;
  width: 100%;
  /*height: 480px;*/
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {background: #000000;background: linear-gradient(92deg, rgb(0 0 0 / 33%) 0%, rgb(0 0 0 / 42%) 46%, rgba(235, 235, 235, 0) 77%, rgba(235, 235, 235, 0) 100%);height: 100%;width: 100%;display: flex;align-items: center;justify-content: flex-start; /* content on right */padding: 0px 4%;}

.slide-container.right {
  color: white;
  max-width: fit-content;
  text-align: left;
}

.header-btn {
  display: inline-block;
  padding: 12px 24px;
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid var(--primary-color);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.header-btn:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(237, 27, 36, 0.3);
}

/* Secondary Button Style for All Pages */
.header-btn.secondary {
  background: rgba(26, 154, 141, 0.1);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  backdrop-filter: blur(10px);
}

.header-btn.secondary:hover {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(26, 154, 141, 0.3);
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}
.slide-container.right p {
  color: #ffffffcc;
}
.content {
  width: 70%;
  /* padding: 30px; */
  text-align: left;
  /* background: #ffffff; */
  margin: 100px 0px 70px;
  border-radius: 10px;
}
.nav-link:focus, .nav-link:hover {
    color: #61bbb1;
}
.navbar-bar {
    background: #000000;
    padding: 14px;
}
.navbar-bar i {
    color: #ffffff;
    font-size: 24px;
}
.hero-box {
    /*border-radius: 20px;*/
    /* position: absolute; */
    width: 100%;
    top: 0px;
    overflow: hidden;
    margin: auto;
    text-align: center;
}
.hero-box .swiper-slide {
    height: 600px;
    width: 100%;
}
.hero-box span.swiper-pagination-bullet {
    width: 20px;
    border-radius: 4px;   
    background: #ffffff;
    opacity: 0.5;
    transition: 0.8s;
}
.hero-box span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:  #1a9a8d;
     width: 40px;
      opacity: 1;
}
.hero-box .swiper-pagination{
    /* position: absolute; */
    text-align: end;
    margin-right: 100px !important;
    padding-right: 90px;
}
.content h1 {
    font-size: 56px !important;
    font-weight: 900;
}
.hero-sec {
  position: relative;
  overflow: hidden;
}

.headerSwiper .swiper-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 1s ease;
  width: 100% !important;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.slide-container {
  color: #fff;
  max-width: 700px;
  padding: 0 15px;
}

.header-dot {
  bottom: 30px !important;
  text-align: center;
}

.header-dot .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.header-dot .swiper-pagination-bullet-active {
  background: #ffb400; /* Accent color */
  opacity: 1;
}

/*.hero-box {*/
/*    border-radius: 20px;*/
    /* position: absolute; */
/*    width: 100%;*/
/*    top: 0px;*/
/*    overflow: hidden;*/
/*    margin: auto;*/
/*    text-align: center;*/
/*}*/
/*.hero-box .swiper-slide {*/
/*    height: 600px;*/
/*    width: 100%;*/
/*}*/
/*.hero-box span.swiper-pagination-bullet {*/
/*    width: 20px;*/
/*    border-radius: 4px;   */
/*    background: #ffffff;*/
/*    opacity: 0.5;*/
/*    transition: 0.8s;*/
/*}*/
/*.hero-box span.swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*    background:  #1a9a8d;*/
/*     width: 40px;*/
/*      opacity: 1;*/
/*}*/
/*.hero-box .swiper-pagination{*/
    /* position: absolute; */
/*    text-align: end;*/
/*    margin-right: 100px !important;*/
/*    padding-right: 90px;*/
/*}*/

/* RESPONSIVE QUERY______ */

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {
.navbar-mean ul li {
    padding: 16px 9px;
}
.top-right {
    width: 100%;
}
.top-left {
    display: none;
}
}

@media only screen and (max-width: 1140px) {


}

@media only screen and (max-width: 1024px) {
h1 { font-size: 48px !important; }   
h2 { font-size: 32px !important; }  
h3 { font-size: 26px !important; } 
h4 { font-size: 22px !important;}  
h5 { font-size: 18px !important; }  
h6 { font-size: 16px !important; }  
p  { font-size: 16px !important; }  
/*span, a, li, label { font-size: 14px; } */
}

@media only screen and (max-width: 991px) {

a.btn.btn-btn-green {
    display: block;
}
.navbar-mean {
    display: none;
}
.about-image-one, .about-image-two {
    height: 580px;
    margin-bottom : 30px;
}
.about-image-one img, .about-image-two img {
    object-position: top;
}
.about-text {
    width: 100%;
}
.counter-up {
    background: transparent;
    text-align: center;
    padding: 24px;
}
.section-head {
    margin-top: 24px;
}
section.about-inner.pt-6.pb-6.mb-5 {
    margin: 0px !important;
}
section.about-panter-logo-sec.pt-6.pb-6 {
    background: #f3f3f3;
}
.footer-list li {
    margin-bottom: 0px;
}
.footer-list {
    margin-top: 20px;
}
.navbar-mean-moblie ul li {
    padding: 8px 0px;
    font-size: 18px;
    font-weight: 600;
}
.offcanvas-header .navbar-img {
    margin: 0px;
}
button.btn-close {
    border: 2px solid #000000;
}
.logo-item{
    margin: 0px 16px;
}
.about-text p {
    margin: 6px 0 0 0;
}
.about-panter-logo-card.text-center {
    margin-top: 20px;
}

.footer-info {
    margin-top: 20px;
}
}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
.banner-text {
    width: 100%;
}

a.theme-btn2.btn-animated {
    padding: 4px 8px;
    font-size: 12px;
}
a.theme-btn2.btn-animated {
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #000000;
} 
.top-header a.theme-btn.btn-animated{
     padding: 5px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    /*border: 1px solid #000000;*/
}
.top-right .social-icons a {
    width: 36px;
    height: 36px;
    font-size: 1rem;
}
.content {
  width: 100%;
}
}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 560px) {
 h1 { font-size: 32px !important; }
  h2 { font-size: 26px; }
  h3 { font-size: 22px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }
  
  .social-icons {
    display: none;
}
.navbar-btn a {
    font-size: 15px;
}
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}

