:root {
 --primary-font: "Bricolage Grotesque", sans-serif;
  --secondary-font: "DM Sans", sans-serif;
  --yellow-color: #FFE26D;
   --black-color:#101010;
   --green-color:#386D65;
   --light-color:#EAFFFF;
  
}
.post, .page {
    margin: 0 0 0 !important;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: var(--secondary-font) !important;
}
a {
    outline:none !important;
}
h1, h2, h3, h4 {
     font-family: var(--primary-font) !important;
}
.green-bg {
    background: var(--green-color);
}
.light-bg {
    background: var(--light-color);
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: block !important; 
}
.owl-carousel {
    display: block !important;
}
.common-sec {
    padding:5em 0;
}
.title-wrp h2 {
    font-size: 40px;
    font-weight: 700;
}

/*btn-css*/
.primary-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #000 !important;
  text-decoration: none;
  background: var(--yellow-color);
  font-family: var(--primary-font) !important;
  font-weight: 500;
  padding: 12px 30px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

.primary-btn {
  overflow: hidden;
  background: var(--yellow-color);
  transition: all 0.4s ease;
}

.primary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%; /* smaller starting area */
  width: 25%; /* thinner shine width */
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(56,109,101,0.1) 0%,
    rgb(56 109 101) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  transition: all 0.6s ease;
}

.primary-btn:hover::before {
  left: 130%;
}





/*instafeed section css*/
.insta-sec h2 {
    font-size: 25px;
    font-weight: 400;
}
.insta-sec img {
    margin: 20px 0 0;
    cursor: pointer;
border-radius:5px;
}

    .insta-sec img {
  transition: all 0.6s ease;
  transform: scale(1);
}

.insta-sec img:hover {
  transform: scale(1.1);
  filter: brightness(80%);
}
@media only screen and (max-width:767px) {
    .faq-content {
        display: block !important;
    }
.common-sec {
    padding: 3em 0 !important;
}
.title-wrp h2 {
    font-size: 25px;
}
.hero-sec img {
    height: 300px !important;
}
.hero-sec h1 {
    color: #fff;
    font-size: 30px;
}
}

/*hero css*/
.hero-sec {
  position: relative;
  overflow: hidden;
}

.hero-sec img {
    width: 100%;
    display: block;
    height: 550px;
    object-fit: cover;
}

.hero-sec::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #386d65, #386d65);
  opacity: 0.6;
  pointer-events: none;
}

/* Center the H1 text */
.hero-sec h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}


/*home css*/
/*banner csss*/
.banner-section {
  position: relative;
  overflow: hidden;
}
.banner-item {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.banner-content {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
}
.banner-section h1 {
  font-size: 70px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 60px;
  margin: 0 0 20px;
}
.banner-section p {
  font-size: 17px;
  color: var(--black-color);
}
.banner-section .owl-nav {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.banner-section .owl-nav button.owl-prev,
.banner-section .owl-nav button.owl-next {
  background: #fff !important;
  color: #000;
  width: 40px;
  height: 40px;
  font-size: 30px !important;
  transition: all 0.5s ease;
  border-radius: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.banner-section .owl-nav button:hover {
  background: #000 !important;
  color: #fff;
}
.banner-section .owl-dots {
  display: none;
}
/*banner cssend */

/*About Css Start*/
.rotate-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: worldrotation 100s linear infinite;
  overflow: hidden;
  z-index: 1;
}

.rotate-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Prevent unwanted scrollbars */
html, body {
  overflow-x: hidden;
}

/* Rotation animation */
@keyframes worldrotation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.about-sec {
    position:relative;
}
.about-content {
    margin-left: 4em;
}
.experience-list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
.number-bg {
  font-size: 75px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: var(--secondary-font) !important;
}
.exp-left p {
    font-size: 16px;
    font-family: var(--primary-font);
    color: #000;
    font-weight: 600;
}
.seperater {
    transform: translateY(15%);
    width: 2px;
    height: 100px;
    background-color: var(--green-color);
}
/*about Css End */

/* Counter css started */
.counter-sec h2 {
    font-size: 70px;
    font-weight: 700;
    color: var(--green-color);
    transition: all 0.3s 
ease;
    margin: 0;
}
.counter-sec p {
    font-size: 18px;
}
.counter-box h2.animate {
  transition: transform 0.4s ease;
}
/*about css end*/

/*faq css*/
    .faq-sec {
  padding: 80px 0;
}

.faq-accordion {
    padding-right: 2em;
}
.faq-item {
    overflow: hidden;
   background: #EBEBEB;
    margin-top: 5px;
}
.faq-header {
    width: 100%;
    background: #EBEBEB;
    color: var(--green-color);
    font-weight: 600;
    padding: 14px 20px;
    border: none;
    outline: none;
    text-align: left;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s 
ease;
    border-radius: 0;
    font-family: var(--primary-font);
}

.faq-header:hover {
    background: var(--green-color);
    color: #fff;
}

.faq-header .icon {
  font-size: 18px;
  font-weight: 700;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-header .icon {
  transform: rotate(45deg);
}
.faq-item.active button.faq-header {
    background: var(--green-color);
    color:#fff;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
font-size: 14px;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  padding: 0 20px;
}

.faq-item.active .faq-content {
  max-height: 500px;
  opacity: 1;
  padding: 20px;
}

.faq-text {
  flex: 1;
}

.faq-content img {
  width: 60px;
  height: auto;
}
/*faq css end*/

/* company sec css*/
    .company-sec {
background: linear-gradient(to bottom, var(--light-color) 50%, var(--green-color) 50%);
}
.company-box-wrp {
    background: #fff;
    border-radius: 35px;
    padding: 30px 30px;
}
.company-box p {
    margin-bottom: 10px;
}
.company-box {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap:10px;

}
.company-sec img {
    width: 100%;
    max-width: 110px;
    height: 140px;
}
/* company sec end*/

/*advantage css start */
.advantage-img-group {
    position:relative;
}
.advant-rotate-img {
    max-width: 110px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: worldrotation 100s 
linear infinite;
    -webkit-animation: worldrotation 100s 
linear infinite;
    float: right;
    margin-top: -35%;
    margin-right: -17%;
}
.advantage-sec {
    position: relative;
}
    .advantage-sec h2 {
    width: min(100%, 500px);
}
.advantage-box {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap:5px;
    margin: 5px 0;
}
.advantage-box h3 {
    font-size: 15px;
}
.advantage-box img {
    max-width: 35px;
}
/*advatage css End*/
/*marquee css start */
.marque-sec {
    background: var(--yellow-color);
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    display: flex
;
    align-items: center;
    color: #fff;
    padding: 5px 0;
}

.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee 100s linear infinite;
}
.marquee-inner span {
    display: inline-block;
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 35px;
}

/* Keyframes for smooth movement */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/*marquee css end */

/* Crsaf sec css start*/
.craft-bg {
    background: url(https://primepsyllium.com/wp-content/themes/primepsyllium/assets/images/craft-bg.webp);
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
        color: #000;
}
.craft-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.craft-sec img {
  width: 100%;
  height: auto;
  display: block;
}
.crafing-lis ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.crafing-lis ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: flex-start;
}
.crafing-lis ul {
    padding: 0;
    margin: 0;
    float:right;
}
.crafing-lis ul li img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.crafing-lis ul li h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
.crafing-lis ul li h3:hover {
    color: var(--yellow-color);
}

/* Crsaf sec css end*/

/*map css start*/
.country-list {
    text-align: center;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    width: min(100%, 800px);
    margin: 0 auto;
}
.country-list span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.country-list span::after {
    content: "•";
    margin-left: 0;
    color: #000;
    font-size: 20px;
}
.country-list span:last-child::after {
  content: "";
}
.country-list img {
  width: 18px;
  height: auto;
  vertical-align: middle;
}
/*map css end*/
@media (max-width: 991px) {
.banner-item {
    height: 70vh;
}
.banner-section h1 {
      font-size: 57px;
}
.rotate-img {
    position: relative;
    top:0;
    width: 80px;
    height: 80px;
}
.about-content {
    margin-left: 0em;
}
.faq-img {
    width: 100%;
    margin-top: 20px;
}
.faq-accordion {
    padding-right: 0em;
}

.advantage-sec {
    text-align: center;
}
.advantage-box {
    justify-content: center;
   
}
.advantage-sec h2 {
    width: 100%;
}
.advantage-img-group {
    margin-top: 40px;
}
.advant-rotate-img {
        position: absolute;
        right: 50%;
        margin-top: 0;
        margin-right: 0;
        bottom: 0;
        text-align: center;
        margin: 0 auto;
        left: 50%;
        top: 10px;
    }
}
@media only screen and (max-width:767px) {
.banner-section h1 {
    font-size: 30px;
    width: min(100%, 200px);
    line-height: 30px;
}
.seperater {
    display: none;
}
.about-content {
    text-align: center;
}
.marquee-inner span {
    font-size: 25px;
}
.crafing-lis ul li
 {

    justify-content: flex-start;
}
       .country-list {
    font-size: 13px;
} 

.counter-box {
    text-align: center;
    margin: 0 auto;
}
.counter-sec h2 {
    font-size: 50px;
}
.counter-sec p {
    font-size: 16px;
}
}
/*pagination css*/
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
.pagination-sec a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 0px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.pagination-sec .arrow-img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}