/* =====================================================================
   Bhakta Bandhu Patel — Brand Theme & Professional UI Polish
   Brand palette:  Maroon  #72191f   |   Amber  #d98811
   Loaded last in _Layout.cshtml so it refines the existing design
   site-wide without rewriting legacy stylesheets.
   ===================================================================== */

:root {
    --brand-primary: #72191f;   /* deep maroon  */
    --brand-primary-dark: #551116;
    --brand-accent: #d98811;    /* warm amber   */
    --brand-accent-dark: #b86f08;
    --brand-ink: #2b2b2b;
    --brand-muted: #6b6b6b;
    --brand-soft: #fbf6ef;      /* warm off-white surface */
    --brand-line: #ece3d6;
    --brand-shadow: 0 10px 30px rgba(114, 25, 31, 0.12);
    --brand-shadow-hover: 0 18px 45px rgba(114, 25, 31, 0.22);
    --brand-radius: 14px;
}

/* ---------- Global typographic & link polish ---------- */
body {
    color: var(--brand-ink);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    color: var(--brand-primary);
    transition: color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

a:hover,
a:focus {
    color: var(--brand-accent);
}

::selection {
    background: var(--brand-accent);
    color: #fff;
}

img {
    image-rendering: auto;
}

/* ---------- Section headings (used across the whole site) ---------- */
.section-header h2 {
    color: var(--brand-primary) !important;
    font-weight: 700;
    letter-spacing: .3px;
}

.section-header h2::before {
    border: none !important;
    width: 70px !important;
    height: 4px !important;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent)) !important;
}

/* ---------- Buttons & calls to action ---------- */
.button1,
.btn-price,
.staticback1 a.start-sip,
.btn-banner,
.btn-brand {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark)) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 30px !important;
    box-shadow: 0 6px 16px rgba(114, 25, 31, .28);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.button1:hover,
.btn-price:hover,
.staticback1 a.start-sip:hover,
.btn-banner:hover,
.btn-brand:hover {
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-dark)) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(217, 136, 17, .32);
}

/* Bootstrap primary buttons -> brand (Send Email, modal actions, etc.) */
.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark)) !important;
    border-color: var(--brand-primary-dark) !important;
    color: #fff !important;
    border-radius: 6px;
    transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-dark)) !important;
    border-color: var(--brand-accent-dark) !important;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(217, 136, 17, .3);
}

/* ---------- Logo: rounded, framed, lifted, with breathing room ---------- */
.brand-logo,
#header #logo img,
header #logo a img {
    border-radius: 14px;
    background: #fff;
    padding: 2px 18px;
    margin: 14px 0;
    box-sizing: border-box;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
    transition: transform .3s ease, box-shadow .3s ease;
    display: inline-block;
}

.brand-logo:hover,
#header #logo img:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .3);
}

/* ===================================================================
   ABOUT US  (#about)
   =================================================================== */
#about {
    background: linear-gradient(180deg, #ffffff 0%, var(--brand-soft) 100%) !important;
    padding: 70px 0 !important;
}

#about .content h2 {
    color: var(--brand-primary);
}

#about .content p {
    color: #4a4a4a;
    line-height: 1.9;
    font-size: 15.5px;
}

/* accent first letter / lead emphasis */
#about .content p:first-of-type {
    font-size: 17px;
    color: #333;
}

#about .about-img {
    border-radius: var(--brand-radius);
    box-shadow: var(--brand-shadow);
    transition: transform .35s ease, box-shadow .35s ease;
}

#about .about-img:hover {
    transform: translateY(-6px);
    box-shadow: var(--brand-shadow-hover);
}

#about .about-img img {
    border: none !important;
    border-radius: var(--brand-radius) !important;
    border-top: 4px solid var(--brand-primary) !important;
    border-bottom: 4px solid var(--brand-accent) !important;
    width: 100%;
    object-fit: cover;
}

/* ===================================================================
   TESTIMONIAL / TEAM  (#clients)
   =================================================================== */
#clients {
    background: linear-gradient(180deg, var(--brand-soft) 0%, #ffffff 100%);
    padding: 70px 0 !important;
}

#clients .our-team {
    background: #fff;
    border-radius: var(--brand-radius);
    box-shadow: var(--brand-shadow);
    padding: 0 0 22px;
    margin: 12px;
    overflow: hidden;
    border-top: 4px solid var(--brand-accent);
    transition: transform .35s ease, box-shadow .35s ease;
}

#clients .our-team:hover {
    transform: translateY(-8px);
    box-shadow: var(--brand-shadow-hover);
}

#clients .our-team .pic {
    overflow: hidden;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    padding: 22px 0 14px;
}

#clients .our-team .pic img,
#clients img {
    width: 130px !important;
    height: 130px !important;
    border-radius: 50% !important;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .2);
    margin: 0 auto;
    display: block;
    transition: transform .35s ease;
}

#clients .our-team:hover .pic img {
    transform: scale(1.06);
}

#clients .our-team .team-content {
    text-align: center;
    padding: 18px 16px 0;
}

#clients .our-team .title {
    color: var(--brand-primary);
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 4px;
}

#clients .our-team .post {
    color: var(--brand-muted);
    font-size: 14px;
    line-height: 1.6;
    display: block;
}

/* ===================================================================
   GALLERY  (#portfolio)
   =================================================================== */
#portfolio {
    background: linear-gradient(180deg, #ffffff 0%, var(--brand-soft) 100%) !important;
    padding: 70px 0 !important;
}

#portfolio .box1 {
    border-radius: var(--brand-radius);
    overflow: hidden;
    box-shadow: var(--brand-shadow);
}

#portfolio .box1 img {
    border-radius: var(--brand-radius);
    transition: transform .5s ease;
}

#portfolio .box1:hover {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent)) !important;
    box-shadow: var(--brand-shadow-hover) !important;
}

#portfolio .box1:hover img {
    transform: scale(1.08);
}

#portfolio .box1 .icon li a {
    color: var(--brand-primary) !important;
    border-radius: 50%;
}

#portfolio .box1 .icon li a:hover {
    color: #fff !important;
    background: var(--brand-accent) !important;
    border-radius: 50% !important;
}

/* ===================================================================
   VIDEOS WE RECOMMENDED  (#videos)
   =================================================================== */
#videos {
    background: linear-gradient(180deg, var(--brand-soft) 0%, #ffffff 100%) !important;
    padding: 70px 0 !important;
}

#videos .blockstart {
    border: none !important;
    border-radius: var(--brand-radius);
    padding: 0 !important;
    overflow: hidden;
    box-shadow: var(--brand-shadow);
    background: #fff;
    height: auto !important;
    transition: transform .35s ease, box-shadow .35s ease;
}

#videos .blockstart:hover {
    transform: translateY(-6px);
    box-shadow: var(--brand-shadow-hover);
}

#videos .blockstart a {
    display: block;
    position: relative;
    overflow: hidden;
}

#videos .blockimg {
    height: 230px !important;
    object-fit: cover;
    transition: transform .5s ease;
}

#videos .blockstart:hover .blockimg {
    transform: scale(1.06);
}

/* play button restyle — perfectly centered glyph */
#videos .Video_blcok .blocks .blockstart span {
    color: #fff !important;
    background: rgba(114, 25, 31, .85);
    width: 64px !important;
    height: 64px !important;
    line-height: 1 !important;
    border-radius: 50%;
    font-size: 24px !important;
    margin-top: -32px !important;
    margin-left: -32px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 4px;            /* optical centering of the play triangle */
    box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
    transition: background .3s ease, transform .3s ease;
}

#videos .blockstart:hover span {
    background: var(--brand-accent);
    transform: scale(1.08);
}

#videos .Video_blcok .blocks .greenhead {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark)) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.4 !important;
    padding: 14px 12px;
}

/* ---------- Footer subtle brand tie-in ---------- */
#footer {
    border-top: 4px solid var(--brand-accent);
}

/* ---------- Responsive niceties ---------- */
@media (max-width: 768px) {
    #about,
    #clients,
    #portfolio,
    #videos {
        padding: 45px 0 !important;
    }

    #videos .blockimg {
        height: 200px !important;
    }
}
