/* 
 * 1. Google Font
 */
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);

/* 
 * 2.0 Global Style
 */
html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

body {
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #000000;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

p {
    margin: 0 0 30px;
}

/* ul li {
  font-weight: 700;
  margin-bottom: 10px;
} */

.custom-list-icon,
.list-arrow-right {
    list-style-type: none;
    padding: 0;
}

.custom-list-icon li,
.list-arrow-right li {
    position: relative;
    padding-left: 20px;
}

.custom-list-icon li::before,
.list-arrow-right li::before {
    position: absolute;
    left: 0;
    color: #4e4e4e;
    font-family: "Ionicons";
}

.social-block {
    list-style-type: none;
    padding: 0;
}

.social-block li {
    display: inline-block;
}

.social-block li a {
    display: inline-block;
    height: 32px;
    width: 32px;
    color: #4e4e4e;
}

.social-block li a i {
    font-size: 1.5em;
}

.social-block li a:hover,
.social-block li a:focus {
    color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn {
    border: 0;
    border-radius: 0;
    padding: 6px 28px;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.btn:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 48px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.6;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
    background-color: #f8f8f8;
}

.valign-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section {
    padding: 70px 0;
}

.section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
}

/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-700 {
    font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mt20 {
    margin-top: 20px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
    content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-white {
    color: #000 !important;
    background-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    color: #000;
    background-color: #ffffff;
}

.btn-black {
    color: #fff;
    background-color: #000;
}

.btn-black:hover,
.btn-black:focus {
    color: #fff;
    background-color: #000;
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image,
.bg-image-1,
.bg-image-2 {
    position: relative;
}

.bg-image::before,
.bg-image-1::before,
.bg-image-2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-image-1 {
    background: url(../images/backgrounds/bg-1.jpg) no-repeat center center/cover;
}

.bg-image-1::before {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-image-2 {
    background: url(../images/backgrounds/bg-2.jpg) no-repeat center bottom/cover;
}

.bg-image-2::before {
    background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
    .section {
        padding: 90px 0;
    }

    .section-title {
        color: #313131;
        letter-spacing: 1px;
        margin: 0 0 60px;
        text-transform: uppercase;
        text-align: left;
    }
    
    .paper {
     margin-left: 20%;
    }
}

/* 
 * 4.0 Navigation
 */
.navbar-custom {
    border: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #efefef;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.navbar-custom .navbar-nav li {
    margin: 0;
}

.navbar-nav {
    margin: 6.5px 0px !important;
}


.navbar-custom .navbar-nav>li>a {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}

.navbar-custom .navbar-nav>li>a:focus,
.navbar-custom .navbar-nav>li>a:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .navbar-nav>.active>a {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggle {
    border: 0;
    border-radius: 0;
    margin-top: 10px;
}

.navbar-toggle .icon-bar {
    background-color: #000000;
}

.navbar-solid {
    background-color: #a59a34 !important;
    padding: 0 !important;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.site-branding {
    float: left;
    margin-top: 0;
    margin-left: 10px;
}

.site-branding .logo {
    color: #7B0005;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.site-branding .logo:focus,
.site-branding .logo:hover {
    text-decoration: none;
}

/* 
 * 5.0 Site Header
 */

.site-header {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: table;
}

.site-header .slide::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide .intro {
    margin-top: 600px;
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
}

.slide .intro h2 {
    /* margin-top: 0px; */
    font-size: 25px;
    font-weight: 300;
}

.slide .intro h1 {
    /* margin-top: 0px; */
    font-size: 30px;
}

.slide .intro p {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

@media (min-width: 768px) {
    .navbar-custom {
        background-color: transparent;
        padding-top: 30px;
    }
    .site-branding {
        margin-top: 6px;
        margin-left: 0;
    }
}

/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
.about .section-title {
    margin: 0 0 25px;
}

.about figure {
    margin-bottom: 25px;
}

/* 
 * 6.2 Section: Facts
 */
.facts i {
    color: #fff;
    font-size: 3em;
}

.facts h3 {
    color: #fff;
    text-align: center;
    font-weight: 400;
}

/* 
 * 6.3 Section: Speaker
 */
.speaker {
    text-align: center;
    color: #313131;
    text-transform: uppercase;
    margin: 25px 0;
}

.speaker h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.speaker p {
    margin-bottom: 5px;
}

.speaker img:hover {
    opacity: .7;
}

/* 
 * 6.4 Section: Registration & Pricing
 */
/* 
 * 6.5 Section: Contribution
 */
.contribution {
    text-align: center;
    color: #fff;
}

/* 
 * 6.6 Section: Schedule
 */
.schedule-box {
    position: relative;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    margin: 25px 0 0;
}

.schedule-box::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #fff;
}

/* 
 * 6.7 Section: Schedule
 */
.partner {
    background-color: #f8f8f8;
}

/* .partner .partner-box {
  display: block;
  opacity: 1;
  height: 150px;
  width: 150px;
  margin: 25px 25px;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
} */
.partner .partner-box:hover {
    opacity: 1;
}

.partner .partner-box-1 {
    background: url(../images/partner/Ajaera.jpeg) no-repeat center center/contain;
}

.partner .partner-box-2 {
    background: url(../images/partner/Atulyakala-logo.jpg) no-repeat center center/contain;
}

.partner .partner-box-3 {
    background: url(../images/partner/Bambians.png) no-repeat center center/contain;
}

.partner .partner-box-4 {
    background: url(../images/partner/Copy-of-Almitra-Sustainables-Logo.png) no-repeat center center/contain;
}

.partner .partner-box-5 {
    background: url(../images/partner/Desidorr.jpeg) no-repeat center center/contain;
}

.partner .partner-box-6 {
    background: url(../images/partner/Dori-Stori.png) no-repeat center center/contain;
}

.partner .partner-box-7 {
    background: url(../images/partner/golden-logo-JA.png) no-repeat center center/contain;
}

.partner .partner-box-8 {
    background: url(../images/partner/Heartmade-by-Geet.png) no-repeat center center/contain;
}

.partner .partner-box-9 {
    background: url(../images/partner/kameez-logo.jpg) no-repeat center center/contain;
}

.partner .partner-box-10 {
    background: url(../images/partner/Logo-in-White.png) no-repeat center center/contain;
}

.partner .partner-box-11 {
    background: url(../images/partner/meraki-logo.jpg) no-repeat center center/contain;
}

.partner .partner-box-12 {
    background: url(../images/partner/Mudra-By-Aashi.png) no-repeat center center/contain;
}

.partner .partner-box-13 {
    background: url(../images/partner/O-gardener-India.jpeg) no-repeat center center/contain;
}

.partner .partner-box-14 {
    background: url(../images/partner/Qissa-by-Sui.JPG) no-repeat center center/contain;
}

.partner .partner-box-15 {
    background: url(../images/partner/Rangrezah.png) no-repeat center center/contain;
}

.partner .partner-box-16 {
    background: url(../images/partner/Sugarimp.png) no-repeat center center/contain;
}

.partner .partner-box-17 {
    background: url(../images/partner/Tara-gram-logo.jpg) no-repeat center center/contain;
}

.partner .partner-box-18 {
    background: url(../images/partner/von-logo.jpg) no-repeat center center/contain;
}

.partner .partner-box-19 {
    background: url(../images/partner/whitecub-logo.jpg) no-repeat center center/contain;
}

.partner .partner-box-20 {
    background: url(../images/partner/wuba-logo.jpg) no-repeat center center/contain;
}

.scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.scroll-wrapper::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.scroll-content {
    display: inline-flex;
}

.partner .partner-box {
    width: 200px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px;
    flex-shrink: 0;
}

/* 
 * 6.8 Section: FAQ
 */
.faq .panel-heading {
    cursor: pointer;
}

.faq .faq-toggle.collapsed::before {
    font-family: "Ionicons";
    content: "\f218";
    -webkit-transition: 0.5s linear ease-out;
    transition: 0.5s linear ease-out;
    position: absolute;
    left: 15px;
}

.faq .faq-toggle::before {
    position: absolute;
    left: 15px;
    font-family: "Ionicons";
    content: "\f209";
}

.faq .panel-group .panel+.panel {
    margin-top: 15px;
}

.faq .panel-default>.panel-heading {
    color: #FFF;
    background-color: #a59a34;
    border-color: #a59a34;
    border-radius: 0;
    padding: 0;
}

.faq .panel-default>.panel-heading a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 15px 15px 35px;
}

/* 
 * 6.9 Section: photos
 */
.grid {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.grid::after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    float: left;
    overflow: hidden;
    padding: 3px;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .grid-item-sm-6 {
        width: 50%;
    }

    .grid-item-sm-3 {
        width: 25%;
    }

    .section-title {
        margin: 0 0 30px;
    }

    figure {
        margin-bottom: 0;
    }

    .offer-modal img {
        width: 460 px;
    }
}

@media (min-width: 992px) {
    .schedule-box {
        margin: 0;
    }

    .grid-item-md-6 {
        width: 50%;
    }

    .grid-item-md-3 {
        width: 25%;
    }

    .offer-modal img {
        width: 460 px;
    }
    
    .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-about,
  .footer-links,
  .footer-contact,
  .footer-social {
    margin: 15px 0;
    min-width: 100%;
  }

  .footer-social ul {
    justify-content: flex-start;
  }
  
  .paper {
     margin-left: 20%;
    }
}

/* 
 * 7.0 Site-footer
 */
.site-footer {
   background-color: #a59a34;
   color: #ffffff;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   padding: 40px 20px 20px;
   font-size: 15px;
   line-height: 1.6;
}

.site-footer .site-info {
    font-weight: 400;
    margin-bottom: 10px;
}

.site-footer .site-info a {
    color: #fffefe;
    
}

.site-footer .social-block li a {
    color: #ffffff;
}

.site-footer .social-block li a:hover,
.site-footer .social-block li a:focus {
    opacity: 0.8;
}

.slide .banner-1 {
    background-image: url(../images/backgrounds/header.jpg);
}

.slide .banner-2 {
    background-image: url(../images/backgrounds/bg-1.jpg);
}

.slide .banner-3 {
    background-image: url(../images/backgrounds/bg-2.jpg);
}

.slide .banner-4 {
    background-image: url(../images/backgrounds/header.jpg);
}

.toast {
    position: fixed;
    top: 20px;
    right: -300px;
    /* start off screen */
    width: 250px;
    padding: 15px;
    background-color: #4BB543;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    opacity: 0;
    transition: right 0.5s ease, opacity 0.5s ease;
    font-family: Arial, sans-serif;
}

.toast-content {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    padding: 20px 24px;
    max-width: 350px;
    border-left: 6px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    font-family: 'Poppins', sans-serif;
    z-index: 999;
    animation: slideIn 0.6s ease-out;
}

.toast.show {
    right: 20px;
    opacity: 1;
}

.toast-content strong {
    font-size: 16px;
}

.toast-content p {
    font-size: 14px;
    margin: 5px 0 0;
}

.toast-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1rem;
}

.toast-time {
    font-size: 0.85rem;
    color: #888;
}

.toast-body p {
    margin: 6px 0;
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: bold;
}

/* Success Toast */
.toast.success .toast-content {
    background-color: #4BB543; /* Green */
    border-left-color: #fff;
}

/* Error Toast */
.toast.error .toast-content {
    background-color: #E53935; /* Red */
    border-left-color: #fff;
}

/* Warning Toast */
.toast.warning .toast-content {
    background-color: #FFA000; /* Orange */
    border-left-color: #fff;
}

/* Info Toast */
.toast.info .toast-content {
    background-color: #1976D2; /* Blue */
    border-left-color: #fff;
}


.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color: #111;
    color: #fff;
    padding: 10px 0;
    font-size: 1.2rem;
    position: relative;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: marquee 25s linear infinite;
    /* Change duration for speed */
}

.marquee-container:hover .marquee-text {
    animation-play-state: paused;
    /* Pause on hover */
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup content box */
.popup-content {
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    width: 400px;
    position: relative;
    animation: popupFade 0.4s ease;
}

/* Close button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Fade in animation */
@keyframes popupFade {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.hero {
    background: linear-gradient(to right, #a59a34, #a59a34);
    color: #fff;
    padding: 80px 0px 1px 0px;
    text-align: center;
}

.hero-top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.hero h1 {
    margin-bottom: 10px;
}

.hero p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.blog-container {
    max-width: 1100px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 0 20px;
}

.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

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

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #1e3c72;
}

.blog-content p {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #555;
}

.blog-content a {
    text-decoration: none;
    color: #2a5298;
    font-weight: 600;
    transition: color 0.3s ease;
}

.blog-content a:hover {
    color: #1e3c72;
}

/* Chat toggle button */
.chatbot-toggle {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #a59a34;
    color: white;
    font-size: 24px;
    padding: 12px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}

/* Chat window */
.chatbot {
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 400px;
    max-height: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    z-index: 1000;
    overflow: hidden;
}

/* Header */
.chat-header {
    background: #a59a34;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Body */
.chat-body {
    padding: 15px;
    flex-grow: 1;
    overflow-y: auto;
    max-height: 300px;
}

.bot-message,
.user-message {
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
}

.bot-message {
    background: #f0f0f0;
    align-self: flex-start;
}

.user-message {
    background: #d1e7ff;
    align-self: flex-end;
    text-align: right;
}

/* Input */
.chat-input {
    display: flex;
    border-top: 1px solid #ccc;
}

.chat-input input {
    flex-grow: 1;
    padding: 10px;
    border: none;
    font-size: 1rem;
}

.chat-input button {
    background: #a59a34;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}


.event-card {
    width: 360px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;
    background: #fff;
    margin: 20px auto;
    transition: transform 0.3s ease;
}

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

.event-image-1 {
    background: url('../images/upcoming-event_cleanup.jpeg') center/cover no-repeat;
    height: 450px;
    position: relative;
}

.event-image-2 {
    background: url('https://images.unsplash.com/photo-1589149098258-3e9102cd63d3?q=80&w=3439&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center/cover no-repeat;
    height: 180px;
    position: relative;
}

.event-image-3 {
    background: url('https://images.unsplash.com/photo-1589149098258-3e9102cd63d3?q=80&w=3439&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center/cover no-repeat;
    height: 180px;
    position: relative;
}

.event-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff4757;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 10px 8px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.event-date .day {
    font-size: 1.4rem;
    display: block;
}

.event-date .month {
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.event-details {
    padding: 20px;
}

.event-details h3 {
    margin: 0 0 10px;
    font-size: 1.3rem;
    color: #222;
}

.event-details p {
    margin: 5px 0;
    font-size: 0.95rem;
    color: #444;
}

.btn-register {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 20px;
    background: #a59a34;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-register:hover {
    background: #a59a34;
}

.blog-detail-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

.blog-content h2,
.blog-content h3 {
    color: #a59a34;
    font-size: 1.4rem;
    margin: 30px 0 15px;
}

.blog-content strong {
    font-weight: 600;
    color: #222;
}

.blog-content ul {
    padding-left: 20px;
    list-style: disc;
}

.blog-content ul li {
    margin-bottom: 10px;
}


.blog-detail-container h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.blog-meta {
    font-size: 0.9rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.blog-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog-content p {
    margin-bottom: 16px;
    line-height: 1.7;
}

.btn-back {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: #a59a34;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    transition: border 0.3s;
}

.btn-back:hover {
    border-bottom: 1px solid #a59a34;
}

.form-section {
    max-width: 700px;
    background: #fff;
    margin: auto;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-section h2 {
    text-align: center;
    margin-bottom: 10px;
    color: #0056b3;
}

.form-section p {
    text-align: center;
    margin-bottom: 30px;
    color: #666;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-control,
.form-select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    margin-bottom: 20px;
    transition: border-color 0.3s;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    border-color: #a59a34;
    outline: none;
}

.btn-style {
    background: #a59a34;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-style:hover {
    background: #a59a34;
}

.btn-success {
    background-color: #138813 !important;
    color: #ffffff !important;
}

.btn-success:hover {
    background-color: #449d44 !important;
    border-color: #398439 !important;
}

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

    .offer-modal img {
        width: 330px !important;
    }

    .site-branding .logo {
        font-size: 15px;
    }
    
    .footer-social ul li a {
       font-size: 20px;
    }

   .footer-links ul li,
   .footer-contact p {
       font-size: 13px;
   }
}


/* Custom dropdown hover override */
.custom-dropdown:hover>.dropdown-menu {
    display: block;
}

.custom-dropdown>a {
    cursor: pointer;
}

/* Optional: improve dropdown appearance */
.dropdown-menu {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.dropdown-menu li a {
    padding: 10px 16px;
    color: #333;
    display: block;
    text-decoration: none;
    transition: background 0.2s ease;
}

.dropdown-menu li a:hover {
    background-color: #a59a34;
    color: #ffffff;
}

.meta#blog-meta {
    text-align: center;
    font-size: 0.95rem;
    color: #ffe4e4;
    margin-bottom: 30px;
    font-style: italic;
}

#blog-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 30px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.content#blog-content {
    max-width: 800px;
    margin: 0 auto 60px;
    /*font-size: 1.125rem;*/
    /*line-height: 1.625;*/
    color: #333;
}

#blog-content p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5rem;
    text-align: justify;
    font-family: 'Georgia', serif;
    text-indent: 2em;
}

#blog-content #list {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    text-align: justify;
    font-family: 'Georgia', serif;
}

.blog-reading-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.modal-content {
    border-radius: 12px;
    padding: 25px;
    font-family: 'Georgia', serif;
}

.promo-banner h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.promo-banner h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    color: #6c4f3d;
}

.promo-banner .discount {
    font-size: 32px;
    font-weight: bold;
    color: #8b4513;
    text-align: center;
}

.promo-banner .code {
    background-color: #4e342e;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    margin: 15px 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.promo-banner .shop-now a {
    padding: 12px 25px;
    background-color: #3b6c6a;
    color: white;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.promo-banner .timer {
    display: flex;
    justify-content: center;
    gap: 15px;
    text-align: center;
    font-family: 'Courier New', monospace;
    margin-top: 20px;
}

.promo-banner .timer div {
    background-color: #fff8e1;
    border: 1px solid #ffecb3;
    padding: 10px;
    border-radius: 8px;
    min-width: 60px;
}

.promo-images {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}

.promo-images img {
    width: 100px;
    height: auto;
    border-radius: 8px;
    margin: 5px;
}

.meta {
    font-size: 0.95rem;
    color: #ffffff;
}

.story-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.story-content h2 {
    margin-top: 2rem;
    font-size: 1.8rem;
}

.story-content p {
    margin-bottom: 1.5rem;
}

.story-content blockquote {
    font-style: italic;
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    margin: 2rem 0;
    color: #555;
}

.offer-modal {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.offer-modal h4 {
    font-family: 'Georgia', serif;
    margin-bottom: 10px;
}

.offer-modal .discount {
    font-size: 2rem;
    color: #6b3e26;
    font-weight: bold;
}

.offer-modal .code {
    background: #6b3e26;
    color: #fff;
    padding: 8px 12px;
    margin: 10px 0;
    display: inline-block;
    font-weight: 500;
}

.offer-modal .shop-btn {
    background-color: #322d2d;
    color: #f7f7f7;
    padding: 10px 20px;
    border: none;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.countdown div {
    text-align: center;
}

.countdown span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
}

.offer-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.offer-images img {
    width: 70px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
}

   .paper {
      /*background: #fff;*/
      color: #333;
      margin-top: 100px;
      min-height: 11in;
      padding: 15px;
      /*box-shadow: 0 0 15px rgba(0,0,0,0.1);*/
      /*border: 1px solid #ccc;*/
    }
    
    .image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.show-btn {
    position: absolute;
    top: 91%;       /* Center vertically */
    left: 50%;      /* Center horizontally */
    transform: translate(-50%, -50%);
    padding: 12px 24px;
    background-color: #158814;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}
.rounded-video {
    border-radius: 10px;
  }
