:root {
    --primary-color: #007944;
    --secondary-color: #F2765A;
    --third-color: #080808;
    --Inter: "Inter", sans-serif;
    --Playfair: "Playfair Display", serif;
    --font-bn: "Noto Serif Bengali", serif;
    --font-ar: "Noto Naskh Arabic", serif;
    --font-ar: "Noto Naskh Arabic", serif;
}
body {
  font-family: var(--Inter);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--third-color);

  @media all and (min-width: 1400px) {
    font-size: 18px;
  }

  @media all and (max-width: 575px) {
    font-size: 15px;
  }
}
.mega-heading,.large-heading,.medium-heading,.small-heading,h1,h2,h3,h4,h5,h6 {
    font-family: var(--Playfair);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .5px
}
.theme-heading {
    @media all and (min-width: 1400px) {
        font-size:48px
    }

    @media all and (min-width: 992px) and (max-width:1399.9px) {
        font-size:40px
    }

    @media all and (min-width: 768px) and (max-width:991.9px) {
        font-size:32px
    }

    @media all and (min-width: 576px) and (max-width:767.9px) {
        font-size:26px
    }

    @media all and (max-width: 575.9px) {
        font-size:20px;
    }
}

.title-font {
    font-family: var(--Messiri);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .5px
}
.header-area .container,.main-slider .container {
    max-width: none;
    width: auto;
    padding: 0;
    margin: 0 15px
}
.padding-top-bottom,.footer-upper,.secPadding {
    position: relative;
    @media all and (min-width: 1400px) {
        padding-top:100px;
        padding-bottom:100px}

    @media all and (min-width: 992px) and (max-width:1399.99px) {
        padding-top:80px;
        padding-bottom:80px}

    @media all and (min-width: 768px) and (max-width:991.99px) {
        padding-top:60px;
        padding-bottom:60px}

    @media all and (min-width: 576px) and (max-width:767.99px) {
        padding-top:50px;
        padding-bottom:50px}

    @media all and (max-width: 575px) {
        padding-top:30px;
        padding-bottom:30px}

    .container {
        z-index: 5;
        position: relative;
        @media all and (min-width: 1500px) {
            max-width:1440px
        }

        @media all and (min-width: 1200px) and (max-width:1499.9px) {
            max-width:1350px
        }

        @media all and (min-width: 576px) and (max-width:1199.98px) {
            max-width:100%
        }
    }
}

.theme-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: var(--primary-color);
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: #000 !important;
    line-height: 1;
    padding: 16px 30px;
    border-radius: 30px;
    transition: 0.3s cubic-bezier(.25, .46, .45, .50);
    overflow: hidden;
    text-align: center;

    .btn-text {
        display: inline-block;
        position: relative;
        z-index: 1;

        &::after {
            top: 0;
            left: 0;
            opacity: 0;
            width: 100%;
            display: block;
            transition: 0.5s;
            position: absolute;
            background: #fff0;
            content: attr(data-back);
            transform: translateY(240%)
        }

        &::before {
            top: 0;
            left: 0;
            opacity: 1;
            display: block;
            transition: 0.5s;
            position: relative;
            content: attr(data-front);
            transform: translateY(0)
        }
    }

    &::after {
        content: "";
        width: 100%;
        height: 100%;
        background: var(--secondary-color);
        position: absolute;
        top: 100%;
        left: 0;
        border-radius: 100%;
        z-index: -1;
        transition: .5s ease-in-out
    }

    &:hover {
        color: #fff !important;

        &::after {
            top: 0%;
            border-radius: 0%
        }

        .btn-text {
            &::after {
                opacity: 1;
                transform: translateY(0%)
            }

            &::before {
                opacity: 0;
                transform: translateY(-240%)
            }
        }
    }

    @media all and (max-width: 575.9px) {
        letter-spacing: 0;
        padding: 12px 20px;
        font-size: 14px;
    }
}

.theme-list {
    padding-left: 0;
    list-style-type: none;
    li {
        padding-left: 25px;
        position: relative;
        &:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 18px;
        height: 18px;
        /* background-image: url(/images/check-mark-solid-icon-yellow.svg); */
        }
    }
}

img {
border: 0;
width: auto;
height: auto;
max-width: 100%;
vertical-align: middle;
-ms-interpolation-mode: bicubic; }

.flex {
display: flex; }

.between {
justify-content: space-between; }


header {
padding-top: 10px;
padding-bottom: 10px;
position: relative;
z-index: 9999;
width: 100%;
transition: .5s;
.logo {
max-width: 90px;
}

}
@media (max-width: 991px) {
header nav#siteNavbar.navbar {
display: flex;
flex-direction: column;
position: fixed;
top: 0;
height: 100%;
z-index: 9998;
overflow-x: hidden;
overflow-y: auto;
background-color: #fff;
padding: 15px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
box-shadow: 1px 0px 5px whitesmoke;
left: -320px;
width: 300px; }
header nav#siteNavbar.navbar.is-open,
header nav#siteNavbar.navbar.open {
left: 0; }
body.site-nav-open::before {
content: '';
position: fixed;
inset: 0;
background: rgba( 0, 0, 0, 0.45 );
z-index: 9997; } }

nav > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin: 0;
list-style: none; }
@media all and (min-width: 992px) {
nav > ul {
flex-direction: row; } }
nav > ul > li {
padding: 0 1rem; }
nav > ul > li:hover > a {
color: #FB6514; }
nav > ul a {
color: #344054;
position: relative;
text-transform: capitalize;
padding: 10px 0;
display: block;
font-weight: 600;
text-decoration: none; }
nav > ul .dropdown {
position: relative; }
nav > ul .dropdown > a {
padding-right: 20px; }
nav > ul .dropdown .arrow {
position: absolute;
right: 0;
top: 0;
padding: 22px;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer; }
nav > ul .dropdown .arrow:before {
position: absolute;
right: 1rem;
content: "\f107";
font-family: FontAwesome;
font-weight: 600;
transition: 0.5s; }
nav > ul .dropdown > ul {
padding: 10px;
margin: 0;
list-style: none; }
@media all and (min-width: 992px) {
nav > ul .dropdown > ul {
background: #fff;
top: 120%;
z-index: 99;
display: block;
min-width: 276px;
width: max-content;
opacity: 0;
visibility: hidden;
left: 1rem;
box-shadow: 0px 8px 8px -4px #10182808, 0px 20px 24px -4px #10182814;
position: absolute;
-webkit-transition: top .3s;
-moz-transition: top .3s;
-o-transition: top .3s;
-ms-transition: top .3s;
transition: top .3s; } }
@media all and (max-width: 991px) {
nav > ul .dropdown > ul {
display: none; }
nav > ul .dropdown.is-open > ul {
display: block; } }
nav > ul .dropdown > ul > li a {
padding-left: 10px;
padding-right: 10px; }
nav > ul .dropdown > ul > li:hover > a {
color: #FB6514; }
nav > ul .dropdown > ul .dropdown ul {
left: -100%; }
nav > ul .dropdown > ul .dropdown:hover > ul {
left: 100%;
top: -10px;
background: whitesmoke; }
@media all and (min-width: 992px) {
nav > ul .dropdown > ul .dropdown:hover .arrow:before {
transform: rotateZ(-90deg); } }
nav > ul .dropdown:hover > ul {
top: 100%;
opacity: 1;
visibility: visible; }
nav > ul .dropdown:hover > a + .arrow:before {
color: #FB6514; }

.menu-icon {
display: flex;
text-align: center;
width: 30px;
height: 30px; }
@media all and (max-width: 991px) {
.menu-icon {
position: relative;
z-index: 9999;
flex-shrink: 0; } }
@media all and (min-width: 992px) {
.menu-icon {
display: none; } }
.menu-icon .menu-icon-in {
width: 30px;
height: 30px;
position: relative;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
display: inline-block; }
.menu-icon .menu-icon-in span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 1px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
background-color: #FB6514;
border-radius: 10px; }
.menu-icon .menu-icon-in span:nth-child(1) {
top: 10%; }
.menu-icon .menu-icon-in span:nth-child(2) {
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
.menu-icon .menu-icon-in span:nth-child(3) {
bottom: 10%; }
.menu-icon .menu-icon-in:hover span {
background-color: #000; }
.menu-icon .menu-icon-in.open span:nth-child(1) {
top: 13px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
width: 100%;
background-color: #000; }
.menu-icon .menu-icon-in.open span:nth-child(2) {
opacity: 0;
left: -60px; }
.menu-icon .menu-icon-in.open span:nth-child(3) {
top: 13px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
width: 100%;
background-color: #000; }

.cta {
display: flex;
align-items: center; }
.cta > :nth-child(1) {
color: #71a95a;
display: flex;
align-items: center;
font-weight: 600;
line-height: 24px;
margin-right: 20px;
text-decoration: none; }
.cta > :nth-child(1) > img {
margin-right: 9px; }
.cta > :nth-child(2) {
margin-right: 20px;
background-color: #007944;
color: #fff;
padding: 10px 18px;
border-radius: 100px;
text-decoration: none;
font-weight: 600;
line-height: 24px; }
.cta > :nth-child(3) {
width: 45px;
height: 45px;
border-radius: 50%;
background: #25D366;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-size: 22px;
}


.custom-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #d4a474;
    color: #ffffff;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom:10px;
    
}

.custom-badge i {
    font-size: 1rem;
}

.fig-cap{
    background:var(--primary-color);
    color:white;
    padding:10px 10px;
    text-align:center;
}
































        .btn-cta {
            background-color: #d4a373;
            border: none;
            padding: 12px 32px;
            font-weight: 600;
            border-radius: 40px;
            transition: 0.3s;
            color: #1e2a3e;
        }

        .btn-cta:hover {
            background-color: #bc8a5f;
            transform: translateY(-3px);
            color: white;
        }

        .section-spacing {
            padding: 80px 0;
        }

        .section-title {
            margin-bottom: 48px;
            text-align: center;
            font-weight: 700;
            position: relative;
        }

        .section-title:after {
            content: "";
            display: block;
            width: 70px;
            height: 3px;
            background: #d4a373;
            margin: 12px auto 0;
            border-radius: 10px;
        }

        .stat-card {
            background: #f8f9fc;
            border-radius: 24px;
            padding: 24px 16px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
            transition: all 0.25s ease;
            text-align: center;
            border-bottom: 3px solid #d4a373;
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: #2c3e50;
            font-family: "Playfair Display", serif;
        }

        .message-card {
            background: #fef9f2;
            border-left: 5px solid #d4a373;
            border-radius: 24px;
            transition: 0.2s;
            height: 100%;
        }

        .message-card h4 {
            color: #2c3e50;
            font-weight: 700;
        }

        .alumni-card,
        .news-card,
        .event-card {
            border: none;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 12px 25px -10px rgba(0, 0, 0, 0.08);
            transition: transform 0.25s ease;
            background: #fff;
            height: 100%;
        }

        .alumni-card:hover,
        .news-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.15);
        }

        .alumni-img {
            height: 260px;
            object-fit: cover;
            width: 100%;
        }

        .btn-outline-custom {
            border: 1.5px solid #d4a373;
            color: #d4a373;
            border-radius: 40px;
            padding: 8px 28px;
            font-weight: 500;
            background: transparent;
        }

        .btn-outline-custom:hover {
            background: #d4a373;
            color: white;
        }

        .footer {
            background-color: #0f1a24;
            color: #cddde9;
        }

        .footer a {
            color: #cddde9;
            text-decoration: none;
        }

        .footer a:hover {
            color: #d4a373;
        }

        .gallery-img {
            border-radius: 20px;
            transition: transform 0.3s ease;
            cursor: pointer;
            width: 100%;
            height: 250px !important;
            object-fit: cover;
        }

        .gallery-img:hover {
            transform: scale(1.02);
            box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
        }

        @media (max-width: 768px) {
            .section-spacing {
                padding: 50px 0;
            }

            .hero-section {
                min-height: 70vh;
            }
        }

        .bg-soft-primary {
            background-color: #f5efe8;
        }
        
        /* ========================================
   REGISTRATION SECTION SPECIFIC STYLES
   ======================================== */

/* Main registration card container */
.registration-card {
  background: linear-gradient(145deg, #fffaf5 0%, #ffffff 100%);
  border-radius: 32px;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  border: 1px solid rgba(212, 163, 115, 0.15);
}

/* Fee box styling */
.fee-box {
  background: #f8f4ee;
  border-radius: 20px;
  padding: 1rem 1.2rem;
  transition: all 0.2s ease;
  border-bottom: 2px solid #d4a373;
}

.fee-box:hover {
  transform: translateX(5px);
  background: #fff8f2;
  border-bottom-color: #bc8a5f;
}

/* Bank details box */
.bank-details {
  background: linear-gradient(135deg, #e8e0d5 0%, #dfd5c8 100%);
  border-radius: 20px;
  font-family: 'Courier New', 'Inter', monospace;
  border-left: 4px solid #d4a373;
  word-break: break-word;
}

/* WhatsApp button styling */
.whatsapp-btn {
  background-color: #25D366;
  color: white;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
  background-color: #128C7E;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(37, 211, 102, 0.25);
}

/* Alert customizations */
.alert-warning-custom {
  background: #fff3e0;
  border-left: 4px solid #d4a373;
  border-radius: 20px;
}

.alert-secondary-custom {
  background: #f2eee9;
  border-radius: 16px;
  border-left: 3px solid #6c757d;
}

/* Badge styling for fee amounts */
.fee-box .badge {
  font-size: 0.85rem;
  padding: 6px 14px;
  border-radius: 40px;
  background-color: #2c3e50 !important;
  font-weight: 600;
}

/* Responsive adjustments for registration section */
@media (max-width: 768px) {
  .registration-card {
    padding: 1.5rem !important;
  }
  
  .fee-box {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  
  .fee-box .badge {
    width: fit-content;
  }
  
  .whatsapp-btn {
    width: 100%;
    justify-content: center;
  }
  
  .bank-details {
    font-size: 0.85rem;
  }
}

/* Transaction info box */
.transaction-info-box {
  background: #f2eee9;
  border-radius: 24px;
  transition: all 0.2s;
}

.transaction-info-box:hover {
  background: #f5f0ea;
}

/* Icon colors inside registration */
.registration-card i.bi-tag-fill,
.registration-card i.bi-bank2,
.registration-card i.bi-whatsapp {
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
}

/* Input group focus style for any form inside */
.registration-card .form-control:focus {
  border-color: #d4a373;
  box-shadow: 0 0 0 0.2rem rgba(212, 163, 115, 0.25);
}

/* CTA Button inside registration */
.registration-card .btn-cta {
  background-color: #d4a373;
  border: none;
  padding: 12px 32px;
  font-weight: 600;
  border-radius: 40px;
  transition: all 0.3s ease;
  color: #1e2a3e;
}

.registration-card .btn-cta:hover {
  background-color: #bc8a5f;
  transform: translateY(-3px);
  color: white;
  box-shadow: 0 8px 20px rgba(188, 138, 95, 0.3);
}
        
        /*About Us*/
        
        .about-hero {
          background: linear-gradient(135deg, #1f3a2f 0%, #2c5a44 100%);
          padding: 5rem 0;
          color: white;
        }
        .message-card:hover {
          transform: translateY(-4px);
        }
         .milestone-timeline {
          position: relative;
          padding-left: 2rem;
        }
        .milestone-timeline::before {
          content: '';
          position: absolute;
          left: 8px;
          top: 12px;
          bottom: 12px;
          width: 2px;
          background: #d4a373;
        }
        .timeline-dot {
          position: absolute;
          left: -8px;
          top: 4px;
          width: 18px;
          height: 18px;
          background: #d4a373;
          border-radius: 50%;
          border: 3px solid #fff;
          box-shadow: 0 0 0 2px #d4a373;
        }
        /*contact us*/
        
        .contact-hero {
            background: linear-gradient(135deg, #1f3a2f 0%, #2c5a44 100%);
            padding: 4rem 0;
            color: white;
        }

        .contact-card {
            background: white;
            border-radius: 28px;
            transition:
                transform 0.2s ease,
                box-shadow 0.2s;
            height: 100%;
            border: none;
            box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.08);
        }

        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.15);
        }

        .btn-outline-gold {
            border: 1.5px solid #d4a373;
            color: #d4a373;
            border-radius: 40px;
            padding: 8px 28px;
            font-weight: 500;
            background: transparent;
            transition: 0.2s;
        }
        
        .btn-outline-gold:hover {
            background: #d4a373;
            color: white;
        }
        
        .btn-gold {
            background: #d4a373;
            color: #1e2a3e;
            border: none;
            border-radius: 40px;
            padding: 12px 32px;
            font-weight: 600;
        }

        .btn-gold:hover {
            background: #bc8a5f;
            color: white;
        }
        
        .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(212, 163, 115, 0.15);
            border-radius: 50%;
            transition: 0.2s;
            color: #d4a373;
        }

        .social-icon:hover {
            background: #d4a373;
            color: white;
        }

        .contact-info-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 1.5rem;
        }

        .contact-icon {
            width: 48px;
            height: 48px;
            background: #f5efe8;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #d4a373;
            font-size: 1.4rem;
        }
        @media (max-width: 768px) {
            .contact-hero {
                padding: 2.5rem 0;
            }
        }
        
        /*Members page start*/
        
        .association-badge {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(2px);
            border-radius: 40px;
            padding: 5px 16px;
            font-size: 0.85rem;
            font-weight: 500;
        }

        .page-title-section {
            background: rgba(255, 255, 255, 0.75);
            backdrop-filter: blur(10px);
            border-radius: 60px;
            padding: 0.6rem 1.5rem;
            display: inline-block;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
        }

        .card-member {
            border: none;
            border-radius: 28px;
            background: #ffffff;
            transition: all 0.25s ease-in-out;
            box-shadow: 0 12px 28px -8px rgba(0, 32, 32, 0.08);
            overflow: hidden;
            height: 100%;
        }

        .card-member:hover {
            transform: translateY(-6px);
            box-shadow: 0 24px 40px -14px rgba(0, 75, 60, 0.2);
            border-bottom: 3px solid #ffc107;
        }

        .member-avatar {
            background: #eef2f5;
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 2.2rem;
            color: #2c6e6b;
            margin-right: 16px;
            transition: 0.2s;
        }

        .member-info h3 {
            font-size: 1.35rem;
            font-weight: 700;
            margin-bottom: 0.25rem;
            color: #0c3e3a;
        }

        .member-session {
            background: #e9ecef;
            border-radius: 30px;
            padding: 0.2rem 1rem;
            font-size: 0.75rem;
            font-weight: 600;
            display: inline-block;
            color: #2b5e5b;
        }

        .member-id-badge {
            font-family: monospace;
            background: #f1f3f5;
            border-radius: 50px;
            font-size: 0.75rem;
            font-weight: 500;
            padding: 0.2rem 0.8rem;
            color: #2c6e6b;
        }

        .position-text {
            font-size: 0.95rem;
            font-weight: 500;
            color: #2d6a4f;
            background: #e9f5ef;
            display: inline-block;
            border-radius: 24px;
            padding: 0.2rem 1rem;
            margin-bottom: 10px;
        }

        .dept-text {
            font-size: 0.85rem;
            color: #495057;
            border-left: 3px solid #ffb74d;
            padding-left: 10px;
            margin-top: 8px;
        }

        @media (max-width: 576px) {
            .member-avatar {
                width: 55px;
                height: 55px;
                font-size: 1.8rem;
            }
            .member-info h3 {
                font-size: 1.2rem;
            }
        }
        
        /*Members page end*/