

.page1{
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 9;
    
    padding-top: 12vw;
}

.page1 h1{
    font-size: 8vw;
    font-weight: 300;
  
color: #f9f7f2;
    margin-left: 6vw;
    transform-origin: left;
}
.title22{
    font-size: 8vw;
    font-weight: 300;
    transform-origin: left;
color: #f9f7f2;
    margin-left: 26vw;
}

.video-wrapper {
  width: 90%;
  
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.video-wrapper video {
  width: 100%;
  transform: scale(0.67); /* 60% → 90% equivalent */
  transform-origin: center;
}


/* HIDE OVERLAY BY DEFAULT (DESKTOP) */
.mobile-video-overlay {
  display: none;
}

/* MOBILE VIEW */
@media (max-width: 768px) {

  .mobile-video-overlay {
    display: flex;
    position: absolute;
    inset: 0;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 20px;
    background: rgba(0, 0, 0, 0.35); /* readability */
  }

  .mobile-video-overlay h2 {
    font-size: 50px;
    font-weight: 700;
    color: #f2f9f9;
    letter-spacing: 1px;
    display: block ;
    text-align: center;
  }

  .mobile-video-overlay p {
    font-size: 16px;
    margin-top: 8px;
    opacity: 0.9;
  }
.video-wrapper{
    width:100%;
}
  .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

.page2{
    min-height: 80vh;
    width: 100%;
    padding: 100px 5vw;
    border-bottom: 2px solid #6c6c6c;
    position: relative;
    z-index: 9;
}

.page2 h1{
    font-size:5.5vw;
    font-weight: 400;
    color: #1b4242;

}
.page2-container{
    height: 60vh;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 5vw; */
}
.page2-left{
    /* background-color: blue; */
    width: 40%;
}
.page2-right{
    /* background-color: blue; */
 
    width: 24%;
}
.page2-left h2{
    font-size: 4vw;
    font-weight: 300;
    color: #111;
    line-height: 4vw;
}
.page2-left h2 span{
    color: #a3f008;
    font-weight: 400;
}
.page2-right p{
    font-size: 20px;
    color: #111;
}
.page2-right button{
    width: 100%;
    border-radius: 50px;
    border: none;
    padding: 4px 0;
    background-color: #1b4242;
    color: #f8efea;
    margin-top: 20px;
}
@media (max-width: 768px) {
    
    .page2 h1{
    font-size:6vw;
    font-weight: 400;
    color: #1b4242;

}
.page2-left{
    /* background-color: blue; */
    width: 37%;
}
.page2-right{
    /* background-color: blue; */
 
    width: 35%;
}
    .page2-left h2{
    font-size: 5vw;
 
    line-height: 6vw;
}
.page2-right p{
    font-size: 10px;
    color: #111;
}
}
.page3{
    min-height: 100vh;
    width: 100%;
    padding-top: 100px;
    border-bottom: 2px solid #6c6c6c;
    position: relative;
    z-index: 9;
}
.page3 h1{
    margin-left: 100px;
}
.page3 h1 span{
    font-size: 6.8vw;
    font-weight: 600;
    color: #1b4242;
    display: inline-block;
    margin-right: 0.3rem;
    
}
.page3-part1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.page3-part1 img{
    height: 400px;
    margin-top: 160px;

}
#imgp p{
    color:#000;
    margin-top: 20px;
    text-align: center;
}
#vidp p{
    color:#000;
    text-align: center;
}
#vidp{
    
    margin-top: 40px;
}
#vidp video{
height: 400px;

}
.page3-part2{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
#vidp2 {
   
    margin-top: 160px;
}
#vidp2  video{
 height: 500px;
}
#vidp2 p{
     color:#080808;
    margin-top: 20px;
    text-align: center;
}
.page3-part2 img{
    height: 500px;

}

#imgp2{
  margin-top: 40px;
}
#imgp2 p{
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    
    .page3 h1{
  text-align: center;
  margin-left: 0px;
}
    
      .page3 h1 span{
    font-size: 8vw;
    font-weight: 600;
    color: #1b4242;
    margin-right: 0.2rem;
    
}
.page3-part1{
    display: none;
}
.page3-part2{
    display: none;
}
}
.elem{
    /* background-color: salmon; */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.elem img{
    position: absolute;
    opacity: 0;
    transition: all ease-out 0.5s;
    transform: translateY(10%) rotate(2deg);
}
.elem img:nth-child(1){
    left: 2%;
}
.elem img:nth-child(3){
    right: 5%;
}
.text-div{
    height: 16vh;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.elem h1{
    font-size: 7.5vw;
    font-weight: 600;
    transition: all ease-out 0.5s;
}

.elem:hover h1{
    transform: translateY(-100%);
    color: #EDBFFF;
}
.elem:hover img{
    opacity: 1;
    transform: translateY(0%) rotate(0deg);

}

.page6{
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding: 40px 40px;
}
.page6 h1{
     margin-left: 100px;
     padding-bottom: 20px;
}
.page6 h1 span{
    font-size: 6.8vw;
    display: inline-block;
    font-weight: 600;
    color: #1b4242;
    margin-right: 0.3rem;
}
.catalog-wrap{
    position: relative;
    height: 70vh;
    margin-bottom: 1vw;
  border: #000000 2px solid;
    overflow: hidden;
}

.catalog-wrap img{
    width: 100%;
    height: 100%;
   object-fit: cover;
    display: block;
}



/* Overlay */
.catalog-overlay{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(58, 56, 56, 0.25),
        rgba(0,0,0,0.75)
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fffdd0;
    padding: 20px;
    z-index: 2;
    
}

/* Show overlay on hover */
.catalog-wrap:hover .catalog-overlay{
    opacity: 1;
}

/* Text */
.catalog-overlay h2{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.catalog-overlay p{
    font-size: 1rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

/* Button */
.catalog-btn{
    padding: 12px 28px;
    background: #a4e21d;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s ease;
}

.catalog-btn:hover{
    background: #fffdd0;
    color: #000;
    transform: translateY(-2px);
}


.bottom-box{
    height: 70vh;

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-box{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.image-box img{
    width: 100%;
    height: 100%;
    border: #000000 2px solid;
    object-fit: cover;
    transition: 0.4s ease;
}

.image-box:hover img{
    transform: scale(1.05);
}
.b1{
    padding-left: 0;
    background-color: #b2eb48;
    color: #000000;
}
.b2{
    padding-right: 0;
    background: #5e1407;
}
.b2 h3{
    color: #f5ffff;
    font-size: 6rem;
    font-weight: 400;
  font-family: "Birthstone", cursive;


}
.brand {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 25px;
  color: #000;
}

.brand span {
  font-size: 18px;

}

.color-box{
    text-align: center;
    padding: 30px;
    border: #070707 2px solid;
    padding-left: 30px;
    color: #000;

    flex-direction: column;
}
.text1{
    text-align: center;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offer-main {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 35px;
  color: #141414;
}

.offer-main strong {
  font-size: 22px;
}

.offer-main span {
  font-size: 16px;
}
.offer-note {
  font-size: 11px;
  line-height: 1.5;
  opacity: 0.9;
  color:hsl(180, 2%, 9%);
}
@media (max-width: 768px) {
    .page6 h1{
     margin-left: 0px;
   
}
.page6 h1 span{
    font-size: 8vw;
text-align: center;
    margin-right: 0.2rem;
}
 .image-box{
    padding-left: 0rem;
    padding-right: 0rem;
    margin-top:1rem;
    margin-bottom:1rem;
}
.b2 h3{

    font-size: 4rem;
    font-weight: 400;



}
}
.page5{
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 40px 100px;
    color: #f9f7f2;
}
.page5 h2{
    font-size: 6.8vw;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 50px;
    color: #f9f7f2;

}
.box{
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 20px;
    border-top: 2px solid #dadada;
}

.box:nth-last-child(1){
    border-bottom: 2px solid #dadada;

}


footer{
    height: auto;
    width: 100%;
   
}



/* ------------ MOBILE RESPONSIVE ------------ */

@media (max-width: 768px) {

  
    .page1 h1{
        display: none;
    }
    .title22{
        display: none;
    }
}
@media (max-width: 768px) {
    .page1 video {
        width: 100%;
        height: 90vh;
        margin-top: 5vw;
        left: 50%;
        transform: translate(-50%, 0);
        object-fit: cover;
    }
}

.ticker-wrap {
  width: 100%;
  overflow: hidden;
  background: transparent;
  padding: 40px 0;
}

.ticker {
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track {
  display: flex;
  width: max-content;
}

.ticker span {
  font-size: clamp(48px, 8vw, 140px);
  font-weight: 700;
  color: #5e1407;
  padding-right: 60px;
  line-height: 1;
}
.ticker-right .ticker-track span{
    color: #a3f008;
}
@media(max-width:1350) {
  .ticker span {
  font-size: clamp(40px, 6vw, 110px);
 
}  
}
.page7 {
  min-height: 100vh;

}
.page8{
    min-height: 80vh;
    padding-top: 100px;
    padding-bottom: 5%;
    border-bottom: 2px solid #333232;
}
.blogs{
    padding-left: 20px;
    padding-right: 20px;
}
.blog-card {
   position: relative;
            height: 450px;
            border-radius: 2px;
            overflow: hidden;
            background-color: #f0f0f0;
            border: 1px solid #000000;
        
        
}

/* LONG RECTANGLE IMAGE */
 .blog-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        
        /* Image Hover Effect */
        .blog-card:hover img {
            transform: scale(1.05);
        }
                .blog-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
            z-index: 1;
        }
.blog-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 30px;
            z-index: 2;
           
        }

/* VIEW BUTTON */

 .blog-title {
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top:20px;
            line-height: 1.3;
             color: #5e1407;
             border-bottom: 1px solid #070707;
        }
        
        /* Read More Button */
        .read-btn {
            display: inline-block;
            color: white;
            background-color: transparent;
            padding: 10px 24px;
            text-decoration: none;
            font-weight: 400;
            font-size: 14px;
            border-radius: 25px;
            border: 1px solid white;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
        }
        
        .read-btn:hover {
            background-color: white;
            color: #006D5B;
        }
        

/* OPTIONAL HOVER EFFECT */
.blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blogs h2{
  
  
    margin-left: 100px;
    margin-bottom:40px;
    margin-top:50px;
}
.blogs h2 span{
  color: #a3f008;
    font-size: 6.8vw;
      font-weight: 600;
      display: inline-block;
}
.page7 .row{
      padding-top: 100px;
}
.fixsec {

  position: relative;
padding-left: 2rem;
}
.fixsec h2{
    margin-left: 10px;
    margin-top: 30px;
}
.fixsec h2 span{
    color: #1b4242;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.fixsec p{
    color: #000;
    margin-left: 20px;
    line-height: 1.8;
}
.fixsec ol{
      list-style: none;
    counter-reset: step-counter;
    padding: 0;
    margin: 0;
}
.fixsec ol li{
   
  counter-increment: step-counter;
    font-size: 1.25rem;
    color: #1b4242;
    padding: 1rem 0 1rem 3.5rem;
    position: relative;
    border-bottom: 1px solid #a4e21d;
    margin-bottom: 0;
}
.fixsec ol li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: 300;
    color: #1b4242;
    transition: color 0.3s ease;
}
.fiximg {
  overflow: visible;
  position: relative;
}
.process-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - 8px);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px;
  margin-top:30px ;
}

.process-gallery::-webkit-scrollbar {
  display: none;
}

.process-card {
  height: 200px;
  border-radius: 7px;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 12px;
  scroll-snap-align: start;
  position: relative;
}


@media(max-width:786px){
    .fiximg{
        display: none;
    }
}
.process-card {
  height: 100vh;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center;
background-color: #5e1407;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fffdd0;
  position: relative;
  overflow: hidden;
}

.step-number{
    color: #a3f008;
    font-weight: 500;
    font-size: 1rem;
}
.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0)
  );
}

.process-card h3,
.process-card p {
  position: relative;
  z-index: 2;
}
.associates{
padding-top: 100px;
}
.associates h2{
     color: #1b4242;
     font-size: 6vw;
     font-weight: 500;
     margin-left: 40px;
}
.associates h2,  .associates p{
     margin-left: 100px;
     padding-bottom: 20px;
}
.associates p{
    color: #000000;
}
.commitment p{
    margin: 10px 20px 20px 20px;
}
.associates h2 span{
    font-size: 6.8vw;
    display: inline-block;
    font-weight: 600;
    color: #1b4242;
    margin-right: 0.3rem;
}
.associates .container{
    padding-top: 80px;
    padding-bottom: 80px;
}
.cert-2{
border-right: 1px solid #a3f008;
border-left: 1px solid #a3f008;

}
.cert-1 img, .cert-2 img, .cert-3 img{
    width: 170px;
}
   .commitment {
            padding-top: 40px;
            border-top: 1px solid #eaeaea;
      
        }
.badge-container {
    width: 100%;
            display: flex;
             align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
            flex-wrap: wrap;
            
        }
        .badge {
        
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            color: #006D5B;
            font-size: 14px;
            font-weight: 500;
        }
        
        .badge i {
            font-size: 16px;
            color: #a3f008;
        }
        .badge span{
            color: #1b4242;
        }
        @media(max-width:786px){
            .associates h2,  .associates p{
     margin-left: 0px;
     text-align: center;
      padding-bottom: 2px;
}
.cert-1 img, .cert-2 img, .cert-3 img{
    width: 100px;
}
.page8{
    padding-top:20px;
}
.page5{

    padding: 10px 10px;
    
}
        }