/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

/* ===========================
   ABOUT BANNER
=========================== */

.about-banner{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}
 
.banner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: rgba(0, 0, 0, 0.4);
}

.banner-content{
    position: relative;
    z-index: 2;

    text-align: center;
    color: #ffffff;
    border: white;
    border-radius: 10px;
}

.banner-content h1{
    margin: 0;
    font-size: 60px;
    font-weight: 700;
}

.banner-content p{
    margin-top: 15px;
    font-size: 18px;
     border: 2px solid #fff;
    padding: 20px;
}
.about-section{
    padding:80px 0;
}
 .container{
    max-width: 1200px;}
.about-section .container{
    margin:10px;
    display:flex;
    align-items:center;
    gap:60px;
}

.about-left{
    display: flex;
    justify-content: right;
    width:50%;
}

.about-right{
    width:50%;
    align-items: right;
}

.about-left img{
    width:300px;
    height:300px ;
    border-radius:50%;
    display:block;
}

.small-title{
    color:#ff6b35;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
    display:block;
}

.about-right p{
    line-height:1.8;
    color:#666;
}

.about-points{
    margin:30px 0;
    padding-left:20px;
}

.about-points li{
    margin-bottom:10px;
}

.bottom-area{
    display:flex;
    align-items:center;
    gap:30px;
    margin-top:30px;
}

.about-btn{
    background:#10b85a;
    color:#fff;
    padding:15px 35px;
    text-decoration:none;
    border-radius:40px;
}

.donation-section{
    padding:80px 0;
}

.donation-section .container{
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.donation-left,
.donation-right{
    flex:1;
}

.donation-small{
    color:#ff7a1a;
    font-weight:700;
}

.donation-left h2{
    font-size:55px;
    margin:20px 0;
}

.progress-bar{
    width:70%;
    height:10px;
    background:#ddd;
    border-radius:20px;
    margin:30px 0 15px;
}

.progress-fill{
    height:100%;
    background:#10b85a;
    border-radius:20px;
}

.progress-info{
    display:flex;
    justify-content:space-between;
    margin-bottom:30px;
}

.donate-btn{
    background:#10b85a;
    color:#fff;
    padding:15px 35px;
    border-radius:40px;
    text-decoration:none;
    display:inline-block;
}

.donation-right{
    position:relative;
}

.main-img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:45% 55% 50% 50% / 40% 45% 55% 60%;
}

.small-img{
    position:absolute;
    width:220px;
    height:220px;
    object-fit:cover;
    border-radius:45% 55% 50% 50% / 40% 45% 55% 60%;
     top:0;
    left:0;
}
 .counter_section {
    padding: 80px 0;
    background: #f7f7f7; /* light grey like theme */
}

.counter_section .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: auto;
    text-align: center;
}

.counter_section .counter-box {
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.counter_section .counter-box:hover {
    transform: translateY(-6px);
}

.counter_section .counter-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.counter_section .counter-box p {
    font-size: 15px;
    color: #666;
    margin: 0;
    letter-spacing: 0.3px;
}
.event-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #113229;
    font-family: 'Poppins', 'Inter', sans-serif;
    position: relative;
}

.event-section .event-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

/* LEFT SIDE */
.event-section .event-left .small-title {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #ff5722; 
     font-size: 1rem;
     font-weight: 600;
}

.event-section .event-left h2 {
    font-family: Quicksand, sans-serif;
    margin-left: 30px;
    color: #FFFFFF;
     font-size: 50px;
     font-weight: 700;
    line-height: 1.2;
     margin: 0;
}

/* RIGHT SIDE BUTTON */
.event-section .event-btn {
    width: 100%;
   display: inline-flex;
   align-items: center;
   background-color: #00b05a; /* Bright green */
   padding: 8px 24px 8px 8px;
  border-radius: 50px;
 text-decoration: none;
 gap: 12px;
 transition: all 0.2s ease;
}

/* HOVER EFFECT */
.event-section.events-btn:hover {
            background-color: #00964c;
            transform: translateY(-2px);
            background: #333;
        }

        .team-section {
    padding: 80px 0;
    background: #f7f7f7;
    text-align: center;
}

.team-header .small-title {
    font-size: 14px;
    color: #777;
}

.team-header h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: auto;
}

.team-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.team-card:hover {
    transform: translateY(-6px);
}

.team-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.team-card h3 {
    margin: 15px 0 5px;
    font-size: 18px;
}

.team-card p {
    color: #777;
    font-size: 14px;


}
/* ===== BLOG GRID ===== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;
}

/* ===== BLOG CARD ===== */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* ===== THUMBNAIL ===== */
.blog-thumb {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-thumb img {
    transform: scale(1.05);
}

/* ===== BLOG CONTENT ===== */
.blog-content {
    padding: 20px;
}

/* ===== META ROW ===== */
.blog-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

/* ===== GREEN DATE BADGE ===== */
.blog-date {
    background: #2ecc71;
    color: #fff;
    border-radius: 8px;
    padding: 6px 12px;
    text-align: center;
    min-width: 50px;
    flex-shrink: 0;
}

.blog-date .day {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.blog-date .month {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== AUTHOR & COMMENTS ===== */
.blog-meta-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.blog-meta-info span {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-meta-info span i {
    color: #2ecc71;
    font-size: 13px;
}

/* ===== TITLE ===== */
.blog-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 14px 0;
    line-height: 1.4;
}

.blog-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-content h3 a:hover {
    color: #2ecc71;
}

/* ===== READ MORE ===== */
.blog-content .read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.blog-content .read-more::after {
    content: '→';
    font-size: 16px;
    transition: transform 0.2s ease;
}

.blog-content .read-more:hover {
    color: #2ecc71;
    gap: 10px;
}

.blog-content .read-more:hover::after {
    transform: translateX(3px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* Container position relative  */
#hero-section {
    position: relative;
    background: none !important; /* Elementor wali bg remove */
}

/* Pseudo element se sirf top 40% tak background image */
#hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%; /* <= Yahan adjust kar, 35-45% try kar */
    background-image: url('TERI-IMAGE-URL-YAHAN');
    background-size: cover;
    background-position: center top;
    z-index: 0;
}

/* Content upar rahe image ke */
#hero-section > * {
    position: relative;
    z-index: 1;
}
.single-post-wrapper{
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

.post-left{
    flex: 3;
}

.post-right{
    flex: 1;
}

.post-right h3{
    margin-bottom: 20px;
}

.post-right ul{
    list-style: none;
    padding: 0;
}

.post-right ul li{
    margin-bottom: 12px;
}

.post-right ul li a{
    text-decoration: none;
    color: #333;
}

.blog-image img{
    width: 100%;
    height: auto;
}
.post-right h3{
    margin: 0 0 20px;
}

.tags-heading{
    margin-top: 40px;
}

.tag-list{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px;
}

.tag-list a{
    display: inline-block !important;
    padding: 8px 15px;
    margin: 5px;
    background: #f5f5f5;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
}
.tag-list a:hover
{
    color: white;
    background-color:#02A95C;
}
.tag-list a{
    white-space: normal !important;
}
.blog-info{
    display: flex;
    gap: 25px;
    margin: 20px 0;
    font-size: 15px;
    color: #777;
}

.blog-author,
.blog-category{
    display: flex;
    align-items: center;
}

.blog-category a{
    text-decoration: none;
    color: #777;
}

.blog-category a:hover{
    color: #d32f2f;
}
.recent-posts-box{
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    background: #fff;
}

.recent-posts-heading{
    margin: 0 0 20px;
    font-size: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.recent-post-item{
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.recent-post-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-post-thumb img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.recent-post-content a{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
    margin-bottom: 5px;
}

.recent-post-content span{
    font-size: 12px;
    color: #888;
}
/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

/* ===========================
   ABOUT BANNER
=========================== */

.about-banner{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}
 
.banner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: rgba(0, 0, 0, 0.4);
}

.banner-content{
    position: relative;
    z-index: 2;

    text-align: center;
    color: #ffffff;
    border: white;
    border-radius: 10px;
}

.banner-content h1{
    margin: 0;
    font-size: 60px;
    font-weight: 700;
}

.banner-content p{
    margin-top: 15px;
    font-size: 18px;
     border: 2px solid #fff;
    padding: 20px;
}
.about-section{
    padding:80px 0;
}
 .container{
    max-width: 1200px;}
.about-section .container{
    margin:10px;
    display:flex;
    align-items:center;
    gap:60px;
}

.about-left{
    display: flex;
    justify-content: right;
    width:50%;
}

.about-right{
    width:50%;
    align-items: right;
}

.about-left img{
    width:300px;
    height:300px ;
    border-radius:50%;
    display:block;
}

.small-title{
    color:#ff6b35;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
    display:block;
}

.about-right p{
    line-height:1.8;
    color:#666;
}

.about-points{
    margin:30px 0;
    padding-left:20px;
}

.about-points li{
    margin-bottom:10px;
}

.bottom-area{
    display:flex;
    align-items:center;
    gap:30px;
    margin-top:30px;
}

.about-btn{
    background:#10b85a;
    color:#fff;
    padding:15px 35px;
    text-decoration:none;
    border-radius:40px;
}

.donation-section{
    padding:80px 0;
}

.donation-section .container{
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.donation-left,
.donation-right{
    flex:1;
}

.donation-small{
    color:#ff7a1a;
    font-weight:700;
}

.donation-left h2{
    font-size:55px;
    margin:20px 0;
}

.progress-bar{
    width:70%;
    height:10px;
    background:#ddd;
    border-radius:20px;
    margin:30px 0 15px;
}

.progress-fill{
    height:100%;
    background:#10b85a;
    border-radius:20px;
}

.progress-info{
    display:flex;
    justify-content:space-between;
    margin-bottom:30px;
}

.donate-btn{
    background:#10b85a;
    color:#fff;
    padding:15px 35px;
    border-radius:40px;
    text-decoration:none;
    display:inline-block;
}

.donation-right{
    position:relative;
}

.main-img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:45% 55% 50% 50% / 40% 45% 55% 60%;
}

.small-img{
    position:absolute;
    width:220px;
    height:220px;
    object-fit:cover;
    border-radius:45% 55% 50% 50% / 40% 45% 55% 60%;
     top:0;
    left:0;
}
 .counter_section {
    padding: 80px 0;
    background: #f7f7f7; /* light grey like theme */
}

.counter_section .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: auto;
    text-align: center;
}

.counter_section .counter-box {
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.counter_section .counter-box:hover {
    transform: translateY(-6px);
}

.counter_section .counter-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.counter_section .counter-box p {
    font-size: 15px;
    color: #666;
    margin: 0;
    letter-spacing: 0.3px;
}
.event-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #113229;
    font-family: 'Poppins', 'Inter', sans-serif;
    position: relative;
}

.event-section .event-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

/* LEFT SIDE */
.event-section .event-left .small-title {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #ff5722; 
     font-size: 1rem;
     font-weight: 600;
}

.event-section .event-left h2 {
    font-family: Quicksand, sans-serif;
    margin-left: 30px;
    color: #FFFFFF;
     font-size: 50px;
     font-weight: 700;
    line-height: 1.2;
     margin: 0;
}

/* RIGHT SIDE BUTTON */
.event-section .event-btn {
    width: 100%;
   display: inline-flex;
   align-items: center;
   background-color: #00b05a; /* Bright green */
   padding: 8px 24px 8px 8px;
  border-radius: 50px;
 text-decoration: none;
 gap: 12px;
 transition: all 0.2s ease;
}

/* HOVER EFFECT */
.event-section.events-btn:hover {
            background-color: #00964c;
            transform: translateY(-2px);
            background: #333;
        }

        .team-section {
    padding: 80px 0;
    background: #f7f7f7;
    text-align: center;
}

.team-header .small-title {
    font-size: 14px;
    color: #777;
}

.team-header h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: auto;
}

.team-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.team-card:hover {
    transform: translateY(-6px);
}

.team-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.team-card h3 {
    margin: 15px 0 5px;
    font-size: 18px;
}

.team-card p {
    color: #777;
    font-size: 14px;


}
/* ===== BLOG GRID ===== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;
}

/* ===== BLOG CARD ===== */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* ===== THUMBNAIL ===== */
.blog-thumb {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-thumb img {
    transform: scale(1.05);
}

/* ===== BLOG CONTENT ===== */
.blog-content {
    padding: 20px;
}

/* ===== META ROW ===== */
.blog-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

/* ===== GREEN DATE BADGE ===== */
.blog-date {
    background: #2ecc71;
    color: #fff;
    border-radius: 8px;
    padding: 6px 12px;
    text-align: center;
    min-width: 50px;
    flex-shrink: 0;
}

.blog-date .day {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.blog-date .month {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== AUTHOR & COMMENTS ===== */
.blog-meta-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.blog-meta-info span {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-meta-info span i {
    color: #2ecc71;
    font-size: 13px;
}

/* ===== TITLE ===== */
.blog-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 14px 0;
    line-height: 1.4;
}

.blog-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-content h3 a:hover {
    color: #2ecc71;
}

/* ===== READ MORE ===== */
.blog-content .read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.blog-content .read-more::after {
    content: '→';
    font-size: 16px;
    transition: transform 0.2s ease;
}

.blog-content .read-more:hover {
    color: #2ecc71;
    gap: 10px;
}

.blog-content .read-more:hover::after {
    transform: translateX(3px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* Container position relative  */
#hero-section {
    position: relative;
    background: none !important; /* Elementor wali bg remove */
}

/* Pseudo element se sirf top 40% tak background image */
#hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%; /* <= Yahan adjust kar, 35-45% try kar */
    background-image: url('TERI-IMAGE-URL-YAHAN');
    background-size: cover;
    background-position: center top;
    z-index: 0;
}

/* Content upar rahe image ke */
#hero-section > * {
    position: relative;
    z-index: 1;
}
.single-post-wrapper{
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

.post-left{
    flex: 3;
}

.post-right{
    flex: 1;
}

.post-right h3{
    margin-bottom: 20px;
}

.post-right ul{
    list-style: none;
    padding: 0;
}

.post-right ul li{
    margin-bottom: 12px;
}

.post-right ul li a{
    text-decoration: none;
    color: #333;
}

.blog-image img{
    width: 100%;
    height: auto;
}
.post-right h3{
    margin: 0 0 20px;
}

.tags-heading{
    margin-top: 40px;
}

.tag-list{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px;
}

.tag-list a{
    display: inline-block !important;
    padding: 8px 15px;
    margin: 5px;
    background: #f5f5f5;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
}
.tag-list a:hover
{
    color: white;
    background-color:#02A95C;
}
.tag-list a{
    white-space: normal !important;
}
.blog-info{
    display: flex;
    gap: 25px;
    margin: 20px 0;
    font-size: 15px;
    color: #777;
}

.blog-author,
.blog-category{
    display: flex;
    align-items: center;
}

.blog-category a{
    text-decoration: none;
    color: #777;
}

.blog-category a:hover{
    color: #d32f2f;
}
.recent-posts-box{
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    background: #fff;
}

.recent-posts-heading{
    margin: 0 0 20px;
    font-size: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.recent-post-item{
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.recent-post-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-post-thumb img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.recent-post-content a{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
    margin-bottom: 5px;
}

.recent-post-content span{
    font-size: 12px;
    color: #888;
}
/* =========================================
   WOOCOMMERCE PRODUCT PAGE
   (Safe Version - Thumbnail Left)
========================================= */

/* Main Layout */
.single-product div.product{
    display: grid !important;
    grid-template-columns: 60% 40%;
    gap: 50px;
    align-items: start;
}

/* Gallery Width */
.single-product .woocommerce-product-gallery{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
}

/* Main Image Container */
.single-product .woocommerce-product-gallery .flex-viewport{
    order: 2 !important;
    flex: 1 !important;
    overflow: hidden;
}

/* Thumbnail Sidebar */
.single-product .woocommerce-product-gallery .flex-control-thumbs{
    order: 1 !important;
    width: 90px !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 15px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    flex-shrink: 0 !important;
}

/* Thumbnail Items */
.single-product .woocommerce-product-gallery .flex-control-thumbs li{
    width: 100% !important;
    float: none !important;
    margin: 0 0 10px 0 !important;
}

/* Thumbnail Images */
.single-product .woocommerce-product-gallery .flex-control-thumbs img{
    width: 100% !important;
    height: 90px !important;
    object-fit: cover !important;
    border-radius: 8px;
    cursor: pointer;
}

/* Main Product Image */
.single-product .woocommerce-product-gallery__image img{
    width: 100% !important;
    height: auto !important;
    display: block;
}

/* Product Summary */
.single-product .summary.entry-summary{
    margin: 0 !important;
    width: 100% !important;
}

/* Cart Area */
.single-product form.cart{
    display: flex;
    flex-wrap: wrap;
}

.single-product .quantity{
    width: 100%;
    margin-bottom: 10px;
}

.buy-now-button{
    display: block;
    width: 100%;
    margin-top: 10px;
}

/* Custom ACF Blocks */
.people-view,
.estimated-delivery,
.shipping-return{
    margin: 15px 0;
}

/* Product Tabs */
.woocommerce-tabs{
    clear: both;
    margin-top: 60px;
}

.woocommerce-tabs ul.tabs{
    margin-bottom: 25px;
}
/* Make description section full width */
.single-product div.product .woocommerce-tabs{
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin-top: 50px;
    clear: both;
}

/* Make additional information and reviews full width too */
.single-product div.product .woocommerce-tabs .panel{
    width: 100% !important;
}
/* Full width image inside product description */
.woocommerce-Tabs-panel img,
.woocommerce-tabs .panel img{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
}
/* Quantity + Add to Cart */
.single-product form.cart{
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product form.cart .quantity{
    width: 100px !important;
    margin: 0 !important;
}

.single-product form.cart .single_add_to_cart_button{
    flex: 1 !important;
    margin: 0 !important;
    border-radius: 50px;
}

/* Buy Now Button */
.buy-now-button{
    display: block !important;
    width: 100% !important;
    margin-top: 10px;
    text-align: center;
    border-radius: 50px !important;
}