:root {
  --primary: #EE203B;
  --secondary: #000;
}
.signature-tabs-desktop{ display:flex; }
.signature-accordion{
    display: none;
    margin-top: 28px;
    border-radius: 24px;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
}
.signature-accordion .accordion-item{
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.signature-accordion .accordion-item:last-child{
    border-bottom: none;
}
.signature-accordion .accordion-button{
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 18px 22px;
    gap: 14px;
}
.signature-accordion .accordion-button:focus{
    box-shadow: none;
}
.signature-accordion .accordion-button:not(.collapsed){
    background: rgba(255,255,255,0.08);
    
}
.accordion-button:not(.collapsed){
    color: var(--primary);
}
.signature-accordion .accordion-thumb{
    width: 100%;
    /* height: 64px; */
  
  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.signature-accordion .accordion-thumb img{
    max-height: 60px;
}
.signature-accordion .accordion-body{
    color: #CDD1D9;
}
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body{
     font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #1C1C1C;
}
img{
    max-width: 100%;
}
.reveal{
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.reveal[data-reveal="up"]{ transform: translateY(60px) scale(0.98); }
.reveal[data-reveal="left"]{ transform: translateX(-50px) scale(0.98); }
.reveal[data-reveal="right"]{ transform: translateX(50px) scale(0.98); }
.reveal.reveal-visible{
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
}
.reveal-delay-1{ transition-delay: 0.12s; }
.reveal-delay-2{ transition-delay: 0.24s; }
.reveal-delay-3{ transition-delay: 0.36s; }

header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    right: 0;
    padding: 20px 0px;
    /* background: rgba(28,28,28,0.95);
    backdrop-filter: blur(6px); */
}
/* .header-bar{
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 6px;
} */
.header-social{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
}
.header-social a{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 15px;
}
.header-social a:hover{
    border-color: var(--primary);
    color: #fff;
    background: var(--primary);
}
@media (max-width: 575.98px){
    .header-bar{
        text-align: center;
    }
    .header-social{
        justify-content: flex-end;
    }
}
.logo{
    width: 150px;
}
.text-primary{
    color: var(--primary) !important;
}
.main-title{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.hero-section{
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 100px; 
    position: relative;
    border-radius: 0px 0px 80px 80px;
    overflow: hidden;
}
.hero-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.hero-section .row{
    min-height: 80vh;
}

.hero-left h1{
    font-weight: 800;
    font-size: 50px;
    line-height: 1.1;
    /* letter-spacing: 0.5px; */
    margin: 0 0 20px;
}

.hero-left h3{
    font-weight: 300;
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 28px;
}

.hero-actions{
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-connect{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: var(--primary);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}
.btn-portal{
        display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 18px;
    background: var(--primary);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 400;
}
.btn-download{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: #fff;
    color: var(--primary);
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.btn-play{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;
}

/* Vision / Mission Section */
.bg-circle{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
}
.vm-section{
    padding: 80px 0;
    background: #1C1C1C;
    position: relative;
}

.vm-intro h2{
    color: #fff;
    font-size: 44px;
    /* line-height: 1.2; */
    font-weight: 300;
    margin-bottom: 18px;
}

.vm-intro p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
 line-height: 1.7;
    margin: 0; 
}

.vm-stats{
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.vm-stat-card{
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 16px 20px;
    color: #E2E6F0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.vm-stat-number{
    font-size: 40px;
    font-weight: 800;
    color: var(--primary);
    display: block;
    margin-bottom: 6px;
}

.vm-stat-card p{
    margin: 0;
    font-size: 15px;
}

.vm-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.vm-card{
    background: #272727;
    border-radius: 16px;
    overflow: hidden;
}

.vm-card-text{
    padding: 28px;
    color: #fff;
}

.vm-card-text h4{
    font-weight: 700;
    margin: 12px 0 10px;
}

.vm-card-text p{
    color: #C9CBD1;
    margin: 0;
    line-height: 1.7;
}

.vm-badge{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background:var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vm-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px){
    .vm-intro{ margin-bottom: 20px; }
}

@media (max-width: 575.98px){
    .vm-grid{ grid-template-columns: 1fr; }
    .vm-intro h2{ font-size: 32px; }
}

/* Core Values */
.values-section{
    padding: 80px 0;
    background: #0b0b0e;
}

.values-title{
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.values-title .text-primary{ color: var(--primary) !important; }

.value-card{
    background: transparent;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.588);
    box-shadow: 0 2px 0 rgba(0,0,0,0.2);
    height: 100%;
    background: #fff;
}
.value-card.active{ outline: 3px solid rgba(76, 151, 255, 0.8); outline-offset: 0; }

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

.value-body{
    background: #fff;
    padding: 25px;
    border-radius: 0 0 16px 16px;
}

.value-body h5 {
    font-weight: bold;
    font-size: 24px;
    color: #111;
}

.value-body p{
    margin: 0;
    color: #444;
    line-height: 1.6;
}

@media (min-width: 1400px){
    .value-img img{ height: 220px; }
}

/* Curriculum Accordion */
.curriculum-section{
    padding: 80px 0;
    /* background: #272727; */
}

.accordion-custom .accordion-item{
    background: transparent;
    border: 1px solid rgba(255,255,255,0.08);
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.accordion-custom .accordion-button{
    background: var(--secondary);
    color: #fff;
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding:  20px;
    box-shadow: none;
    font-size: 18px;
}
.accordion-custom .accordion-button.collapsed{ color: #fff; }
.accordion-custom .accordion-button:focus{ box-shadow: none; }

/* Plus / minus indicator */
.accordion-custom .accordion-button::after{
    background-image: none !important;
    content: "+";
    color: #fff;
    font-weight: 800;
    font-size: 22px;
}
.accordion-custom .accordion-button:not(.collapsed)::after{
    content: "−";
}

.accordion-custom .accordion-body{
    background: #1C1C1C;
    color: #C9CBD1;
    padding: 18px 22px 22px;
}
.accordion-custom .accordion-body ul{ padding-left: 18px; margin: 0; }
.accordion-custom .accordion-body li{ margin: 6px 0; }

.work-tree{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 20px 0;
}
.work-tree::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(185, 38, 63, 0.1), rgba(238, 32, 59, 0.85), rgba(185, 38, 63, 0.1));
    transform: translateX(-50%);
}

.work-row{
    position: relative;
    width: calc(50% - 24px);
    padding: 16px 32px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
}
.work-row.work-left{
    align-self: flex-start;
    text-align: right;
}
.work-row.work-right{
    align-self: flex-end;
    text-align: left;
}

.work-content p{ margin-bottom: 6px; }
.work-content p:last-child{ margin-bottom: 0; }

.week-label{
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
}

.work-text{
    margin: 0;
    color: #d7d9df;
    font-size: 16px;
    line-height: 1.6;
}

.work-dot{
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--primary);
    box-shadow: 0 0 12px rgba(238,32,59,0.6);
    transform: translateY(-50%);
}
.work-left .work-dot{
    right: -7px;
}
.work-right .work-dot{
    left: -7px;
}

@media (max-width: 767.98px){
    .work-tree::before{ left: 16px; transform: none; }
    .work-row{
        width: 100%;
        padding: 16px 16px 16px 48px;
        text-align: left;
    }
    .work-row.work-right{ align-self: flex-start; }
    .work-dot{
        left: 16px;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

/* Coach / Founder Section */
.coach-section{
    padding: 90px 0; 
    /* background: #25252A; */
}

.coach-card{
    position: relative;
    background: rgb(255 255 255 / 7%);
    border-radius: 28px;
    padding: 120px 32px 48px; /* top space for overlapping image */
    /* max-width: 980px; */
    margin: 0 auto;
}

.coach-photo{
  text-align: center;
  margin-top: -200px;
}
.coach-photo img{
    width: 350px;
    height: auto;
    display: block;
    margin: auto;

}

.coach-badge{
    display: inline-block;
  background: var(--primary);
/* background: linear-gradient(180deg, rgba(238, 32, 59, 1) 0%, rgba(255, 77, 100, 1) 50%, rgba(238, 32, 59, 1) 100%); */
    color: #fff;
    font-weight: 800;
    padding: 14px 28px;
    border-radius: 16px;
    /* margin: 8px auto 18px; */
    /* box-shadow: 0 12px 30px rgba(238,32,59,0.35); */
    margin-bottom: 30px;
}
.coach-badge span{
    display: block;
    font-weight: 500;
}

.coach-body p{
    color: #C9CBD1;
    line-height: 1.9;
    margin: 0 0 18px;
    font-size: 18px;
}
.coach-body p:last-child{ margin-bottom: 0; }
.benfits-section{
    background: url(../images/benefitas-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
@media (max-width: 575.98px){
    .coach-card{ padding: 120px 18px 36px; }
    .coach-photo img{ width: 260px; }
}

/* Benefits */
.benefit-card{
    position: relative;
    min-height: 170px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding:30px 20px;
    border: 2px solid rgba(255, 255, 255, 0.375);
    height: 100%;
  background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(43, 43, 43, 0.22) 50%, rgba(0, 0, 0, 0.77) 100%);
    backdrop-filter: blur(6px);
}

.benefit-card h5{
    font-weight: bold;
   margin-bottom: 15px;
   
    font-size: 24px;
}
.benefit-card p{
  font-weight: 300;
  font-size: 16px;
    color: #E5E7EB;
}


/* Brands Carousel */
.brands-section{ padding: 60px 0 ; }
.owl-carousel .item{ padding: 6px; }

.brand-card{
    background: #fff;
    border-radius: 16px;
    padding: 18px 16px 16px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 22px rgba(0,0,0,0.12);
}
.brand-logo{ height: 72px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.brand-logo img{ max-height: 72px; width: auto !important; }
.brand-card h5{ font-weight: 800; margin: 6px 0 6px; color: #111; font-size: 16px; }
.brand-card p{ margin: 0; color: #4B5563; font-size: 14px; line-height: 1.5; }

/* Companies Carousel */
.companies-section{ padding: 80px 0 80px; }

.company-card{
    background: #111315;
    color: #fff;
    border-radius: 16px;
    padding: 16px;
    text-align: left;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 6px 24px rgba(0,0,0,0.25);
}
.company-logo{ height: 64px; display:flex; align-items:center; justify-content:center; margin-bottom: 10px; }
.company-logo img{ max-height: 64px; width: auto; }
.company-card h5{ font-weight: 800; margin: 6px 0 6px; font-size: 16px; }
.company-card p{ margin: 0; color: #C9CBD1; font-size: 14px;  }

.signature-tabs{
    background: rgba(16,18,22,0.8);
    border-radius: 32px;
    padding: 32px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 30px 70px rgba(0,0,0,0.4);
    display: flex;
    gap: 32px;
    align-items: stretch;
}
.signature-nav{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
    min-width: 220px;
}
.signature-nav .nav-link{
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    padding: 18px 22px;
    border: 1px solid transparent;
    transition: all .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signature-nav .nav-link img{
    max-height: 64px;
    width: auto;
    /* filter: grayscale(1); */
    opacity: 0.7;
    transition: inherit;
}
.signature-nav .nav-link.active{
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.35);
}
.signature-nav .nav-link.active img{
    filter: none;
    opacity: 1;
}
.signature-tab-content{
    /* background: rgba(0,0,0,0.4); */
    /* border-radius: 24px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,0.08); */
    flex: 1;
}
.signature-tab-card{
    display: block;
    color: #fff;
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(238,32,59,0.25), rgba(23,26,32,0.9));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    transition: transform .25s ease, box-shadow .25s ease;
}
.signature-tab-card h5{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}
.signature-tab-card p{
    color: #D7DBE3;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}
.signature-tab-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
    color: #fff;
}
@media (max-width: 787px){
    .signature-tabs{
        padding: 22px;
        flex-direction: column;
        gap: 20px;
    }
    .signature-nav{
        flex-direction: row;
        gap: 10px;
        min-width: unset;
        overflow-x: auto;
    }
    .signature-nav .nav-link{
        padding: 12px 14px;
        border-radius: 14px;
    }
    .signature-nav .nav-link img{
        max-height: 48px;
    }
    .signature-tab-card h5{
        font-size: 20px;
    }
    .signature-tab-card p{
        font-size: 15px;
    }
    .signature-tabs-desktop{
        display: none;
    }
    .signature-accordion{
        display: block;
    }
}

.prosperity-banner{
    background: linear-gradient(125deg, rgba(255,255,255,0.02), rgba(255,255,255,0.08));
    padding: 70px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
}
.prosperity-banner::after{
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(238,32,59,0.25), transparent 60%);
    opacity: 0.9;
    pointer-events: none;
}
.prosperity-copy{
    position: relative;
    z-index: 1;
}
.prosperity-copy p{
    margin: 0;
    font-size: clamp(32px, 4.5vw, 58px);
    font-weight: 800;
    letter-spacing: 0.3em;
    color: #fff;
    text-transform: uppercase;
}

/* Footer */
.site-footer{
    background: radial-gradient(circle at top right, rgba(238,32,59,0.25), transparent 55%), #08090B;
    padding: 80px 0 30px;
    color: #C7CBD4;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
}
.site-footer::before,
.site-footer::after{
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(238,32,59,0.35);
    filter: blur(140px);
    pointer-events: none;
}
.site-footer::before{
    width: 240px;
    height: 240px;
    top: -80px;
    right: -100px;
}
.site-footer::after{
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -60px;
}

.footer-brand{
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 28px;
    position: relative;
    z-index: 1;
}

.footer-logo{
    width: 170px;
}

.floating-cta{
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    z-index: 1050;
}
.cta-toggle{
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}
.cta-toggle:focus-visible{
    outline: 3px solid rgba(255, 179, 71, 0.45);
    outline-offset: 2px;
}
.cta-toggle:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.4);
}
.cta-toggle-icon{
    display: inline-flex;
    transition: transform .25s ease;
}
.floating-cta.is-open .cta-toggle-icon{
    transform: rotate(45deg);
}
.floating-cta-menu{
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: max-height .25s ease, opacity .25s ease, transform .25s ease;
}
.floating-cta.is-open .floating-cta-menu{
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
/* Blog Single Page Styles */
.blog-header {
  padding: 100px 0 40px;
  position: relative;
  background-color: #f8f9fa;
}

.article-meta {
  max-width: 800px;
  margin: 0 auto;
}

.article-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #f7f7f7;
}

.blog-content {
  padding: 40px 0 80px;
}

.blog-post {
    border: 1px solid #414141;
  /* background: #5b5a5afd; */
  border-radius: 8px;
  /* padding: 20px 80px; */
  margin-bottom: 40px;
}

.featured-image {
  /* margin: 0 -15px 30px; */
  overflow: hidden;
  border-radius: 8px;
}

.featured-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.5s ease;
}

.blog-post-content {
  padding: 0 15px 30px;
}

.blog-post-content h2 {
  font-size: 1.75rem;
  margin: 2.5rem 0 1.5rem;
  font-weight: 600;
  color: #dfe0e1;
}

.blog-post-content h3 {
  font-size: 1.5rem;
  margin: 2rem 0 1.25rem;
  font-weight: 600;
  color: #dfe0e1;
}

.blog-post-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #fbfcfc;
}

.blog-post-content ul,
.blog-post-content ol {
    
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.blog-post-content li {
    color: #a4a4a4;
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

.quote-box {
  border-left: 4px solid var(--primary);
  background-color: #f8f9fa;
  padding: 1.5rem !important;
  margin: 2rem 0;
  font-style: italic;
  color: #495057;
}

.author-bio {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 2rem !important;
  margin: 3rem 0;
}

.author-avatar img {
  border: 3px solid #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.share-article {
  border-top: 1px solid #e9ecef;
  padding-top: 2rem;
  margin-top: 3rem;
}

.social-share .btn {
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.social-share .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Comments Section */
.comments-section {
  margin: 4rem 0;
}

.comment {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}

.comment:last-child {
  border-bottom: none;
}

.comment-avatar img {
  border: 2px solid #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.comment-content {
  margin-top: 0.5rem;
}

.comment-form {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
  margin-top: 3rem;
}

.comment-form .form-control {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 0.75rem 1rem;
  border-radius: 4px;
}

.comment-form .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.25rem rgba(238, 32, 59, 0.25);
}

/* Sidebar */
.sidebar {
  position: sticky;
  top: 30px;
}

.sidebar .card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.03);
}

.sidebar .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f1f1f1;
}

.sidebar .list-unstyled li {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #f1f1f1;
}

.sidebar .list-unstyled li:last-child {
  border-bottom: none;
}

.sidebar .list-unstyled a {
  color: #495057;
  transition: all 0.3s ease;
  display: block;
  padding: 0.5rem 0;
}

.sidebar .list-unstyled a:hover {
  color: var(--primary);
  padding-left: 5px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}

.tags .btn {
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.tags .btn:hover {
  background-color: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

/* Newsletter Section */
.newsletter-section {
  background-color: #f8f9fa;
  padding: 4rem 0;
}

.newsletter-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
}

.newsletter-form .form-control {
  height: 56px;
  padding: 0 20px;
  border: 1px solid #dee2e6;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
}

.newsletter-form .btn {
  padding: 0 30px;
  border-radius: 0 4px 4px 0;
  height: 56px;
  font-weight: 600;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .article-title {
    font-size: 2rem;
  }
  
  .blog-post-content h2 {
    font-size: 1.5rem;
  }
  
  .blog-post-content h3 {
    font-size: 1.3rem;
  }
  
  .blog-post-content p {
    font-size: 1rem;
  }
  
  .sidebar {
    margin-top: 3rem;
  }
}

@media (max-width: 767.98px) {
  .article-title {
    font-size: 1.75rem;
  }
  
  .featured-image {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  
  .featured-image img {
    border-radius: 0;
  }
  
  .blog-post-content {
    padding: 0 0 30px;
  }
  
  .author-bio {
    text-align: center;
  }
  
  .author-avatar {
    margin: 0 auto 1rem;
    display: block;
    float: none !important;
  }
}

@media (max-width: 575.98px) {
  .article-title {
    font-size: 1.5rem;
  }
  
  .blog-post-content h2 {
    font-size: 1.3rem;
  }
  
  .social-share .btn {
    margin-bottom: 0.5rem;
  }
  
  .comment-form {
    padding: 1.5rem;
  }
}

/* Blog Listing Page Styles */
.page-header {
  padding: 100px 0 60px;
  /* background-color: #474849; */
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
}

.page-header p {
  font-size: 1.25rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}

.blog-listing {
  padding: 80px 0;
}

.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-card-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.blog-category {
    background: var(--primary) !important;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 10px;
}

.blog-meta i {
  margin-right: 5px;
  color: var(--primary);
}

.blog-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-title a {
  color: #212529;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-title a:hover {
  color: var(--primary);
}

.blog-excerpt {
  color: #6c757d;
  margin-bottom: 15px;
  flex-grow: 1;
}

.read-more {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.read-more i {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
}

.read-more:hover {
  color: #d41b2e;
}

.read-more:hover i {
  transform: translateX(5px);
}

/* Pagination */
.pagination {
  margin-top: 40px;
}

.pagination .page-link {
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 8px 16px;
  margin: 0 5px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.pagination .page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.pagination .page-link:hover {
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

.pagination .page-item.active .page-link:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* Subscribe Section */
.subscribe-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.subscribe-section h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
}

.subscribe-section p {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto 30px;
}

.subscribe-form {
  max-width: 600px;
  margin: 0 auto;
}

.subscribe-form .form-control {
  height: 56px;
  padding: 0 20px;
  border: 1px solid #dee2e6;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
}

.subscribe-form .btn {
  padding: 0 30px;
  border-radius: 0 4px 4px 0;
  height: 56px;
  font-weight: 600;
}

.form-check {
  text-align: left;
  margin-top: 15px;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 32, 59, 0.25);
  border-color: var(--primary);
}

.form-check-label a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.form-check-label a:hover {
  text-decoration: underline;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.back-to-top:hover {
  background-color: #d41b2e;
  color: #fff;
  transform: translateY(-3px);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .page-header {
    padding: 80px 0 50px;
  }
  
  .blog-card-img {
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .page-header h1 {
    font-size: 2rem;
  }
  
  .page-header p {
    font-size: 1.1rem;
  }
  
  .blog-card-img {
    height: 200px;
  }
}

@media (max-width: 575.98px) {
  .blog-card-img {
    height: 180px;
  }
  
  .subscribe-form .form-control,
  .subscribe-form .btn {
    height: 48px;
  }
  
  .back-to-top {
    width: 40px;
    height: 40px;
    font-size: 16px;
    bottom: 20px;
    right: 20px;
  }
}

.cta-btn{
    display: flex;
    align-items: center;
    /* gap: 10px; */
    background: rgba(8,9,11,0.92);
    color: #fff;
    padding: 10px 18px;
    border-radius: 40px;
    font-weight: 600;
    min-width: 55px;
    min-height: 55px;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
    transition: transform .2s ease, box-shadow .2s ease;
}
.cta-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.4);
}
.cta-icon{ font-size: 22px; display:flex; align-items:center; justify-content:center; }
.cta-text{
    overflow: hidden;
    white-space: nowrap;
    /* max-width: 0;
    opacity: 0; */
    transition: max-width .25s ease, opacity .25s ease;
    padding-left: 5px;
}
.cta-btn:hover .cta-text,
.cta-btn:focus-visible .cta-text{
    max-width: 200px;
    opacity: 1;
}
.whatsapp-btn{ background: linear-gradient(135deg,#25d366,#128c7e); }
.brochure-btn{ background: linear-gradient(135deg,#ee203b,#ff4d64); }
.enquiry-btn{ background: linear-gradient(135deg,#6c5ce7,#a363f7); }

@media (max-width: 575.98px){
    .floating-cta{
        right: 16px;
        bottom: 16px;
        align-items: flex-end;
    }
    .cta-toggle{
        width: 52px;
        height: 52px;
    }
    .cta-btn{
        padding: 10px 14px;
        font-size: 14px;
    }
    .cta-btn .cta-text{
        max-width: 140px;
        opacity: 1;
        margin-left: 4px;
    }
}

.footer-brand p{
    margin: 18px 0 24px;
    color: #E1E4ED;
    line-height: 1.7;
}

.footer-social{
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social a{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-social a:hover{
    transform: translateY(-2px);
    background: var(--primary);
}

.footer-heading{
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
}

.footer-links{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.footer-links li{
    position: relative;
    padding-left: 18px;
}

.footer-links li::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-links a{
    color: #C7CBD4;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover{ color: var(--primary); }

.footer-contact p{
    margin: 0 0 14px;
    font-size: 15px;
    color: #D9DDE8;
}

.footer-contact span{
    display: block;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.4px;
}

.footer-contact a{
    color: #C7CBD4;
    text-decoration: none;
}

.footer-contact a:hover{ color: var(--primary); }

.footer-bottom{
    margin-top: 50px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    color: #9FA4B2;
    font-size: 14px;
}

.footer-bottom p{ margin: 0; }

@media (max-width: 991.98px){
    .footer-brand{ margin-bottom: 24px; }
}
@media (max-width: 768px){
    .company-logo{
        padding: 12px;
            height: 100px;
    }
    .company-logo img{
        max-height: 110px;
    }
    .hero-section{
        padding-top: 120px;
    }
    .hero-left h1{
        font-size: 35px;
        line-height: auto;
    }
    .hero-left h3{
        font-size: 26px;
    }
    .main-title{
           font-size: 32px;
    }
}
@media (max-width: 575.98px){
    .site-footer{ padding: 60px 0 24px; }
    .footer-brand{ padding: 20px; }
    .footer-social{ justify-content: flex-start; }
}
