@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

@font-face {

    font-family: 'icomoon';

    src:  url('fonts/icomoon.eot?5s98m0');

    src:  url('fonts/icomoon.eot?5s98m0#iefix') format('embedded-opentype'),

      url('fonts/icomoon.ttf?5s98m0') format('truetype'),

      url('fonts/icomoon.woff?5s98m0') format('woff'),

      url('fonts/icomoon.svg?5s98m0#icomoon') format('svg');

    font-weight: normal;

    font-style: normal;

    font-display: block;

  }



  

  [class^="icon-"], [class*=" icon-"] {

    /* use !important to prevent issues with browser extensions that change fonts */

    font-family: 'icomoon' !important;

    speak: never;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

  

    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

  }

  

  .icon-mail-1:before {

    content: "\e924";

  }

  .icon-phone-call:before {

    content: "\e925";

  }

  .icon-location-pin-1:before {

    content: "\e922";

  }

  .icon-calenda2:before {

    content: "\e923";

  }

  .icon-left-arrow:before {

    content: "\e921";

  }

  .icon-right-arrow-2:before {

    content: "\e920";

  }

  .icon-love2:before {

    content: "\e91e";

  }

  .icon-charity-3:before {

    content: "\e91f";

  }

  .icon-healthcare-1:before {

    content: "\e91d";

  }

  .icon-email-1:before {

    content: "\e91a";

  }

  .icon-gift:before {

    content: "\e91b";

  }

  .icon-teamwork-1:before {

    content: "\e91c";

  }

  .icon-check-1:before {

    content: "\e919";

  }

  .icon-arrow-routet:before {

    content: "\e918";

  }

  .icon-bullseye:before {

    content: "\e914";

  }

  .icon-charity:before {

    content: "\e915";

  }

  .icon-photo-camera:before {

    content: "\e916";

  }

  .icon-video-camera:before {

    content: "\e917";

  }

  .icon-arrow-left:before {

    content: "\e912";

  }

  .icon-bubble-chat-2:before {

    content: "\e913";

  }

  .icon-paper-plane-solid:before {

    content: "\e910";

  }

  .icon-searce:before {

    content: "\e911";

  }

  .icon-apple-2:before {

    content: "\e900";

  }

  .icon-collaboration-1:before {

    content: "\e901";

  }

  .icon-customer-service-1:before {

    content: "\e902";

  }

  .icon-education-1:before {

    content: "\e903";

  }

  .icon-Glove:before {

    content: "\e904";

  }

  .icon-healthcare-11:before {

    content: "\e905";

  }

  .icon-humanitarian-1:before {

    content: "\e906";

  }

  .icon-Icon:before {

    content: "\e907";

  }

  .icon-medical-2:before {

    content: "\e908";

  }

  .icon-photo-camera-1:before {

    content: "\e909";

  }

  .icon-Pin:before {

    content: "\e90a";

  }

  .icon-pure-water-drop-1:before {

    content: "\e90b";

  }

  .icon-reading-book-1:before {

    content: "\e90c";

  }

  .icon-telephone-call-1:before {

    content: "\e90d";

  }

  .icon-trolley-cart_4175270:before {

    content: "\e90e";

  }

  .icon-video-camera-1-1:before {

    content: "\e90f";

  }



  /* kumbavishekam */

  /* Default nav link style */
  .main-menu__list {
  list-style: none;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  }

  .main-menu__list li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: color 0.3s ease;
  }

  .main-menu__list li a:hover {
  color: #ffb347;
  }

  /* Animated Kumbavishegam button */
  .kumbavishegam-btn a {
  background: #fff;
  /* background: linear-gradient(90deg, #ff6600, #ffb347); */
  color: #C15517 !important;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  }

  /* Glow / pulse animation */
  .kumbavishegam-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-20deg);
  transition: all 0.5s ease;
  }

  .kumbavishegam-btn a:hover::before {
  left: 100%;
  }

  .kumbavishegam-btn a:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 165, 0, 0.6);
  }
  /* Invitation Section */
  .invitation-section {
  background: linear-gradient(135deg, #762409, #a03412);
  color: #fff;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }

  /* Download Button */
  .download-btn {
  display: inline-block;
  background: #fffffe;
  color: #000000 !important;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(255, 179, 71, 0.4);
  }

  /* Hover animation */
  .download-btn:hover {
  background: #ffb347;
  color: #ffffff !important;
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(255, 255, 255, 0.4);
  }

  .ban-tag-line {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.ban-body-line {
  color: #fcc328;
  font-size: 4rem;
  font-weight: 600;
  line-height: .9;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.ban-invite-line {
  color: #ffffff;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Great Vibes", cursive;
}

  @media (max-width: 768px) {
  .invitation-section {
      padding: 60px 20px;
  }

  .download-btn {
      padding: 10px 24px;
      font-size: 1rem;
  }
  .ban-tag-line {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.ban-body-line {
  color: #fcc328;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: .9;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.ban-invite-line {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Great Vibes", cursive;
}
  }


  /* Floating Donate Button (Right Center) */
  .float-donate-btn {
      position: fixed;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      background: #C15517;
      color: #fff;
      padding: 15px;
      font-weight: 700;
      border-radius: 20px 0 0 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
      text-decoration: none;
      z-index: 9999;
      transition: all 0.3s ease;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      border: none;
  }

  /* Hover Effect */
  .float-donate-btn:hover {
      transform: translateY(-50%) scale(1.05);
      background: #fff;
      color: #C15517;
      box-shadow: 0 6px 25px rgba(255, 179, 71, 0.5);
  }

  @media (max-width: 768px) {
  .float-donate-btn {
      right: 10px;
      padding: 10px 18px;
      font-size: 0.85rem;
  }
  }




.kumbam-banner {
    position: relative;
    margin-bottom: 60px; /* Space for indicators */
}

.carousel-indicators-container {
    position: absolute;
    bottom: -50px; /* Position below the image */
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.carousel-indicators {
    position: static;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c9c9c9 !important;
    border: 2px solid #C15517;
    opacity: 0.5;
    transition: all 0.3s ease;
    cursor: pointer;
}

.carousel-indicators button.active {
    opacity: 1;
    transform: scale(1.2);
    background-color: #C15517 !important;
}

.carousel-indicators button:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

/* Optional: Custom styling for carousel controls */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(193, 85, 23, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .carousel-indicators-container {
        bottom: -40px;
    }
    
    .carousel-indicators button {
        width: 10px;
        height: 10px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
        margin: 0 10px;
    }
}

/* Card Section Styles */
.card-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.guest-honor-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #922F0F;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.title-divider {
    width: 100px;
    height: 3px;
    background: linear-gradient(135deg, #762409, #a03412);
    margin: 0 auto 2rem;
    border-radius: 2px;
}

.custom-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    background: white;
}

.custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-img-left {
    object-fit: fill;
    padding: 20px;
    max-height: 200px !important;
}

.card-img-top {
    height: 150px;
    object-fit: fill;
    width: 50%;
}

.card-body {
    padding: 30px;
}

.card-title {
    color: #942F10;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.card-text {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
}

.btn-primary {
    background: linear-gradient(135deg, #762409, #a03412);
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #5a1c07, #80290e);
    transform: translateY(-2px);
}

.btn-outline-primary {
    border-color: #762409;
    color: #762409;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #762409;
    border-color: #762409;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .card-img-left {
        min-height: 250px;
    }
    
    .card-body {
        padding: 20px;
    }
    
    .card-section {
        padding: 40px 0;
    }
}

.sponsorship-section {
    position: relative;
}

.sponsor-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sponsor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(139, 69, 19, 0.2);
}

.sponsor-card--featured {
    border: 3px solid #D2691E;
}

.sponsor-card--premium {
    border: 3px solid #8B4513;
}

.featured-badge {
    position: absolute;
    top: 15px;
    right: -30px;
    background: linear-gradient(135deg, #D2691E, #8B4513);
    color: white;
    padding: 5px 40px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(45deg);
    z-index: 2;
}

.sponsor-card__header {
    background: linear-gradient(135deg, #8B4513, #D2691E);
    color: white;
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.sponsor-card__header h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.sponsor-price {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
}

.sponsor-card__body {
    padding: 30px 20px;
}

.sponsor-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.sponsor-benefits li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.sponsor-benefits li:last-child {
    border-bottom: none;
}

.sponsor-benefits i {
    color: #D2691E;
    margin-right: 10px;
    font-size: 14px;
}

.sponsor-card__footer {
    text-align: center;
}

.sponsor-btn {
    display: inline-block;
    background: linear-gradient(135deg, #8B4513, #D2691E);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
}

.sponsor-btn:hover {
    background: linear-gradient(135deg, #D2691E, #8B4513);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);
}

.sponsor-btn--featured {
    background: linear-gradient(135deg, #D2691E, #8B4513);
}

.sponsor-btn--premium {
    background: linear-gradient(135deg, #5D4037, #8B4513);
}

.contact-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.1);
}

.contact-card h3 {
    color: #8B4513;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.contact-item {
    background: #f9f7f2;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid #D2691E;
}

.contact-item strong {
    display: block;
    color: #8B4513;
    margin-bottom: 5px;
}

.contact-item span {
    color: #666;
    font-size: 1.1rem;
}

.title-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #8B4513, #D2691E);
    margin: 15px auto;
}

@media (max-width: 768px) {
    .sponsor-card {
        margin-bottom: 30px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .sponsor-card__header h3 {
        font-size: 1.1rem;
    }
}


/* Newsletter */

.skg-subscribe-wrapper{
    padding:60px 0 40px;
    background:#f5f5f5;
  }
  .skg-subscribe-box{
    background:#F7941D; /* main orange */
    border-radius:26px;
    padding:38px 40px;
    color:#fff;
  }
  .skg-subscribe-title{
    font-size:32px;
    line-height:1.2;
    font-weight:700;
    margin-bottom:10px;
  }
  .skg-subscribe-text{
    font-size:14px;
    max-width:360px;
    margin:0;
    opacity:0.9;
  }
  .skg-subscribe-right{
    text-align:left;
  }
  .skg-subscribe-small{
    font-size:14px;
    margin-bottom:10px;
    font-weight:600;
  }
  .skg-subscribe-form{
    display:flex;
    gap:10px;
    align-items:stretch;
    margin-bottom:8px;
  }
  .skg-subscribe-input{
    flex:1;
    border:none;
    border-radius:999px;
    padding:10px 16px;
    font-size:14px;
    outline:none;
    color:#333;
  }
  .skg-subscribe-btn{
    border:none;
    border-radius:999px;
    padding:10px 22px;
    background:#8b2f10;
    color:#fff;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    white-space:nowrap;
  }
  .skg-subscribe-btn:hover{
    background:#70240a;
  }
  .skg-subscribe-policy{
    font-size:12px;
    margin:0;
    opacity:0.9;
  }
  .skg-subscribe-policy a{
    color:#fff;
    text-decoration:underline;
  }

  .sub-msg{
  display:block;
  margin-top:4px;
  font-size:12px;
}
.sub-msg.error{color:#b00020;}
.sub-msg.success{color:#0b8a3a;}
.skg-subscribe-input.error{
  border:2px solid #b00020;
  background:#ffe6e6;
}


  @media (max-width:768px){
    .skg-subscribe-box{
      padding:26px 20px;
    }
    .skg-subscribe-form{
      flex-direction:column;
    }
    .skg-subscribe-btn{
      width:100%;
      text-align:center;
    }
  }
  
   .subscribe-btn {
    background-color: #F7941D !important;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

.subscribe-btn:hover {
    background-color: #fcf80c !important;
}