@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grechen+Fuemen&display=swap');

body {
    font-family: "Poppins" !important;
     
  }


  /* navbar */
  /* ............................navbar........................ */
  .nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: relative;
    background: linear-gradient(180deg, #8F2FA9 0%, #4F237E 100%);
    padding: 12px 20px;
}

/* Logo Container */
.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Circular Logo */
.logo-container img {
    width: 50px; /* Adjust as needed */
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #c166da;
}

/* FM Text */
.fm-text {
    font-size: 18px;
    font-weight: bold;
    color:white;
}


.menu {display: flex;}
.menu li {padding-left: 30px;}
.menu li a {
    display: inline-block;
    text-decoration: none !important;
    color: white;
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
 
}
.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: 0.15s ease-in-out;
 
}
.on-air-btn {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  border: 2px solid white;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  animation: blink 1s infinite;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
  background-color: red;
}

.on-air-btn:hover {
  background: white;
  color:#4F237E;
  text-decoration: none;

}

@keyframes blink {
  50% { opacity: 0.5; }
}

.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
    position: absolute;
    color: white;
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}
.open-menu {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.close-menu {
    top: 19px;
    right: 20px;
    transform: translateY(-50%);
}
#check {display: none;}
@media(max-width: 610px){
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background: linear-gradient(180deg, #8F2FA9 0%, #4F237E 100%);
        transition: all 0.2s ease-in-out;
    }
    .menu li {margin-top: 40px;}
    .menu li a {padding: 10px;}
    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}
}
/* Hide open-menu when menu is open */
#check:checked ~ .open-menu {
    display: none;
}



 /* Banner Styling */
 

/* -------------------banner---------------------------- */

:root{
  --item1-transform: translateX(-100%) translateY(-5%) scale(1.5);
  --item1-filter: blur(5px);
  --item1-zIndex: 11;
  --item1-opacity: 0;

  --item2-transform: translateX(0);
  --item2-filter: blur(0px);
  --item2-zIndex: 10;
  --item2-opacity: 1;

  --item3-transform: translate(50%,10%) scale(0.8);
  --item3-filter: blur(5px);
  --item3-zIndex: 9;
  --item3-opacity: 1;

  --item4-transform: translate(90%,20%) scale(0.5);
  --item4-filter: blur(5px);
  --item4-zIndex: 8;
  --item4-opacity: 1;
  
  --item5-transform: translate(120%,30%) scale(0.3);
  --item5-filter: blur(5px);
  --item5-zIndex: 7;
  --item5-opacity: 0;
}

/* carousel */
.carousel{
  position: relative;
  height: 300px;
  overflow: hidden!important;
  margin-top: -50px;
}
.carousel .list{
  position: absolute;
  width: 1140px;
  max-width: 90%;
  height: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.carousel .list .item{
  position: absolute;
  left: 0%;
  width: 70%;
  height: 100%;
  font-size: 15px;
  transition: left 0.5s, opacity 0.5s, width 0.5s;
}
.carousel .list .item:nth-child(n + 6){
  opacity: 0;
}
.carousel .list .item:nth-child(2){
  z-index: 10;
  transform: translateX(0);
}
.carousel .list .item img{
  width: 30%;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  transition: right 1.5s;
}

.carousel .list .item .introduce{
  opacity: 0;
  pointer-events: none;
}
.carousel .list .item:nth-child(2) .introduce{
  opacity: 1;
  pointer-events: auto;
  width: 400px;
  position: absolute;
  top: 50%;
  transform:  translateY(-50%);
  transition: opacity 0.5s;
}
.carousel .list .item .introduce .title{
  font-size: 1em;
  font-family: "Grechen Fuemen", serif !important;
  font-weight: bold;
  line-height: 2em;
  background: linear-gradient(to right, #2fa943, #FF1493); /* Violet to Pink */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-top: 30px;
 
}
.carousel .list .item .introduce .topic{
 
  font-size: 2em;
  font-weight: 800;
  background: linear-gradient(to right, #8F2FA9, #FF1493); /* Violet to Pink */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Grechen Fuemen", serif !important;
  margin-top: 50px;

 

 
}
.carousel .list .item .introduce .des{
  font-size: small;
  color: #5559;
}
.carousel .list .item .introduce .seeMore{
  font-family: Poppins;
  margin-top: 1.2em;
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid #555;
  background-color: transparent;
  font-weight: bold;
  letter-spacing: 3px;
  transition: background 0.5s;
}
.carousel .list .item .introduce .seeMore:hover{
  background: #eee;
}
.carousel .list .item:nth-child(1){
  transform: var(--item1-transform);
  filter: var(--item1-filter);
  z-index: var(--item1-zIndex);
  opacity: var(--item1-opacity);
  pointer-events: none;
}
.carousel .list .item:nth-child(3){
  transform: var(--item3-transform);
  filter: var(--item3-filter);
  z-index: var(--item3-zIndex);
}
.carousel .list .item:nth-child(4){
  transform: var(--item4-transform);
  filter: var(--item4-filter);
  z-index: var(--item4-zIndex);
}
.carousel .list .item:nth-child(5){
  transform: var(--item5-transform);
  filter: var(--item5-filter);
  opacity: var(--item5-opacity);
  pointer-events: none;
}
/* animation text in item2 */
.carousel .list .item:nth-child(2) .introduce .title,
.carousel .list .item:nth-child(2) .introduce .topic,
.carousel .list .item:nth-child(2) .introduce .des,
.carousel .list .item:nth-child(2) .introduce .seeMore{
  opacity: 0;
  animation: showContent 0.5s 1s ease-in-out 1 forwards;
}
@keyframes showContent{
  from{
      transform: translateY(-30px);
      filter: blur(2px);
  }to{
      transform: translateY(0);
      opacity: 1;
      filter: blur(0px);
  }
}
.carousel .list .item:nth-child(2) .introduce .topic{
  animation-delay: 1.2s;
}
.carousel .list .item:nth-child(2) .introduce .des{
  animation-delay: 1.4s;
}
.carousel .list .item:nth-child(2) .introduce .seeMore{
  animation-delay: 1.6s;
}
/* next click */
.carousel.next .item:nth-child(1){
  animation: transformFromPosition2 0.5s ease-in-out 1 forwards;
}
@keyframes transformFromPosition2{
  from{
      transform: var(--item2-transform);
      filter: var(--item2-filter);
      opacity: var(--item2-opacity);
  }
}
.carousel.next .item:nth-child(2){
  animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}
@keyframes transformFromPosition3{
  from{
      transform: var(--item3-transform);
      filter: var(--item3-filter);
      opacity: var(--item3-opacity);
  }
}
.carousel.next .item:nth-child(3){
  animation: transformFromPosition4 0.9s ease-in-out 1 forwards;
}
@keyframes transformFromPosition4{
  from{
      transform: var(--item4-transform);
      filter: var(--item4-filter);
      opacity: var(--item4-opacity);
  }
}
.carousel.next .item:nth-child(4){
  animation: transformFromPosition5 1.1s ease-in-out 1 forwards;
}
@keyframes transformFromPosition5{
  from{
      transform: var(--item5-transform);
      filter: var(--item5-filter);
      opacity: var(--item5-opacity);
  }
}
/* previous */
.carousel.prev .list .item:nth-child(5){
  animation: transformFromPosition4 0.5s ease-in-out 1 forwards;
}
.carousel.prev .list .item:nth-child(4){
  animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}
.carousel.prev .list .item:nth-child(3){
  animation: transformFromPosition2 0.9s ease-in-out 1 forwards;
}
.carousel.prev .list .item:nth-child(2){
  animation: transformFromPosition1 1.1s ease-in-out 1 forwards;
}
@keyframes transformFromPosition1{
  from{
      transform: var(--item1-transform);
      filter: var(--item1-filter);
      opacity: var(--item1-opacity);
  }
}

/* detail  */
.carousel .list .item .detail{
  opacity: 0;
  pointer-events: none;
}
/* showDetail */
.carousel.showDetail .list .item:nth-child(3),
.carousel.showDetail .list .item:nth-child(4){
  left: 100%;
  opacity: 0;
  pointer-events: none;
}
.carousel.showDetail .list .item:nth-child(2){
  width: 100%;
}
.carousel.showDetail .list .item:nth-child(2) .introduce{
  opacity: 0;
  pointer-events: none;
}
.carousel.showDetail .list .item:nth-child(2) img{
  right: 50%;
}
.carousel.showDetail .list .item:nth-child(2) .detail{
  opacity: 1;
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  pointer-events: auto;
}
.carousel.showDetail .list .item:nth-child(2) .detail .title{
  font-size: 4em;
}
.carousel.showDetail .list .item:nth-child(2) .detail .specifications{
  display: flex;
  gap: 10px;
  width: 100%;
  border-top: 1px solid #5553;
  margin-top: 20px;
}
.carousel.showDetail .list .item:nth-child(2) .detail .specifications div{
  width: 90px;
  text-align: center;
  flex-shrink: 0;
}
.carousel.showDetail .list .item:nth-child(2) .detail .specifications div p:nth-child(1){
  font-weight: bold;
}
.carousel.carousel.showDetail .list .item:nth-child(2) .checkout button{
  font-family: Poppins;
  background-color:#4F237E !important;
  border: 1px solid white !important;
  margin-left: 5px;
  padding: 5px 10px;
  letter-spacing: 2px;
  font-weight: 500;
}
.carousel.carousel.showDetail .list .item:nth-child(2) .checkout button:nth-child(2){
  background-color:#4F237E;
  color: #eee;
}
.carousel.showDetail .list .item:nth-child(2) .detail  .title,
.carousel.showDetail .list .item:nth-child(2) .detail  .des,
.carousel.showDetail .list .item:nth-child(2) .detail .specifications,
.carousel.showDetail .list .item:nth-child(2) .detail .checkout{
  opacity: 0;
  animation: showContent 0.5s 1s ease-in-out 1 forwards;
}
.carousel.showDetail .list .item:nth-child(2) .detail  .des{
  animation-delay: 1.2s;
}
.carousel.showDetail .list .item:nth-child(2) .detail .specifications{
  animation-delay: 1.4s;
}
.carousel.showDetail .list .item:nth-child(2) .detail .checkout{
  animation-delay: 1.6s;
}
.arrows {
  position: absolute;
  bottom: 10px;
  width: 1140px;
  max-width: 90%;
  display: flex;
  justify-content: center; /* Centering dots */
  left: 50%;
  transform: translateX(-50%);
  gap: 10px; /* Spacing between dots */
}

#prev,
#next {
  width: 12px; /* Smaller size for dots */
  height: 12px;
  border-radius: 50%;
  background-color: #4F237E; /* Filled dot */
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, background-color 0.3s;
}

#prev:hover,
#next:hover {
  background-color: #6A3DA6; /* Lighter shade on hover */
  transform: scale(1.2); /* Slight enlargement */
}

.carousel.showDetail #prev,
.carousel.showDetail #next {
  opacity: 0;
  pointer-events: none;
}

.carousel::before{
  width: 500px;
  height: 300px;
  content: '';
  background-image: linear-gradient(70deg, #DC422A, blue);
  position: absolute;
  z-index: -1;
  border-radius: 20% 30% 80% 10%;
  filter: blur(150px);
  top: 50%;
  left: 50%;
  transform: translate(-10%, -50%);
  transition: 1s;
}
.carousel.showDetail::before{
  transform: translate(-100%, -50%) rotate(90deg);
  filter: blur(130px);
}
@media screen and (max-width: 991px){
  /* ipad, tablets */
  .carousel .list .item{
      width: 90%;
  }
  .carousel.showDetail .list .item:nth-child(2) .detail .specifications{
      overflow: auto;
  }
  .carousel.showDetail .list .item:nth-child(2) .detail .title{
      font-size: 2em;
  }
}
@media screen and (max-width: 767px){
  /* mobile */
  .carousel{
      height: 250px;
  }
  .carousel .list .item{
      width: 100%;
      font-size: 10px;
  }
  
  .carousel .list{
      height: 100%;
  }
  .carousel .list .item:nth-child(2) .introduce{
      width: 50%;
  }
  
  .carousel .list .item img{
      width: 40%;
  }
  .carousel.showDetail .list .item:nth-child(2) .detail{
      backdrop-filter: blur(10px);
      font-size: small;
  }
  .carousel .list .item:nth-child(2) .introduce .des,
  .carousel.showDetail .list .item:nth-child(2) .detail .des{
      height: 100px;
      overflow: auto;
  }
  .carousel.showDetail .list .item:nth-child(2) .detail .checkout{
      display: flex;
      width: max-content;
      float: right;
  }
}

/* Scroll Container */
.scroll-container {
  width: 100%;
  height: 40px; /* Ensures visibility on mobile */
  overflow: hidden;
  background: #4F237E;
  padding: 5px 0;
  position: relative;
  display: flex;
  align-items: center; /* Centers text vertically */
}

/* Scrolling Text */
.scroll-text {
  display: flex;
  white-space: nowrap;
  font-size: 20px; /* Adjusted size for better readability */
  color:yellow;
  font-weight: bold;
  position: absolute;
  animation: scrollText 10s linear infinite;
}

/* Keyframes for scrolling effect */
@keyframes scrollText {
  from {
      transform: translateX(100%);
  }
  to {
      transform: translateX(-100%);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .scroll-container {
    height: 35px;
  }

  .scroll-text {
    font-size: 18px; /* Smaller text for smaller screens */
  }
}

@media (max-width: 480px) {
  .scroll-container {
    height: 30px; /* More compact for mobile */
  }

  .scroll-text {
    font-size: 16px; /* Smaller text for better mobile fit */
  }
}
/* Music Player Container */
.music-container {
  position: relative !important;
  background: white !important;
  padding: 10px !important;
  border-radius: 10px !important;
  width: 100% !important;
  margin: auto!important;
  text-align: center !important;
  overflow: hidden !important;
  
}
/* Moving Music Wave (Behind CD) */
.wave-animation {
  position: absolute !important;
top:-20%;
  left: 50% !important;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url('/public/fmassets/images/w.jpg') repeat-x !important;
  background-size: cover !important;
  opacity: 0.7; /* Reduced opacity */
  z-index: 1; /* Lower z-index so it stays behind the CD */
  animation: waveMove 0.5s linear infinite, waveUpDown 3s ease-in-out infinite;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wave-animation{
    top: -40% !important;
  }
}
.music-container h2{
  z-index: 9;
}
/* Wave movement - Side-to-Side */
@keyframes waveMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}

/* Wave movement - Up and Down */
@keyframes waveUpDown {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(50px);
  }
}


/* Wave movement */
@keyframes waveMove {
  from { transform: translate(-50%, -50%) translateX(0); }
  to { transform: translate(-50%, -50%) translateX(-100%); }
}

/* CD Container (Above the Wave) */
.cd-container {
  width: 200px;
  height: 200px;
  margin: 10px auto 20px;
  border-radius: 50%;
  background: radial-gradient(circle, #000, #444);
  border: 5px solid rgb(175, 18, 236);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  animation: rotateCD 5s linear infinite;
  position: relative;
  z-index: 5; /* Higher z-index so it's in front */
}

/* Logo inside CD */
.cd-logo {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  z-index: 6; /* Ensures logo stays above CD */
}

/* CD Rotation */
@keyframes rotateCD {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}



/* Play/Pause Button */
#playPauseBtn {
  background: linear-gradient(to bottom, #6A1B9A, #8E24AA);
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#playPauseBtn:focus {
  outline: none;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .cd-container {
      width: 180px;
      height: 180px;
  }

  .cd-logo {
      width: 90px;
      height: 90px;
  }

  #playPauseBtn {
      width: 50px;
      height: 50px;
      font-size: 20px;
  }
}

/* ads request */
.ads-section {
  background: linear-gradient(to right, #e5d5f0, #cb3bf3);
  width: 100%;
  height: auto;
  
}

.ads-section .form-container {
  max-width: 600px;
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border:2px solid #4F237E;
}

.ads-section .btn-send {
  background: linear-gradient(to bottom, #6A1B9A, #8E24AA);
  color: white !important;
  border: none;

  padding: 10px 30px;
  border-radius: 5px;
  font-size: 18px;
  transition: 0.3s ease-in-out;
}

.ads-section .btn-send:hover {
  background: #8E24AA;
}
.ads-section img{
margin-top: 130px;


}
.ads-section h2{
  color:#8E24AA !important;

}
.ads-section input {
  border-color: #4F237E;
}

.ads-section select{
  border-color: #4F237E;

}
.ads-section textarea{
  border-color: #4F237E;

}
.form-select1{
  width:100%;
  border-radius: 5px;
  padding: 10px;
}


/* Responsive Design */
@media (max-width: 992px) {
  .ads-section {
      text-align: center;
  }
  .ads-section .form-container {
      width: 90%;
  }
  .ads-section .btn-send {
      width: 100%;
  }
  .ads-section  img {
      width: 100%;
      display: block;
      margin-top: 100px !important;
  }
}
/* song-request */
.song-request {
  background: url('/public/fmassets/images/banner.avif') no-repeat center center / cover;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px;
  backdrop-filter: blur(100px); /* Adds blur effect */

}
.song-request::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/public/fmassets/images/banner.avif') no-repeat center center / cover;
  filter: blur(150px); /* Blurs the background */
  z-index: -15; /* Keeps it behind the form */
}

.form-container1 {
  padding: 50px;
  width: 100%;
  border-radius: 10px;
 
}

.form-container1 form {
  padding: 40px;
  border-radius: 10px;
  background: rgba(209, 5, 236, 0.1); 
  box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.3);

}

.form-container1 form label,
.form-container1 form select,
.form-container1 form input {
  color:#4F237E;
  background-color: transparent;
}

.form-container1 form input::placeholder {
  color:#4F237E;
}
.form-container1 form input:hover{
  background-color: transparent;
}

.language-switch {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.language-switch button {
  margin: 0 5px;
  padding: 7px 20px;
  border: 2px solid #673ab7;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.btn-tamil {
  background: transparent;
  color: #673ab7;
}

.btn-english {
  background: #673ab7;
  color: white;
}


.btn-tamil.active {
  background-color:#e100ff; /* Example color for active Tamil button */
  color: white;
}

.btn-english.active {
  background-color: #e100ff; 
  color: white;
}


.btn-send1 {
  background: linear-gradient(to right, #e225d2, #9909ec);
  color: white !important;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  width: 20%; 
  transition: 0.3s;
 
}

.btn-send1:hover {
  background: linear-gradient(to right, #f746f7, #7709ee);
}

.terms {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.terms input #label-terms {
  color:#4F237E !important;
}

.form-control,
.form-select {
  border-radius: 5px;
  border: 1px solid #4F237E;
  padding: 10px;
  font-size: 14px;
}

.form-label {
  font-weight: 600;
  color:#4F237E;
  
}
.form-container1 .form-control,
.form-select,
textarea {
  background-color: transparent !important;
  color: #4F237E!important;
  border: 1px solid #4F237E!important; /* Adds a subtle border */
}

.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.6); /* Keeps placeholder visible */
}

.form-control:focus,
.form-select:focus,
textarea:focus {
  background-color: transparent !important;
  color: #4F237E !important;
  border-color: #4F237E; /* Highlights the field on focus */
  outline: none;
}

.form-control:hover,
.form-select:hover,
textarea:hover {
  background-color: transparent !important;
}


.form-select option {
  background: rgba(225, 148, 245, 0.911) !important; /* Ensures options are visible */
  color: #4F237E !important;
  border: 1px solid #4F237E; /* Adds a subtle border */

}


.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px transparent inset !important;
  color: white !important;
}


@media (max-width: 768px) {
  .form-container1 {
    padding: 20px;
  }

  .form-container1 form {
    padding: 15px;
  }

  .row {
    flex-direction: column;
  }

  .col-6 {
    width: 100%; /* Makes sure fields take full width */
  }

  .btn-send1 {
    font-size: 14px;
    padding: 12px;
    width: auto;
    margin: 10px auto; /* Centers the button */
  }
}

/* Footer Background */
.footer {
  background-color: #4F237E !important;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}

.footer img {
  border-radius: 50%;
  background-color: white;
  width: 80px; /* Adjusted size for mobile */
}

.footer-link {
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
}

.footer-link:hover {
  color: #f309ad;
  text-decoration: underline;
  transform: scale(1.05);
}

/* Quick Links */
.quick-links {
  list-style-type:disc;
  padding-left: 0;
  text-align: left;
}

.contact-us {
  text-align: left;
}

.contact-us p:hover {
  color: #db19ab;
}

.quick-links li {
  padding: 2px 0;
}

.quick-links a {
  color: #fff;
  font-size: 16px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.quick-links a:hover {
  color: #f309ad;
  text-decoration: underline;
  transform: scale(1.05);
}

/* Social Media Icons */
.social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 10px;
}

.social-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background: #7837bd;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.social-link:hover {
  background: #eb0ea9;
  color: #fff;
  transform: scale(1.1);
}

/* Footer Text */
.footer p {
  margin: 0;
  font-size: 14px;
}

.footer-text {
  background: linear-gradient(to right, #e2c6e7, #cd04f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px !important;
  font-weight: bold;
}

/* Apply different font for Tamil text */
.footer-text:lang(ta), 
.footer-text[lang="ta"] {
  font-family: 'Mukta Malar', 'Catamaran', 'Noto Sans Tamil', sans-serif;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer .row {
    text-align: center;
  }
  
  .footer .col-md-6 {
    margin-bottom: 20px;
  }

  .social-icons {
    justify-content: center;
  }

  .quick-links, .contact-us {
    text-align: center;
  }

  .quick-links ul {
    padding-left: 0;
  }

  .contact-us p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
}

@media (max-width: 480px) {
  .footer img {
    width: 60px; /* Smaller logo for very small screens */
  }

  .footer-text {
    font-size: 18px;
  }

  .social-link {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 600px; /* Prevents excessive height on large screens */
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain; /* Keeps full image visible */
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* Navigation Buttons */
.controls1 {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.controls1 button {
  background: rgba(192, 9, 209, 0.5);
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  border-radius: 5px;
}

.controls1 button:hover {
  background: rgba(175, 11, 175, 0.8);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .slider-container {
      height: 40vh;
  }

  .controls1 button {
      padding: 8px 12px;
      font-size: 16px;
  }
}