*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
i{
  color: #ffffff !important;
}
body{
    background: linear-gradient(120deg, #DAF6D8 0%, #FFFFFF 60%);
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
  color: #222;
}
.head-stripe{
    background-color: #005c1f;
    padding: 12px 18px;
    color: rgb(197, 197, 197);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-stripe p{
    cursor: pointer;
    font-size: 14px;
}
.head-stripe i{
    cursor: pointer;
    color: #9a563a;
}
.head-stripe .icon i{
        color: rgb(197, 197, 197);
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    height: 30vh;
}
.logo img{
  width: 250px;
}
nav a{
    text-decoration: none;
    color: black;
}
nav a:hover{
    color: #9a563a;
}
.logo img{
  border-radius: 50%;
  border: 5px solid #005c1f ;
  padding: 5px;
    cursor: pointer;
    width: 250px;
}
nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
nav li{
    cursor: pointer;
    padding: 20px;
    border-radius: 2rem;
    text-decoration: none;
    list-style: none;
    font-size: 25px;
    background-color: #005c1f;
    color: white;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 550;
}
nav li:hover{
     background-color: #00ab44;
    color: white;
     transition:cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: .3s;
}
.btn{
    border-bottom-right-radius: 2rem;
    border-top-left-radius: 2rem;
    cursor: pointer;
    background-color: #005c1f;
    color: white;
    padding: 20px 28px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition:cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: .3s;
}
.btn:hover{
    background-color: rgb(0, 146, 0);
    color: white;
}
nav .menu-right{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
nav i{
    cursor: pointer;
    color: black !important;
    font-size: 30px;
}

/* .hero{
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
    margin-top: 120px;
    margin-bottom: 100px;
    position: relative;
}
.hero-image img{
    width: 350px;
    border-radius: 2rem;
}
.hero-image{
    display: flex;
    margin: 20px;
    position: relative;
}
.hero-image .front{
  position: absolute;
  z-index: 999;
  left: 250px;
  bottom: 100px;
}
.hero-description{
    align-self: flex-start;
    position: relative;
    width: 520px;
}
.hero .mini-image{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-description p{
    letter-spacing: 5px;
    color: #9a563a;
    margin-bottom: 10px;
}
.hero-description h1{
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
}
.hero-description h1 span{
    color: #9a563a;
}
.mini-image{
    margin: 30px 0;
}
.mini-image p{
    margin-left: 14px;
    font-size: 15px;
    color: black;
    text-align: justify;
    letter-spacing: normal;
    line-height: 25px;
}
.mini-image img{
    padding: 20px;
    border-left: 2px solid #9a563a;
}
.hero-description .description{
    font-size: 15px;
    color: black;
    text-align: justify;
    letter-spacing: normal;
    line-height: 25px;
    margin-bottom: 30px;
}
.hero-button{
    display: flex;
    gap: 20px;
}
 */
 .hero-title {
     font-family: "Poiret One", sans-serif;
 }
 .hero-title span{
  font-family: sans-serif !important;
 }

/* service section */
.services{
    background-image: url(https://img.freepik.com/free-vector/modern-soft-green-watercolor-texture-background-design_1055-20919.jpg?semt=ais_hybrid&w=740&q=80);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 30px;
}


.services .s{
  font-family: "Poiret One", sans-serif;
  font-weight: 700;
     letter-spacing: 5px;
    color: #005c1f;
    margin-bottom: 10px;
}
.services p{
  text-align: center;
}
.services h1{
    font-family: "Poiret One", sans-serif;
     font-size: 50px;
    font-weight: 600;
    text-align: center;
}
.service-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.card{
    background-color: #fff;
    padding: 50px 10px;
    box-shadow: 0 5px 5px #0cc148;
     font-family: "Poiret One", sans-serif;
  font-weight: 400;
    width: 290px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all cubic-bezier(0.215, 0.610, 0.355, 1);
    transition-duration: 1s;
    border-radius: 50px 0 50px 0;
}
.card:hover{
   transform: translateY(-4px) scale(1.07);
  box-shadow: 0px 10px 18px rgba(76, 175, 80, 0.4);
  opacity: 1;
}
.card img{
   width: 170px;
   border-radius: 50px 0 50px 0;
}
.card h2{
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
}
/* .card p{
    font-size: 15px;
    text-align: center;
    letter-spacing: normal;
    line-height: 25px;
} */

/* appointment section */

.appointment-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 100px 20px;
  min-height: 100vh;
}

.form-container {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTmTBFhRM8vFZODOYaWlw2tatbC-AuK35T4-YN7yRwwRpp_O8TJmZRI1RTZ89njaVF_Qsc&usqp=CAU);
  padding: 40px;
  width: 100%;
   background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
     font-family: "Poiret One", sans-serif;
}

.form-container h5 {
  letter-spacing: 2px;
  color: #005c1f;
  font-size: 14px;
  margin-bottom: 10px;
}

.form-container h2 {
  font-size: 35px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 30px;
  line-height: 1.3;
}

/* Form Styles */
form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: flex;
  gap: 15px;
}

input,
select {
  padding: 18px !important;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  background: #fff;
  outline: none;
  transition: border 0.3s ease;
}

input:focus,
select:focus {
  border-color: #b36b45;
}

form button{
    width: fit-content;
}

button:hover {
  background-color: #3e4045;
}
.schedule{
    padding: 220px 150px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://img.freepik.com/free-vector/modern-soft-green-watercolor-texture-background-design_1055-20919.jpg?semt=ais_hybrid&w=740&q=80);
      background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
     font-family: "Poiret One", sans-serif;
     font-weight: 600;

}
.schedule h1,.schedule h2,.schedule p{
    text-align: center;
    width: 300px;
}
.schedule h2{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.schedule h1{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}
.schedule p{
    line-height: 35px;
}





/* 1st banner  */

.f-banner{
   padding: 100px 20px;
    background-image: url(https://frozenthaispa.com/wp-content/uploads/2023/07/team-bg-5-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.f-banner h1{
    text-align: center;
    font-size: 40px;
    color: #6EC1E4;
    margin-bottom: 30px;
}
.f-banner p{
    text-align: center;
    line-height: 25px;
}




/* testimonial */
.testimonial-section {
  text-align: center;
  padding: 60px 20px;
   font-family: "Poiret One", sans-serif;
}

.subtitle {
  color: black;
  letter-spacing: 2px;
  font-size: 12px;
}

.title {
  font-size: 30px;
  margin-bottom: 40px;
  color: #005c1f;
}

.slider {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  padding: 20px;
}

.image img {
  width: 100%;
  border-radius: 50px 0 50px 0;
}

.content {
  text-align: left;
  padding: 20px;
  position: relative;
  min-height: 230px;
}

.stars {
  color: #ffb400;
  font-size: 18px;
  margin-bottom: 10px;
}

.content p {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
  transition: opacity 0.5s ease;
}

.content h3 {
  color: #0a0a23;
  font-weight: 600;
  transition: opacity 0.5s ease;
}

.client-role {
  color: #005c1f;
  font-size: 13px;
  text-transform: uppercase;
}

/* Dots navigation */
.dots {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.dot {
  width: 25px;
  height: 3px;
  background: #ccc;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #005c1f;
  width: 35px;
}

/* Responsive */

/* pricing */
/* .pricing{
    padding: 100px 30px;
    width: 100%;
     font-family: "Poiret One", sans-serif;
}
.pricing p{
    font-size: 15px;
    letter-spacing: 4px;
    color: #005c1f;
    text-align: center;
    margin-bottom: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.pricing h1{
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.pricing-menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.pricing-menu .menu{
    cursor: pointer;
    padding: 20px;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    box-shadow: 5px 5px 10px rgb(231, 231, 231);
    transition: all;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: 1s;
}
.pricing .menu img{
    padding: 10px;
    border: .1px solid #005c1f;
}
.pricing .menu .price{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing .menu .price h2{
    font-weight: 700;
}
.pricing .menu .price p{
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}
.pricing .menu .menu-des p{
    text-align: left;
    color: rgb(99, 99, 99);
    letter-spacing: normal;
    line-height: 25px;
    color: #005c1f !important;
}
.pricing .menu .menu-des{
    margin-left: 30px;
}
.pricing .menu:hover{
    color: white;
    background-color: #005c1f;
}
.pricing .menu:hover p{
    color: white !important;
}
.pricing .menu:hover img{
    background-color: white !important;
} */



/* 2nd banner */
.s-banner{
    display: flex;
    width: 100%;
}
.s-banner .sb-des{
    background-image:url(https://png.pngtree.com/background/20230121/original/pngtree-background-green-abstract-hd-picture-image_2024738.jpg) ;
     background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
      font-family: "Poiret One", sans-serif;
    flex-direction: column;
    padding: 50px 50px;
    align-items: center;
    width: 100%;
}
.sb-des p{
    font-size: 25px;
    font-weight: 600;
}
.sb-des h1{
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
    width: fit-content;
}


/* FAQ */
.faq-container {
   font-family: "Poiret One", sans-serif;
  background: #fff;
  width: 600px;
  border-radius: 10px;
  overflow: hidden;

}
.faq-container h2{
    font-size: 17px;
    color: #005c1f;
    letter-spacing: 4px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}
.faq-container h1{
    text-align: left;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}
.faq-container p{
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.faq-item {
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.faq-item:hover{
    border: .1px solid #005c1f;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #f9f9f9;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
}

.faq-answer p {
  padding: 10px 0 15px;
  color: #555;
  line-height: 1.6;
}

/* Arrows */
.arrow {
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transition: transform 0.3s;
}

.right {
  transform: rotate(-45deg);
}

.down {
  transform: rotate(45deg);
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 20px 15px;
}

.faq-item.active .arrow {
  transform: rotate(45deg);
}
.faq{
    margin: 100px 20px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
.faq img{
  border-radius: 50px 0 50px 0;
    width: 40%;
}

/* brands */
.brands {
  width: 100%;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  overflow-x: auto;         /* horizontal scroll enable */
  scroll-behavior: smooth;  /* smooth sliding */
  scrollbar-width: none;    /* hide scrollbar (Firefox) */
}
.brands::-webkit-scrollbar {
  display: none;            /* hide scrollbar (Chrome, Edge, Safari) */
}

.brands img {
  width: 120px;
  flex-shrink: 0;           /* prevent image from shrinking */
  transition: transform 0.3s ease;
}

.brands img:hover {
  transform: scale(1.05);
}

/* newslatter */
.newsletter{
    font-family: "Poiret One", sans-serif;
    display: flex;
    flex-direction: column;
    padding: 100px 20px;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    background-image: url(https://img.freepik.com/free-vector/watercolor-emerald-background_23-2150270306.jpg?semt=ais_hybrid&w=740&q=80);
    border-bottom: 1px solid rgb(227, 227, 227);
      background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newsletter h1{
   color: white;
    font-size: 50px;
    text-align: left;
    margin-bottom: 10px;
}
.newsletter p{
    color: white;
    font-weight: 600;
}
.newsletter input{
  margin-top: 30px;
    width: 400px;
    margin-right: 20px;
}
.newsletter button{
  margin-top: 30px;
}
.email{
    display: flex;
}


/* footer section */
footer{
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRzGQZfDREm8kt2wrBIIwp38gKDyKoi1SYbwX8SpszxKUbJbc6x_rCNskY_Vwj9gVhdJzM&usqp=CAU);
    display: flex;
     background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
  
}
footer .logo{
    margin-bottom: 30px;
}
footer li{
    text-decoration: none;
    list-style: none;
}
footer .f-icon{
  margin-top: 20px;
}
.logo-footer p{
    width: 400px;
    font-size: 15px;
    font-family: sans-serif;
    line-height: 26px;
    margin-bottom: 30px;
}
.importantLinks{
    width: 300px;
}
footer i{
  color: #005c1f !important;
}
.importantLinks h1{
    display: inline;
    text-transform: uppercase;
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 700;
    color: #005c1f;
}

.footer-menu{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-menu li{
    cursor: pointer;
    font-size: 13px;
    line-height: 40px;
    font-family: sans-serif;
}
.footer-menu li:hover{
    color: #00ab44;
}
.contactLinks{
    height: 260px;
    margin-bottom: 20px;
}
.contactLinks iframe{
  border-radius: 50px 0 50px 0;
  margin-top: 20px;
  width: 200px;
  height: 100px;
}
.contactLinks h1{
    display: inline;
    color: #005c1f;
    font-size: 27px;
}
.contactLinks p{
    margin: 20px 0;
    font-size: 15px;
    font-family: sans-serif;
    cursor: pointer;
}
.contactLinks p i{
    margin-right: 20px;
    font-size: 20px;
    cursor: pointer;
}
.contactLinks p:hover{
    color: #00ab44;
}
.contactLinks p i:hover{
    color: #00ab44;
}
.copyRight{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #005c1f;
    color: white;
    height: 70px;
}
.copyRight p{
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
}
.l{
    position: absolute;
    left: 1000px;
    width: 250px;
    z-index: 999;
    top: 180px;
}
.r{
    position: absolute;
    right: 1100px;
    width: 80px;
    z-index: -1;
    top: 220px;
}

/* social media */
.floating-buttons {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 1000;
}
.social-btn i{
  font-size: 30px;
}

/* All circular buttons */
.social-btn {
  width: 48px;
  height: 48px;
  border: none;
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  text-decoration: none;
  box-shadow: 0px 6px 12px rgba(76, 175, 80, 0.35);
  backdrop-filter: blur(4px);
}

/* Hover effect */
.social-btn:hover {
  transform: translateY(-4px) scale(1.07);
  box-shadow: 0px 10px 18px rgba(76, 175, 80, 0.4);
  opacity: 1;
}

/* Brand Colors (slightly modernized green shades) */
/* .whatsapp {
  background: linear-gradient(135deg, #25d366, #1eb75a);
}

.telegram{
  background: linear-gradient(135deg, #0088cc, #0277ad);
}

.messenger {
  background: linear-gradient(135deg, #006aff, #0051cc);
} */

.top-btn {
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
}
.top-btn i {
  font-size: 25px !important;
}

#goTopBtn {
  display: none;
}

/* --- Mobile Bottom Bar --- */
.mobile-bottom-bar {
  display: none;
}

/* Buttons inside bottom bar */
.mobile-btn {
  flex: 1;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.mobile-btn.whatsapp {
  background-color: #25d366;
}

.mobile-btn.telegram {
  background-color: #0088cc;
}

.mobile-btn.messenger {
  background-color: #006aff;
}

/* --- Responsive --- */



/* contact page */
.contact-section {
  padding: 50px 20px;
}

.contact-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  background: transparent;
  border-radius: 10px;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
}

.contact-left{
  width: 50%;
}
.contact-right{
  width: 45%;
}

.experience {
  letter-spacing: 2px;
  font-size: 14px;
  color: #b36b47;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title {
    text-align: left !important;
  font-size: 32px;
  margin-bottom: 20px;
}

.desc {
  margin-bottom: 25px;
  line-height: 1.6;
}

form label {
  display: block;
  margin: 5px 0 5px;
  font-weight: 500;
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form textarea {
  resize: vertical;
  height: 100px;
}

form button {
  margin-top: 15px;
  background: #b36b47;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

form button:hover {
  background: #9a583b;
}

.contact-info {
  margin-top: 25px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    gap: 20px;
  }

  .contact-left,
  .contact-right {
   width: 100%;
  }
}

    /* Custom Alert Base */
.custom-alert {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Alert Box */
.alert-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  max-width: 320px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  animation: slideIn 0.3s ease-in-out;
}

.alert-box p {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  margin-bottom: 15px;
}

/* Buttons */
.alert-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.alert-btn {
  padding: 10px 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.whatsapp-btn {
  background: #25D366;
  color: white;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
}

.telegram-btn {
  background: #0088cc;
  color: white;
}

.telegram-btn:hover {
  background: #0074aa;
}

/* Animation */
@keyframes slideIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


/* blog */
.blog-section p{
  color: #9a563a;
  letter-spacing: 2px;
}
.blog-section h2{
  font-size: 40px;
  font-weight: 400;
}

.blog-section {
  text-align: center;
  padding: 60px 20px;
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
  text-align: left;
}

.blog-content h3 {
  color: #0d1b2a;
  margin-bottom: 10px;
}

.blog-content p {
  color: #555;
  font-size: 14px;
}

.page-detail{
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
}
.page-detail h1{
  font-size: 40px;
  text-align: left;
  font-weight: 400;
}
.page-detail img{
  width: 250px;
  align-self: center;
  margin: 30px 0;
}
.page-detail p{
  line-height: 30px;
}
.page-detail h2{
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0;
}
.page-detail h3{
  font-size: 20px;
  font-weight: 400;
}

/* Reset */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero{
  
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  align-items: center;
}

/* Left Image */
.hero .image img{
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0px 8px 22px rgba(0,0,0,0.08);
}

/* Center description */
.hero-description{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hero-title{
  font-size: 40px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.25;
}
.hero p{
  letter-spacing: normal;
  color: black;
}

.hero-lead{
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.hero-cta{
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

/* Buttons */
.hero a{
  text-decoration: none;
}



.hero-tag{
  font-style: italic;
  color: #555;
  margin-top: 5px;
}

/* Right video */
.video video{
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0px 8px 22px rgba(0,0,0,0.08);
}



/* blog section */
/* --- Root Variables for Green/White Theme (Optional but Recommended) --- */
:root {
    --gem-spa-primary-color: #4CAF50; /* A nice shade of green */
    --gem-spa-light-color: #FFFFFF;
    --gem-spa-dark-color: #333333;
    --gem-spa-secondary-color: #F0F0F0; /* Light gray background for contrast */
    --gem-spa-meta-color: #606060;
}

/* Base Blog Section Container - Use a unique prefix 'gem-spa-' to avoid conflicts */
.gem-spa-blog-section {
    padding: 40px 20px;
    background-color: var(--gem-spa-secondary-color);
    font-family: Arial, sans-serif; /* Use a common, safe font */
}

.gem-spa-blog-container {
   font-family: "Poiret One", sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gem-spa-blog-heading {
    font-family: "Poiret One", sans-serif;
    text-align: center;
    color: var(--gem-spa-primary-color);
    margin-bottom: 40px;
    font-size: 3.2em;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

/* Individual Blog Post Style */
.gem-spa-blog-post {
    display: flex;
    flex-direction: column; /* Default stack on mobile */
    background-color: var(--gem-spa-light-color);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gem-spa-blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Image Styling */
.gem-spa-post-image-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.gem-spa-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gem-spa-blog-post:hover .gem-spa-post-image {
    transform: scale(1.05);
}

/* Content Area */
.gem-spa-post-content {
    padding: 25px;
}

.gem-spa-post-title {
    color: var(--gem-spa-dark-color);
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 15px;
}

/* Meta Data (Author/Date) */
.gem-spa-post-meta {
    font-size: 0.9em;
    color: var(--gem-spa-meta-color);
    margin-bottom: 15px;
}

.gem-spa-post-author {
    font-weight: bold;
    margin-right: 15px;
}

/* Description */
.gem-spa-post-description {
  font-weight: 600;
    color: var(--gem-spa-dark-color);
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Read More Link (Green Accent) */
.gem-spa-read-more {
    display: inline-block;
    background-color: var(--gem-spa-primary-color);
    color: var(--gem-spa-light-color);
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.gem-spa-read-more:hover {
    background-color: #388E3C; /* Darker green on hover */
}

/* Load More Button */
.gem-spa-load-more {
    display: block;
    margin: 30px auto 10px auto;
    padding: 12px 25px;
    font-size: 1.1em;
    color: var(--gem-spa-primary-color);
    background-color: transparent;
    border: 2px solid var(--gem-spa-primary-color);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gem-spa-load-more:hover {
    background-color: var(--gem-spa-primary-color);
    color: var(--gem-spa-light-color);
}

/* --- Responsive Design (Media Query) --- */
@media (min-width: 768px) {
    .gem-spa-blog-post {
        flex-direction: row; /* Side-by-side layout on tablets/desktops */
    }

    .gem-spa-post-image-wrapper {
        width: 40%; /* Image takes 40% width */
        height: auto;
    }
    
    .gem-spa-post-content {
        width: 60%; /* Content takes 60% width */
        padding: 30px;
    }
}