/* css for the section 1 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.hero-section {
    position: relative;
    background-color: rgba(59, 144, 149, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 540px;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.navbar .logo img {
    margin-right: 10px;
    height: 60px;
}

.navbar .middle-image {
    position: absolute;
    left: 35%;
    transform: translateX(-50%);
    width: 57px;
    height: 125px;
    top: -34px;
}

.navbar ul {
    list-style: none;
    display: flex;
    gap: 65px;
}

.navbar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
    font-family: "Inter", sans-serif;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.left-section {
    max-width: 50%;
    padding: 20px 50px;
    margin-bottom: 98px;
}

.left-section h1 {
    font-size: 70px;
    margin-bottom: 5px;
    font-family: "Lovers Quarrel", cursive;
    font-weight: 100;
}

.left-section p {
    font-size: 19px;
    margin-bottom: 30px;
    font-family: Book Antiqua, Palatino, Georgia, serif;
    color: #666;
}

.left-section .read-more {
    padding: 13px 25px;
    background-color: #3B9095;
    color: #fff;
    text-decoration: none;
    font-family: Book Antiqua, Palatino, Georgia, serif;
    font-size: 20px;
}

.hero {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-image {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    height: 139%;
    bottom: -100px;
    left: -39px;
}

.corner-image {
    position: absolute;
    bottom: -1px;
    right: 10px;
    width: 110px;
    object-fit: cover;
}

.left-corner-image {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 249px;
    object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 2000px){
    .hero-image{
      
        /* margin-left: 137px; */
    } 
}
@media (max-width: 1240px){
    .hero-image{
        height: 545px;
        margin-bottom: 175px;
    } 
    .left-section {
        padding: 30px 90px;
    }
    .left-corner-image {
        height: 108px;
        width: 171px;
    }
}

@media (max-width: 992px) {
    .hero-section {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .hero-image {
        position: absolute;
        top: -81px;
        left: 325px;
        height: 385px;
    }

    .left-section {
        max-width: 90%;
        margin-bottom: 132px;
        padding: 0;
    }

    .left-corner-image {
        height: 141px;
        width: 143px;
    }

    .left-section h2 {
        font-size: 36px;
    }

    .left-section p {
        font-size: 16px;
    }

    .navbar .middle-image {
        position: absolute;
        top: 68px;
        left: 192px;
        width: 78px;
    }

    .navbar ul {
        gap: 10px;
    }

    .navbar ul li a {
        font-size: 16px;
        font-weight: 400;
    }
}

@media (max-width: 576px) {
    .hero-section {
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0;
    }

    .navbar .middle-image {
        position: absolute;
        top: 44px;
        left: 57px;
        width: 40px;
    }

    .middle-image {
        width: 50px;
        height: 100px;
        top: -20px;
    }

    .left-section {
        padding: 10px;
        max-width: 100%;
        margin-top: -284px;
    }

    .left-section h2 {
        font-size: 28px;
    }

    .left-section p {
        font-size: 14px;
    }

    .left-section .read-more {
        font-size: 14px;
        padding: 8px 15px;
    }

    .hero-image {
        position: relative;
        margin-left: -234px;
    }

  

   
}

@media (max-width: 484px) {
    .left-section h2 {
        font-size: 24px;
    }

    .left-section p {
        font-size: 12px;
    }

    .hero-image {
        /* height: auto; */
        height: 279px;
    }

    .navbar .middle-image {
        position: absolute;
        top: 44px;
        left: 57px;
        width: 40px;
    }

    .left-section h1 {
        font-size: 2.8rem;
    }
}







.hero-image {
    width: auto;
/* max-width: 100%; */
height: 135%;
object-fit: cover;
position: absolute;
right: 0;
bottom: -95px;
left: -18px;
margin-left: auto;
margin-right: auto;
}

@media (max-width: 1240px){
.hero-image{
height: 545px;
margin-bottom: 175px;
/* max-width: 100%; */
}
}

@media (max-width: 992px) {
.hero-section {
flex-direction: column-reverse;
align-items: center;
justify-content: center;
}

.hero-image {
position: relative;
/* width: 100%; */
height: 416px;
margin-top: 212px;
left: 410px;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 992px) {
.left-section h1 {
font-size: 1.8rem;
}
.left-section{
 margin-bottom: 265px; 
}
}

@media (max-width: 576px) {
.hero-section {
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0;
}

.hero-image {
position: relative;
margin-left: -321px;
margin-top: 22px;
}
}

@media (max-width: 484px) {

.hero-image {
        /* height: auto; */
            height: 267px;
    }

}
@media (max-width: 484px) {
.left-section{
    margin-bottom:105px; 
   }
}
/* Side Menu for Mobile View */
@media (max-width: 576px) {
    .menu-toggle {
        display: block;
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
    }

    .navbar ul {
        flex-direction: column;
        align-items: center;
        background: #fff;
        position: fixed;
        top: -100%; /* Hidden above the screen by default */
        width: 100%;
        gap: 50px;
        padding: 20px;
        transition: top 0.3s ease; /* Transition the top property for sliding effect */
        z-index: 1000;
        left: 0;
    }

    .navbar ul.show-menu {
        top: 0; /* Slide the menu down from the top */
    }

    .navbar ul li a {
        color: #000;
        font-size: 17px;
        font-weight: 700;
    }

    .content {
        left: 50%;
        text-align: center;
        margin-top: 67px;
    }

    .content h1 {
        font-size: 32px;
    }

    .content h2 {
        font-size: 48px;
    }

    .content .btn {
        font-size: 14px;
        padding: 7px 14px;
    }
}












/* css for the section 2 */
.container {
    text-align: center;
    width: 100%; /* Adjust width as needed */
}

.heading {
    font-family: "Lovers Quarrel", cursive;
    font-weight: 100;
    font-size: 70px;
    margin-top: 36px;
}

.paragraph {
    color: #666;
    font-size: 19px;
    margin: 0px 70px;
    font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
    margin-bottom: 32px;

}
.main{
    font-weight: 800;
    font-size: 17px;
    font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
    margin: 0;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    /* width: 100%; */
    gap: 40px;
    justify-content: center;
    margin: 0px 70px;
}

.image {
    flex: 1;
    max-width: calc(70% - 100px);
    height: auto;
    object-fit: cover;
    /* margin: 20px 27px; */
    max-height: 434px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image {
        max-width: calc(100% - 20px); /* Full width with margin */
        margin: 0 5px; /* Adjust margins for smaller screens */
    }
}

@media (max-width: 480px) {
    .image {
        max-width: calc(150% - 30px);
        margin: 0 2px;
    }
    .paragraph{
        margin: 11px;
        font-size: 13px;
    }
    .heading{
        font-size: 2.8rem;
    }
}







/* css for new section 3 */
 /* css for new section 3 */
 .core-values {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #397b8d;
    padding: 40px 20px;
    margin-top: 198px;
    height: 367px;
    position: relative;
}

.image-container-image {
    width: 333px;
    height: 406px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    margin-top: -271px;
}

.image-container-image img {
    height: 100%;
}

.image-container-image h3 {
    font-size: 1.9em;
    margin: 10px 0;
    text-align: center;
}

.image-container-image p {
    font-size: 19px;
    text-align: center;
    color: #000;
}

.vertical-line {
    width: 3px;
    height: 396px;
    background-color: #3B9095;
    margin-top: -273px;
}

/* To remove the gap between containers */
.image-container-image,
.vertical-line {
    flex-shrink: 0;
}
@media (max-width: 480px){
.mainn .head >p{
    font-size: 13px;
}
}

@media (max-width: 768px) {
    .core-values {
        flex-direction: column;
    }

    .vertical-line {
        display: none;
    }

    .image-container-image {
        margin-bottom: -80px;
    }
}

@media (max-width: 480px) {
    /* Only the first card is visible initially on mobile */
    .image-container-image {
        display: none;
    }

    .image-container-image.active {
        display: flex;
    }

    .mainn .head h1 {
        font-size: 2.8rem;
    }
    .image-container-image h3 {
        font-size: 27px;
    }
    .image-container-image p {
        font-size: 13px;
    }
    .image-container-image img{
        height: 238px;
    }
   
   
}
@media (max-width: 992px) {
    /* Only the first card is visible initially on mobile */
    .image-container-image {
        display: none;
    }

    .image-container-image.active {
        display: flex;
    }

    .mainn .head h1 {
        font-size: 2.8rem;
    }
    .vertical-line{
        display: none;
    }
   
    .image-container-image img{
        height: 238px;
    }
   
}

.head h1 {
    text-align: center;
    font-size: 70px;
    font-weight: 100;
    font-family: "Lovers Quarrel", cursive;
    margin-top: 50px;
}

.head p {
    text-align: center;
    font-size: 19px;
    font-weight: 100;
    color: #000;
    margin: 0px 20px;
    font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}






/* css for the new-section 4 */
.first-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: white;
    overflow: hidden; /* Ensure animations don't overflow */
    position: relative; /* For absolute positioning of animation */
}

/* Image section styles */
.first-image-section {
    flex: 1;
    min-width: 300px;
    margin-right: 40px;
}

.first-image-section img {
    width: 97%;
    height: auto;
    display: block;
    /* transition: transform 0.3s ease; */

}
/* .first-image-section img:hover{
    transform: scale(1.05);

} */

/* Content section styles */
.first-content-section {
    flex: 1;
    /* min-width: 300px; */
    padding: 66px;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

/* Content hidden for exit animation */
.slide-out-left {
    transform: translateX(-100%);
    opacity: 0;
}

.slide-out-right {
    transform: translateX(100%);
    opacity: 0;
}

.first-content-section h2 {
    font-size: 70px;
    margin-bottom: 20px;
    color: #333;
    font-family: "Lovers Quarrel", cursive;
    font-weight: 200;
}

.first-content-section h2 span {
    color:  #3B9095;;
    font-family: "Lovers Quarrel", cursive;
}

.first-content-section p {
    font-size: 1em;
/* line-height: 1.8; */
color: #666;
margin-bottom: 20px;
font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}

.first-read-more-btn {
    background-color: #3B9095;
    color: #fff;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s ease;
    font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}

.first-read-more-btn:hover {
    background-color: #007b6c;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
    .first-container {
        padding: 15px;
    }

    .first-content-section h2 {
        font-size: 2em;
    }

    .first-content-section p {
        font-size: 0.95em;
        text-align: start;
    }

    .first-read-more-btn {
        font-size: 0.9em;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .first-container {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .first-image-section {
        margin-right: 0;
        margin-bottom: 20px;
        width: 90%;
    }

    .first-content-section {
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .first-content-section h2 {
        font-size: 2.8em;
    }

    .first-content-section p {
        font-size: 0.9em;
        line-height: 1.6;
    }

    .first-read-more-btn {
        font-size: 0.85em;
        padding: 8px 16px;
    }
    .label-with-image .checkbox-image {
        height: 26px;
        margin-top: 5px;
    }
}

/* Font style */
.lovers-quarrel-regular {
    font-family: "Lovers Quarrel", cursive;
}

@media (max-width: 2000px) {
    .first-content-section {
        font-size: 18px;
    }  
}
.label-with-image{
    display: flex;
}
.checkbox-image{
    margin-right: 13px;
    /* margin-top: 19px; */
    height: 38px;
}
  



/* css for the footer */

.footer {
    background-color: #111;
    padding: 20px 0;
    text-align: center;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    list-style: none;
  }
  
  .container-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  /* Logo styles */
  .logo-footer img {
    max-width: 60px; /* Adjust the size as needed */
    margin-bottom: 15px;
  }
  
  /* Navigation styles */
  .nav ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    justify-content: center;
  }
  ul, li {
            
    list-style: none;
    font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;;
  }
  .nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 40px;
  }
  
  /* Social media icons */
  .social-icons-footer {
    display: flex;
    justify-content: center;
    gap: 52px;
    padding-top: 38px;
  }
  
  .social-icons a img {
    width: 30px; /* Adjust the size as needed */
  }
  
  /* Media Queries for Responsiveness */
  @media (max-width: 768px) {
    .footer {
        height: auto; /* Auto height for flexibility */
        padding: 30px 0; /* Adjust padding for smaller screens */
    }
  
    .nav ul {
        gap: 10px; /* Reduce gap for smaller screens */
        padding: 0; /* Remove additional padding */
    }
  
    .nav ul li a {
        font-size: 14px; /* Smaller font size for smaller screens */
    }
  
    .social-icons {
        gap: 10px; /* Reduce gap between icons */
    }
  
    .social-icons a img {
        width: 18px; /* Adjust icon size */
    }
  }
  
  @media (max-width: 480px) {
    .logo img {
        max-width: 50px; /* Smaller logo size for very small screens */
    }
  
    .nav ul {
        flex-direction: column; /* Stack links vertically */
        gap: 15px; /* Add some space between links */
    }
  
    .nav ul li a {
        padding: 8px; /* Smaller padding for mobile */
    }
  
    .social-icons {
        gap: 8px; /* Smaller gap for icons */
        margin-top: 20px; /* Add margin for spacing */
    }
  
    .social-icons a img {
        width: 16px; /* Even smaller icon size */
    }
  }









