body, html{
    overflow-x: hidden;
}
.page-content-wrapper {
    width: calc(100% - 90px) !important;
    margin-left: 90px;
    height: 100%;
    transition: transform 0.5s ease;
    overflow-x: hidden;
}
  .page-content2{
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    transition: transform 0.5s ease;
  }
.homepage1-container{
    padding: 16px;
    padding-bottom: 0;
    max-width: 1140px;
    margin: 0;
    margin-left: 16px;
    margin-right: 16px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-section1-content{
    padding: 10px;
    width: 380px;
}
.hero-logo-div{
    padding-bottom: 16px;
    margin-bottom: 16px;
    width: 349px;
    border-bottom: 3px solid #4D1254;
}
.hero-logo-div img{
    width: 350px;
}
.hero-section1-content h3{  
    margin-bottom: .5rem;
    font-family: "ZarRegular", serif;
    font-weight: 500 !important;
    font-size: clamp(20px, 3vw, 36px);
    line-height: 1.2;
    color: #4D1254;
}

.hero-section1-content h5{
    width: 349px;
    font-size: clamp(14px, 1.8vw, 21px);
    margin-bottom: .5rem;
    font-family: "ZarRegular", serif;
    font-weight: 500;
    line-height: 1.2;
    color: #4D1254;
}
.hero-section1-content a{
    text-decoration: none;
    font-size: clamp(14px, 1.8vw, 21px);
    font-family: "ZarRegular", serif;
    font-weight: bold;
    color: #4D1254;
}
.hero-section1-content a:hover{
    text-decoration: underline;
}
.h3-byline{
    margin-top: 23px;
    color: #B289BE !important;
    font-family: "ZarRegular", serif !important;
    font-weight: 500 !important;
    font-size: clamp(20px, 5vw, 36px);
}
.hero-section2-content{
    margin-left: 96px;
}
swiper-container:nth-child(1) {
    width: 255px;
    height: 230px;
    margin: 0;
  }
swiper-container:nth-child(2) {
    width: 255px;
    height: 230px;
    margin: 0;
  }
.long-swiper swiper-container {
    width: 525px;
    height: 265px;
  }

  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;
  }
  /* Ensure Swipers don't overlap */
.mySwiper,
.long-swiper swiper-container {
  margin-bottom: 20px;
}

/* Size for small swiper */
.mySwiper {
  width: 255px;
  height: 230px;
}

/* Size for long swiper */
.long-swiper swiper-container {
  width: 525px;
  height: 265px;
}

/* Shared styles for slide layout */
swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Image wrapper & overlay styles */
.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay with responsive and clipped text */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 18, 84, 0.6);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.image-wrapper:hover .overlay {
  opacity: 1;
}

/* Make the entire slide a clickable link */
.slide-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

  .hero-arrow-down{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-arrow-down img{
    margin-top: 40px;
    transition: transform 0.5s ease;
    height: 36px;
    cursor: pointer;
  }
  .hero-arrow-down img:hover{
    transform: scale(1.2);
  }
.Section2-homepage{
    padding: 0;
    margin: 0;
    background-color: #9CDBD9;
}
  .homepage2-container{
    background-color: #9CDBD9;
    padding: 16px;
    padding-bottom: 0;
    max-width: 1140px;
    margin: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding: 160px 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width: 730px;
}
.quote-div{
    width: 730px;
    border-top: 4px solid #4D1254;
    padding-top: 32px;
    margin-bottom: 8px;
}
.quote-div h2 {
    font-family: "ZarRegular", serif !important;
    font-weight: 500 !important;
    font-size: clamp(28px, 5vw, 60px); /* Responsive font size */
    margin: 0;
}
.homepage2-container p{
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #4D1254;
    text-align: left;
}
.Section2-1-homepage{
    transform: translateY(-80px);
    padding: 0;
    margin: 0;
    background-color: #4D1254;
    padding-top: 100px;
}
.homepage2-1-container{
    background-color: #4D1254;
    padding: 16px;
    max-width: 1140px;
    height: 566px;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    align-items: start;
}
.homepage2-1-container h2{
    font-size: clamp(24px, 5vw, 36px);
    color: white;
}
.homepage2-1-container img{
    margin-top: 20px;
    width: 540px;
}
.homepage2-1-container p{
    color: white;
}
.info-divider {
    background-color: #B289BE;
    height: 70px;
    width: 100%;
}
.homepage3-container{
    background-color: #fff;
    padding: 16px;
    padding-bottom: 0;
    max-width: 1140px;
    margin: 0;
    margin-top: 40px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.homepage3-container h3{
    font-size: clamp(20px, 5vw, 36px);
    font-size: clamp(1.5rem, 2vw + 1rem, 2.25rem);
}
.cards-conatiner{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-content: center;
}
.card {
    width: 540px;
    /*height: 625px;*/
    border: 0px;
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-direction: column;
    /*justify-content: space-evenly;*/
    align-items: center;
    margin-bottom: 95px;    
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 0px;
  }
    .card:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3) !important;
    }
  .card-header {
    padding: 12px 20px;
    margin: 0;
    background-color: #4D1254;
    border-bottom: 5px solid #4D1254;
    width: 100%;
    border-radius: 0px !important;
  }
  .card-border-1{
    border-bottom: 5px solid #004F59 !important;
  } 
  .card-border-2{
    border-bottom: 5px solid #2A2B7C !important;
  }
  .card-border-3{
    border-bottom: 5px solid #EA5658 !important;
  }

  .card-border-top{
    border-top: 5px solid #EA5658 !important;
  }

  .card-bg-btn-1{
    background-color:#004F59 !important;
  }
  .card-bg-btn-2{
    background-color:#2A2B7C !important;
  }
  .card-bg-btn-3{
    background-color:#EA5658 !important;
  }
  .card-bg-btn-1:hover{
    background-color:#4D1254 !important;
  }
  .card-bg-btn-2:hover{
    background-color:#4D1254 !important;
  }
  .card-bg-btn-3:hover{
    background-color:#4D1254 !important;
  }
.card-title{
    color: white;
    font-size: clamp(20px, 5vw, 36px);
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    border-radius: 0px;
}


  .card-image-wrapper {
    width: 100%;
    height: 290px !important;
    overflow: hidden;
  }

  #homepage-card-image-1{
    background-image: url('../Assets/images/cardimage.jpg'); /* Replace with your actual image path */
  }
  #homepage-card-image-2{
    background-image: url('../Assets/images/homepage-img1.jpg'); /* Replace with your actual image path */
  }
  #homepage-card-image-3{
    background-image: url('../Assets/images/homepage-img2.jpg'); /* Replace with your actual image path */
  }
  #homepage-card-image-4{
    background-image: url('../Assets/images/homepage-img3.jpg'); /* Replace with your actual image path */
  }
  #homepage-card-image-5{
    background-image: url('../Assets/images/homepage-img4.jpg'); /* Replace with your actual image path */
  }
  #homepage-card-image-6{
    background-image: url('../Assets/images/homepage-img5.jpg'); /* Replace with your actual image path */
  }
  .card-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: scale(1.1); /* Initial state: zoomed out */
  }
  .card:hover .card-image {
    transform: scale(1); /* On hover: zoom in to normal */
  }
  .card-content {
    padding: 20px;
    line-height: 1.6;
  }
  .card-content p{
    font-size: 14px;
    color: #4D1254;
    line-height: 1.6;
  }

  .card-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
  }

    .card-buttons button, .card-buttons a {
        background-color: #4D1254;
        color: white;
        border: none;
        width: 180px;
        padding: 1rem;
        cursor: pointer;
        font-size: 16px;
        font-weight: 550;
        transition: background-color 0.3s ease;
        text-align:center;
    }

        .card-buttons button:hover, .card-buttons a:hover {
            background-color: #4D1254;
        }

  /* section 4 */

  .Section4-homepage{
    padding: 0;
    margin: 0;
    background-color: #C9BBDD ;
}

  .homepage4-container{
    background-color: #C9BBDD ;
    padding: 16px;
    padding-top: 60px;
    padding-bottom: 30px;
    max-width: 1140px;
    margin: 0;
    margin-left: 16px;
    margin-right: 16px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.homepage4-container h3{
    font-size: clamp(20px, 5vw, 36px);
    font-size: clamp(1.5rem, 2vw + 1rem, 2.25rem);
    margin-bottom: 20px;
}
.ctss-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.ctss-card {
    width: 350px;
    height: fit-content;
    border: 0;
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
}

.ctss-card:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3) !important;
}

.ctss-card-header {
    padding: 16px;
    margin: 0;
    background-color: #4D1254;
    width: 100%;
    border-bottom: 5px solid #004F59;
    border-radius: 0 !important;
}

.ctss-card-title {
    color: white;
    font-size: clamp(20px, 5vw, 36px);
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    border-radius: 0;
}

.ctss-image-wrapper {
    width: 100%;
    height: 385px;
    overflow: hidden;
}

.ctss-image {
    width: 100%;
    height: 100%;
    background-image: url('../Assets/images/testnews.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: scale(1.1);
}

.ctss-card:hover .ctss-image {
    transform: scale(1);
}

.ctss-card-content {
    transition: background-color 0.7s ease;
    border-top: 5px solid #004F59;
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
    background-color: #4D1254;
    min-height: 132px;
}
.ctss-card-content h4 {
    color: white;
    font-size: clamp(16px, 2vw , 24px);
    font-weight: 100 !important;
}
.ctss-card-buttons {
    transition: background-color 0.7s ease;
    background-color: #4D1254;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding:0px 16px 10px 16px;
}
.ctss-card-buttons p{
    font-size: 12.8px;
    color: white;
}
.ctss-card-buttons button {
    background-color: #004F59;
    color: white;
    border: none;
    width: 180px;
    padding: 1rem;
    cursor: pointer;
    font-size: 16px;
    font-weight: 550;
    transition: background-color 0.3s ease;
}

.ctss-card:hover .ctss-card-content {
    background-color: #682775;
}
.ctss-card:hover .ctss-card-buttons {
    background-color: #682775;
}

/* Make the Swiper slide adapt to the card */
.long-swiper swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Horizontal variant of the card */
.ctss-card.horizontal {
  flex-direction: row;
  width: 100%;
  height: 100%;
  max-width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
}

/* Image on the left */
.ctss-card.horizontal .ctss-image-wrapper {
  width: 50%;
  height: 100%;
  max-height: 100%;
}

/* Purple content on the right */
.ctss-card-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-left: 5px solid #004F59;
  border-top: 0px;
}

/* Maintain image scaling effect */
.ctss-card.horizontal .ctss-image {
  transform: scale(1.1);
}
.ctss-card.horizontal:hover .ctss-image {
  transform: scale(1);
}

/* Adjust content area inside the purple box */
.ctss-card.horizontal .ctss-card-content,
.ctss-card.horizontal .ctss-card-buttons {
  background-color: #4D1254;
  padding: 16px;
  color: white;
}
.ctss-card.horizontal .ctss-card-content h4 {
  font-size: clamp(16px, 1.5vw , 24px);
  text-align: start;
  color: white !important;
}
.ctss-card.horizontal .ctss-card-content p {
  font-size: clamp(10px, 1.5vw , 12px);
  color: white !important;
}

/* Hover effect */
.ctss-card.horizontal:hover .ctss-card-content,
.ctss-card.horizontal:hover .ctss-card-buttons {
  background-color: #682775;
}

.news-view-all-div {
    width: 100%;
    padding: 16px;
    text-align: right;
}

.news-view-all-btn {
    font-family: "ZarRegular", serif !important;
    font-size: 18px;
    font-weight: 500 !important;
    color: #4D1254;
    text-align: right;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 0px; /* Optional: spacing between text and line */
}

.news-view-all-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #4D1254;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.news-view-all-btn:hover::after {
    transform: scaleX(1);
}
.homepage5-container{
    background-color: #fff;
    padding: 16px;
    padding-bottom: 0px;
    max-width: 1140px;
    margin: 0;
    margin-top: 40px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.homepage5-container h3{
    font-size: clamp(20px, 5vw, 36px);
    font-size: clamp(1.5rem, 2vw + 1rem, 2.25rem);
}

.contactus-content{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 170px;
    align-items: center;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: 0px;
}



