* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*-- Varibale Define -- */
:root {
    --main-color: #de651a;
    --text-color: #2E2E2E;
    --main-color-dark: #bf5615;
    --color1: #de651a;
    --color2: #bf5615;
}

/* ======== Reset ======== */

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

.disc li {
    list-style-type: disc;
}

a:active,
a:focus {
    outline: none;
}

p {
    font-size: 15px;
}

/* ================== Global Classes ==================== */
.brand-bg {
    background-color: var(--main-color);
}

.text-color {
    color: var(--text-color);
}

.text-color-main {
    color: var(--main-color);
}

.sec-pad {
    padding: 50px 0 0 0;
}

.brand-bg-dark {
    background-color: var(--main-color-dark);
}

.disc {
    list-style-type: disc;
}

.sec-title {
    font-size: 22px;
}

/* ====================== Google Translator Reset Section =============== */

.goog-te-banner-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0px;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none;
}

.skiptranslate.goog-te-gadget:nth-child(2) {
    display: none !important;

}

.goog-te-gadget-icon {
    display: none;
}


.goog-te-combo,
.download-button {
    background-color: var(--main-color) !important;
    border: 0 !important;
    font-size: 10pt;
    display: inline-block;
    padding: 10px 10px !important;
    cursor: pointer;
    zoom: 1;
    color: white;
}

.goog-te-combo:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.goog-te-combo span {
    color: #3e3065 !important;

}

.remove-scroll-bar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* ====================================== */

/* .header {
    height: 55px;
} */

.logo-img img {
    max-width: 45px;
    width: 100%;
}

.header .nav li {
    margin-right: 10px;
}

.header .nav li:last-child {
    margin-right: 0px;
}

.brand-name {
    font-size: 35px;
    font-weight: 700;
    color: var(--main-color);
}

.footer .brand-name {
    font-size: 28px;
}

.download-text {
    font-size: 14px;
    color: #fff;
}

.nav-item {
    margin: 0 20px;
}

.navbar-nav .nav-item .nav-link {
    padding: 15px 20px;
    color: #fff;
}

.become-members {
    background-color: var(--text-color);
}

/* ================== Drop down =========== */
.nav-item {
    position: relative;
}

.dropdown {
    display: none;
    position: absolute;
    background-color: #bf5615;
    padding: 5px 0;
    width: 100%;
    z-index: 999;
}

.nav-item:hover .dropdown {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown a {
    color: white;
    padding: 10px 15px;
    display: block;
    /* Block display for full-width clickable area */
    transition: background-color 0.3s ease;
}

.dropdown a:hover {
    background-color: var(--main-color);
    /* Change background on hover */
}

/* ====================== Bootstrap Reset Section =============== */

#hero-section-slider .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    background-color: var(--text-color);

}

#hero-section-slider .carousel-inner {
    height: 620px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--text-color);
}

#hero-section-slider .carousel-indicators {
    margin-bottom: 0;

}

/* ================= counter-section ==================== */
.counter-section {
    background-color: #edaf8814;
    padding-bottom: 50px;
}

.counter-box {
    height: 150px;
    background-color: #edaf8814;

}

.counter-box h4 {
    font-size: 15px;
}

/* ============ About Section ================ */
.abt-content .btn {
    font-size: 16px;
    width: 150px;

}

.abt-content .btn:hover {
    background-color: var(--main-color-dark);
}


/* =============== Upcomming Event =============== */
.upcomming-event {
    background-color: #fff6f5;

}

.upcomming-event .sec-heading {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
    position: relative;
    text-align: center;

}

.scroll-item .date {
    font-size: 12px;
    position: absolute;
    right: 10px;
}

.scroll-item p {
    margin-bottom: 0;
}

.upcomming-event .sec-heading::before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/date.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    left: 0;
    top: -8px;
}

.border-color {
    border-color: var(--main-color) !important;
}

.upcomming-event .table {
    --bs-table-bg: transparent;
}

.table tbody tr {
    font-size: 14px;
    border-color: rgba(255, 250, 250, 0);
}

.table tbody th {
    font-weight: 300;
}

.table tbody td {
    border-color: #DADADA;
    padding-left: 0;
    border-bottom-width: 0.75px !important;
    border-top-width: 0.75px !important;
}

/* ======================== */
.vertical-scroll-container h2 {
    font-size: 16px;
    position: relative;
    z-index: 999;
    color: #000;

}

/* Common styles for all scroll sections */
.vertical-scroll-container {
    width: 100%;
    /* Full width */
    height: 321px;
    /* Set height for the scrolling window */
    overflow: hidden;
    /* Hide content that goes beyond the container */
    position: relative;
}

.vertical-scroll-content {
    display: flex;
    flex-direction: column;
    /* Vertically align items */
    gap: 20px;
    /* Space between items */
    animation: verticalScroll 10s linear infinite;
    /* Infinite vertical scrolling animation */
}

.scroll-item {
    font-size: 14px;
    font-weight: 400;

}

@keyframes verticalScroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.vertical-scroll-content:hover {
    animation-play-state: paused;
}

/* ================= GallerySection ================= */



.thumbnail {

    height: auto;
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black background with opacity */
    justify-content: center;
    /* Centered */
    align-items: center;
    /* Centered */
}

.popup-content {
    max-width: 90%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

/* ================= Join Menber Form ================= */

.join-member-form h2::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: var(--main-color);
    transition: width .4s ease-in;
    transform-origin: center;
}

.join-member-form h2:hover::after {
    width: 100%;
}

.join-member-form button:hover {
    background-color: var(--main-color-dark);
}

.field-title {
    border-bottom: 1.5px dashed #edd5c6;
    font-weight: 600;
    text-transform: uppercase;
}

.join-member-form .form-label {
    font-size: 13px;
}

/* -===================== Easy to register =================== */
.shape {
    background-color: var(--main-color-dark);
    height: 85px;
    width: 85px;
    border-radius: 50%;
}

.registration-title h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 17px;
}

/* =================== Footer Section ================= */
.footer {
    background-color: var(--main-color);
    padding: 30px 0;
}

.contact-section li {
    margin-bottom: 30px;
    position: relative;
}

.contact-section li:last-child {
    margin-bottom: 0;
}



.contact-section li h5,
.important-links h5 {
    font-size: 18px;

}

.contact-section li p,
.contact-section li a,
.important-links li a {
    font-size: 14px;

}

/* ================================ about-hero-section ============================= */
.about-hero-section {
    height: 75vh;
    background-image: url(../images/img/amrit-klyan-seva-trust-17.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}


.abt-2_imgslider {
    border-top: 10px dashed var(--main-color-dark);
    border-left: 10px solid var(--main-color-dark);
}

.abt-2_imgslider {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    box-shadow: 20px 20px var(--main-color);

}

.history {
    background-color: #fff6f5;
}

.abt-2_imgsliders {
    display: flex;
    transition: transform 1s linear;
}

.abt-2_imgsliders img {
    width: 100%;
    height: 350px;
    /* Maintain aspect ratio */
    flex-shrink: 0;
}

/* ======= Time  Line Section  */
.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    border-right: 10px solid var(--color1);
    width: 50%;
    padding: 10px 20px 10px 0;
    box-shadow: 10px 0 var(--color2);
    float: left;
}

.main-timeline .timeline-content {
    text-align: center;
    display: block;
    position: relative;
    border-radius: 10px 10px;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
    content: "";
    background: var(--color2);
    width: 80px;
    height: 3px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -120px;
}

.main-timeline .timeline-content:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: -125px;
}

.main-timeline .timeline-year {
    color: #fff;
    background: var(--color2);
    font-size: 18px;
    font-weight: 400;
    padding: 3px 20px 2px;
    border-radius: 100px;
    border: 5px solid var(--color1);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -250px;
}

.main-timeline .title {
    color: #fff;
    background: var(--color2);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 10px 9px;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.main-timeline .description {
    color: var(--text-color);
    font-size: 15px;
    letter-spacing: 1px;
    padding: 20px 10px;
    border-radius: 0 0 10px 10px;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    float: right;
    border: none;
    border-left: 10px solid var(--color2);
    box-shadow: -10px 0 var(--color1);
    padding: 10px 0 10px 20px;
    margin: 0 0 0 10px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    left: -120px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    right: auto;
    left: -125px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    right: auto;
    left: -250px;
}

@media screen and (max-width:767px) {

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 100px 0 20px 20px;
        margin: 0 0 0 10px;
        box-shadow: -10px 0 var(--color2);
        border: none;
        border-left: 10px solid var(--color1);
        float: none;
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        top: -50px;
        left: -20px;
        width: 50px;
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        width: 15px;
        right: auto;
        left: 15px;
    }

    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year {
        transform: translateX(-50%);
        top: -85px;
        left: 50%;
        right: auto;
    }
}

/* ================== News Page Dessing styling ================*/
.breaking-news-headline {
    display: block;
    position: absolute;
    font-family: arial;
    font-size: 13px;
    margin-top: -22px;
    color: white;
    margin-left: 150px;
  }
  
  .breaking-news-title {
    background-color: var(--main-color-dark);
    display: flex;
    align-items: center;
    color: #fff;
    height: 100%;
    width: 50%;
    font-family: arial;
    font-size: 16px;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    margin-left: 20px;   
    z-index: 3;
    font-weight: 600;
  }
  .breaking-news-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 0;
    left: -12px;
    border-left: 12px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 47px solid var(--main-color-dark);
  }
  .breaking-news-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    right: -12px;
    top: 0;
    border-right: 12px solid transparent;
    border-left: 0px solid transparent;
    border-top: 47px solid var(--main-color-dark);
  }
  
  
  #breaking-news-container {
    height: 67px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px; 
    background: #fff;
    padding: 10px 0;
  }
   
  .animated {
    -webkit-animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.2s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
  }
  
  .delay-animated {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.4s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
   
  .slidein {
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
    -o-animation-name: slidein;
    animation-name: slidein;
  }
  
  
  
  @-webkit-keyframes slidein {
    from {
      margin-left: 800px;
    }
    to {
      margin-top: 0px;
    }
  }
  @-moz-keyframes slidein {
    from {
      margin-left: 800px;
    }
    to {
      margin-top: 0px;
    }
  }
  .slideup {
    -webkit-animation-name: slideup;
    -moz-animation-name: slideup;
    -o-animation-name: slideup;
    animation-name: slideup;
  }
  
  @-webkit-keyframes slideup {
    from {
      margin-top: 30px;
    }
    to {
      margin-top: 0;
    }
  }
  @-moz-keyframes slideup {
    from {
      margin-top: 30px;
    }
    to {
      margin-top: 0;
    }
  }
  .announcement-title h3 {
    font-size: 17px;
    font-weight: 400;
  }