:root {
    --primary: #CEA82F;
    --primary-hover: #ECC351;
    --primary-hovernew:#ECC351;
    --darkgray: #222222;
    --darkgray2: #292929;
    --white: #FFFFFF;
    --black: #000000;
    --gray: #6D6A69;
    --gray2: #D0CFCF;
    --gray3: #B6B6B6;
    --gray4: #DEDEDE;
	
	 --primaryLight: #ffba43;
    --secondary: #ffba43;
    --secondaryLight: #ffba43;
    --headerColor: #1a1a1a;
    --bodyTextColor: #fff;
    --bodyTextColorWhite: #fafbfc;

    --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
    --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
    --bodyFontSize: 1rem;
    --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  }
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  body {
    background: var(--black);
    color: var(--white);
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
  }

.btn {
	padding: 10px 20px;
    border-radius: 12px;
    color: #1A1A1A;
    font-size: 14px;
}
.btn-outline-gold {
	padding-left:0;
	padding-right: 0;
}
  
/*** header ***/
#header {
   background-color: transparent;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top:0;
    z-index: 9;
}
#header .navbar {
    padding: 15px 0;
}
#header .navbar-brand {
    margin:0;
    padding:0 20px;
}
#header .navbar img.logo {
    height: 107px;
    margin-left: 10px;
}
#header .navbar-toggler {
    border: 0;
    box-shadow: none!important;
    outline: none;
}
@media screen and (max-width: 991px) {
    #header .navbar img.logo {
        height: 80px;
        margin-left: 0;
        padding-top: 10px;
    }
    #header #navbarSupportedContent {
        background: #333;
        border: 3px solid var(--primary);
        color: var(--white);
        border-radius: 10px;
        padding: 10px 20px;
    }
}
#header .navbar a {
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}
#header h2.logo {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}
#header h2.logo strong {
    font-size: 35px;
    color: var(--primary);
    font-weight: 600;
}
#header h2.center-logo {
    margin: 0 25px;
}
#header #navbarSupportedContent {
    justify-content: center;
}
#header ul.navbar-nav {}
#header ul.navbar-nav li.nav-item {
    margin-right: 55px;
}
@media screen and (max-width: 1199px) {
    #header ul.navbar-nav li.nav-item {
        margin-right: 35px;
    }
}
@media screen and (max-width: 991px) {
    #header ul.navbar-nav li.nav-item {
        margin-right: 25px;
    }
}
#header ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}
#header ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
	background-image: linear-gradient(to right, #F6E590 0%, #B8912F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary);
    
}
#header ul.navbar-nav li.nav-item a.nav-link:hover {
    color: var(--primary-hovernew);
}

/** end **/



  .carousel-item {
    height: calc(100vh + 100px);
    background-size: cover;
    background-position: center;
    position: relative;
    
  }

  .carousel-item h1 {
    background-image: linear-gradient(to right, #F6E590 0%, #B8912F 100%);
  
  /* 2. Clip the background to the text */
  -webkit-background-clip: text;
  background-clip: text;
  
  /* 3. Make the text transparent */
  -webkit-text-fill-color: transparent;
  }

  .carousel-caption h1,
  .carousel-caption p {
    color: var(--white);
    text-shadow: 0 2px 10px rgba(0,0,0,0.7);
  }

  .carousel-indicators [data-bs-target] {
    background-color: var(--white);
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
  }

  #heroCarousel .carousel-item {
    display: flex;
    align-items: center;
    position: relative;
  }
  #heroCarousel .carousel-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
    z-index: 1;
  }
  #heroCarousel .carousel-control-prev-icon, #heroCarousel .carousel-control-next-icon {
    background-color: transparent;
  }
  #heroCarousel .carousel-item .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}
#heroCarousel .carousel-item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
  #heroCarousel .carousel-indicators {
    bottom: calc(80px + 100px)
  }
  #heroCarousel .carousel-indicators [data-bs-target] {
    background-color: var(--gray);
    height: 7px;
    border-radius: 5px;
    background-clip: border-box;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
  }
  #heroCarousel .carousel-indicators .active {
    background-color: var(--primary);
}
  #heroCarousel .carousel-item .container {
    position: relative;
    z-index: 3;
  }
  #heroCarousel .carousel-item .mainherowrap {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: -40px;;
  }
  @media (max-width: 768px) {
    #heroCarousel .carousel-item .mainherowrap {
      padding: 50px;
    }

  }
  #heroCarousel .carousel-item .subtitle {
    display: inline-flex;
padding: 12px 40px;
background-color: var(--primary);
transform: skew(30deg);
border-radius: 5px;
align-items: center;
justify-content: center;
margin-bottom: 30px;
  }
  #heroCarousel .carousel-item .subtitle span {
transform: skew(-30deg); /* Cancel skew for the text */
color: white;
font-weight: bold;
white-space: nowrap;
}
#heroCarousel .carousel-item h1 {
font-size: 48px;
color: var(--white);
font-weight: 700;
}
#heroCarousel .carousel-item h1 span {
color: var(--primary);
}
#heroCarousel .carousel-item p {

color: var(--gray2);

}

#heroCarousel .carousel-item .grp-btns {
margin-top: 30px
}
#heroCarousel .carousel-item .grp-btns a {
display: inline-flex;
gap: 16px;
align-items: center;
color: var(--white);
text-decoration: none;
padding: 10px 20px;
    border-radius: 12px;
	color: #1A1A1A;
	font-size: 14px;
}
#heroCarousel .carousel-item .grp-btns a i {
	margin-left: 5px;
}

  @media (max-width: 991px) {
    .nav-inner {
      flex-direction: column;
      gap: 10px;
    }

    .navbar-nav {
      flex-direction: column;
      gap: 10px;
    }

    .navbar-logo {
      margin: 10px 0;
    }

    .carousel-caption {
      bottom: 10%;
    }

    .carousel-caption h1 {
      font-size: 2rem;
    }

    .carousel-caption p {
      font-size: 1rem;
    }
  }

/* Owl Carousel Ad Styling */
.partnerslist .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(255,255,255,0.4);
}
.ad-carousel .ad-item {

padding: 20px 10px;
border-radius: 10px;
text-align: center;
font-weight: 600;
font-size: 18px;
min-height: 120px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.owl-carousel .ad-item img {
height: 60px;
object-fit: contain;
}

/* Owl Carousel Arrows */
.owl-nav {
position: absolute;
top: 50%;
left: 0;
right: 0;
width: 100%;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
pointer-events: none; /* Allow arrows to sit above items but still be clickable */
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
background: var(--primary);
color: white;
border: none;
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 22px;
transition: background-color 0.3s ease;
pointer-events: all;
z-index: 1;
}

.owl-nav button.owl-prev::after,
.owl-nav button.owl-next::after {
content: '';
display: inline-block;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 24px;
line-height: 1;
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.owl-nav button.owl-prev {
background: var(--primary) url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6z"/></svg>') no-repeat center;
background-size: 26px;
}

.owl-nav button.owl-next {
background: var(--primary) url('data:image/svg+xml;utf8,#<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.9583 11.1333L2.8833 19.0667C2.31663 19.6333 1.46663 19.6333 0.899967 19.0667C0.333301 18.5 0.333301 17.65 0.899967 17.0833L7.84163 10L0.899967 2.91666C0.333301 2.35 0.333301 1.5 0.899967 0.933331C1.1833 0.649998 1.46663 0.508331 1.89163 0.508331C2.31664 0.508331 2.59997 0.649998 2.8833 0.933331L10.9583 8.86666C11.525 9.575 11.525 10.425 10.9583 11.1333C10.9583 10.9917 10.9583 10.9917 10.9583 11.1333Z" fill="#636363"/> </svg>') no-repeat center;
background-size: 26px;
}


.owl-nav button:hover {
background-color: #b51924;
}


.partnerslist {
background-color: var(--darkgray);
padding:20px;
border-radius: 20px;
}
.partnerlist-section {
position: relative;
margin-top: -150px;
z-index: 2;
}
.owl-theme .owl-nav {
margin-top: 0;
}

.homeabout-section {
padding: 20px;
}
@media (max-width: 991px) {
    .homeabout-section {
        padding: 0px;
        }
        .homeabout-section .container .row > div:first-child {
            padding: 3rem 1.5rem 3rem 1.5rem!important;
        }
}
.homeabout-section .card {
background: var(--darkgray2);
color: var(--white);

}
.homeabout-section .homeabout-wrap {
background-color: var(--darkgray2);
display: flex;
}
.homeabout-section .homeabout-wrap > div {
position: relative;
}
.homeabout-section .subtitle {
color: var(--primary);
font-weight: 700;
font-size: 24px;
}
.homeabout-section h2 {
font-size: 44px;
font-weight: 700;
}
.homeabout-section p {
color: var(--gray3);
font-size: 18px;
}
.play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: none;
border: none;
cursor: pointer;
z-index: 10;
padding: 0;
width: 60px;
height: 60px;
}

.play-btn svg {
width: 100%;
height: 100%;
transition: transform 0.3s ease;
display: block;
}

.play-btn:hover svg {
transform: scale(1.1);
}
.video-slant {
clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
.video-slant {
clip-path: none;
max-height: 350px;
}
.video-slant img {
height: 350px!important;
}
.homeabout-section .subtitle {
font-size: 18px;
}
.homeabout-section h2 {
font-size: 32px;
}
.homeabout-section p {
font-size: 16px;
}

#heroCarousel .carousel-item h1 {
font-size: 36px;
}
#heroCarousel .carousel-item p {
font-size: 14px;
}
#heroCarousel .carousel-item .subtitle span {
font-size: 14px;
}
}
@media (max-width: 768px) {
#heroCarousel .carousel-item h1 {
font-size: 28px;
}

.homeabout-section .subtitle {
font-size: 16px;
}
.homeabout-section h2 {
font-size: 26px;
}
.homeabout-section p {
font-size: 14px;
}

}
@media (max-width: 576px) {
.services-section .card {
  margin-left: 20px;
  margin-right: 20px;
}
}
.video-slant:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}

.btn-primary {
background: var(--primary-hover);
border-color: var(--primary-hover);

}
.btn-primary:hover {
background: var(--primary);
border-color: var(--primary);
}


.services-section .subtitle {
  font-size: 16px;
  color: var(--primary-hover);
  font-weight: 700;
  margin-top: 50px;
}
.services-section h2 {
  font-size: 49px;
  background-image: linear-gradient(to right, #F6E590 0%, #B8912F 100%);
  
  /* 2. Clip the background to the text */
  -webkit-background-clip: text;
  background-clip: text;
  
  /* 3. Make the text transparent */
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  
}
.mainservices h2 {
  margin-bottom: 60px;
}

.services-section .card {
transition: transform 0.3s ease;
}
.services-section .card:hover {
box-shadow: 0 10px 20px rgba(82, 37, 37, 0.5)!important;
/* transform: scale(1.02)!important; */
}
.services-section .card .image {
overflow: hidden;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.services-section .card .image img  {
transition: transform 0.3s ease;
}
.services-section .card .image img:hover  {
transform: scale(1.05);
}
.services-section .card a {
color: var(--primary);
gap: 8px;
font-size: 14px;
font-weight: 700;
}
.services-section .card {
border-radius: 16px;
margin-bottom: 30px;
}
.services-section .card .category {
width: fit-content; 
margin-top: -20px; 
margin-left: auto;
 margin-right: 0; 
 border-radius: 0.25rem;
 padding: 8px 16px;
 font-size: 14px;
 position: relative;
 z-index: 3;
 min-width: 100px;
 background: linear-gradient(120deg, #F3DC8B, #C4A142);
}
.services-section .card-img, .services-section .card-img-top {
border-top-left-radius: 16px;
border-top-right-radius: 16px;
}
.services-section .card .card-title {
font-size: 18px;
font-weight: 700;
padding-top: 10px;
padding-bottom: 12px;
	
}
.services-section .card .card-body {
padding-bottom: 0;
}
.services-section .card .card-text {
font-size: 14px;
font-weight: 400;
margin-bottom: 25px;
	
}
@media (max-width: 768px) {
    .services-section .container .row > div {
        padding:0;
    }
}
#newsinsights .card .card-title {
	min-height: 68px;
}
#newsinsights .card .card-text {
	min-height: 68px;
}

/*
footer > .container {
border-top: 1px solid rgba(220, 50, 63, 0.4);
padding-top: 40px;
padding-bottom: 40px;
}

footer .copyrightsection {
background-color: var(--primary);
color: var(--white);
padding: 20px 0px;
font-size: 14px;
}
footer .copyrightsection a {
font-weight: 700;
text-decoration: none;
color: var(--white);
} */
/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cs-footer-308 {
      padding: 60px 0px 0px 0px;
      background-color: var(--black);
      /* Navigation Links */
  }
  #cs-footer-308 .cs-container {
      width: 100%;
      /* reset on desktop */
      max-width: 43.75rem;
      margin: auto;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 2.5rem;
      border-top: 1px solid rgba(206, 168, 47, 1);
      padding-top: 50px;
  }
  #cs-footer-308 .cs-logo-group {
      /* takes up all the space, lets the other ul's wrap below it */
      width: 100%;
      position: relative;
  }
  #cs-footer-308 .cs-logo {
      width: 11.125rem;
      height: auto;
      display: block;
      margin-bottom: 1.5rem;
  }
  #cs-footer-308 .cs-logo-img {
      width: 100%;
      height: auto;
      margin-top: -20px;
  }
  #cs-footer-308 .cs-logo-img.dark {
      display: none;
  }
  #cs-footer-308 .cs-text {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 2.5vw, 1rem);
      line-height: 1.5em;
      margin: 0;
      width: 78%;
      /* changes to 305px at desktop */
      max-width: 26.25rem;
      color: var(--bodyTextColorWhite);
  }
  #cs-footer-308 .cs-nav {
      width: 100%;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      gap: 0.75rem;
      list-style: none;
  }
  #cs-footer-308 .cs-nav-li {
      list-style: none;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
  }
  #cs-footer-308 .cs-nav-li .ccards img {
    max-width: 200px;
  }
  #cs-footer-308 .footernavlink {
    min-width: 166px;
  }
  #cs-footer-308 .cs-nav-li .ccards2 {
  white-space: nowrap;
  gap: 10px;
  display: flex;
  }
  #cs-footer-308 .cs-header {
      font-size: 1rem;
      line-height: 1.2em;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0.75rem;
      color: var(--primary);
      position: relative;
      display: block;
  }
  #cs-footer-308 .cs-nav-link {
      font-size: 14px;
      text-decoration: none;
      line-height: 1.5em;
      color: var(--bodyTextColorWhite);
      position: relative;
      display: inline-block;
      transition: color 0.3s;
  }
  #cs-footer-308 .cs-nav-link:before {
      /* underline */
      content: "";
      width: 0%;
      height: 0.125rem;
      background: currentColor;
      opacity: 1;
      position: absolute;
      display: block;
      bottom: -0.125rem;
      left: 0;
      transition: width 0.3s;
  }
  #cs-footer-308 .cs-nav-link:hover {
      color: #F3DC8B;
  }
  #cs-footer-308 .cs-nav-link:hover:before {
      width: 100%;
  }
  #cs-footer-308 .cs-icon {
      width: 1.5rem;
      height: auto;
      margin-right: 0.75rem;
  }
  #cs-footer-308 .cs-bottom {
      max-width: 100%;
   
      background: linear-gradient(180deg, #F3DC8B, #C4A142);
color: var(--white);
padding: 20px 0px;
font-size: 14px;
font-weight: 700;
     margin-top: 70px;
      display: flex;
      justify-content: space-between;

  }
  #cs-footer-308 .cs-bottom  .copyrightwrap {
    width: 100%;
  }

footer .copyrightwrap a {
font-weight: 700;
text-decoration: none;
color: var(--white);
}
  #cs-footer-308 .cs-copyright,
  #cs-footer-308 .cs-copyright-link {
      font-size: 1rem;
      line-height: 1.5em;
      color: var(--bodyTextColorWhite);
  }
  #cs-footer-308 .cs-copyright-link {
      text-decoration: none;
      transition: color 0.3s;
  }
  #cs-footer-308 .cs-copyright-link:hover {
      color: var(--primary);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cs-footer-308 .cs-container {
      row-gap: 0;
      flex-direction: row;
      justify-content: space-between;
      row-gap: 2.5rem;
  }
  #cs-footer-308 .cs-nav {
      width: auto;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cs-footer-308 .cs-container {
      max-width: 80rem;
      flex-wrap: nowrap;
      /* align everything to the right */
      justify-content: flex-end;
      column-gap: 5.25rem;
  }
  #cs-footer-308 .cs-logo-group {
      width: 30%;
      max-width: 24.1875rem;
      /* pushes away from everything to the right */
      margin-right: auto;
  }
  #cs-footer-308 .cs-text {
      width: 100%;
      font-size: 14px;
  }
}

/** if scroller hidden
.car-scroll-wrapper {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
padding-top: 30px;
padding-bottom: 30px;
scrollbar-width: none;        
-ms-overflow-style: none;    
}
.car-scroll-wrapper::-webkit-scrollbar {
display: none;              
}

**/
/** OUR VEHICLES **/
#newsinsights .subtitle {
color: var(--primary);
font-weight: 600;
text-transform: uppercase;
}
#newsinsights h2 {
font-weight: 700;
background-image: linear-gradient(to right, #F6E590 0%, #B8912F 100%);

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
	padding-bottom: 10px;
}

#newsinsights  .newsinsightstext p {
  color: #DEDEDE;
}


#newsinsights .lead {
  font-size: 16px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
	#newsinsights h2 {
		font-size: 34px;
	}
	#newsinsights  .newsinsightstext p {
		font-size: 14px;
	}
	#newsinsights .subtitle {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	#newsinsights h2 {
		font-size: 28px;
	}
}

.social-icons {
display: flex;
gap: 12px;
list-style: none;
margin-top:0px;
}

.social-icons .icon {
width: 38px;
height: 38px;
background-color: #ECC351;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-size: 16px;
transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icons .icon:hover {
background-color: var(--primary);

}



/* Preloader Styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; /* or white: #fff */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preloader-logo {
  max-width: 180px;
  height: auto;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ECC351;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



.elementor-widget-goldengate_cpt_cards .btn-plain {
	margin-top: 20px;
}
.btn-plain {
  background:transparent;
  color: #ECC351;
	border:0;
	text-decoration: none!important;
	outline: none;
	box-shadow: none!important;
}
.btn-plain:hover {
  background:transparent;
  color: #F3D37E;
	border:0;
}

@media (max-width: 991px) {
	.services-section h2 {
		font-size: 34px;
	}
	
	.services-section .subtitle {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.services-section h2 {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.services-section .card .image {
		max-height: 230px;
	}
}


/*** About Us ***/




.cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
}

.cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
    background-image: linear-gradient(to right, #e2d17a 0%, #B8912F 100%);

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}

.cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    color: var(--bodyTextColor);
}
                            
    /*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    .aboutus-section {
        padding: var(--sectionPadding);
        overflow: hidden;
    }
    .aboutus-section .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    .aboutus-section .cs-content {
        text-align: left;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .aboutus-section .cs-text {
        margin-bottom: 1rem;
    }
    .aboutus-section .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    .aboutus-section .cs-ul {
        max-width: 39.375rem;
        margin: 0 0 2rem 0;
        padding: 0;
        overflow: hidden;
    }
    .aboutus-section .cs-li {
        list-style: none;
        margin: 0 0 0.5rem 0;
        color: var(--bodyTextColor);
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.75rem;
        position: relative;
    }
    .aboutus-section .cs-li:before {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        margin-top: 0.5rem;
        background: var(--secondary);
        display: block;
        flex: none;
    }
    .aboutus-section .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: #fff;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }
    .aboutus-section .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }
    .aboutus-section .cs-button-solid:hover:before {
        width: 100%;
    }
    .aboutus-section .cs-image-group {
        font-size: min(2.15vw, 0.8em);
        width: 30em;
        height: 36.75em;
        display: block;
        position: relative;
        z-index: 1;
    }
    .aboutus-section .cs-picture {
        position: absolute;
    }
    .aboutus-section .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    .aboutus-section .cs-picture1 {
        width: 39.375em;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
		object-fit: cover;
    }
    .aboutus-section .cs-picture2 {
        width: 28.8125em;
        height: 18.75em;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
    .aboutus-section .cs-graphic {
        height: auto;
        position: absolute;
    }
    .aboutus-section .cs-graphic1 {
        width: 72.125em;
        top: 1.25em;
        right: -3.75em;
        transform: rotate(-15deg);
    }
    .aboutus-section .cs-graphic2 {
        width: 67.8125em;
        top: 11.5625em;
        right: -1.5625em;
    }
    .aboutus-section .cs-box {
        width: 12.3125em;
        height: 11.125em;
        padding: 0.5rem;
        box-sizing: border-box;
        background-color: var(--primary);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        z-index: 20;
        left: 0;
        bottom: 0;
    }
    .aboutus-section .cs-number {
        font-size: clamp(1.25rem, 4vw, 2.4375rem);
        text-align: center;
        line-height: 1.2em;
        font-weight: 700;
        width: 100%;
        margin: 0 0 clamp(0.25rem, 1vw, 0.5rem);
        color: var(--bodyTextColorWhite);
        display: block;
    }
    .aboutus-section .cs-desc {
        font-size: clamp(0.75rem, 1.9vw, 1.5rem);
        text-align: center;
        line-height: 1.2em;
        font-weight: 700;
        width: 100%;
        max-width: 12ch;
        margin: 0;
        color: var(--bodyTextColorWhite);
        display: block;
    }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    .aboutus-section .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }
    .aboutus-section .cs-image-group {
        font-size: min(1.2vw, 1em);
        flex: none;
    }
}





.ourvalues-section .subtitle {
  font-size: 16px;
  color: var(--primary-hover);
  font-weight: 700;
  margin-top: 50px;
  text-transform: uppercase;
}
.ourvalues-section .overvalues-content h2 {
  background-image: linear-gradient(to right, #F6E590 0%, #B8912F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.ourvalues-section p {
  color: #fff;
  font-size: 16px;
}

.ourvalues-section .icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #F3DC8B, #C4A142);
	font-size: 26px;
}
.ourvalues-section .hover-card {
  transition: all 0.3s ease;
}
.ourvalues-section .hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.ourvalues-section .card-body p {
  color: var(--gray2);
}


.partnerslist label {
	font-size: 14px;
	color: #969696;
	padding-left: 10px;
}

.partnerslist input[type="text"],
.partnerslist select {
	font-size: 14px;
	color: #fff;
	background: transparent;
	border:0;
	box-shadow: none!important;
	outline: none!important;
}
.partnerslist input::placeholder,
.partnerslist select::placeholder {
  color: gray;         
  opacity: 1;    
}

.partnerslist .btn {
	background: #E7C873;
	color: #1A1A1A;
	    padding: 10px 20px;
    border-radius: 12px;
    color: #1A1A1A;
    font-size: 14px;
}
@media (max-width: 768px) {
	.partnerslist .btn {
	width: 100%;
}
	.partnerslist {
		margin-bottom: 20px;
	}
}
#heroCarousel .carousel-item .mainherowrap {
	padding-left: 50px;
	padding-right:50px;
	
}
@media (max-width: 991px) {
#heroCarousel .carousel-item {
	height: auto;
	min-height: 800px;
	}
	#heroCarousel .carousel-item .mainherowrap {
		padding-top:0;
	}
}

/* For textarea */
.partnerslist textarea::placeholder {
  color: #fff;
}