@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');


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

}
html,body{
    overflow-x: hidden;
}
:root{
    --lightblue: rgba(27, 180, 224, 1);
    --blue :rgba(8, 30, 137, 1);
    --yellow:rgba(251, 188, 5, 1)

}
ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a,a:hover{
    text-decoration: none;
}

.vs_fw-300{
    font-weight: 300;
}
.vs_fw-400{
    font-weight: 400;
}
.vs_fw-500{
    font-weight: 500;
}
.vs_fw-600{
    font-weight: 600;
}
.vs_fw-700{
    font-weight: 700;
}
.vs_fw-800{
    font-weight: 800;
}
.vs_fw-900{
    font-weight: 900;
}
.ct_middle_content .ct_logo img{
    width: 153px;
    height: 109px;
    object-fit: contain;
}
.ct_middle_content img{
    width: 159px;
    object-fit: contain;
    height: 23px;
}
.ct_middle_content{
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 40px;
}

.ct_social_icons{
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 40px;
    position: absolute;
    left: 0px;
}
.ct_social_icons li a{
    width: 30px;
    height: 30px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #000;
    transition: 0.4s ease;
}
.ct_social_icons li a:hover{
    background-color: var(--blue);
    color: #fff;
}
.ct_right_side_content{
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 40px;
    position: absolute;
    right: 0px;
}
.ct_top_bar{
    border-top: 4px solid var(--lightblue);
    padding-block: 8px;

}
.ct_top_bar_inner{
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

.ct_profile_item{
    color: #000;
    display: flex;
    align-items: center;
}

header{
    background-color: var(--blue);
    padding: 20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
}

header::-webkit-scrollbar{
    display: none;
}

header ul{
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-inline: 40px;
    min-width: max-content;
}

header ul li a{
    color: #fff;
    white-space: nowrap;
}

.ct_footer_middle a{
    color: #fff;
}
.ct_footer_middle {
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 20px;
}
.ct_footer_middle ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.ct_footer_middle ul li a{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border:1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct_footer_logo img{
    width: 235px;
    height: 167px;
    object-fit: contain;
}
.ct_sub_logo img{
    width: 100%;
    max-width: 293px;
    height: auto;
    object-fit: contain;
    height: 43px;
}
.ct_sub_logo{
    display: flex;
    align-items: center;
    gap: 70px;
    justify-content: center;
    margin-top: 43px;
}

.ct_footer_middle{
    margin-top: 50px;
    position: relative;

}

footer{
    background-image: url(../img/footer.png);
    padding-top: 68px;
    position: relative;
    z-index: 1;
}
footer:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    opacity: 0.9;
}
.ct_footer_logo{
    text-align: center;
}

.ct_sub_footer{
    border-top: 1px solid rgba(128, 131, 134, 1);
    padding-block: 35px;
    text-align: center;
    margin-top: 45px;
}
.ct_sub_footer p{
    color: #fff;
}

.ct_footer_links a:first-child{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.ct_footer_links a:last-child{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

/* Event detail css s */

.event-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
}

.event-meta {
    font-size: 16px;
    color: rgba(30, 30, 30, 1);
}

.event-meta i {
    color: #1a2c8b;
    margin-right: 6px;
}

.event-title {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.event-card p {
    color: #666;
    line-height: 1.9;
    font-size: 15px;
}

.event-price {
    font-size: 18px;
    color: #111;
}

.reserve-btn {
    background: var(--yellow);
    color: #000;
    border-radius: 50px;
    padding: 16px 32px;
    font-weight: 600;
    border: none;
    transition: .3s ease;
    text-decoration: none;
}

.reserve-btn:hover {
    background: #e6a91f;
    color: #000;
}


   .event-banner{
      width:100%;
      height:552px;
      background: url('../img/event-detail_bg.jpg');
      background-size:cover;
      background-position:bottom center;
      display:flex;
      align-items:center;
      justify-content:center;
      text-align:center;
      position:relative;
      overflow:hidden;
    }

    .event-banner::before{
      content:"";
      position:absolute;
      inset:0;
      background:#000;
      opacity: 0.2;
    }

    .banner-content{
      position:relative;
      z-index:2;
      color:#fff;
    }

    .banner-content h1{
      font-size:60px;
      font-weight:700;
      margin-bottom:12px;
    }

    .breadcrumb{
      font-size:20px;
      font-weight:500;
      justify-content: center;
      gap: 20px;
    }

    .breadcrumb a{
      color:#fff;
      text-decoration:none;
      transition:0.3s;
    }

    .breadcrumb a:hover{
      color:#ff2d75;
    }

    .breadcrumb span{
      margin:0 10px;
      color:#ccc;
    }

    .live-room-section{
      padding: 80px 0 80px;
      /* background: #020308; */
      color: #fff;
      position: relative;
    }

    .live-room-card{
      margin: 0 auto;
    }

    .ct_live_room_big_overlay {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
    .live-room-stage{
      position: relative;
      margin-bottom: 10px;
    }

    .live-room-video-wrap{
      position: relative;
      overflow: hidden;
    }

    .live-room-video-wrap img{
      width: 100%;
      display: block;
      object-fit: cover;
      min-height: 440px;
    }

    .watch-btn{
      /* position: absolute;
      left: 50%;
      bottom: 32px;
      transform: translateX(-50%); */
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 16px 34px;
      background: #ffd54f;
      color: #111;
      font-weight: 700;
      border-radius: 999px;
      text-transform: uppercase;
      box-shadow: 0 18px 40px rgba(255, 213, 79, 0.25);
      border: 1px solid rgba(255,255,255,0.12);
      transition: background 0.3s ease;
    }

    .watch-btn:hover{
      background: #e6a91f;
    }

    .live-room-label{
      margin-top: 42px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      letter-spacing: 1px;
      font-weight: 500;
    }

    .live-room-carousel{
      margin: 0 auto;
      position: relative;
      padding-top: 18px;
    }

    .live-room-carousel .thumb-item{
      position: relative;
      overflow: hidden;
      border: 1px solid #fff;
      background: #090f22;
      min-height: 89px;
      width: 154px;
    }

    .live-room-carousel .thumb-item img{
      width: 154px;
      height: 89px;
      object-fit: cover;
      display: block;
    }

    .live-room-carousel .thumb-overlay{
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0,0,0,0.32);
      transition: opacity 0.3s ease;
    }

    

    .live-room-carousel.owl-carousel.owl-loaded.owl-drag {
    max-width: 664px;
}
    .live-room-carousel .thumb-overlay i{
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(235, 59, 46, 1);
      color: #fff;
      font-size: 14px;
    }

    .live-room-carousel .owl-nav button{
      position: absolute;
      top: 50%;
      transform: translateY(-30%);
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      color: #fff;
      transition: transform 0.3s ease, background 0.3s ease;
    }

    .live-room-carousel .owl-nav button:hover{
      background: rgba(255,255,255,0.18);
      transform: translateY(-50%) scale(1.02);
    }

    .live-room-carousel .owl-nav .owl-prev{
      left: -33px;
    }

    .live-room-carousel .owl-nav .owl-next{
      right: -30px;
    }

    .live-room-carousel .owl-nav button span{
      display: none;
    }


    @media(max-width: 991px){
     
      
      .live-room-carousel .owl-nav .owl-prev{
        left: 0;
      }
      .live-room-carousel .owl-nav .owl-next{
        right: 0;
      }
    }

    @media(max-width: 575px){
      
      
      .watch-btn{
        bottom: 20px;
      }
      .live-room-carousel .owl-nav button{
        width: 38px;
        height: 38px;
      }
    }

/* Event detail css E */

/* Book a concert css S */
 .booking-section{
      padding:60px 0;
    }

    .booking-form{
      margin:auto;
      padding:40px;
      position:relative;
      overflow:hidden;
    }

    .booking-form h2{
      font-size:35px;
      font-weight:700;
      text-transform:uppercase;
      margin-bottom:10px;
      text-align:center;
    }

    .booking-form .subtitle{
      text-align:center;
      color:#666;
      font-size:14px;
      margin-bottom:40px;
      line-height:1.7;
    }

    .section-title{
      font-size:20px;
      font-weight:500;
      margin-bottom:25px;
      color:#111;
    }

    .form-control,
    .form-select{
      border-radius:0;
      height:48px;
      border:1px solid #dcdcdc;
      font-size:14px;
      box-shadow:none !important;
    }

    textarea.form-control{
      height:130px;
      resize:none;
    }

    .form-control:focus,
    .form-select:focus{
      border-color:#d4a017;
    }

    .checkbox-group label{
      display:block;
      margin-bottom:8px;
      font-size:14px;
      color:#444;
    }

    .btn-submit{
      background:#f4b400;
      border:none;
      padding:14px 30px;
      font-size:14px;
      font-weight:700;
      border-radius:50px;
      color:#000;
      margin-top:20px;
      transition:.3s;
    }

    .btn-submit:hover{
      background:#d99a00;
    }

    .decor-left,
    .decor-right{
      position:absolute;
      bottom:0;
      width:120px;
      opacity:.12;
    }

    .decor-left{
      left:0;
    }

    .decor-right{
      right:0;
      transform:scaleX(-1);
    }

    .checkbox-group input[type="checkbox"]{
        accent-color: var(--blue);
    }
.booking-section{
    position: relative;
    z-index: 1;
}
.booking-section:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 200px;
    height: 200px;
    background-image: url(../img/consert_left_overlay.png);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}

.booking-section:after{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 400px;
    height: 200px;
    background-image: url(../img/consert_right_overlay.png);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
    
/* Book a concert css E */

/* library css S */
.library-tabs .nav-link{
  padding:12px 30px;
  border-radius:40px;
  font-size:14px;
  font-weight:700;
  border:1px solid #222;
  background:#fff;
  color:#111;
  margin:0 8px;
  transition:.3s;
}

.library-tabs .nav-link.active{
  background:#f5b400 !important;
  border-color:#f5b400 !important;
  color:#000 !important;
}
.ct_py_60{
    padding-block: 60px;
}


    /* Card */
    .music-card{
      margin-bottom:20px;
      transition:.3s;
    }

    .music-card:hover{
      transform:translateY(-5px);
    }

    .music-image{
      position:relative;
      overflow:hidden;
    }

    .music-image img{
      width:100%;
      height:250px;
      object-fit:cover;
      transition:.4s;
    }

    .music-card:hover img{
      transform:scale(1.05);
    }

    /* Badge */
    .arrival-badge{
      position:absolute;
      top:30px;
      left:0px;
      background:var(--blue);
      color:#fff;
      font-size:14px;
      padding:10px 24px 10px 16px;
      font-weight:500;
      border-radius:2px;
    }

    /* Content */
    .music-content{
      padding-top:10px;
    }

    .music-title{
      font-size:14px;
      font-weight:600;
      color:#111;
      line-height:1.5;
      margin:0;
    }
/* library css E */

/* details css S */
.album-image{
    margin-bottom: 50px;
}
 .album-image img{
      width:100%;
      border-radius:4px;
      object-fit:cover;
      height: 500px;
    }

    .music-title{
      font-size:22px;
      font-weight:700;
      margin-top:25px;
      margin-bottom:10px;
    }

    .music-info{
      font-size:13px;
      color:#666;
      line-height:1.8;
      margin-bottom:25px;
    }

    .music-info span{
      color:#111;
      font-weight:600;
    }

    .content-block{
      margin-bottom:28px;
    }

    .content-block h4{
      font-size:18px;
      font-weight:700;
      margin-bottom:12px;
    }

    .content-block p{
      font-size:14px;
      color:#555;
      line-height:1.9;
      margin-bottom:0;
    }

    /* Pricing */
    .price-title{
      font-size:18px;
      font-weight:700;
      margin-bottom:15px;
    }

    .price-boxes{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:25px;
    }

    .price-box{
      border:1px solid rgba(85, 85, 85, 1);
      padding:10px 15px;
      font-size:14px;
      background-color:rgba(248, 240, 230, 1) ;
      font-weight:600;
      transition:.3s;
      width: 120px;
      border-radius: 10px;
      cursor:pointer;
    }

    .price-box:hover,
    .price-box.active{
      background:#f5b400;
      border-color:#f5b400;
    }

    /* Button */
    .btn-cart{
      background:#f5b400;
      border:none;
      color:#111;
      padding:16px 35px;
      border-radius:30px;
      font-size:16px;
      font-weight:500;
      transition:.3s;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .btn-cart:hover{
      background:#d89a00;
    }
/* details css E */


/* Product css S */
.small-title{
    font-size:16px;
    font-weight:600;
    color:var(--blue);
    letter-spacing:1px;
    margin-bottom: 15px;
}

.main-title{
    font-size:35px;
    font-weight:700;
    margin-bottom:30px;
}
.ct_product_img{
    position: relative;
    overflow: hidden;
    transition: 0.4s ease all;
}
.ct_product_img img ,.product-image img{
    height: 400px;
    border: 1px solid var(--blue);
    object-fit: contain;
    background-color: #f6f6f6;
    width: 100%;
}

.ct_add_to_cart_overlay{
    background-color: var(--yellow);
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 14px 40px;
    width: calc(100% - 60px);
    margin-inline: auto;
    color: #000;
    font-size: 14px;
    position: absolute;
    bottom: -80px;
    transition: 0.4s ease all;
    left: 50%;
    transform: translateX(-50%);
}
.ct_product_img:hover .ct_add_to_cart_overlay{
    bottom: 50px;
}
.ct_product_card figcaption{
    margin-top: 24px;
}
.ct_product_card p{
    font-size: 14px;
    color: #1E1E1E;
    margin-bottom: 8px;
}
.ct_product_card h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
/* Product css E */


/* Prodcut detail css S */

.product-title{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
}

.price{
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
}

.product-text{
    color:#1E1E1E;
    font-size:16px;
    line-height:28px;
}

.qty-label{
    font-size:16px;
    margin-bottom:10px;
    font-weight:500;
}

.qty-box{
    width:40px;
    height:45px;
    border:1px solid transparent;
    text-align:center;
    background-color: transparent;
}

.cart-btn{
    background:var(--yellow);
    border:none;
    padding:14px 30px;
    border-radius:30px;
    font-size:16px;
    font-weight:500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cart-btn:hover{
    background:#e7b700;
}

.share-box{
    border-top:1px solid #ddd;
    padding-top:20px;
    margin-top:25px;
}

.share-box i{
    width:30px;
    height:30px;
    border:1px solid #ddd;
    border-radius:50%;
    text-align:center;
    line-height:30px;
    font-size:13px;
    margin-right:8px;
    cursor:pointer;
}

.description-area{
    margin-top:70px;
}

.description-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:30px;
}

.description-text{
    color:#777;
    line-height:30px;
}
.ct_qty_main_12{
    border: 1px solid #000;
}
/* Prodcut detail css E */

/* login page css S */

.tab-menu{
    margin-bottom:50px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 30px;
}

.tab-menu a{
    font-size:34px;
    font-weight:700;
    margin:0 30px;
    cursor:pointer;
}

.active-tab{
    color:#f7b500;
}

.inactive-tab{
    color:#222;
}



.password-wrap{
    position:relative;
}

.password-icon{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    color:#888;
}

.forgot-link{
    text-align:right;
    margin-top:10px;
}

.forgot-link a{
    text-decoration:none;
    color:#1E1E1E;
    font-size:16px;
}

/* Same button class */
.cart-btn{
    background:var(--yellow);
    border:none;
    padding:14px 30px;
    border-radius:30px;
    font-size:16px;
    font-weight:600;
    width:100%;
    margin-top:30px;
}

.cart-btn:hover{
    background:#e0a800;
}

.signup-text{
    margin-top:30px;
    font-size:16px;
    color:#1E1E1E;
    text-align: center;
}

.signup-text a{
    color:black;
    font-weight:600;
}
.phone-box{
    border:1px solid #d4d4d4;
    height:55px;
    display:flex;
    align-items:center;
    background:#fff;
}

.country-select{
    width:90px;
    border:none;
    box-shadow:none !important;
    border-right:1px solid #d4d4d4;
    border-radius:0;
    font-size:14px;
}

.phone-input{
    border:none;
    box-shadow:none !important;
    font-size:14px;
}

.phone-input::placeholder{
    color:#999;
}

.terms-wrap{
    display:flex;
    align-items:center;
    gap:10px;
    font-family:Arial,sans-serif;
    font-size:14px;
    color:#444;
    margin-top: 24px;
}

.terms-wrap input[type="checkbox"]{
    width:16px;
    height:16px;
    cursor:pointer;
    accent-color: var(--blue);
}

.terms-wrap a{
    color:#222;
    font-weight:500;
    text-decoration:underline;
}
/* login page css E */

/* otp css S */
.otp-title{
    font-size:35px;
    font-weight:700;
    color:#1E1E1E;
    margin-bottom:30px;
    text-align: center;
}

.otp-number{
    font-size:16px;
    color:#000;
    margin-bottom:15px;
    text-align: center;
}

.otp-text{
    font-size:16px;
    color:#000;
    margin-bottom:40px;
}

.otp-inputs{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-bottom:40px;
}

.otp-input{
    width:55px;
    height:55px;
    border:1px solid #d5d5d5;
    border-radius:6px;
    text-align:center;
    font-size:22px;
    font-weight:600;
    background:white;
}

.otp-input:focus{
    outline:none;
    border-color:#f5b700;
    box-shadow:none;
}

.resend-link{
    text-decoration:none;
    color:#C8B174;
    font-size:16px;
    text-align: center;
    font-weight:500;
    display: block;
}

.timer{
    margin-top:20px;
    color:#000;
    font-size:16px;
    text-align: center;
}
/* otp css E */

/* confirmation css S */
.fr-order-heading{
    font-size:35px;
    font-weight:700;
    color:#000;
    margin-bottom:15px;
}

.fr-order-description{
    font-size:16px;
    color:#000;
    line-height:28px;
    margin-bottom:50px;
}

.fr-payment-info{
    /* max-width:00px; */
    width:100%;
    font-family:Arial,sans-serif;
}

.fr-payment-row{
    display:flex;
    align-items:center;
    margin-bottom:35px;
}

.fr-payment-label{
    width:140px;
    font-size:18px;
    color:#555;
}

.fr-payment-colon{
    width:80px;
    text-align:center;
    font-size:18px;
    color:#555;
}

.fr-payment-value{
    flex:1;
    font-size:18px;
    color:#666;
}
/* confirmation css E */

/* Media gallery css S */

.fr-video-card{
    margin-bottom:25px;
}

.fr-video-image{
    position:relative;
    overflow:hidden;
    border-radius:10px;
}

.fr-video-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:10px;
    transition:0.4s;
}

.fr-video-card:hover .fr-video-image img{
    transform:scale(1.05);
}

.fr-video-play{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:48px;
    height:48px;
    background:#ffc107;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#000;
    font-size:16px;
    cursor:pointer;
    transition:0.3s;
}

.fr-video-play:hover{
    background:#ffb300;
}

.fr-video-title{
    font-size:16px;
    color:#000;
    margin-top:10px;
    line-height:20px;
}
/* Media gallery css E */
/* testimonial css s */
 .testimonial-box{
      border:1px solid #cfcfcf;
      padding:50px 30px;
      text-align:center;
      margin-bottom:30px;
      border-radius: 10px;
    }

    .quote-icon{
      color:#f4b400;
      font-size:28px;
      margin-bottom:30px;
    }
    .quote-icon svg{
        width: 30px;
        height: 30px;
    }

    .testimonial-text{
      color:rgba(85, 85, 85, 1);
      font-size:16px;
      line-height:1.8;
      max-width:700px;
      margin:0 auto 20px;
    }

    .testimonial-name{
      font-weight:500;
      font-size:18px;
      color:rgba(30, 30, 30, 1);
      margin-bottom:2px;
    }

    .testimonial-company{
      font-weight:500;
      font-size:18px;
      color:rgba(30, 30, 30, 1);
    }
/* testimonial css e */

/* Contact css S */
.ct_contact_section:before{
    background-image: url(../img/decor-violin-copyright_1.png);
    background-position: bottom;

}
 .contact-info{
      margin-top:50px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .info-box{
      display:flex;
      align-items:flex-start;
      gap:12px;
    }

    .info-icon{
      color:#f4b400;
      font-size:16px;
      margin-top:3px;
    }

    .info-title{
      font-size:14px;
      font-weight:600;
      color:#111;
      margin-bottom:3px;
    }

    .info-text{
      font-size:13px;
      color:#666;
      margin:0;
    }
/* Contact css E */




    .donation-image img{
      width:100%;
      border-radius:12px;
      height: 400px;
      object-fit:cover;
    }

    .small-heading{
      font-size:16px;
      font-weight:700;
      color:var(--blue);
      text-transform:uppercase;
      letter-spacing:1px;
      margin-bottom:15px;
    }

    .main-heading{
      font-size:35px;
      font-weight:800;
      line-height:1.1;
      margin-bottom:20px;
    }

    .donation-content p{
      font-size:16px;
      line-height:1.8;
      color:rgba(85, 85, 85, 1);
      margin-bottom:15px;
    }

    .donation-content ul{
      padding-left:18px;
      margin-bottom:20px;
    }

    .donation-content ul li{
      margin-bottom:10px;
      color:#555;
      font-size:14px;
    }

    .donation-title{
      font-size:24px;
      font-weight:500;
      margin:35px 0 20px;
    }

    .donation-buttons{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:35px;
    }

    .amount-btn{
      border:1px solid #d7d7d7;
      background:#fff;
      padding:10px 20px;
      border-radius:6px;
      font-size:14px;
      font-weight:600;
      transition:0.3s;
    }

    .amount-btn.active,
    .amount-btn:hover{
      background:#ffb400;
      color:#000;
      border-color:#ffb400;
    }

    
  .range-wrapper{
      margin:auto;
    }

    .range-top{
      margin-bottom:15px;
    }

    .range-top h4{
      font-size:16px;
      font-weight:400;
      color:#111;
      margin:0;
    }

    .range-top span{
      font-size:16px;
      color:#111;
      font-weight:400;
    }

    .custom-range{
      width:100%;
      height:6px;
      border-radius:30px;
      background:linear-gradient(to right, #1f78b4 40%, #55cde2 40%);
      outline:none;
      appearance:none;
      -webkit-appearance:none;
    }

    .custom-range::-webkit-slider-thumb{
      appearance:none;
      -webkit-appearance:none;
      width:22px;
      height:22px;
      border-radius:50%;
      background:#f4b400;
      cursor:pointer;
      border:none;
      margin-top:-8px;
    }

    .custom-range::-webkit-slider-runnable-track{
      height:6px;
      border-radius:30px;
      background:transparent;
    }

    .custom-range::-moz-range-thumb{
      width:22px;
      height:22px;
      border:none;
      border-radius:50%;
      background:#f4b400;
      cursor:pointer;
    }

    .custom-range::-moz-range-track{
      height:6px;
      border-radius:30px;
      background:#55cde2;
    }
    

    .receipt-title{
      font-size:24px;
      font-weight:600;
      margin:40px 0 15px;
    }

    .receipt-box{
      margin-top:25px;
    }

    .receipt-box h6{
      font-weight:600;
      margin-bottom:10px;
      font-size: 20px;
    }

    .receipt-box p,
    .receipt-box li{
      color:rgba(30, 30, 30, 1);
      font-size:16px;
      line-height:1.7;
    }

    .receipt-box ul{
      padding-left:18px;
    }

        .donation-section{
      padding:60px 0;
    }
.ct_fs_30{
    font-size: 30px;
}



/* checkout page css S */


    .cart-wrapper{
      border-top:1px solid rgba(0, 0, 0, 1);
      border-bottom:1px solid rgba(0, 0, 0, 1);
      padding:40px 0;
    }

    .cart-title{
      font-size:30px;
      font-weight:600;
      margin-bottom:45px;
    }

    /* Product Row */
    

    .cart-product{
      display:flex;
      align-items:center;
      gap:18px;
    }

    .remove-btn{
      font-size:18px;
      color:#555;
      cursor:pointer;
    }

    .vt_product-image{
      width:90px;
      height:90px;
      border:1px solid #ccc;
      background:#fff;
      overflow:hidden;
    }

    .vt_product-image img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .product-name{
      font-size:14px;
      font-weight:500;
      margin-bottom:0;
      color:#222;
    }

    .vt_price,
    .total-price{
      font-size:20px;
      font-weight:600;
      color:rgba(51, 51, 51, 1);
    }

    /* Quantity */
    .quantity{
      display:flex;
      align-items:center;
      gap:12px;
    }

    .qty-btn{
      width:35px;
      height:35px;
      border:none;
      background:#f5b400;
      border-radius:5px;
      font-size:18px;
      font-weight:700;
      line-height:1;
    }

    .qty-count{
      font-size:18px;
      font-weight:600;
      padding-inline: 20px;
    }

    /* Divider */
    .divider{
      border-top:1px solid rgba(0, 0, 0, 1);
      margin:20px 0;
    }

    .ct_custom_table td{
        border: 0px;
        vertical-align: middle;
    }

    /* Cart Totals */
    .cart-totals{
      max-width:320px;
      margin-left:auto;
    }

    .cart-totals h4{
      font-size:20px;
      font-weight:600;
      margin-bottom:30px;
    }

    .total-row{
      display:flex;
      justify-content:space-between;
      margin-bottom:18px;
      font-size:15px;
      color:#666;
    }

    .grand-total{
      font-size:16px;
      font-weight:400;
      color:rgba(85, 85, 85, 1);
    }




    .checkout-section{
      padding:70px 0;
    }

    .checkout-title{
      font-size:30px;
      font-weight:600;
      margin-bottom:40px;
    }

    /* Form */

    

    /* Payment */
    .payment-box{
      padding-left:40px;
    }

    .payment-option{
      margin-bottom:25px;
    }

    .payment-option label{
      font-size:16px;
      font-weight:400;
      margin-left:8px;
      color: rgba(85, 85, 85, 1);
    }

    .payment-text{
      font-size:13px;
      color:#777;
      margin-top:5px;
      margin-left:25px;
    }

    .payment-icons{
      display:flex;
      gap:12px;
      margin-top:15px;
    }

    .pay-btn{
      max-width: 127px;
      width: 100%;
      height: auto;
      background-color: transparent;
      outline: none;
      border: 1px solid #000;
      padding: 12px 15px;

    }
    .pay-btn img{
      width: 100%;
      height: 30px;
      object-fit: contain;
    }

    
input[type="checkbox"]{
  accent-color: var(--blue);
}
input[type="radio"]{
  accent-color: rgba(85, 85, 85, 1);
}
    .card-fields{
      margin-top:20px;
    }

    .privacy-text{
      font-size:16px;
      color:rgba(85, 85, 85, 1);
      line-height:1.8;
      /* margin-top:18px; */
    }

    .privacy-text a{
      color:rgba(85, 85, 85, 1);
      font-weight: 600;
      text-decoration:none;
    }

    .checkbox-area{
      margin-top:20px;
      margin-bottom:25px;
      font-size:14px;
      color:rgba(85, 85, 85, 1);
      display: flex;
      align-items: center;

    }
    .checkbox-area a{
      color: var(--yellow);
    }

    /* Button */
    .payment-btn{
      width:100%;
      height:58px;
      border:none;
      background:#f5b400;
      border-radius:40px;
      font-size:16px;
      font-weight:700;
      color:#111;
      transition:.3s;
    }

    .payment-btn:hover{
      background:#d89a00;
    }

    .note{
      font-size:16px;
      color:rgba(85, 85, 85, 1);
      margin-top:15px;
      line-height:1.6;
    }
/* checkout page css E */


/* modal css S */

    .gb-cart-modal .modal-content{
      border-radius: 0;
      padding: 18px;
      border: none;
    }

    .gb-cart-modal .modal-dialog{
      max-width: 520px;
      position: absolute;
      top: 20px;
      right: 30px;
      transform: unset;
    }

    /* Header */

    .gb-cart-header{
      display:flex;
      justify-content:space-between;
      align-items:center;
      margin-bottom:18px;
      margin-top: 20px;
    }

    .gb-cart-title{
      font-size:20px;
      font-weight:600;
      margin:0;
      color:#111;
    }

    .gb-clear-cart{
      font-size:14px;
      text-decoration:none;
      color:#000;
      font-weight:500;
    }

    .gb-close-btn{
      position:absolute;
      top:14px;
      left:30px;
      border:none;
      background:none;
      font-size:24px;
      line-height:1;
      cursor:pointer;
      color:#111;
      z-index:2;
    }

    /* Product Box */

    .gb-cart-product{
      border:1px solid #d4d4d4;
      padding:14px;
      position:relative;
    }

    .gb-product-img{
      width: 120px;;
      height:100%;
      border:1px solid #ddd;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .gb-product-img img{
      width:100%;
      height:100%;
      object-fit:contain;
    }

    .gb-product-title{
      font-size:13px;
      color:#222;
      margin-bottom:10px;
      line-height:1.5;
    }

    .gb-product-price{
      font-size:20px;
      font-weight:700;
      margin-bottom:10px;
      color:#000;
    }

    .gb-qty-label{
      display:block;
      font-size:12px;
      margin-bottom:6px;
      color:#444;
    }

    /* Quantity */

    .gb-qty-box{
      display:flex;
      align-items:center;
      gap:10px;
    }

    .gb-qty-btn{
      width:24px;
      height:24px;
      border:none;
      background:#f4b400;
      font-weight:700;
      font-size:16px;
      cursor:pointer;
    }

    .gb-qty-input{
      width:48px;
      height:24px;
      border:1px solid #bdbdbd;
      text-align:center;
      outline:none;
      font-size:13px;
    }

    /* Remove */

    .gb-remove-btn{
      position:absolute;
      top:15px;
      right:10px;
      border:none;
      background:none;
      font-size:18px;
      cursor:pointer;
      line-height:1;
    }

    /* Subtotal */

    .gb-subtotal{
      margin:28px 0 24px;
      font-size:14px;
      font-weight:600;
      color:#111;
    }

    /* Buttons */

    .gb-outline-btn,
    .gb-fill-btn{
      width:100%;
      height:54px;
      border-radius:50px;
      font-size:15px;
      font-weight:700;
      transition:0.3s ease;
    }

    .gb-outline-btn{
      background:#fff;
      border:2px solid #f4b400;
      color:#f4b400;
      margin-bottom:16px;
    }

    .gb-fill-btn{
      background:#f4b400;
      border:none;
      color:#000;
    }

    .gb-outline-btn:hover,
    .gb-fill-btn:hover{
      transform:translateY(-2px);
    }
/* modal css E */


/* Event css S */
    .gb-event-card{
      padding-bottom: 28px;
      margin-bottom: 28px;
      border-bottom: 1px solid #d9d9d9;
    }

    /* Image */

    .gb-event-image{
      width: 100%;
      height: 200px;
      border-radius: 15px;
      overflow: hidden;
    }
.gb-event-image svg{
  position: absolute;
  top: 10px;
  right: 10px;
}
    .gb-event-image img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Content */

    .gb-event-meta{
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: rgba(0, 0, 0, 1);
      margin-bottom: 15px;
      flex-wrap: wrap;
    }


    .gb-event-title{
      font-size: 20px;
      font-weight: 700;
      color: #111;
      margin-bottom: 10px;
    }

    .gb-event-desc{
      font-size: 14px;
      line-height: 1.7;
      color: rgba(0, 0, 0, 1);
      margin-bottom: 14px;
    }

    /* Buttons */

    .gb-watch-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 110px;
      height: 42px;
      border-radius: 50px;
      background: rgba(254, 195, 67, 1);
      color: #000;
      text-decoration: none;
      font-size: 13px;
      font-weight: 700;
      transition: .3s ease;
    }

    .gb-watch-btn:hover{
      background: #e2a700;
      color: #000;
    }

    .gb-ticket-link{
      font-size: 14px;
      font-weight: 600;
      color: #1e3a8a;
      text-decoration: none;
    }

    .gb-ticket-link:hover{
      text-decoration: underline;
    }

    /* Date Box */

    .gb-date-box{
      width: 70px;
      height: 70px;
      border-radius: 14px;
      background: rgba(89, 202, 226, 1);
      color: #000;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .gb-date-day{
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px;
    }

    .gb-date-number{
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
    }



    .fr-live-section{
        background:#061d98;
        padding:40px;
    }

    .fr-event-image img{
        width:100%;
        height:300px;
        object-fit:cover;
    }

    .fr-content{
        color:#fff;
    }

    .fr-countdown{
        font-size:14px;
        margin-bottom:20px;
        letter-spacing:1px;
    }

    .fr-countdown span{
        margin-left:15px;
    }

    .fr-live-badge {
    display: inline-block;
    background: #ff4d2e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 19px;
    border-radius: 2px;
    margin-right: 10px;
}

    .fr-live-text{
        font-size:14px;
        text-transform:uppercase;
        color:#fff;
    }

    .fr-live-dot{
        color:#ff3b30;
        margin-right:5px;
    }

    .fr-date{
        font-size:14px;
        color:#d7d7d7;
        margin-top:15px;
        margin-bottom:10px;
    }

    .fr-title{
        font-size:18px;
        font-weight:700;
        margin-bottom:12px;
    }

    .fr-description{
        font-size:13px;
        color:#d8d8d8;
        line-height:1.7;
        max-width:500px;
        margin-bottom:25px;
    }

    .fr-btn{
        background:#ffc107;
        color:#000;
        font-weight:700;
        border:none;
        border-radius:50px;
        padding:12px 28px;
        text-decoration:none;
        display:inline-block;
        transition:0.3s;
    }

    .fr-btn:hover{
        background:#ffcd39;
        color:#000;
    }
/* Event css E */


/* Music S */
 .about-section{
            padding:60px 0;
        }

        .about-image img{
            width:100%;
            height:450px;
            object-fit: cover;
            display:block;
        }

        .about-content{
            padding-left:40px;
        }

        .about-title{
            font-size:35px;
            font-weight:600;
            color:#222;
            text-transform:uppercase;
            margin-bottom:25px;
            line-height:1;
        }

        .about-text{
            font-size:14px;
            line-height:1.9;
            color:rgba(85, 85, 85, 1);
            margin-bottom:20px;
            max-width:700px;
        }


         .podcast-section{
            padding:50px 0;
        }


        /* Album Cover */
        .album-cover{
            position:relative;
            overflow:hidden;
        }

        .album-cover img{
            width:100%;
            display:block;
            height: 500px;
            object-fit: cover;
        }

        /* Content */
        .artist-name{
            color:#2846d8;
            font-size:12px;
            font-weight:600;
            text-transform:uppercase;
            margin-bottom:10px;
        }

        .podcast-title{
            font-size:28px;
            font-weight:700;
            color:#222;
            line-height:1.3;
            margin-bottom:20px;
        }

        .podcast-meta{
            display:flex;
            justify-content:space-between;
            align-items:center;
            padding-bottom:12px;
            border-bottom:1px solid #ddd;
            margin-bottom:20px;
            font-size:13px;
            color:#666;
        }

        .download-btn{
            background:#ffc107;
            color:#000;
            border:none;
            border-radius:30px;
            padding:10px 20px;
            font-size:12px;
            font-weight:700;
            text-transform:uppercase;
            white-space: nowrap;
        }

        /* Track List */
        .track-item{
            padding:15px;
            margin-bottom:10px;
            display:flex;
            align-items:center;
            justify-content:space-between;
            border-bottom: 1px solid rgba(196, 196, 196, 1);
        }

        .track-left{
            display:flex;
            align-items:center;
            gap:15px;
        }

        .play-btn{
            width:32px;
            height:32px;
            border-radius:50%;
            background:#132a90;
            color:#fff;
            border:none;
            display:flex;
            font-size: 12px;
            align-items:center;
            justify-content:center;
            flex-shrink: 0;
        }

        .track-title h4{
            font-size:18px;
            font-weight:600;
            color:#222;
            margin-bottom:10px;
        }

        .track-duration{
            font-size:11px;
            color:#888;
        }

        .track-right{
            display:flex;
            align-items:center;
            gap:20px;
        }

        .track-download{
            background:#ffc107;
            border:none;
            border-radius:30px;
            padding:8px 18px;
            font-size:11px;
            font-weight:700;
            text-transform:uppercase;
        }

        /* Social */
        .social-links{
            margin-top:20px;
            padding-inline: 30px
        }

        .social-links a{
            width:32px;
            height:32px;
            background:#23d5e5;
            color:#000;
            border-radius:50%;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            text-decoration:none;
            margin-right:8px;
            font-size:14px;
        }


        /* ===== AUDIO PLAYER ===== */

.ga-audio-player{
    width:100%;
    height:32px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 8px;
    border-radius:2px;
    font-family:Arial,sans-serif;
}

.ct_track_list_scroll {
    height: auto;
    overflow-y: auto;
    max-height: 286px;
    margin-top: 24px;
    background-color: rgba(244, 244, 244, 1);
    padding: 24px;

}

.ga-control-btn,
.ga-volume-btn{
    border:none;
    background:transparent;
    padding:0;
    cursor:pointer;
    font-size:12px;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ga-time{
    font-size:12px;
    color:#222;
    white-space:nowrap;
}

.ga-progress-wrap{
    flex:1;
}

.ga-progress{
    width:100%;
    height:4px;
    appearance:none;
    -webkit-appearance:none;
    background:#d8d8d8;
    border-radius:20px;
    outline:none;
}

/* Track */
.ga-progress::-webkit-slider-runnable-track{
    height:4px;
    background:#d8d8d8;
    border-radius:20px;
}

/* Thumb */
.ga-progress::-webkit-slider-thumb{
    -webkit-appearance:none;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#e4ad00;
    cursor:pointer;
    margin-top:-3px;
}

.ga-progress::-moz-range-track{
    height:4px;
    background:#d8d8d8;
    border-radius:20px;
}

.ga-progress::-moz-range-thumb{
    width:10px;
    height:10px;
    border:none;
    border-radius:50%;
    background:#e4ad00;
    cursor:pointer;
}




.gm-music-thumb{
    position:relative;
    overflow:hidden;
}

.gm-music-thumb img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.gm-download-btn{
    position:absolute;
    bottom:15px;
    left:50%;
    transform:translateX(-50%);
    background:#f4b400;
    color:#000;
    text-decoration:none;
    padding:8px 24px;
    border-radius:30px;
    font-size:11px;
    font-weight:600;
    white-space:nowrap;
}

.gm-music-content{
    padding:15px 0 0;
}

.gm-track-title{
    font-size:16px;
    font-weight:600;
    margin:0;
}

.gm-share-btn{
    color:#666;
    font-size:12px;
}

.gm-audio-player{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:12px;
}

.gm-current-time,
.gm-duration{
    font-size:10px;
    color:#999;
}

.gm-progress{
    flex:1;
    height:3px;
    background:#ddd;
    border-radius:10px;
    position:relative;
}
.gm-progress:before{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: rgba(251, 188, 5, 1);
  border-radius: 100px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.gm-progress-fill{
    width:30%;
    height:100%;
    background:#f4b400;
    display:block;
    border-radius:10px;
}

.gm-player-controls{
    display:flex;
    align-items:center;
    gap:10px;
    justify-content: start;
    margin-top: 20px;
}

.gm-player-controls button{
    width:30px;
    height:30px;
    border:1px solid #000;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
    color:#555;
}



.gm-play-btn i{
    font-size:11px;
    color: #000;
}
.ct_fs_20{
  font-size: 20px;
}

.ct_fs_14{
  font-size: 14px;
  font-weight: 500;
}


/* ===========================
   BOOK LIST SECTION
=========================== */





.gb-book-image{
    text-align:center;
    padding:30px 0px;
    aspect-ratio: 4/2;
}

.gb-book-image img {
    width: 100%;
    border-radius: 20px;
    height: auto;
    object-fit: cover;
    display: block;
}

.gb-book-content{
    padding:30px 0px;
}

.gb-book-content h3{
    font-size:24px;
    font-weight:700;
    color:rgba(0, 0, 0, 1);
    margin-bottom:15px;
}

.gb-book-content p{
    font-size:13px;
    line-height:1.8;
    color:#666;
    margin-bottom:10px;
}

/* Alternate Row Background */

.gb-book-row:nth-child(even){
    background:rgba(244, 244, 244, 1);
}

.gb-book-row:nth-child(odd){
    background:rgba(249, 240, 231, 1);
}

.gb-book-row{
  padding-inline: 40px;
}


/* Music E */
/* =========================
   VIDEO SECTION
========================= */

.gb-video-section{
    padding: 0;
}

.gb-video-wrapper{
    position: relative;
    overflow: hidden;
}

.gb-video-wrapper img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

/* Play Button */

.gb-video-play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 56px;
    height: 56px;

    background: #ffc107;
    color: #000;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    transition: all .3s ease;
}

.gb-video-play-btn i{
    font-size: 16px;
    margin-left: 3px;
}

.gb-video-play-btn:hover{
    background: #ffb300;
    color: #000;
    transform: translate(-50%, -50%) scale(1.08);
}

/* ==========================
   MISSION & VISION SECTION
========================== */

.gb-mission-vision-section{
    background:#ffffff;
}

.gb-info-card{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:12px;
    padding:28px 24px;
    height:100%;
    transition:0.3s ease;
}

.gb-info-card:hover{
    transform:translateY(-5px);
}

.gb-icon-box{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#102d97;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;
    margin-bottom:20px;
}
.gb-icon-box img{
  width: 30px;
}

.gb-card-title{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.gb-card-text{
    font-size:15px;
    line-height:1.8;
    color:#666;
    max-width:470px;
    margin-bottom:0;
}

.gk-invite-section{
    padding:60px 0;
    background:rgba(244, 244, 244, 1);
}





.gk-invite-title{
    font-size:35px;
    font-weight:800;
    line-height:1.1;
    color:#232323;
    margin-bottom:10px;
}

.gk-invite-intro{
    font-size:14px;
    color:#5f5f5f;
    margin-bottom:20px;
}

.gk-invite-list{
    padding-left:18px;
    margin-bottom:22px;
}

.gk-invite-list li{
    font-size:14px;
    line-height:1.9;
    color:#666666;
    margin-bottom:2px;
}

.gk-invite-description{
    font-size:14px;
    line-height:1.8;
    color:#666666;
    margin-bottom:35px;
}

.gk-invite-btn-group{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.gk-btn-outline{
    min-width:180px;
    height:52px;
    border:2px solid #2d2d2d;
    border-radius:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#2d2d2d;
    font-size:14px;
    font-weight:700;
    transition:0.3s;
}

.gk-btn-outline:hover{
    background:#2d2d2d;
    color:#ffffff;
}

.gk-btn-primary{
    height:58px;
    border-radius:50px;
    background:rgba(254, 195, 67, 1);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#222222;
    font-size:14px;
    font-weight:700;
    transition:0.3s;
    
}

.gk-btn-primary:hover{
    background:#e0aa00;
    color:#222222;
}

.gk-invite-image-wrapper{
    text-align:right;
}

.gk-invite-image{
    width:100%;
    border-radius:28px;
    display:block;
    height: 500px;
    object-fit: cover;
    margin-left:auto;
}


.gk-care-section{
    padding:70px 0;
}
.ct_h_48{
    height: 48px !important;
}

.gk-care-image-wrapper{
    height:100%;
}

.gk-care-image{
    width:100%;
    border-radius:32px;
    display:block;
    object-fit:cover;
    height: 600px;
}

.gk-care-content{
    padding-left:25px;
}

.gk-care-title{
    font-size:35px;
    font-weight:600;
    line-height:1.05;
    color:#232323;
    margin-bottom:12px;
    text-transform:uppercase;
}

.gk-care-subtitle{
    font-size:18px;
    font-weight:600;
    color:#333;
    margin-bottom:22px;
    line-height:1.5;
}

.gk-care-text{
    font-size:14px;
    line-height:1.9;
    color:#666;
    margin-bottom:18px;
}

.gk-care-list{
    margin:0 0 18px 18px;
    padding:0;
}

.gk-care-list li{
    font-size:14px;
    line-height:1.8;
    color:#444;
    margin-bottom:4px;
}

.gk-care-list-highlight{
    margin-top:15px;
}

.gk-care-list-highlight li{
    font-weight:600;
    color:#222;
}
.ct_fs_20_new{
    font-size: 20px;
}
.ct_fs_14{
    font-size: 14px !important;
}
.gk-care-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:250px;
    height:60px;
    background:#f4b400;
    border-radius:50px;
    text-decoration:none;
    color:#222;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    transition:all .3s ease;
    margin-top:10px;
}

.gk-care-btn:hover{
    background:#e2a600;
    color:#222;
}




.gk-support-wrapper{
    position:relative;
    overflow:hidden;
    background:rgba(8, 30, 137, 1);
    background-size:cover;
    background-position:center;
    padding:70px 80px;
    min-height:650px;
}

/* Optional decorative overlay */
.gk-support-wrapper:before{
    content:"";
    position:absolute;
    inset:0;
    width: 100%;
    height: 100%;
    background-size: contain;
   background-repeat: no-repeat;
    background-position: left;
    background:url(../img/ministry_overlay_bg.png);
    
    pointer-events:none;
    opacity: 0.8;
}

.gk-support-content{
    position:relative;
    z-index:2;
    max-width:760px;
}

.gk-support-subtitle{
    display:block;
    color:#ffffff;
    font-size:11px;
    font-weight:600;
    letter-spacing:.08em;
    margin-bottom:8px;
    text-transform:uppercase;
    opacity:.8;
}

.gk-support-title{
    color:#ffffff;
    font-size:35px;
    line-height:1.1;
    font-weight:800;
    text-transform:uppercase;
    margin-bottom:25px;
}

.gk-support-text{
    color:rgba(255,255,255,.85);
    font-size:14px;
    line-height:1.9;
    margin-bottom:15px;
}

.gk-support-list{
    padding-left:18px;
    margin-bottom:20px;
}

.gk-support-list li{
    color:rgba(255,255,255,.85);
    font-size:14px;
    line-height:1.9;
    margin-bottom:3px;
}

.gk-support-last-text{
    margin-bottom:35px;
}

.gk-support-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:180px;
    height:58px;
    background:#f5b400;
    color:#111111;
    text-decoration:none;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    transition:.3s ease;
}

.gk-support-btn:hover{
    background:#e2a500;
    color:#111111;
}

.gk-subscribe-section{
    padding:60px 0;
    background:rgba(249, 240, 231, 1);
}

.gk-subscribe-wrapper{
    max-width:900px;
    margin:0 auto;
}

.gk-subscribe-content{
    text-align:center;
}

.gk-subscribe-title{
    font-size:35px;
    font-weight:700;
    line-height:1.1;
    color:#222222;
    text-transform:uppercase;
    margin-bottom:15px;
}

.gk-subscribe-description{
    max-width:600px;
    margin:0 auto 20px;
    font-size:14px;
    line-height:1.8;
    color:#555555;
}

.gk-subscribe-form{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.gk-subscribe-input-group{
    width:100%;
    max-width:460px;
    display:flex;
    border:1px solid #cfcfcf;
    border-radius:6px;
    overflow:hidden;
    background:#ffffff;
}

.gk-subscribe-input{
    flex:1;
    height:52px;
    border:none;
    outline:none;
    padding:0 18px;
    font-size:14px;
    color:#333333;
}

.gk-subscribe-input::placeholder{
    color:#999999;
}

.gk-subscribe-btn{
    min-width:140px;
    border:none;
    background:#f4b400;
    color:#111111;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    transition:all .3s ease;
}

.gk-subscribe-btn:hover{
    background:#e3a700;
}

.gk-subscribe-checkbox-wrapper{
    margin-top:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.gk-subscribe-checkbox{
    width:14px;
    height:14px;
    cursor:pointer;
}

.gk-subscribe-checkbox-label{
    font-size:12px;
    color:#555555;
    cursor:pointer;
    margin:0;
}





.gk-living-room-section{
    background:#f6f1ea;
}

.gk-living-room-header{
    padding:45px 15px 30px;
}

.gk-living-room-title{
    font-size:48px;
    font-weight:800;
    color:#232323;
    text-transform:uppercase;
    margin-bottom:12px;
    line-height:1.1;
}

.gk-living-room-subtitle{
    font-size:14px;
    color:#555;
    margin-bottom:0;
}

.gk-living-room-image-wrapper{
    position:relative;
    overflow:hidden;
}

.gk-living-room-image{
    width:100%;
    height:900px;
    object-fit:cover;
    display:block;
}

/* Video Overlay */

.gk-living-room-video-card{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:520px;
    background:#0d0d0d;
    border:8px solid #232323;
    box-shadow:0 15px 40px rgba(0,0,0,.35);
}

.gk-living-room-video-thumb img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
}

.gk-living-room-btn{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:255px;
    background:#f4b400;
    border:none;
    border-radius:50px;
    padding:8px 24px;
    font-size:11px;
    font-weight:700;
    color:#222;
}

.gk-living-room-video-title{
    text-align:center;
    color:#fff;
    font-size:12px;
    padding:15px 0;
    border-top:1px solid rgba(255,255,255,.08);
}

.gk-living-room-thumbnails{
    display:flex;
}

.gk-living-room-thumb{
    flex:1;
}

.gk-living-room-thumb img{
    width:100%;
    height:65px;
    object-fit:cover;
}

/* Floating Circle */

.gk-living-room-dot{
    position:absolute;
    bottom:110px;
    left:90px;
    width:20px;
    height:20px;
    background:#2fc3ff;
    border-radius:50%;
    border:4px solid #fff;
    box-shadow:0 0 15px rgba(47,195,255,.7);
}

/* Audio Button */

.gk-living-room-audio-btn{
    position:absolute;
    right:25px;
    bottom:20px;
    width:34px;
    height:34px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.45);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    backdrop-filter:blur(4px);
}

.gk-story-cta-section{
    padding:40px 0;
    background:#ffffff;
}

.gk-story-cta-content{
    text-align:center;
}

.gk-story-cta-title{
    font-size:32px;
    font-weight:800;
    color:#222222;
    text-transform:uppercase;
    margin-bottom:8px;
    line-height:1.1;
}

.gk-story-cta-description{
    font-size:13px;
    color:#666666;
    margin-bottom:25px;
    line-height:1.6;
}

.gk-story-cta-btn-group{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.gk-story-cta-outline-btn{
    min-width:190px;
    height:50px;
    padding:0 25px;
    border:1.5px solid #222222;
    border-radius:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#222222;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    transition:all .3s ease;
}

.gk-story-cta-outline-btn:hover{
    background:#222222;
    color:#ffffff;
}

.gk-story-cta-primary-btn{
    min-width:190px;
    height:50px;
    padding:0 25px;
    border-radius:50px;
    background:#f4b400;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#222222;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    transition:all .3s ease;
}

.gk-story-cta-primary-btn:hover{
    background:#e3a700;
    color:#222222;
}


/* Responsive */



.gk-story-section{
    padding:70px 0;
    /* background:#f5f5f5; */
}

.gk-story-content{
    padding-right:30px;
}

.gk-story-title{
    font-size:35px;
    font-weight:700;
    color:#222;
    text-transform:uppercase;
    margin-bottom:12px;
    line-height:1;
}

.gk-story-subtitle{
    font-size:18px;
    font-weight:600;
    color:#333;
    margin-bottom:25px;
}

.gk-story-text{
    font-size:14px;
    line-height:1.9;
    color:#666;
    margin-bottom:18px;
}

.gk-story-main-video,
.gk-story-small-video{
    position:relative;
    overflow:hidden;
    border-radius:8px;
}

.gk-story-video-image{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.gk-story-main-video .gk-story-video-image{
    height:340px;
}

.gk-story-small-video .gk-story-video-image{
    height:140px;
}

.gk-story-play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:50px;
    height:50px;
    border-radius:50%;
    background:#f4b400;
    color:#111;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    transition:0.3s;
}

.gk-story-play-btn:hover{
    background:#e3a700;
    color:#111;
}

.gk-story-play-btn-sm{
    width:46px;
    height:46px;
    font-size:16px;
}

.gk-story-video-caption {
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    background: linear-gradient(1.24deg, #000000 1.06%, rgba(102, 102, 102, 0) 129.83%);
    width: 100%;
    left: 0px;
    padding: 10px 30px;
}


.gk-song-preview-section{
    padding:70px 0;
    background:#f5f5f5;
}

.gk-song-preview-wrapper{
    background:rgba(249, 240, 231, 1);
    padding:70px 45px;
}



.gk-song-preview-title{
    font-size:35px;
    font-weight:800;
    line-height:1;
    text-transform:uppercase;
    color:#222;
    margin-bottom:15px;
}

.gk-song-preview-subtitle{
    font-size:16px;
    line-height:1.7;
    color:#444;
    font-weight: 600;
    margin-bottom:25px;
}

.gk-song-preview-note{
    font-size:16px;
    line-height:1.5;
    font-weight:600;
    max-width: 400px;
    color:#2337a6;
    margin-bottom:0;
}

.gk-song-preview-player-wrapper{
    position:relative;
}

.gk-song-preview-banner{
    border-radius:20px;
    overflow:hidden;
    height: 200px;
    position: relative;
    z-index: 1;
}
.gk-song-preview-banner:before{
  content: "";
  background-color: rgba(8, 30, 137, 1);
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;

}

.gk-song-preview-banner-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.gk-song-preview-audio{
    background:rgba(30, 30, 30, 1);
    border-radius:20px;
    padding:10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}

.gk-song-preview-audio-player{
    width:100%;
    height:42px;
    border-radius:8px;
}
.gk-song-preview-audio img{
  width: 100%;
}

.gk-song-preview-audio-player::-webkit-media-controls-panel{
    background:#111;
}


.gk-budget-section{
    padding:70px 0;
}

.gk-budget-header{
    margin-bottom:30px;
}

.gk-budget-title{
    font-size:35px;
    font-weight:800;
    color:#222222;
    text-transform:uppercase;
    line-height:1.1;
    margin-bottom:12px;
}

.gk-budget-description{
    max-width:520px;
    font-size:14px;
    line-height:1.8;
    color:#555555;
    margin-bottom:0;
}

/* .gk-budget-row{
    border:1px solid #e4ddd3;
} */

.gk-budget-card{
    background:rgba(249, 240, 231, 1);
    border-right:1px solid #e4ddd3;
    padding:30px 20px;
    height:100%;
    min-height:135px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    text-align: center;
}

.gk-budget-row .col-lg:last-child .gk-budget-card{
    border-right:none;
}

.gk-budget-card-title{
    font-size:18px;
    line-height:1.6;
    color:#666666;
    font-weight:500;
    margin-bottom:20px;
}

.gk-budget-amount{
    font-size:30px;
    font-weight:600;
    color:#222222;
    line-height:1;
}

.gk-timeline-section{
    padding:90px 0;
    background:rgba(8, 30, 137, 1);
}

.gk-timeline-header{
    margin-bottom:60px;
}

.gk-timeline-title{
    color:#ffffff;
    font-size:35px;
    font-weight:800;
    text-transform:uppercase;
    line-height:1;
    margin-bottom:12px;
}

.gk-timeline-subtitle{
    color:rgba(255,255,255,0.9);
    font-size:15px;
    margin-bottom:0;
}

.gk-timeline-row{
    row-gap:30px;
}

.gk-timeline-item{
    text-align:center;
}

.gk-timeline-icon{
    width:74px;
    height:74px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#f6be00;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gk-timeline-icon i{
    font-size:32px;
    color:#111111;
}

.gk-timeline-label{
    color:#ffffff;
    font-size:16px;
    font-weight:400;
  
    margin-bottom: 15px;
}

.gk-timeline-date{
    display:block;
    color:#ffffff;
    font-size:20px;
    font-weight:500;
    line-height:1;
}


.gk-timeline-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}



.gk-fundraising-section{
    padding:70px 0;
}

.gk-fundraising-wrapper{
    background:rgba(249, 240, 231, 1);
}

.gk-fundraising-header{
    margin-bottom:35px;
}

.gk-fundraising-title{
    font-size:35px;
    font-weight:800;
    color:#222222;
    text-transform:uppercase;
    margin-bottom:8px;
    line-height:1.1;
}

.gk-fundraising-subtitle{
    font-size:14px;
    color:#555555;
    font-weight: 500;
    margin-bottom:0;
}

/* Progress Bar */

.gk-fundraising-progress-area{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:25px;
}

.gk-fundraising-progress{
    flex:1;
    height:14px;
    background:rgba(128, 131, 134, 1);
    border-radius:50px;
    overflow:hidden;
}

.gk-fundraising-progress-fill{
    width:40%;
    height:100%;
    background:#3db8df;
    border-radius:50px;
}

.gk-fundraising-percentage{
    font-size:16px;
    font-weight:700;
    color:#333333;
    min-width:45px;
}

/* Stats */

.gk-fundraising-stat{
    font-size:14px;
    font-weight: 500;
    color:#000;
    margin-bottom:10px;
}


.ct_grid_2_new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin-inline: auto;
}

.gk-supporter-wall-section{
    padding:80px 0;
    background:#f6f1e8;
}

.gk-supporter-wall-header{
    margin-bottom:40px;
}

.gk-supporter-wall-title{
    font-size:35px;
    font-weight:800;
    text-transform:uppercase;
    color:#222;
    margin-bottom:12px;
}

.gk-supporter-wall-subtitle{
    font-size:15px;
    color:#444;
    margin-bottom:0;
}

.gk-supporter-wall-grid{
    row-gap:12px;
    justify-content:center;
}

.gk-supporter-card{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:4px;
    text-align:center;
    padding:12px 8px;
    height:100%;
}

.gk-supporter-card h6{
    margin:0;
    font-size:13px;
    font-weight:600;
    color:#333;
}

.gk-supporter-card span{
    display:block;
    font-size:11px;
    color:#777;
    margin-top:2px;
}

.gk-supporter-share{
    margin-top:55px;
}

.gk-supporter-share-title{
    font-size:24px;
    font-weight:600;
    color:#222;
    margin-bottom:8px;
}

.gk-supporter-share-text{
    font-size:13px;
    color:#666;
    margin-bottom:25px;
}

.gk-supporter-share-buttons{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.gk-share-btn{
    min-width:110px;
    height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    text-decoration:none;
    color:#fff;
    font-size:12px;
    font-weight:500;
    border-radius:4px;
    padding:0 12px;
}

.gk-share-facebook{
    background:rgba(30, 75, 158, 1);
}

.gk-share-instagram{
    background:rgba(185, 30, 93, 1);
}

.gk-share-whatsapp{
    background:rgba(38, 123, 67, 1);
}

.gk-share-email{
    background:rgba(35, 42, 51, 1);
}

.gk-share-btn:hover{
    color:#fff;
    opacity:.9;
}


/* Prayer Wall */

.gk-prayer-wall-section{
    background:#fff;
}

.gk-prayer-wall-title{
    font-size:35px;
    font-weight:700;
    color:#1e1e1e;
    text-transform:uppercase;
    margin-bottom:10px;
}

.gk-prayer-wall-subtitle{
    font-size:16px;
    color:#333;
    margin-bottom:0;
}

.gk-prayer-wall-banner{
    position:relative;
    overflow:hidden;
}

.gk-prayer-wall-banner img{
    width:100%;
    height:450px;
    object-fit:cover;
    display:block;
}

.gk-prayer-wall-btn{
    position:absolute;
    top:18px;
    right:18px;
    background:var(--yellow);
    color:#000;
    font-size:11px;
    font-weight:700;
    padding:10px 18px;
    border-radius:50px;
    text-transform:uppercase;
    transition:.3s ease;
}

.gk-prayer-wall-btn:hover{
    color:#000;
    background:#e0aa00;
}




/* Prayer Request Form */

.gk-prayer-form-section{
    background:#ffffff;
}

.gk-prayer-form-title{
    font-size:36px;
    font-weight:700;
    color:#1f1f1f;
    text-transform:uppercase;
    margin-bottom:10px;
}

.gk-prayer-form-subtitle{
    font-size:14px;
    color:#444;
    max-width:720px;
    margin:0 auto;
}

.gk-prayer-form{
    max-width:1000px;
    margin:0 auto;
}

.gk-form-group{
    margin-bottom:18px;
}

.gk-form-label{
    display:block;
    font-size:12px;
    color:#555;
    margin-bottom:8px;
}

.gk-form-control{
    height:46px;
    border:1px solid #d8d8d8;
    border-radius:0;
    font-size:14px;
    box-shadow:none !important;
}

.gk-form-control:focus{
    border-color:var(--yellow);
}

.gk-form-textarea{
    border:1px solid #d8d8d8;
    border-radius:0;
    resize:none;
    box-shadow:none !important;
}

.gk-form-textarea:focus{
    border-color:var(--yellow);
}

.gk-form-check-wrapper{
    margin-bottom:20px;
}

.gk-form-check-label{
    font-size:12px;
    color:#555;
}

.gk-prayer-submit-btn{
    min-width:180px;
    height:52px;
    border:none;
    border-radius:50px;
    background:var(--yellow);
    color:#111;
    font-size:14px;
    font-weight:700;
    padding:0 25px;
    transition:.3s ease;
}

.gk-prayer-submit-btn:hover{
    background:#e2aa00;
}

/* Prayer Request Wall */

.gk-prayer-wall-list-section{
    background:#ffffff;
}

.gk-prayer-wall-list-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:35px;
    gap:20px;
}

.gk-prayer-wall-list-title{
    font-size:35px;
    font-weight:700;
    color:#1f1f1f;
    text-transform:uppercase;
    margin:0;
}

.gk-prayer-wall-view-btn{
    min-width:150px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--yellow);
    color:#111;
    font-size:14px;
    font-weight:700;
    border-radius:50px;
    text-decoration:none;
    transition:.3s ease;
}

.gk-prayer-wall-view-btn:hover{
    color:#111;
    background:#e2aa00;
}

.gk-prayer-wall-card{
    background:rgba(249, 240, 231, 1);
    border:1px solid rgba(153, 113, 75, 1);
    padding:20px;
    height:100%;
}

.gk-prayer-wall-message{
    font-size:15px;
    line-height:1.9;
    color:#444;
    margin-bottom:20px;
}

.gk-prayer-wall-meta{
    display:flex;
    gap:25px;
    font-size:13px;
    color:#555;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #9f9f9f;
}

.gk-prayer-wall-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.gk-prayer-wall-outline-btn{
    border:1px solid #222;
    background:transparent;
    color:#222;
    font-size:11px;
    font-weight:700;
    border-radius:50px;
    padding:10px 16px;
    transition:.3s ease;
}

.gk-prayer-wall-outline-btn:hover{
    background:#222;
    color:#fff;
}

.gk-prayer-wall-yellow-btn{
    border:none;
    background:var(--yellow);
    color:#111;
    font-size:11px;
    font-weight:700;
    border-radius:50px;
    padding:10px 16px;
    transition:.3s ease;
}

.gk-prayer-wall-yellow-btn:hover{
    background:#e2aa00;
}


.gk-testimony-status{
    font-size:18px;
    font-weight:600;
    color:rgba(96, 60, 25, 1);
    text-transform:capitalize;
}


.gk-song-list{
    background:#f8f8f8;
    padding:20px;
}

.gk-song-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 0;
    border-bottom:1px solid #e5e5e5;
}

.gk-song-info{
    display:flex;
    align-items:center;
    gap:12px;
}

.gk-song-play{
    width:28px;
    height:28px;
    border-radius:50%;
    background:var(--blue);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    flex-shrink: 0;
}

.gk-song-title{
    font-size:12px;
    font-weight:500;
}

.gk-song-item small{
    color:#777;
    font-size:11px;
}
.form-check-input:checked{
  background-color: var(--blue);
  border-color: var(--blue);
}
.form-check-input:focus{
  box-shadow: unset;
}

.gk-personal-reflection-wrapper{
    background:#f7f2ea;
    padding:40px;
}

.gk-gift-tree-image-wrapper{
    position:relative;
}

.gk-gift-tree-back-btn{
    position:absolute;
    top:20px;
    right:20px;
    min-width:auto;
    padding:8px 18px;
    font-size:11px;
}


.gk-project-filter-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:30px;
}

.gk-project-filter-btn{
    border:1px solid #d4d4d4;
    background:#fff;
    border-radius:30px;
    padding:8px 18px;
    font-size:11px;
    font-weight:600;
}

.gk-project-filter-btn.active{
    background:var(--yellow);
    border-color:var(--yellow);
}

.gk-project-item{
    display:flex;
    gap:20px;
    align-items:center;
    padding:30px 0;
}
.gk-project-item_bg:nth-child(odd){
  background-color:rgba(240, 240, 240, 1);
}
.gk-project-item_bg:nth-child(even){
  background-color:rgba(249, 240, 231, 1);
}
.gk-project-item_bg{
  padding-inline: 15px;
}

.gk-project-image {
    width: 100%;
    max-width: 270px;
    flex-shrink: 0;
}

.gk-project-image img{
    width:100%;
    border-radius:6px;
    object-fit: cover;
    height: 180px;
}

.gk-project-content{
    flex:1;
}

.gk-project-content h4{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
}

.gk-project-content p{
    font-size:16px;
    color:#666;
    max-width: 430px;
}

.gk-project-progress{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:15px;
}

.gk-project-progress .gk-fundraising-progress{
    flex:1;
    margin-bottom:0;
}

/* .gk-project-action{
    width:180px;
} */
.gk-policy-section{
            background:#061f9d;
            padding:70px 0;
        }

        .gk-policy-wrapper{
            border:1px dashed rgba(255,255,255,.6);
            padding:40px 35px;
        }

        .gk-policy-title{
            color:rgba(251, 188, 5, 1);
            font-size:35px;
            font-weight:500;
            text-transform:uppercase;
            margin-bottom:10px;
        }

        .gk-policy-text{
            color:#ffffff;
            font-size:18px;
            line-height:1.8;
            margin-bottom:10px;
            max-width:1050px;
        }

        .gk-policy-highlight{
            color:rgba(251, 188, 5, 1);
            font-size:20px;
            font-weight:500;
            font-style:italic;
            margin:0;
        }


        .gk-author-image img{
    width:100%;
    object-fit:cover;
    height: 450px;
    object-position: center
}


.gk-tree-v2-panel{
    position:relative;
}

.gk-tree-v2-bg{
    height:850px;
    object-fit:cover;
}

.gk-tree-v2-overlay{
    position:absolute;
    inset:0;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

.gk-tree-v2-title{
    text-align:center;
    color:#fff;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:120px;
    font-size: 28px;
}

.gk-tree-v2-card {
    max-width: 490px;
    background: #1e1e1e;
    border: 2px solid var(--yellow);
    border-radius: 12px;
    padding: 15px;
    color: #fff;
    position: absolute;
    bottom: 20%;
    right: 50px;
}

.gk-tree-v2-card h5{
    font-size:16px;
    font-weight:500;
}

.gk-tree-v2-card p{
    color:#cfcfcf;
}

.ct_img_h_170{
    height: 120px;
}

@media(max-width:991px){

    .gk-tree-v2-bg{
        height:600px;
    }

    .gk-tree-v2-title{
        margin-bottom:60px;
    }

    .gk-tree-v2-card{
        max-width:100%;
    }
}

@media(max-width:767px){

    .gk-tree-v2-bg{
        height:500px;
    }

    .gk-tree-v2-overlay{
        padding:15px;
    }

    .gk-tree-v2-title{
        font-size:18px;
        margin-bottom:30px;
    }
}



.gk-support-plan-title{
    font-size:32px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:5px;
}

.gk-support-plan-subtitle{
    font-size:14px;
    color:#666;
}
.ct_fw_600{
    font-weight: 600;
}

.gk-support-card {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 12px;
    background-color: #fff;
    padding: 20px 5px;
    height: 100%;
    text-align: center;
    display: grid;
}

.gk-support-card h6{
    font-size:15px;
    font-weight:700;
    margin-bottom:15px;
}

.gk-support-price{
    font-size:30px;
    font-weight:700;
    margin-bottom:10px;
    line-height: 26px;
}

.gk-support-price span{
    font-size:13px;
    font-weight:500;
}

.gk-support-price-small{
    font-size:14px;
    margin:25px 0;
}

.gk-support-card ul{
    text-align:left;
    padding-left:18px;
    /* min-height:80px; */
    margin-bottom:20px;
}

.gk-support-card ul li{
    font-size:12px;
    margin-bottom:8px;
}

.gk-library-box{
    border:1px dashed #cfcfcf;
    padding:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.gk-library-box h5{
    font-size:16px;
    font-weight:600;
    margin-bottom:5px;
}

.gk-library-box p{
    margin:0;
    font-size:14px;
    font-weight: 500;
}

.gk-ministry-info p{
    font-size:14px;
    font-weight: 500;
}

.gk-ministry-info h6{
    font-size:15px;
    font-weight:700;
}

.gk-ministry-info ul{
    padding-left:18px;
}

.gk-ministry-info ul li{
    font-size:14px;
}
.gk-compassion-section{
    background:#f7f2ea;
}

.gk-compassion-subtitle{
    font-size:20px;
    font-weight:500;
    line-height:1.4;
    color:#333;
    margin-bottom:15px;
}

.gk-compassion-text{
    font-size:15px;
    color:#666;
    line-height:1.8;
    margin-bottom:15px;
}
.gk-compassion-image img{
    height: 400px;
    object-fit: cover;
}

.gk-compassion-social{
    display:flex;
    gap:12px;
}

.gk-compassion-social a{
    width:36px;
    height:36px;
    border:1px solid var(--blue);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--blue);
    text-decoration:none;
    transition:.3s ease;
}

.gk-compassion-social a:hover{
    background:var(--blue);
    color:#fff;
}


.gk-calendar-section{
    padding:60px 0;
}

#gkEventCalendar{
    max-width:1100px;
    margin:auto;
}

/* Header */

.fc .fc-toolbar-title{
    font-size:20px !important;
    font-weight:600;
}

.fc .fc-button{
    background:#fff !important;
    color:#333 !important;
    border:1px solid #dcdcdc !important;
    border-radius:50px !important;
   
}
.fc .fc-col-header-cell-cushion{
    color: #000;
}
.fc .fc-daygrid-day-number{
    color: #000;
}
/* Event Card */

.gk-event-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.gk-event-card img{
    width:100%;
    height:110px;
    object-fit:cover;
}

.gk-event-content{
    padding:10px;
}

.gk-event-date{
    font-size:11px;
    color:#777;
}

.gk-event-title{
    font-size:13px;
    font-weight:600;
    margin:8px 0;
}

.gk-event-link{
    font-size:12px;
    color:#081e89;
    font-weight:600;
    text-decoration:none;
}

/* Highlight Day */

.gk-highlight-day{
    background:#f6e29c !important;
}

.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr{
    justify-content: start !important;
    gap: 20px !important;
}

  .fc-button-group{
    gap: 10px !important;
  }
  .fc .fc-button{
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center  !important;
    justify-content: center!important;
  }
  


  /* Hero Banner */

.gk-hero-banner-inner{
    position: relative;
    min-height: 650px;
    overflow: hidden;
}

.gk-hero-banner-img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gk-hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.65) 0%,
        rgba(0,0,0,0.45) 35%,
        rgba(0,0,0,0.15) 100%
    );
}

.gk-hero-content{
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 170px 0;
    color: #fff;
}

.gk-hero-title{
    font-size: 30px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 20px;
    color: #fff;
}
.gk-hero-title span{
    font-size: 42px;
}

.gk-hero-text{
    max-width: 620px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255,255,255,.9);
}

/* Yellow Button */

.gk-btn-primary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 52px;
    background: rgba(254, 195, 67, 1);
    color: #111;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

/* White Outline Button */

.gk-btn-outline-white{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 52px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
}

.gk-btn-outline-white:hover{
    background: #fff;
    color: #111;
}
.ct_support_value_bg_1{
    background-color: rgba(248, 240, 230, 1);
    padding: 36px 15px 36px 113px;
}
.ct_support_value_bg_2{
    background-color: rgba(240, 240, 240, 1);
        padding: 36px 113px 36px 15px;
}
 .gk-compassion-subtitle{
        font-size:22px;
 


}

/* Responsive */


/* About Ministry Section */

.gk-about-ministry-section{
    background:#f7f2ea;
}

.gk-about-images {
    display: grid;
    align-items: flex-start;
    gap: 20px;
    grid-template-columns: auto auto;
}

.gk-about-img-small{
    flex:0 0 38%;
}

.gk-about-img-large{
    flex:0 0 50%;
}

.gk-about-img-small img,
.gk-about-img-large img{
    width:100%;
    object-fit:cover;
}

.gk-about-img-small img{
    height:340px;
}

.gk-about-img-large img{
    height:340px;
}

.gk-about-tag{
    display:block;
    font-size:12px;
    font-weight:700;
    color:#081e89;
    text-transform:uppercase;
    margin-bottom:15px;
}

.gk-about-title{
    font-size:35px;
    line-height:1.05;
    font-weight:800;
    text-transform:uppercase;
    color:#222;
    margin-bottom:25px;
}

.gk-about-text{
    font-size:14px;
    line-height:1.8;
    color:#666;
    max-width:720px;
    margin-bottom:30px;
}

.gk-about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:170px;
    height:52px;
    background:rgba(254, 195, 67, 1);
    color:#111;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    font-size:14px;
    text-transform:uppercase;
}

.gk-about-btn:hover{
    color:#111;
}
img.ct_home_shape {
    width: 100%;
    object-fit: cover;
}
.ct_blue_text{
    color: var(--blue);
    font-size: 14px;
    letter-spacing: .5px;
}

.gb-live-concert-section{
    background: url(../img/upcomming_bg.jpg);
    padding:80px 0;
    position:relative;
    overflow:hidden;
    z-index: 1;
}
.gb-live-concert-section:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 30, 137, 1);
    opacity: 0.8;
    z-index: -1;
}

.gb-live-concert-heading {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
    margin-bottom: 12px;
    line-height: 1;
    text-align: end;
}
.gb-live-concert-card{
    max-width:1000px;
    margin:auto;
}

.gb-live-concert-image img{
    width:100%;
    height:420px;
    object-fit:cover;
}

.gb-live-concert-content{
    padding-top:20px;
}

.gb-live-concert-title {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
    margin-top: -72px;
    top: -30px;
    left: -50px;
}

.gb-live-concert-meta{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:15px;
    color:#fff;
    font-size:13px;
    margin-bottom:15px;
}

.gb-live-concert-text{
    color:#fff;
    font-size:15px;
    line-height:1.8;
    max-width:850px;
    margin-bottom:25px;
}

.gb-watch-btn_outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:180px;
    height:48px;
    border:1px solid #fff;
    border-radius:50px;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    transition:.3s ease;
}

.gb-watch-btn_outline:hover{
    background:#fff;
    color:#081e89;
}


.ct_home_podcast_bg{
    position: relative;
    z-index: 1;
    padding-block: 80px;
}
.ct_home_podcast_bg:before{
    content: "";
    position: absolute;
    inset: 0px;
    background: url(../img/home_latest_bg_home.jpg);
    z-index: -1;
}

.ct_home_podcast_bg:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    
    background: url(../img/latest_podcast_poverlay_bg.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.ct_home_podcast_bg .ct_track_list_scroll {
    background: transparent;
    margin-top: 0px;
    padding-block: 0px;
}
.ct_home_podcast_bg .track-item {
    padding: 0px;
}
.ct_home_podcast_bg .social-links{
margin-top: 5px;
}
/* Responsive */


.gk-library-slider-section{
    background:#07070d;
    padding:80px 0;
    position:relative;
    overflow:hidden;
}

.gk-library-slider-section .main-title{
    color:#fff;
}

.gk-library-slider .item{
    padding:0 10px;
}

/* Owl Arrows */

.gk-library-nav{
    display:flex;
    gap:10px;
}

.gk-library-nav .owl-prev,
.gk-library-nav .owl-next{
    width:40px;
    height:40px;
    border:1px solid rgba(255,255,255,.3)!important;
    border-radius:50%;
    color:#fff!important;
    background:transparent!important;
}

.gk-library-nav .owl-prev:hover,
.gk-library-nav .owl-next:hover{
    background:var(--yellow)!important;
    color:#000!important;
}

.ct_home_library_bg_overlay{
    position: relative;
    z-index: 1;
}

.ct_home_library_bg_overlay:before{
    content: '';
    position: absolute;
    inset: 0px;
    z-index: -1;
    background-image: url(../img/home_library_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ct_fs_20{
    font-size: 18px !important;
}
.ct_fw_500{
    font-weight: 500;
}

.gb-book-concert-tag{
    display:block;
    color:#5ec7ff;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:10px;
}

.gb-book-concert-text{
    color:rgba(255,255,255,.9);
    font-size:15px;
    line-height:1.8;
    max-width:620px;
    margin:0 auto 30px;
}

.gb-book-concert-section{
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:url(../img/book_concert_bg_12.jpg);
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.gb-book-concert-section:before{
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -1;
    background-color: rgba(8, 30, 137, 1);
    opacity: 0.8;
}

.gb-testimonial-section{
    position: relative;
    overflow: hidden;
    padding: 90px 0 90px;
    background: url(../img/testimonial_Bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    z-index: 1;
}
.gb-testimonial-section:before{
    content: "";
    position: absolute;
    inset: 0px;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
}

/* Outline Heading Background */

.gb-testimonial-marquee{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    display: flex;
    gap: 40px;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
}

.gb-testimonial-marquee span{
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.25);
    color: transparent;
}

/* Content */

.gb-testimonial-tag{
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.gb-testimonial-card{
    max-width: 820px;
    margin: auto;
}

.gb-testimonial-quote{
    font-size: 50px;
    color: var(--yellow);
    margin-bottom: 0px;
}

.gb-testimonial-text{
    color: #fff;
    font-size: 16px;
    line-height: 2;
    max-width: 760px;
    margin: 0 auto 30px;
}

.gb-testimonial-name{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.gb-testimonial-role{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

/* Owl Dots */

.gb-testimonial-slider .owl-dots{
    margin-top: 35px;
    text-align: center;
}

.gb-testimonial-slider .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px;
    background: rgba(255,255,255,.4);
    display: inline-block;
    border-radius: 100px;
}

.gb-testimonial-slider .owl-dot.active span{
    background: var(--yellow);
}

.gb-gallery-section{
    overflow: hidden;
}

.gb-gallery-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.gb-gallery-item{
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.gb-gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.gb-gallery-item:hover img{
    transform: scale(1.08);
}

/* Tablet */
.ct_home_news_leeter_bg{
    background-image: url(../img/news_letter_home_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Mobile */


