/* Hero Section Styles */
* {
    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: linear-gradient(to right, #e7e7e742, #ffffff5a),
        url('images/WhatsApp Image 2025-05-20 at 15.23.07_9673d71c.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
}

.content {
    width: 100%;
    /* margin-left: 2%;s */
    z-index: 999;
    display: flex;
    position: absolute;
    top: 30%;
    left: 30%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* background-color: aqua; */
}
.content h1 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
}
.content p {
    font-size: 1.2rem;
    color: #fff;
}


  .swiper {
    width: 100%;
    height: 100%;
  }

  

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about{
    margin: 3rem 0rem;
    /* height: 20rem; */
    text-align: start;
    padding: 0 6rem;
    position: relative;
  }
  .top-about{
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
    .top-about h1{
        font-size: 2rem;
        color: #000;
    }
    .top-about p{
        font-size: 1.1rem;
        color: #666666;
        letter-spacing: 0.05em;
        font-weight: 300;
        line-height: 2.5rem;
    }
    .content2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 5rem 0rem;
        background-color: #fff;
        height: 27rem;
    
    }
    
    .info-wrapper {
        display: flex;
        flex-wrap: wrap;
        /* For mobile responsiveness */
        align-items: stretch;
    }

    .info-cont {
        display: flex;
        /* flex-direction: column; */
        justify-content: space-between;
        align-items: center;
        flex: 1;
        /* padding: 30px; */
        box-sizing: border-box;
        gap: 1rem;
    }
    
    .info-cont h3 {
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin: 1rem 0;
        color: #f46527;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(128, 128, 128, 0.418);
    }
    
    .info-cont.image-side {
        padding: 0;
    }
    
    .info-cont img {
        width: 90%;
        height: 75%;
        object-fit: cover;
        display: block;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }
    
    .info-box {
        /* width: 50rem; */
        /* height: 8rem; */
        padding: 2rem;
        margin: 0 2rem;
        color: #1a1a1a;
    
    }
    .desc1 {
        font-size: 1.1rem;
        letter-spacing: 0.05em;
        max-width: 45rem;
        font-weight: 300;
        color: #666666;
        border-bottom: 1px solid #ccc;
        padding: 1rem 0;
    }

    .content3 {
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin: -1rem 0rem; */
        /* background-color: #09b750; */
        /* height: 30rem; */
        width: 100%;
        padding: 0 5rem;
    }
    .content3 .info-box h3{
      font-size: 2rem;
    font-weight: 400;
    color: #f46527;
    line-height: 1.2;
    }
    .content3 .info-box{
        background-color: #fff;
        /* width: 100%;
        height: 100%; */
        padding: 2rem;
        
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    .content3 .info-box p{
        font-size: 1rem;
        color: #666666;
        letter-spacing: 0.05em;
        font-weight: 300;
        line-height: 2rem; 
    }
    .content4{
        margin: 3rem 0rem;
        background-color: #fff;
        height: 36rem;
        width: 100%;
        padding: 3rem 5rem;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 88%);
        background-attachment: fixed;
    }
    .section-underline {
  display: flex;
  height: 4px;
  width: 170px; /* Adjust width as needed */
  background: linear-gradient(to right, #000033 30%, #ddd 30%);
}
    .content4 h3{
       font-size: 2rem;
    font-weight: 400;
    color: #f46527;
    line-height: 1.2;
    }
    .square-cont {
        position: relative;
        width: 400px;
        height: 300px;
        background-color: #ffffff;
        border: 1px solid #eef2f7;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        /* display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; */
        color: #1a1a1a;
        margin-bottom: 2rem;
    }
    .tab-item{
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 1rem;
    }
    .square {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 10px;
        background-color: #eef2f7;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .square-cont:hover .square {
        background-color: #09b750;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease;
    
    
    }
    
    .square-cont:hover .square {
        background-color: #09b750;
    }
    
    .square-cont:hover {
        border: 1px solid #09b750;
    }

    /* .items-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        flex-direction: column;
      } */
      .group-2, .group-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        margin: 2rem 0rem;
      }
      .hidden {
        display: none;
      }
      #toggleButton {
        margin: 0px 3rem;
        margin-bottom: 0;
        padding: 10px 20px;
        background: #f46527;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
        top: 50%;
        left: 80%;  
      }
      #toggleButton:hover {
        background-color: #d24f17;
      }
      
      .arrow-icon {
        transition: transform 0.3s ease;
      }
      .arrow-icon.rotate {
        transform: rotate(180deg);
      }

      .core-cont{
        padding: 1rem 1rem;
      }
      .core-cont p{
        font-size: 1rem;
        color: #666666;
        letter-spacing: 0.05em;
        font-weight: 300;
        line-height: 2rem; 
      }
      .core-cont li{
        font-size: 1rem;
        color: #666666;
        letter-spacing: 0.05em;
        font-weight: 300;
        line-height: 1.5rem; 
      }
      .content5{
        margin: 1rem 0rem;
        background-color: #fff;
        height: 36rem;
        width: 100%;
        padding: 0rem 5rem;
        background-attachment: fixed;
      }
      .team-why{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
      }
      .team-info {
        display: flex;
        flex-direction: column;
        align-items: center; /* centers all items horizontally */
        text-align: center;  /* center text inside h1 and p */
        padding: 2rem;
        max-width: 600px;
        display: block;
        margin:0; /* center the whole block if it's not full-width */
    }
    
    .team-info img {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
        display: block;
        margin: 0;
        padding: 0;
    
    }
    
    .team-info h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .team-info p {
        font-size: 1rem;
        color: #666666;
        letter-spacing: 0.05em;
        font-weight: 300;
        line-height: 2rem; 
        padding: 1rem 0;
    }

    .category-tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 600px;
        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;
      }
      
      /* .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: #f46527;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(128, 128, 128, 0.418);
      }
        .tab p{
            font-size: 1rem;
            letter-spacing: 0.05em;
            font-weight: 300;
            line-height: 1.5rem; 
        }

        .content6{
            margin: -5rem 0rem;
            /* background-color: #fff; */
            /* height: 36rem; */
            width: 100%;
            padding: 0rem 8rem;
            background-attachment: fixed;
            
        }

        .conc {
            display: flex;
            align-items: center;
            gap: 20px; /* space between image and text */
            /* padding: 20px; */
            background-color: #09b750;
          }
          .logo{
  /* color: #fff; */
  opacity: 0;
}
          
          .conc-image {
            flex: 0 0 30%; /* fixed 40% width */
            margin: 0;
          }
          
          .conc-image img {
            width: 100%;
            height: auto;
            display: block;
          }
          
          .conc-content {
            flex: 1; /* take remaining space */
          }
          .conc-content p{
            font-size: 1rem;
            color: #fff;
            letter-spacing: 0.05em;
            font-weight: 300;
            line-height: 2rem; 
          }
            .conc-content h4{
                font-size: 2rem;
                color: #fff;
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            }

  .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 */
        }
  
  
          
          
 @media (max-width: 768px) {
    .conc {
          flex-direction: column;
          gap: 10px;
        }
              
      .conc-image, .conc-content {
        flex: 1 1 100%;
      }

       .container{
         padding: 0 0rem;
         margin: 0;
    }

    .content {
    top: 20%;
    left: 0%;
    padding: 0 1rem;
}

.content h1 {
    font-size: 2rem;
}

.content p {
    font-size: 1rem;
}

.about{
    margin: 3rem 0rem;
    text-align: start;
    padding: 1rem 0rem;
    position: relative;
  }
  .top-about{
    padding: 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
    .top-about h1{
        font-size: 1.5rem;
    }

     .content2 {
        margin: 5rem 0rem;
        background-color: #fff;
        height: auto;
    
    }
    
    .info-wrapper {
        flex-direction: column;
    }

    .info-cont img {
        width: 100%;
        
    }
    .info-box {
        /* width: 50rem; */
        /* height: 8rem; */
        padding: 2rem;
        margin: 0 0rem;
        color: #1a1a1a;
    
    }
    .content3 {
       flex-direction: column;
        width: 100%;
        padding: 0 0rem;
    }
    .content3 .info-box h3{
      font-size: 1.2rem;
    }
    .content4{
      
        height: auto;
        width: 100%;
        padding: 2rem 0rem;
    }
    .content4 h3{
       font-size: 2rem;
    font-weight: 400;
    color: #f46527;
    line-height: 1.2;
    }
    .square-cont {
        width: 100%;
        height: 330px;
      
    }
    .group-2, .group-1 {
        flex-direction: column;
        margin: 2rem 0rem;
        padding: 0 1rem;
      }

      .items-wrapper01{
        padding: 0 0;
        justify-content: space-between;
        margin: 0;
      }
      .items-wrapper01 h3{
        font-size: 1.5rem;
      }

      #toggleButton {
        margin: 0px 0rem;
        margin-bottom: 0;
        padding: 7px 20px;
        left: 10%;  
      }
      .content5{
        margin: 1rem 0rem;
        height: auto;
        padding: 0rem 0rem;
       
      }
      .team-why{
        flex-direction: column;
      }
      .team-info p{
        padding: 1rem 1rem;
      }
       .team-info {
        margin: 0;
        width: 100%;
        padding: 0;
       }
    .team-info img {
        width: 100%;
    
    }
     .category-tabs {
        /* display: grid; */
        grid-template-columns: repeat(1, 1fr);
        padding:0 1rem;
        height: auto;
      }

      .content6{
            margin: 4rem 0rem;
            padding: 0rem 0rem;
            background-attachment: fixed;
            
        }

        .conc-content p{
            font-size: 1rem;
            padding: 0 1rem;
          }
            .conc-content h4{
                font-size: 1.5rem;
                 padding: 0 1rem;
            }
 }
              
    