*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    color: #e7e7e7;
    min-height: 100vh;
    line-height: 1.5;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    overflow: hidden;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
}
.content1{
    width: 100%;
    padding: 5rem 3rem;
    /* top: 20%; */
}
.content1 h1{
    font-size: 3.5rem;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1.2;
}
.hero-image{
    width:60rem;
    position: absolute;
    top: 40%;
    right: 5%;
    z-index: -1;
}
/* .head{
    height: 2rem;
} */
.content1 p{
    max-width: 20rem;
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}
.content1 h1 span {
  text-decoration: underline;
  text-decoration-color: #ff7a59;
  text-decoration-thickness: 6px;
}
.content1 h1 strong {
  font-weight: 900;
}

.logo{
  /* color: #fff; */
  opacity: 0;
}

.hero-btn {
  display: inline-block;
  background-color: #ff7a59;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}
.main-cont .hero-btn{
    display: inline-block;
    background-color: transparent;
    color: #1a1a1a;
    font-size: 0.8rem;
    padding: 10px 22px;
    margin: 1rem 0.2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 300;
    border:1px solid #f46527;
}
.content2{
    margin: 0rem 0rem;
    background-color: #fff;
    /* height: 30rem; */
    width: 100%;
    padding: 2rem 7rem;
}
.content3{
    margin: 0rem 0rem;
    background-color: #fff;
    /* height: 30rem; */
    width: 100%;
    
}
.content5{
    margin: 0rem 0rem;
    background-color: #fff;
    /* height: 30rem; */
    width: 100%;
    background-color: #09b750;
}
/* content animation */
.animate {
            opacity: 0;
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }
        
        .animate.show {
            opacity: 1;
        }
        
        /* Different animation types */
        .slide-up {
            transform: translateY(50px);
        }
        
        .slide-up.show {
            transform: translateY(0);
           
        }
        
        .slide-left {
            transform: translateX(-50px);
            
        }
        
        .slide-left.show {
            transform: translateX(0);
             
        }
        
        .slide-right {
            transform: translateX(50px);
            
        }
        
        .slide-right.show {
            transform: translateX(0);
        }
        
        .zoom-in {
            transform: scale(0.95);
        }
        
        .zoom-in.show {
            transform: scale(1);
        }
        
        .fade-in {
            cursor: pointer;
            /* No transform needed for simple fade */
        }
.cont-info p{
    /* max-width: 70rem; */
    color: #1a1a1a;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 25px;
}
.cont-info1{
    display: flex;
    justify-content: space-between;
}
.cont-info1 p{
    color: #f46527;
    font-weight: 400;
}
.topMain h1{
     color: #000;
     margin: 0rem 0rem 1rem;
     text-align: center;
}
.topMain{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 1rem;
}
.contInfomation{
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 2rem 0;
}
.heads{
    border-right: 1px solid #ccc;
    display: flex;
    flex: 1 1 800px;
    height: 20rem;
    align-items: stretch;
    flex-direction: column;
    padding: 1rem 3rem;
}
.heads1{
     border-left: 1px solid #ccc;
    display: flex;
    flex: 1 1 800px;
    height: 20rem;
    align-items: stretch;
    flex-direction: column;
    padding: 1rem 3rem;
}
 .section-underline {
  display: flex;
  height: 4px;
  width: 250px; /* Adjust width as needed */
  background: linear-gradient(to right, #000033 30%, #ddd 30%);
}
.heads,.heads1 h3{
    font-size: 2rem;
    font-weight: 400;
    color: #f46527;
    line-height: 1.2;
    padding-top: 2rem;
}
.heads,.heads1 p{
    padding: 1rem 0rem;
    line-height: 1.6;
    font-weight: 300;
    font-size: 1.1rem;
    color: #666666;

}
.side-cont{
    width: 100%;
}
.side-cont p{
    color: #1a1a1a;
    padding: 1rem 1rem;
    font-weight: 400;
    max-width: 40rem;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
.desc-image{
    width: 80%;
    padding: 1rem 1rem;
}
.desc-image img{
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
    height: 50%;
}
.more-info p{
    padding: 0rem 0rem;
    line-height: 1.6;
    font-weight: 300;
    font-size: 1.1rem;
}
.more-info{
    display: flex;
    text-align: center;
    gap: 10px;
    padding: 1rem 1rem;
}

.main-info1 {
    display: flex;
    gap: 2rem; /* space between text and image */
    justify-content: center;
    align-items: center;
    background-color: #e7e7e7;
  }
  .top-info{
    padding: 3rem 5rem;
  }
  
  .top-info {
    flex: 1;
  }
  .image-info1{
    flex: 1 1 250px;
  }
  .desc-info p{
    font-size: 1rem;
        color: #666666;
        letter-spacing: 0.05em;
        font-weight: 300;
        line-height: 1.5rem; 
        padding: 1rem 2rem;
         max-width: 65rem;
  }
  
  .image-info1 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  
  .image-info1 img {
    width: 100%; /* or 60% if you want a smaller image */
    display: block;
    margin: 0;
  }
.category-tabs {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        max-width: 600px;
        margin: auto;
        text-align: center;
      }
.main-tabs .category-tabs {
        display: flex;
        gap: 0px;
         /* width: 6rem; */
        max-width: 1200px;
        margin: auto;
        text-align: center;
      }
      .tab {
        /* flex: 2; */
        text-align: center;
        padding: 20px;
        width: 100%;
        color: #666666;
        font-weight: bold;
        position: relative;
        cursor: pointer;
        border: 1px solid #ccc;
      }
     .main-tabs .tab {
        /* flex: 2; */
        text-align: center;
        padding: 20px;
        width: 100%;
        color: #666666;
        font-weight: bold;
        position: relative;
        cursor: pointer;
        border: 1px solid #ccc;
      }
      
      /* .tab:last-child {
        border-right: none;
      } */
      
      .tab.active {
        background-color: #6f2c91; /* your purple */
        color: white;
      }
      
      .tab.active .triangle {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #6f2c91; /* same as active background */
      }
      .tab h3{
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin: 0.3rem 0;
        color: #fd3737;
        line-height: 1.2;
      }
        .tab p{
            font-size: 1rem;
            letter-spacing: 0.05em;
            font-weight: 300;
            line-height: 1.5rem; 
        }
.cont-list{
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    gap: 5px;
}
.square-cont p{
     font-size: 0.9rem;
     padding: 1rem 1rem;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 1.5rem;
    color: #1a1a1a;
}
.cont-list p{
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1rem;
    padding: 0 0;
    color: #1a1a1a;
}
.bg{
     background-color: #e7e7e7;
     border-radius: 15px;
     margin-top: 1rem;
}
.square-cont{
    margin: 1rem 1.5rem;
    width: 400px;
    height: 410px;
    background-color: transparent;
     cursor: pointer;
     transition: transform 0.3s ease;
}
.square-cont:hover{
    box-shadow: 0 40px 50px #f0f4f4;
    transform: scale(1.01);
}
.mainInfo2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}
.list-head h4{
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0.3rem 0;
    color: #f46527;
    line-height: 1.2;
}
.list-head{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 1rem;
}
.content4{
    margin: 0rem 0rem;
    background-color: #fff;
    /* height: 30rem; */
    width: 100%;
    
}
.cont5{
    padding: 0rem 9rem 3rem;
}
.cont5 p{
    font-size: 1rem;
    text-align: center;
     padding: 0rem 2rem;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 1.5rem;
    color: #fff;
}

@media (max-width: 768px){
    .container{
        margin: 0;
        padding: 0;
    }

    .content1 {
    width: 100%;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 10rem;
    justify-content: start;
    align-items: center;
    padding: 0rem 1rem;
   
}
.content1 h1{
    font-size: 2rem;
}
.content1 p{
    display: none;
}
.hero-image{
    position: absolute;
    top: 10%;
    width: 100%;
    /* width: 60rem; */
    position: absolute;
    /* top: 35%; */
    right: 0rem;
    /* height: 50%; */
    /* right: 55%; */
}
.hero-image img{
    width: 100%;
    z-index: 999;
}
.hero-btn{
    margin-top: 10%;
}
.content2{
    margin: 0;
     padding: 1.5rem 1rem;
}
.topMain h1{
    font-size: 1.2rem;
}
.topDesc{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.topDesc .hero-btn{
    text-align: center;
}
.midle-main{
   flex-direction: column;
}
.contInfomation{
    flex-direction: column;
    padding: 0rem 0rem;
    margin: 0;
}
.heads{
     flex: 1 1 200px;
     margin-top: 20%;
      border-right: none;
}
.side-cont p{
    max-width: 100%;
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 400;
}
.more-info{
    display: flex;
    text-align: start;
    gap: 10px;
    padding: 1rem 0rem;
}
.desc-image{
    width: 100%;
    padding: 0rem 0rem;
}
.content3 .topMain h1{
    font-size: 1rem;
}
.main-info1 {
   flex-direction: column;
   width: 100%;
  }

  .category-tabs {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
       width: 100%;
        margin: 0;
      }
.top-info{
    margin: 0;
    padding: 0.5rem;
}
.mainInfo2{
   flex-direction: column;
    margin:  0;
    padding: 1rem;
}
.square-cont{
    margin: 2rem 0;
    width: 300px;
    height: 410px;
    background-color: transparent;
     cursor: pointer;
     transition: transform 0.3s ease;
}
.content4{
    margin: 0;
}
.content4 .topMain{
    padding-top: 1rem;
}
.content4 .topMain h1{
    font-size: 1rem; }

    .main-tabs .category-tabs {
        flex-direction: column;
        padding: 1rem;
      }

.content5{
    margin: 0;
    padding: 0rem 1rem;
}
.cont5{
    padding: 1rem 2rem 3rem;
    margin-bottom: 0;
}

.cont5 p{
    font-size: 1rem;
    text-align: center;
     padding: 0rem 0rem;
    
}
}