
        
html{
    height: 100vh;
    overflow: hidden;
}


body {
    width:100vw;
    height:100vh;
    margin:0;
    background-color: #fff0e0;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Merriweather', serif;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}
.horizontal-line-container {
    position: relative;
    width: 100%; /* Full width of the page */
    height: 50px; /* Adjust height based on your needs */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.horizontal-line-container::before {
    content: '';
    display: block;
    width: 3%; /* Adjust the width of the line */
    height: 4px; /* Adjust the thickness of the line */
    background-color: #ff9000; /* Orange color */
    position: absolute;
    top: 50%; /* Center the line vertically */
    transform: translateY(-50%); /* Adjust vertical alignment */
}

.horizontal-line-container::after {
    content: '';
    display: block;
    padding: 20px 0; /* Adjust padding around the line */
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo img {
    height: 90px;
    width: 130px;
    margin-left: 20px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    position: relative;
}

.nav-links li {
    display: inline-block;
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #ffc107;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
    list-style: none;
    padding: 10px 0;
}

.dropdown-content li {
    padding: 8px 20px;
}

.dropdown-content li a {
    color: #333;
}

.nav-links li:hover .dropdown-content {
    display: block;
}

.join-now-btn {
    padding: 10px 20px;
    background-color: #ffc107;
    color: #333;
    border: none;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.join-now-btn:hover {
    background-color: #e6a700;
    color: #000;
}


.section1 {
    width: 100%;
   height: 100%
   
}

.section1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("8888.jpeg") no-repeat center center;
    background-size: cover;
    opacity: 0.88; /* Adjust this value to change transparency */
    z-index: -1;
} 


.pp {
    position: relative; /* Allows you to use top and left */
    top: 20%; /* Adjust as needed */
    left: 36%; /* Adjust as needed */
    font-size: 24px; /* Adjust font size as needed */
    line-height: 1.8; /* Adjust line spacing as needed */
    width: 48%; /* Adjust width as needed */
    margin: 20px 0; /* Adds some margin for spacing */
    align-items: justify;
    color:#333
}

.pp .open-quote, .pp .close-quote {
    font-size: 30px; /* Adjust quote size as needed */
    color: black;
}





.hero-logo {
    width: 500px; /* Adjust size as needed */
    margin: 0.5em 0; /* Adjust spacing as needed */
    position: absolute;
    top: 40%; /* Adjust to position the logo */
    left: 50%;
    transform: translate(-50%, -50%);
}

.second-logo {
    top: 73%; /* Adjust to position the second logo */
    width: 700px;
}




.content-section {
    padding: 4rem 2rem;
    background-color:#fff8ec;
    text-align: center;
    font-family: 'Merriweather', serif;
}

.content-section h1,h2,h3,h4,h5,h6 {
    font-size: 36px;
    margin-bottom: 1rem;
    color: white;
}

.content-section p {
    font-size: 42px;
    color:white;
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify; /* Justify the text */
    padding: 1rem; /* Add padding for better spacing */
    line-height: 1.6; /* Adjust line height for readability */
}
.quality {
    color:#51d0de;
}

.content-section1 {
    padding: 4rem 2rem;
    background-color:#fff8ec;
    text-align: center;
}

.content-section1 h1,h2,h3,h4,h5,h6 {
    font-size: 36px;
    margin-bottom: 1rem;
    color: #333;
}

.content-section1 p {
    font-size: 17px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify; /* Justify the text */
    padding: 1rem; /* Add padding for better spacing */
    line-height: 1.6; /* Adjust line height for readability */
    
}


.half-page-section {
    display: flex;
    width: 100%;
}

.half-page-item {
    position: relative;
    width: 35%;
    height: 370px; /* Adjust height as needed */
    overflow: hidden;
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.half-page-item img {
    width: 100%;
    height: 450px;
}
.half-page-section1 {
    display: flex;
    width: 100%;
}

.half-page-item1 {
    position: relative;
    width: 50%;
    height: 450px; /* Adjust height as needed */
    overflow: hidden;
}


.half-page-item1 img {
    width: 100%;
    height: 450px;
}

.section2 {
    display: flex;
    justify-content: center; /* Center the images horizontally */
    align-items: center; /* Center the images vertically */
    gap: 420px; /* Space between the images */
    padding: 20px; /* Padding around the section */
    background-color: #fff8ec; /* Background color for the section */
}

.section2 img {
    width: 20%; /* Adjust the width of the images */
    border: 7px solid #ffe47a; /* Border color and width */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for better visual effect */
}


.content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; /* Adjust color as needed */
    font: size 16px;
}

.content p {
    margin: 0.5rem 0;
}
.content h4 {
    margin: 0.5rem 0;
}

button {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #ff6600; /* Adjust button color as needed */
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}
.section-title {
    display: flex;
    align-items: center; /* Vertically aligns dot and text */
    margin-bottom: 10px; /* Adjust spacing between title and images */
}

.section-title::before {
    content: '•'; /* The dot pseudo-element */
    font-size: 24px; /* Size of the dot */
    color: #333; /* Dot color */
    margin-right: 10px; /* Space between dot and text */
}

.title-text {
    font-size: 18px; /* Adjust font size as needed */
    color: #333; /* Text color */
}

.ak {
     font-size: 2.5rem;
margin-bottom: 20px;
color: #333;
position: relative;
align-items: center;
background-color:#109FA6
 }

.image-card-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three columns */
    gap: 1rem; /* Space between cards */
    padding: 2rem;
    background-color: #fff0e0;
}


.image-card img {
    width: 100%;
    height: auto;
}

.image-card p {
    margin: 0.5rem 0;
    font-size: 16px;
    color: #333;
}



   
.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 40px;
    background-color: #fff0e0;
}

.about-text {
    max-width: 45%;
}

.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
    position: relative; 
}

.about-text h2::after {
    content: ''; /* This is necessary for pseudo-elements */
    display: block; /* Makes it possible to apply width and margin */
    margin: auto; /* Centers the line horizontally */
    height: 4px; /* The thickness of your line, adjust as needed */
    width: 50%; /* The width of your line, adjust as needed */
    background-color: orange; /* The color of your line */
    position: absolute; /* Positions it with respect to its parent element */
    bottom: -10px; /* Adjusts the vertical position of the line */
}

.about-text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: justify;
    
}

.about-image img {
    width: 370px;
    height: 250px;
    border-radius: 20px;
    object-fit: cover; /* Ensures the image covers the area and crops overflow */
    transition: transform 0.3s ease-in-out; /* Smooth zoom transition */
}

.about-image img:hover {
    transform: scale(1.3); /* Zoom the image by 20% on hover */
}

  
.about1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 40px;
    background-color: #fff0e0;
}

.about-text1 {
    max-width: 45%;
}

.about-text1 h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffe47a;
}

.about-text1 p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #ffe47a;
}

.about-image1 img {
    max-width: 360px;
    height: 360px;
    border-radius: 20px;
    align-items: center;
}

.vision-mission-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 50px 100px;
    box-sizing: border-box;
}

.vision-mission-image {
    flex: 1;
}

.vision-mission-image img {
    width: 85%;
    height: 535px;
}

.vision-mission-text {
    flex: 1;
    padding-left: 50px;
    background-color: #fff;
}

.vision-block,
.mission-block {
    margin-bottom: 50px;
    height: 205px;
}


.vision-header-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}



.vision-mission-line {
    width: 5px;
    height: 50px;
    background-color: #ff9000; /* Accent orange line */
    margin-right: 40px;
}

.vision-block h2,
.mission-block h2 {
    font-size: 32px;
    color: #008b8b; /* Similar to teal */
    margin: 0;
}

.vision-block p,
.mission-block p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.vision-block p span,
.mission-block p span {
    font-weight: bold;
    color: #333;
}

.vision-mission-line {
    width: 5px;
    height: 50px;
    background-color: #ff9000; /* Accent orange line */
    margin-bottom: 20px;
}


.main-content {
    font-family: 'Arial', sans-serif;
    color: #2c3e50;
    background-color: #ffffff;
    
}

.image-dialogue-container {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 40px;
    position: relative; 
    
}
.image {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: #ecf0f1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-right:160px;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.dialogue-box {
    background-color:black;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    font-size: 1.2em;
    position: relative;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    margin-right:80px;
}

.dialogue-box.right-aligned {
    margin-left: 0;
    margin-right: 40px;
}


.message-box {
    background-color: #ffffff;
    color: #109FA6;
    padding: 10px;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);}


    .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    .icon-section-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0;
      }
      
      .icon-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
      }
      
      .icon-title {
        text-align: center;
        margin-bottom: 20px;
        font-size: 2.5rem;
        color: #333;
        position: relative; 
      }
      
     
     
     
      
      .icon-container {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
      .icon-item {
        text-align: center;
        margin: 0 15px;
      }
      
      .icon-item img {
        max-width: 100px;
        height: auto;
      }
      
      .icon-item p {
        margin-top: 10px;
      }

      .icon-item:hover {
        transform: scale(1.3); /* Make the entire icon-item grow */
        cursor: pointer; /* Make the cursor change to a pointer */
      }
      
      .side-image {
        max-width: 100px;
        height: 100px;

      }
      
      .left {
        margin-right: 100px;
      }
      
      .right {
        margin-left: 100px;
      }
      
      
    footer {
        padding: 30px 30px;
        background-color: #f8f8f8; /* Same as Navbar */
        color: #333;
        position: relative;
        text-align: left;
    }

    /* White curve at the bottom of the footer */
    footer::before {
        content: '';
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        height: 40px;
        background: #f8f8f8;
        border-radius: 50% 50% 0 0;
    }

    footer .footer-columns {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        align-items: center;
    }

    footer .footer-column {
        width: 30%;
    }

    footer .footer-column h4 {
        font-size: 1.3rem;
        margin-bottom: 10px;
        color: #b18500;
    }

    footer .footer-column ul {
        list-style-type: none;
        padding: 0;
    }

    footer .footer-column ul li {
        margin-bottom: 8px;
    }

    footer .footer-column ul li a {
        color: #333;
        text-decoration: none;
        font-size: 1rem;
    }

    footer .footer-column ul li a:hover {
        color: #ffc107;
    }

    footer .footer-image {
        width: 40%;
        text-align: center;
    }

    footer .footer-image img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    footer p {
        font-size: 0.9rem;
    }

    footer a {
        color: #333;
        text-decoration: none;
        margin: 0 10px;
    }

    footer a:hover {
        color: #ffc107;
    }


                