/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header
    - Side Menu
    - Page Piling
    - Banner
    - Skills
    - Timeline
    - Portfolio
    - Testimonial
    - Contact
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap');

.main-font{font-family: 'Oswald', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}
.mons-font{font-family: 'Montserrat', sans-serif;}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 18px;color: #ffffff;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;}
.h1, h1 { font-size: 72px;}
.h2, h2 { font-size: 48px;}
.h3, h3 { font-size: 36px;}
.h4, h4 { font-size: 24px;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #dabd1d;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}
::selection {background-color: #dabd1d; color: #ffffff;}


/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 16px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Roboto', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* Yellow button */
.btn.btn-yellow {background: transparent ; border-color: #dabd1d; color: #dabd1d }
.btn.btn-yellow:hover {background: #dabd1d!important; border-color: #dabd1d; color: #202020!important}
/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #ffffff; color: #ffffff}
.btn.btn-trans:hover {background: #dabd1d !important; border-color: #dabd1d; color: #ffffff !important}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 48px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 14px 30px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Text color */
.text-yellow {color: #dabd1d;}
.text-grey {color: #a6a6a6;}
.text-white {color: #ffffff;}

/* Background color */
.bg-yellow {background: #dabd1d;}
.bg-black {background: #000000;}
.bg-transparent {background: transparent;}

.margin-top {margin-top: 30px;}
.margin-bottom {margin-bottom: 30px;}

/*Social Icon Hover Bg Hover */
.social-icon:hover{color:#202020 !important; background: #dabd1d !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}

/* ===================================
        Header
   ====================================== */

/* ====================================================================== */
/* MOBILE OPTIMIZATIONS (Max width 767px) */
@media (max-width: 767px) {
    /* 1. Prevent overlapping with the top logo/menu */
    .mobile-container {
        padding-top: 100px !important; /* Pushes content below the logo */
        height: 100% !important;
    }

    /* 2. Home Page Text Scaling */
    .main-hero-title {
        font-size: 1.8rem !important; /* Smaller to prevent overlap */
        line-height: 1.2;
    }
    
    .category-label {
        font-size: 0.7rem !important;
        letter-spacing: 1px;
    }

    .hero-subtitle {
        font-size: 0.9rem !important;
        margin-bottom: 1.5rem !important;
    }

    .sebi-badge {
        font-size: 0.65rem !important;
        padding: 8px 12px !important;
        max-width: 280px;
        border: 1px solid #d4af37;
    }

    /* 3. About Us Page Space Fix */
    .branding-column {
        height: 30% !important; /* Takes less space on mobile */
        padding-top: 60px !important;
    }

    .content-column {
        height: 70% !important;
    }

    .display-1.main-title {
        font-size: 2.5rem !important; /* Fixes the massive 'About Us' text */
    }

    .branding-text {
        font-size: 0.6rem !important;
        margin-bottom: 0;
    }

    /* 4. Hide decorative elements that cause extra space/scroll on mobile */
    .decorative-circle, .bottom-curve, .gold-divider {
        display: none !important;
    }

    /* 5. Adjust PagePiling dots if they overlap */
    #pp-nav {
        right: 10px !important;
    }
}




/* General Centering Fix */
.hero-content-container {
    min-height: 100vh;
    padding-top: 60px; /* Accounts for the top logo height */
    padding-bottom: 20px;
}

/* Desktop Specific: Adjust title size so it doesn't feel too stretched */
@media (min-width: 992px) {
    .main-hero-title {
        font-size: 5rem; 
        letter-spacing: -1px;
    }
}

/* Mobile Specific: Fix the centering and overlap */
@media (max-width: 767px) {
    .hero-content-container {
        padding-top: 120px !important; /* Higher padding to push away from mobile logo */
        justify-content: center !important;
    }

    .main-hero-title {
        font-size: 2rem !important;
    }

    .category-label {
        font-size: 0.75rem !important;
        margin-top: 0;
    }

    /* Fix PagePiling vertical alignment conflict */
    .pp-tableCell {
        vertical-align: middle !important;
    }
}




















/* ======================================================================== */
.home-bg {
    background-color:   #0A1121 ! important;
    position: relative;
}

.category-label {
    color: #b89146;
    letter-spacing: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    animation: fadeInUp 1s ease-out;
}

.main-hero-title {
    font-size: clamp(2.5rem, 8vw, 5.5rem); /* Responsive sizing */
    line-height: 1;
    letter-spacing: -2px;
}

.title-separator {
    width: 60px;
    height: 3px;
    background: #b89146;
    border-radius: 2px;
}

.hero-subtitle {
    font-style: italic;
    font-family: 'Playfair Display', serif;
    color: rgba(255,255,255,0.7);
    font-size: 1.4rem;
}

.sebi-badge {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid rgba(184, 145, 70, 0.5);
    color: #ffffff;
    font-size: 0.75rem;
    letter-spacing: 2px;
    transition: 0.3s;
}

.sebi-badge:hover {
    background: #b89146;
    color: #002147;
    cursor: default;
}

/* Smooth Fade Animation */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* New Csss */
/* ====================================================================== */
/* SECTION BASE */
.philosophy-section {
    position: relative;
    background: #071a2f;
    color: #fff;
    padding: 100px 0;
    overflow: hidden;
}

/* GRID BACKGROUND */
.philosophy-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: 
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); */
    background-size: 40px 40px;
    opacity: 0.4;
}

/* CONTENT ABOVE GRID */
.philosophy-section .container {
    position: relative;
    z-index: 2;
}

/* LABEL */
.section-label {
    color: #d4a437;
    letter-spacing: 2px;
    font-size: 13px;
}

/* TITLE */
.section-title {
    font-size: 48px;
    font-weight: 700;
    margin-top: 10px;
}

/* LINE */
.title-line {
    width: 70px;
    height: 3px;
    background: #d4a437;
    margin: 20px 0;
}

/* MINI CARDS */
.mini-card {
    background: #0c243d;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.1);
    text-align: left;
    transition: 0.3s;
}

.mini-card:hover {
    transform: translateY(-5px);
    border-color: #d4a437;
}

/* ICON */
.mini-card .icon {
    font-size: 22px;
    margin-bottom: 10px;
}

/* TEXT */
.mini-card p {
    margin: 0;
    font-size: 16px;
}

/* QUOTE BOX */
.quote-box {
    background: rgba(255,255,255,0.05);
    border-left: 4px solid #d4a437;
    padding: 20px 25px;
    font-style: italic;
    max-width: 800px;
}

/* BIG Q BACKGROUND */
.big-q {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 500px;
    font-weight: 700;
    color: rgba(212,164,55,0.08); /* faded gold */
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

/* SECTION BASE */
.gqp-section {
    background: #071a2f;
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* GRID BACKGROUND */
.gqp-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* Ensure the main wrapper is a flex container that centers items */
.gqp-wrapper {
    display: flex;
    flex-direction: column; /* Stack cards on top of triangle on mobile */
    align-items: center;    /* Center everything horizontally */
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 0 auto;         /* Force center */
}

/* Fix the Triangle Box centering */
.triangle-box {
    position: relative;
    width: 300px;           /* Control the size on mobile */
    height: 300px;
    margin: 40px auto;      /* Center horizontally with auto margins */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure the absolute elements inside are anchored to the center */
.triangle {
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 260px solid rgba(10, 25, 47, 0.8); /* Match your navy */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* The "Magic" centering trick */
}

.triangle-text {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    left: 0;
    top: 55%; /* Adjust based on your visual preference */
    transform: translateY(-50%);
}

/* Adjust the G, Q, P points for mobile */
.point {
    position: absolute;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #b89146;
    color: #b89146;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 3;
}



/* CONTENT */
.gqp-section .container {
    position: relative;
    z-index: 2;
}

/* LABEL */
.section-label {
    color: #d4a437;
    letter-spacing: 2px;
    font-size: 13px;
}

/* TITLE */
.section-title {
    font-size: 48px;
    margin-bottom: 60px;
}

/* WRAPPER */
.gqp-wrapper {
    position: relative;
    height: 500px;
}

/* TRIANGLE */
.triangle-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.triangle {
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-bottom: 280px solid rgba(212,164,55,0.1);
    position: relative;
}

/* TRIANGLE BORDER EFFECT */
.triangle::after {
    content: "";
    position: absolute;
    left: -150px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 260px solid #071a2f;
}

/* CENTER TEXT */
.triangle-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.triangle-text h3 {
    color: #d4a437;
    font-size: 28px;
}

.triangle-text span {
    font-size: 12px;
    letter-spacing: 2px;
}

/* POINTS */
.point {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #d4a437;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a437;
    font-weight: bold;
}

/* G (Top) */
.point.g {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

/* Q (Left) */
.point.q {
    bottom: -40px;
    left: -50px;
}

/* P (Right) */
.point.p {
    bottom: -40px;
    right: -53px;
}

@media (max-width: 767px) {
 .point.g {
        top: -33px;
        left: 57%;
        transform: translateX(-50%)
    }
    
    .point.q{
        bottom: -39px;
        left: -2px
    }

    .point.p{
        bottom: -41px;
         right: -14px;
    }
    .triangle-text{
            top: 61%;
    left: 56%;
    }
}
/* CARDS */
.gqp-card {
    position: absolute;
    background: #0c243d; /* This creates the box */
    padding: 25px;       /* Increased padding for better look */
    width: 300px;        /* Slightly wider */
    border-left: 4px solid #d4a437;
    z-index: 10;         /* Ensures it stays on top of the grid/triangle */
    box-shadow: 0 10px 30px rgba(0,0,0,0.3); /* Adds depth */
}

/* Updated POSITIONING */
.gqp-wrapper {
    position: relative;
    height: 600px;       /* Increased height to give cards room */
    margin: 0 auto;
    max-width: 1200px;
}

.gqp-card h4 {
    margin-bottom: 10px;
}

.gqp-card p {
    font-size: 14px;
    color: #cfd8e3;
}

/* POSITIONING */
.gqp-card.left {
    left: 0%;            /* Using percentage is safer than 0 */
    top: 48%;
    transform: translateY(-50%);
}

.gqp-card.right.top {
    right: 12%;
    top: 0%;
}

/* .gqp-card.right.bottom {
    right: 5%;
    bottom: 5%;
} */

/* BOTTOM QUOTE */
.bottom-quote {
    margin-top: 8px;
    padding: 15px;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-style: italic;
}

.bottom-quote span {
    color: #d4a437;
}
.gqp-card p {
    font-size: 14px;
    line-height: 1.6;    /* Better readability */
    color: #cfd8e3;
    margin: 0;
}

@media (max-width: 992px) {
    .gqp-wrapper {
        height: auto;    /* Let the height grow naturally */
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .gqp-card, .triangle-box {
        position: relative; /* Remove absolute positioning on mobile */
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100%;
        max-width: 400px;
    }
    
    .triangle-box {
        order: -1; /* Puts the triangle at the top on mobile */
        margin: 50px 0;
    }
}

.fund-overview-section {
    background-color: #0d1626; /* Dark navy background */
    color: #ffffff;
    padding: 60px 40px;
    font-family: 'Arial', sans-serif;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header with Title and Page Number */
.overview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #1a273a;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.overview-header .title {
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
}

.overview-header .page-number {
    font-size: 48px;
    color: #d4a437; /* Gold color */
    font-weight: bold;
    opacity: 0.6;
}

/* Table Styling */
.table-wrapper {
    width: 100%;
}

.fund-table {
    width: 100%;
    border-collapse: collapse;
}

/* Gold Table Header */
.fund-table thead th {
    background-color: #c49a43; /* Solid Gold */
    color: #000;
    text-align: left;
    padding: 15px 25px;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Body Rows */
.fund-table tbody td {
    padding: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle;
}

/* Particulars Column */
.fund-table .label {
    width: 35%;
    color: #d4a437; /* Gold text */
    font-weight: bold;
    font-size: 16px;
}

/* Description Column (With Gold Left Border) */
.fund-table .value {
    width: 65%;
    color: #ced4da;
    font-size: 16px;
    border-left: 4px solid #c49a43; /* The thick gold separator */
    padding-left: 35px;
}

/* Footer Disclaimer */
.disclaimer {
    margin-top: 30px;
    font-style: italic;
    font-size: 12px;
    color: #6c757d;
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .fund-table .label, .fund-table .value {
        width: 100%;
        display: block;
        border-left: none;
        padding-left: 0;
    }
    .fund-table .value {
        padding-top: 5px;
        padding-bottom: 20px;
        border-bottom: 1px solid #c49a43;
    }
}

.team-section {
    background-color: #0d1626;
    color: #ffffff;
    padding: 80px 40px;
    font-family: 'Arial', sans-serif;
}

.container { max-width: 1200px; margin: 0 auto; }

/* Header Styling */
.team-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #1a273a;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.team-header .title { font-size: 32px; font-weight: bold; margin: 0; }
.team-header .page-num { font-size: 48px; color: #d4a437; opacity: 0.7; font-weight: bold; }

/* Grid */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.team-card {
    display: flex;
    flex-direction: column;
}

/* The Gold Top Frame */
.top-frame {
    border: 2px solid #d4a437;
    border-bottom: none; /* Leaves space for the separator line */
    padding: 40px 20px;
    text-align: center;
    position: relative;
}

/* Horizontal line between frame and bio */
.top-frame::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.photo-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid #d4a437;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a273a;
    overflow: hidden;
}

.photo-circle span { color: #8e9aaf; font-size: 14px; }

.top-frame h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}

.designation {
    background-color: #a67c33; /* Darker gold/brown */
    color: #fff;
    font-size: 13px;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 2px;
}

/* Bio Content */
.bio-content {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
    flex-grow: 1;
}

.bio-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #ced4da;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .team-grid { grid-template-columns: 1fr; }
    .team-card { max-width: 450px; margin: 0 auto; }
}


/* Fund Governance  */

.governance-slide {
    background-color: #0A1121 !important;
    color: #fff;
    padding: 80px 40px;
    font-family: 'Arial', sans-serif;
    min-height: 100vh;
}

.container { max-width: 1200px; margin: 0 auto; }

/* Slide Header */
.slide-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #1a273a;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.slide-header .title { font-size: 32px; font-weight: bold; margin: 0; }
.slide-header .page-num { font-size: 48px; color: var(--gold); font-weight: bold; opacity: 0.7; }

.subtitle {
    font-size: 15px;
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 60px;
}

/* 3-Column Grid */
.governance-grid {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.gov-card {
    flex: 1; /* Each card takes equal width */
    max-width: 380px;
    display: flex;
    flex-direction: column;
}

/* The Gold Top Frame */
.gold-top-frame {
    background-color: var(--card-bg);
    border: 2px solid var(--gold);
    border-bottom: none; /* Crucial: Creates space for the inner line */
    padding: 30px 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}

/* Horizontal line between frame and bio */
.gold-top-frame::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.role-tag {
    color: var(--gold);
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.logo-box {
    width: 280px;
    height: 150px;
    background-color: var(--logo-bg);
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.logo-box span { color: #8e9aaf; font-size: 14px; }
.logo-box img { max-width: 100%; max-height: 100%; object-fit: contain; }

.gold-top-frame h3 {
    font-size: 24px;
    margin: 0;
    font-family: 'Georgia', serif; /* Matching the serif font style */
}

/* Bio Content (Bottom of card) */
.bio-content {
    background-color: var(--card-bg);
    padding: 40px 20px 30px 20px;
    flex-grow: 1; /* Fills remaining card height */
    text-align: center;
    position: relative;
    /* subtle border for the bottom bio section */
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 5;
}

.bio-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #ced4da;
    margin: 0;
}

/* Responsive (Tablet/Mobile) */
@media (max-width: 992px) {
    .governance-grid { flex-direction: column; align-items: center; }
    .gov-card { width: 100%; max-width: 450px; margin-bottom: 30px; }
}

/* .disclaimer section  */
.disclaimer-section {
    background-color: #0d1626; /* Dark navy background */
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Arial', sans-serif;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 40px;
    flex-grow: 1; /* Pushes footer to the bottom */
}

/* Gold Header Bar */
.disclaimer-header {
    background-color: #c49a43;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.disclaimer-header .page-num {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.disclaimer-header .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-size: 36px;
    letter-spacing: 4px;
    color: #000;
    font-weight: bold;
}

/* Paragraph Content */
.disclaimer-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #ced4da;
    margin: 30px 0;
}

/* Thin Dividers */
.disclaimer-content hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

/* Gold Footer Bar */
.disclaimer-footer {
    background-color: #a67c33; /* Slightly darker gold for the footer */
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 13px;
    letter-spacing: 1px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .disclaimer-header {
        flex-direction: column;
        text-align: center;
    }
    .disclaimer-header .title {
        position: static;
        transform: none;
        margin-top: 10px;
        font-size: 28px;
    }
    .disclaimer-content p {
        font-size: 14px;
    }
}

/* GQP css */
:root {
    --bg-dark: #050b18;
    --card-bg: #0d1626;
    --gold: #d4a437;
    --text-muted: #8e9aaf;
}

.investment-framework {
    background-color: #0A1121 !important;
    color: #fff;
    padding: 60px 20px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    position: relative;
}

/* Background Grid Pattern */
.investment-framework::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.container { max-width: 1200px; margin: 0 auto; position: relative; }

.header-top { display: flex; justify-content: space-between; color: var(--gold); font-size: 12px; letter-spacing: 2px; margin-bottom: 10px; }

.main-title { font-size: 36px; margin-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 20px; }

.framework-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0; /* Gap is 0 because we use borders for separation */
}

.column {
    padding: 0 30px;
}

/* Vertical Separator lines */
.center-col {
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}

.letter-header { text-align: center; margin-bottom: 40px; }

.big-letter {
    display: block;
    font-size: 80px;
    color: var(--gold);
    font-weight: bold;
    line-height: 1;
}

.letter-header h3 { font-size: 24px; margin: 10px 0; }

.subtitle {
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--text-muted);
    border-top: 2px solid var(--gold);
    display: inline-block;
    padding-top: 5px;
}

/* Feature Card Styling */
.feature-card {
    background: var(--card-bg);
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.feature-card:hover {
    transform: translateY(-5px);
    background: #141f33;
}

.icon { color: var(--gold); font-style: normal; font-size: 20px; }

.feature-card .text { font-size: 14px; line-height: 1.5; color: #ced4da; }

.feature-card strong { color: #fff; display: block; margin-bottom: 2px; }

.footer-brand {
    text-align: right;
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 40px;
    letter-spacing: 1px;
}

/* Mobile Responsive */
@media (max-width: 900px) {
    .framework-grid { grid-template-columns: 1fr; }
    .center-col { border: none; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); padding: 40px 20px; }
    .column { padding: 40px 20px; }
}

/* ====================================================================== */


   /* SECTION BACKGROUND */
.who-section {
    background: #071a2f;
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* GRID BACKGROUND */
.who-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.4;
}

/* CONTENT ABOVE GRID */
.who-section .container {
    position: relative;
    z-index: 2;
}

/* LABEL */
.section-label {
    color: #d4a437;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* TITLE */
.section-title {
    font-size: 48px;
    font-weight: 700;
}

/* LINE */
.title-line {
    width: 70px;
    height: 3px;
    background: #d4a437;
    margin: 15px 0 25px;
}

/* DESCRIPTION */
.section-desc {
    max-width: 800px;
    color: #cfd8e3;
    line-height: 1.8;
}

/* CARDS */
.info-card {
    background: #0c243d;
    padding: 30px;
    border-top: 3px solid #d4a437;
    height: 100%;
    transition: 0.3s;
}

/* HOVER EFFECT */
.info-card:hover {
    transform: translateY(-8px);
}

/* ICON */
.info-card .icon {
    font-size: 30px;
    margin-bottom: 15px;
}

/* CARD TITLE */
.info-card h4 {
    margin-bottom: 15px;
    font-size: 22px;
}

/* CARD TEXT */
.info-card p {
    color: #cfd8e3;
    line-height: 1.7;
}

/* HIGHLIGHT TEXT */
.info-card span {
    color: #d4a437;
    font-weight: 600;
}

/* nav top default */
.small-heading {
    color: #d4a437;
    letter-spacing: 2px;
    font-size: 14px;
}

.main-heading {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
}

.divider {
    width: 70px;
    height: 3px;
    background: #d4a437;
}

.tagline {
    color: #d4a437;
    font-style: italic;
    font-size: 18px;
}

.sebi-box {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 8px 18px;
    font-size: 13px;
    letter-spacing: 1px;
}
/* ========================================================== */
header a.logo img {
    max-width: 313px;
    vertical-align: sub;
}

.nav-button {
    margin: 0 1.5rem;
}

.navbar-top-default{
    position: absolute;
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.other-page .navbar-top-default{
    background-color: #dabd1d;
}

.header-appear .navbar-top-default {
    /* height: 80px; */
    position: fixed;
    /* z-index: 9999; */
    top: 0;
    background: #0A1121;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-nav {
    align-items: center;
}

.navbar-top-default #megaone{
    margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 0.5rem 2rem;
    font-family: 'Poppins', sans-serif;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #dabd1d;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #dabd1d;
}

/*nav line*/

.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #dabd1d;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}



/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #171717;
    z-index: 9999;
    height: 100vh;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu img {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 150px;
}

.mega-logo {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    right: 28px;
    top: 25px;
}

.side-menu .side-nav .navbar-nav{
    text-align: center;
    margin-right: 0;
    padding-top: 20px;
}

.side-menu .side-nav .navbar-nav li a{
    font-size: 20px;
}

.side-footer {
    text-align: center;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    position: absolute;
    left: 32px;
    top: 34px;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    z-index: 1111;
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotates {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    left: 28px;
    top: 30px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #2b2b2b;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span {
    background: #dabd1d;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
}

.side-menu .inner-wrapper {
    padding: 2rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 20px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
    text-decoration: none;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #dabd1d;
    display: inline-block;
    width: 0;
    height: 4px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

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

.social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .side-footer p{
    color: #a6a6a6;
}

.push-slider-up{
    margin-top: 100vh;
}

.navigation-toggle span{
    width: 25px;
    background-color: #ffffff;
    height: 2px;
    display: block;
    margin-top: 3px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}

.header-appear  .navigation-toggle span {
    background-color: #ffffff;
}

.header-appear  .navigation-toggle:hover span {
    background-color: #dabd1d;
}

.sidebar_btn {
    padding-top: 20px;
}

/* ===================================
   Page Piling
====================================== */

#pp-nav li .active span, .pp-slidesNav .active span {
    background-color: #dabd1d;
}

#pp-nav span, .pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    box-shadow: inset 0 0 0 7px transparent;
    background: transparent ;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

#pp-nav li, .pp-slidesNav li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 16px 8px 16px 8px;
    position: relative;
}

/* ===================================
   Banner
====================================== */
.slider-area{
    /* background-image: url("../images/banner.jpg"); */
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-image {
    position: relative;
    margin: 0 auto -80px auto;
    top: 100px;
}

.slider-image img {
    top: -90px;
    width: 100%;
    position: relative;
}

.slider-text {
    background-color: #ffffff;;
    color: #2b3033;
}

.slider-area{
    align-items: center;
    /* display: flex; */
    position: relative;
    background : #0B1222;
}

.slider-area .slider-content{
    margin-top: 300px;
}

.slider-area .slider-content .heading{
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
}
.slider-area .slider-content .text{
    color: #ffffff;
    /* margin-top: 30px; */
}

.content-para {
    padding-right: 220px;
    line-height: 30px;
}

.slider-copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1111;
}

.slider-footer {
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 1111;
}

.circle-one {
    position: absolute;
    top: 28%;
    left: 47%;
}

.circle-two {
    top: 14%;
    left: 68%;
    position: absolute;
}

.circle-three {
    top: 38%;
    left: 84%;
    position: absolute;
}

.circle-four {
    top: 80%;
    left: 70%;
    position: absolute;
}

.circle-five {
    top: 86%;
    left: 55%;
    position: absolute;
}

.animated-circle {
    background-color: transparent;
    border: none;
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
}

.animated-circle:after {
    content: "";
    height: 25px;
    width: 25px;
    background-color: #dabd1d;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 10px;
    -webkit-box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
    box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
}

.fixed {
    position: fixed;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}


.about-us-slide {
    display: flex;
    height: 100vh;
    background-color: #0d1626; /* Dark navy base */
    color: #ffffff;
    font-family: 'Georgia', serif; /* Use a serif font for that premium look */
    overflow: hidden;
    position: relative;
}

.pane {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* CONTAINER */
.about-us-wrapper {
    display: flex;           /* This puts side A and side B next to each other */
    width: 100%;
    height: 100vh;           /* Full screen height */
    background-color: #0d1626;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.side {
    flex: 1;                 /* Ensures both sides take equal width (50/50) */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content vertically */
}

/* LEFT SIDE */
.left-side {
    background-color: #070e1a; /* Slightly darker */
}

.grid-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 30px 30px;
}

.footer-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    letter-spacing: 1px;
    font-family: sans-serif;
}

/* GOLD DIVIDER */
.gold-line {
    width: 3px;
    background-color: #d4a437;
    height: 60%;             /* Shortened line like in the image */
    margin: auto 0;          /* Centers the line vertically */
    z-index: 10;
}

/* RIGHT SIDE */
.right-side {
    padding-left: 80px;      /* Spacing away from the gold line */
}

.content-container {
    max-width: 500px;
    z-index: 5;
}

.section-tag {
    color: #d4a437;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    font-family: sans-serif;
}

.heading {
    font-size: 85px;         /* Match the large bold look */
    margin: 0;
    font-family: 'Times New Roman', serif; /* Serif font is important here */
    font-weight: bold;
}

.heading-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin: 30px 0;
}

.quote {
    font-size: 26px;
    font-style: italic;
    color: #cfd8e3;
    font-weight: 300;
}

/* DECORATIVE CIRCLES */
.decoration-circle-top {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 50%;
}

.decoration-circle-bottom {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 50%;
}

/* Left Pane Styles */
.left-pane {
    background-color: #0a111f; /* Slightly darker navy */
}

/* Background grid/plus pattern */
.pattern-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 30px 30px;
}

.branding-footer {
    position: absolute;
    bottom: 30px;
    left: 40px;
    font-size: 11px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.4);
    font-family: sans-serif;
}

/* Vertical Divider */
.vertical-divider {
    width: 4px;
    background-color: #d4a437; /* Gold */
    height: 70%;
    margin: auto 0;
    z-index: 10;
}

/* Right Pane Styles */
.right-pane {
    padding-left: 60px;
    background-color: #1a273a; /* Subtle gradient or different shade */
}

.content-box {
    max-width: 500px;
}

.section-label {
    display: block;
    color: #d4a437;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.main-title {
    font-size: 80px;
    margin: 0;
    font-weight: bold;
    line-height: 1;
}

.title-line {
    width: 100%;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px 0;
}

.tagline {
    font-size: 24px;
    font-style: italic;
    color: #ced4da;
    line-height: 1.4;
    font-weight: 300;
}

/* Decorative Circles */
.corner-circle {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

/* Small circle in left pane top */
.left-pane::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 100px;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .about-us-slide { flex-direction: column; }
    .vertical-divider { width: 100%; height: 4px; }
    .right-pane { padding: 40px; }
    .main-title { font-size: 30px; }
}

.growth-detail-section {
    background-color: #0d1626 !important; /* Dark navy */
    color: #ffffff;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden; /* Important to hide the G if it overflows */
    font-family: 'Georgia', serif;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    z-index: 2; /* Keeps content above the watermark */
}

/* THE BACKGROUND G WATERMARK */
.bg-watermark {
    position: absolute;
    left: -50px;      /* Positioned off to the left */
    top: 50%;
    transform: translateY(-50%);
    font-size: 800px;  /* Giant size */
    font-weight: bold;
    color: rgba(212, 164, 55, 0.05); /* Very faint gold color */
    line-height: 1;
    z-index: 1;
    pointer-events: none; /* User can't click it */
    font-family: 'Times New Roman', serif;
}

/* Price Css  */

.philosophy-detail-section {
    background-color: #0A1121 !important; 
    color: #ffffff;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    font-family: 'Georgia', serif; /* Matching the serif style in the image */
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    z-index: 5;
}

/* THE BACKGROUND P WATERMARK */
.bg-watermark {
    position: absolute;
    left: -80px;      
    top: 50%;
    transform: translateY(-50%);
    font-size: 900px; 
    font-weight: bold;
    color: rgba(212, 164, 55, 0.08); /* Very faint white/gold overlay */
    line-height: 1;
    z-index: 1;
    pointer-events: none;
}


  /* Investment Philosophy  */

  /* CONTAINER & LAYOUT */
/* RESET & PARENT CONTAINER */
.section-container {
    display: flex;           /* CRITICAL: This puts panes side-by-side */
    width: 100%;
    height: 100vh;           /* Forces full screen height */
    background-color: #0d1626;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

/* BOTH PANES EQUAL WIDTH */
.side-pane {
    flex: 1;                 /* Forces 50% width each */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers text vertically */
    position: relative;
}

/* LEFT SIDE */
.left-pane {
    background-color: #080f1d; /* Slightly darker */
}

.pattern-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 25px 25px;
}

.logo-placeholder {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    letter-spacing: 1px;
    font-family: sans-serif;
}

/* THE GOLD LINE FIX */
.center-separator {
    width: 4px;              /* Thin bar */
    background-color: #d4a437;
    height: 70%;             /* Not full height, just like the image */
    margin: auto 0;          /* Vertically centers the short bar */
    z-index: 10;
}

/* RIGHT SIDE */
.right-pane {
    padding-left: 80px;      /* Space away from the gold bar */
    background-color: #1a273a;
}

.text-wrapper {
    z-index: 5;
    max-width: 550px;
}

.section-label {
    color: #d4a437;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.heading-text {
    font-size: 80px;
    margin: 0;
    font-family: 'Times New Roman', serif; /* Use serif for the premium look */
    line-height: 1;
    color: #ffffff;
}

.heading-underline {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.15);
    margin: 40px 0;
    width: 100%;
}

.italic-quote {
    font-size: 28px;
    font-style: italic;
    color: #adb5bd;
    font-weight: 300;
}

/* DECORATIVE BACKGROUND CIRCLE */
.bg-circle {
    position: absolute;
    bottom: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 50%;
}

/* DECORATIVE GEOMETRY (Large Faint Circles) */
.decoration-circle-tl {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 50%;
}

.decoration-circle-br {
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 50%;
}

/* Mobile Responsive Adjustments */
@media (max-width: 900px) {
    .section-cover { flex-direction: column; }
    .vertical-gold-line { width: 100%; height: 4px; margin: 0; }
    .right-pane { padding: 40px; }
    .main-heading { font-size: 48px; }
}

/* TOP BREADCRUMB */
.breadcrumb {
    font-family: sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    color: #d4a437;
    margin-bottom: 25px;
}

.gold-dash { margin-right: 10px; font-weight: bold; }

/* TITLES */
.slide-title {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 45px;
    line-height: 1.1;
    max-width: 800px;
}

.intro-text {
    font-size: 19px;
    color: #b0b8c3;
    line-height: 1.7;
    margin-bottom: 45px;
    max-width: 850px;
}

/* ICON LIST */
.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 55px;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.feature-list .icon {
    font-size: 20px;
    color: #d4a437; /* Matching the golden icons */
}

.feature-list strong {
    color: #ffffff;
    font-size: 17px;
}

.list-text {
    color: #ced4da;
    font-size: 16px;
    line-height: 1.5;
}

/* QUOTE BOX */
.quote-box {
    background: rgba(13, 22, 38, 0.6);
    border-left: 4px solid #d4a437;
    padding: 30px 40px;
    max-width: 750px;
    margin-top: 40px;
}

.quote-box p {
    font-style: italic;
    font-size: 24px;
    margin: 0;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.4;
}

/* FOOTER */
.branding-footer {
    position: absolute;
    bottom: 40px;
    right: 60px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    font-family: sans-serif;
    letter-spacing: 1px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .bg-watermark { font-size: 450px; left: -30px; }
    .slide-title { font-size: 36px; }
    .container { padding: 0 25px; }
    .quote-box p { font-size: 18px; }
}

/* TOP BREADCRUMB */
.breadcrumb {
    font-family: sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #d4a437;
    margin-bottom: 20px;
}

.gold-dash { margin-right: 10px; font-weight: bold; }

/* TITLES */
.slide-title {
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.1;
}

.intro-text {
    font-size: 18px;
    color: #ced4da;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 850px;
}

/* LIST ITEMS */
.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

.feature-list .icon {
    font-size: 18px;
    margin-top: 2px;
}

.feature-list strong {
    color: #ffffff;
    margin-right: 5px;
}

.list-text {
    color: #adb5bd;
}

/* QUOTE BOX */
.quote-box {
    background: rgba(20, 31, 51, 0.8); /* Semi-transparent navy */
    border-left: 4px solid #d4a437;
    padding: 25px 35px;
    max-width: 700px;
}

.quote-box p {
    font-style: italic;
    font-size: 22px;
    margin: 0;
    color: #ffffff;
    font-weight: 300;
}

/* FOOTER */
.branding-footer {
    position: absolute;
    bottom: -100px; /* Adjust based on your layout padding */
    right: 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    font-family: sans-serif;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
    .bg-watermark { font-size: 400px; left: -20px; }
    .slide-title { font-size: 32px; }
    .quote-box p { font-size: 18px; }
}

section {
    min-height: 100vh; /* Allows the section to grow if content is long */
    display: flex;
    flex-direction: column;
}

.premium-hero-section {
    font-family: 'Playfair Display', serif; /* Use a Serif font for titles */
    color: #ffffff;
    overflow: hidden;
    background-color: #0A1121;
}

/* Update these specific properties in your existing CSS */

.main-title {
    font-weight: 700;
    font-size: 5rem; /* Slightly smaller to accommodate two lines */
    line-height: 1.1;
    margin-left: -5px;
}

/* Ensure the gold divider stays consistent */
.gold-divider {
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 3px;
    background-color: #b89146; /* Gold Accent */
}

/* Mobile Tweak */
@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }
}

/* Vertical Gold Line */
/* .gold-divider {
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 4px;
    background-color: var(--gold-accent);
} */

/* Typography */
.section-label {
    color: var(--gold-accent);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 0.9rem;
}

.main-title {
    font-weight: 700;
    font-size: 5.5rem;
    margin-left: -5px;
}

.title-underline {
    width: 100px;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
}

.quote-text {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 1.5rem;
    color: #ccd6f6;
    opacity: 0.9;
}

.branding-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: var(--text-muted);
}

/* Decorative Elements */
.decorative-circle {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
}

.bottom-curve {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 50%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .main-title { font-size: 2.5rem; }
    .gold-divider { display: none; }
}

@media (max-width: 767px) {
    /* Make the table look like a list */
    .fund-table, .fund-table thead, .fund-table tbody, .fund-table th, .fund-table td, .fund-table tr {
        display: block;
        width: 100%;
        text-align: center; /* Centers the text */
    }

    /* Hide the header on mobile because labels will repeat */
    .fund-table thead {
        display: none;
    }

    .fund-table td {
        padding: 15px 0;
        border-bottom: 1px solid rgba(212, 175, 55, 0.2); /* Faint Gold Border */
    }

    /* Style the 'Label' (Category of Fund, Benchmark, etc.) */
    .fund-table td.label {
        color: #d4af37; /* Gold color */
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.9rem;
        padding-bottom: 5px;
    }

    /* Style the 'Value' (NSE 500, etc.) */
    .fund-table td.value {
        color: #fff;
        font-size: 1rem;
        padding-top: 0;
    }
}

/* ===================================
   SKILLS
====================================== */

.skills{
    /* background-image: url("../images/skills-bg.jpg"); */
    background-color: #0A1121 !important;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide2{
    background : #0A1121;
}

.skill {
    text-transform: uppercase;
    font-weight: normal;
}

.skill-box p {
    font-size: 16px;
}

.progress {
    height: 1rem;
    margin-top: 0.5rem;
}

.custom-progress {
    margin-bottom: 2rem;
}

.bg-change .progress {
    background: #7d7d7d;
}

.numscroller {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

/* ===================================
   TIMELINE
====================================== */

.timeline-bg{
    /* background-image: url("../images/timeline.jpg"); */
    background-color: #0A1121 !important;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-content {
    padding-top: 3.5rem;
}

.main-content h2 {
    font-size: 30px;
    font-weight: normal;
}

.sub-content h5 {
    font-size: 18px;
    font-weight: normal;
}

.sub-content p {
    font-size: 14px;
    font-weight: normal;
}

.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
    list-style: none;
}
.cd-timeline-navigation a:hover {
    border-color:#dabd1d;
}
.cd-horizontal-timeline a, .cd-horizontal-timeline a:hover, .cd-horizontal-timeline a:focus{ color:#ffffff;}

.cd-horizontal-timeline blockquote, .cd-horizontal-timeline q {
    quotes: none;
}
.cd-horizontal-timeline blockquote:before, .cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before, .cd-horizontal-timeline q:after {
    content: '';
    content: none;
}
.cd-horizontal-timeline table {
    border-collapse: collapse;
    border-spacing: 0;
}
.cd-horizontal-timeline {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0;

}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;

}
.cd-horizontal-timeline .events {
    /* this is the white line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #3c4142;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
    /* this is used to create the yellow line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #dabd1d;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 15px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #313740;
    border-color: #313740;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #dabd1d;
    border-color: #dabd1d;
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #dabd1d;
    background-color: #dabd1d;
}
@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #3c4142;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #dabd1d;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
    margin: 0 auto;
}

.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}

@media only screen and (min-width: 768px) {

    .cd-horizontal-timeline .events-content em {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .cd-horizontal-timeline.loaded{ margin: 0;}
    .cd-horizontal-timeline .timeline{ width: 100%;}
    .cd-horizontal-timeline ol, .cd-horizontal-timeline ul{padding: 0;margin: 0;}
    .cd-horizontal-timeline .events-content h4{ font-size: 16px;}
    .cd-horizontal-timeline .events-content{ margin: 0;}
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.timeline:before{
    content: " ";
    display:none;
    bottom: 0;
    left: 0;
    width: 0;
    margin-left: -1.5px;
    background-color: #eeeeee;
}

/* ===================================
   PORTFOLIO
====================================== */

.portfolio-bg{
    /* background-image: url("../images/portfolio-bg.jpg"); */
    background-color: #0A1121 !important;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.team-classic .item {
    text-align: left;
}

.team-data-img {
    overflow: inherit;
}

.portfolio-content {
    padding: 20px 0;
    background: transparent;
}

.portfolio-content h5 {
    font-size: 18px;
    font-weight: normal;
}

.portfolio-content p {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.single-work {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
}

.single-work img {
    width: 100%;
    height: auto;
}

.single-work .title {
    width: 80%;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 15px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Roboto', sans-serif;
}

.single-work .overlay-text {
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.cases-image-inner {
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
}
.cases-line {
    position: absolute;
    background: #ffffff;
}
.top {
    top: 15px;
    right: 15px;
    /* width: 100px;
    height: 2px; */
}
.top-right {
    top: 15px;
    right: 15px;
    height: 100px;
    width: 2px;
}
.bottom {
    top: unset;
    bottom: 15px;
    /* left: 15px; */
    right: -55px;
    /* width: 100px;
    height: 2px; */
}
.bottom-left {
    top: unset;
    bottom: 15px;
    left: 15px;
    /* height: 100px;
    width: 2px; */
}

.single-work .overlay-text:before, .single-work .overlay-text:after {
    opacity: 0.6;
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.single-work .overlay-text:before {
    right: 0;
}

.single-work .overlay-text:after {
    left: 0;
}

.item:hover .overlay-text {
    opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    z-index: 1;
}

.item .img-responsive {
    max-width: 100%;
    transition: all .5s ease 0.2s;
}

.item:hover .img-responsive {
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

.circle{
    position: relative;
    z-index: 1111;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle i {
    transition: 0.5s ease;
}

.circle:hover , .circle:hover i {
    color: #dabd1d;
    border-color: #dabd1d;
}

#team-circle-right {
    top: 25%;
    right: -10%;
    transition: .5s ease;
    position: absolute;
}

#team-circle-left{
    top: 25%;
    left: -10%;
    transition: .5s ease;
    position: absolute;
}

/* ===================================
   Testimonial
====================================== */

.testimonial-bg{
    /* background-image: url("../images/testimonial-bg.jpg"); */
    background-color: #0a1121 !important;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
}

.testimonial-owl .owl-item img {
    width: 100px;
    margin: 0 auto;
}

.icon-quotes{
    color: #dabd1d;
    font-size: 24px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    line-height: 1.3;
    margin: 0 auto;
}

.paragraph {
    font-weight: normal;
    line-height: 1.920;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.testimonial-owl .owl-dots {
    margin-top: 40px !important;
    text-align: center;
}

.testimonial-owl .owl-nav button.owl-next, .testimonial-owl .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    height: 8px;
    width: 8px;
    background: #ffffff;
    margin: 10px 5px;
    border-radius: 10px;
    transition: 0.5s ease;
}

.testimonial-owl button.owl-dot.active {
    background-color: #dabd1d!important;
}

/* ===================================
   Contact
====================================== */

.contact-bg{
    /* background-image: url("../images/contact-bg.jpg"); */
    background-color: #0A1121 !important;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form .form-control {
    border: none;
    border-bottom:1px solid #464646;
    padding: 22px 0;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 32px;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

::placeholder {
    font-size: 18px;
}

.contact-form .form-control:focus {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border-color: #ffffff;
}

.contact-form textarea {
    min-height: 180px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-btn .btn{
    font-size: 18px;
    padding: 6px 50px;
    line-height: 1.8em;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
   Loader
====================================== */

.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #171717;
    width: 100%;
    height: 100%;
}

#container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#container {
    width: 200px;
    height: 200px;
}

@keyframes animation {
    0% {
        stroke-dasharray: 1,98;
        stroke-dashoffset: -105;
    }
    50% {
        stroke-dasharray: 80,10;
        stroke-dashoffset: -160;
    }
    100% {
        stroke-dasharray: 1,98;
        stroke-dashoffset: -300;
    }
}

#spinner {
    transform-origin: center;
    animation-name: animation;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(1.0, 0.4, 0.4, 1.0);
    animation-iteration-count: infinite;
}

/* ===================================
   Media Queries
====================================== */

@media (min-width: 1800px) {
    /* Side Nav */
    .side-nav .navbar-nav .nav-item {
        margin: 30px 0;
    }
}

@media (max-width: 1366px) and (min-width: 1281px) {
    /* Slider */
    .content-para {
        padding-right: 120px;
    }
    .circle-one {
        top: 24%;
        left: 48%;
    }
    .circle-two {
        top: 12%;
        left: 70%;
    }
    .circle-three {
        top: 30%;
        left: 88%;
    }
    .circle-four {
        top: 86%;
        left: 76%;
    }
    .circle-five {
        top: 90%;
        left: 55%;
    }

    /* Skills */
    .skill-box {
        padding-top: 0!important;
    }

    /* Timeline */
    .timeline-bg .heading-row {
        padding-bottom: 0!important;
    }
    .cd-horizontal-timeline .events-content {
        margin: 0;
    }

    /* Portfolio */
    #team-circle-left {
        left: -5%;
    }
    #team-circle-right {
        right: -5%;
    }

    /* Testimonial */
    .testimonial-bg .heading-row {
        padding-bottom: 0!important;
    }
    .paragraph {
        font-size: 16px;
    }
    .testimonial-owl .owl-dots {
        margin-top: 0!important;
    }
}

@media (max-width: 1280px) and (min-width: 1210px) {
    /* Side Nav */
    .side-nav .navbar-nav .nav-item {
        margin: 14px 0;
    }
    .side-menu .side-nav .navbar-nav, .sidebar_btn {
        padding-top: 0;
    }
    /* Slider */
    .content-para {
        padding-right: 120px;
    }
    .circle-one {
        top: 24%;
        left: 48%;
    }
    .circle-two {
        top: 12%;
        left: 70%;
    }
    .circle-three {
        top: 30%;
        left: 88%;
    }
    .circle-four {
        top: 82%;
        left: 80%;
    }
    .circle-five {
        top: 90%;
        left: 55%;
    }

    /* Skills */
    .skill-box {
        padding-top: 0!important;
    }

    /* Timeline */
    .timeline-bg .heading-row {
        padding-bottom: 0!important;
    }
    .sub-content {
        padding-top: 1rem;
    }
    .cd-horizontal-timeline .events-content {
        margin: .3em 0;
    }

    /* Portfolio */
    .portfolio-content {
        padding: 0;
    }
    .portfolio-bg .heading-row {
        padding-bottom: 10px!important;
    }

    /* Testimonial */
    .testimonial-owl .owl-dots {
        margin-top: 0!important;
    }
    .testimonial-bg .heading-row {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .paragraph {
        font-size: 14px;
    }
    .testimonial-img, .icon-quotes {
        margin: .5rem 0!important;
    }
    .testimonial-tittle {
        margin: 0!important;
    }
    .testimonial-tittle h4 {
        font-size: 18px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .h1, h1 {font-size: 60px;}
    section {padding: 7.5rem 0;}
    html {scroll-behavior: smooth;}
    .skills, .timeline-bg, .portfolio-bg, .testimonial-bg, .contact-bg {height: auto;}

    /* Side Nav */
    .side-nav .navbar-nav .nav-link {
        display: inline-table;
        color: #ffffff;
        padding: 40px 0 3px 0 !important;
    }
    .sidebar_btn {
        padding-top: 40px;
    }

    /* Slider */
    .content-para {
        padding-right: 50px;
    }
    .circle-one {
        top: 30%;
        left: 44%;
    }
    .circle-two {
        top: 20%;
        left: 68%;
    }
    .circle-three {
        top: 34%;
        left: 86%;
    }
    .circle-four {
        top: 71%;
        left: 82%;
    }
    .circle-five {
        top: 76%;
        left: 54%;
    }

    /* Skills */
    .bars-section {
        padding-right: 20px!important;
    }

    /* Portfolio */
    #team-circle-right {
        right: -3%;
    }
    #team-circle-left{
        left: -3%;
    }

}
@media screen and (max-width: 991px) and (min-width: 768px){

    .h1, h1 {font-size: 58px;}
    .h3, h3 {font-size: 32px;}
    section {padding: 7.5rem 0;}
    html {scroll-behavior: smooth;}
    .slider-area, .skills, .timeline-bg, .portfolio-bg, .testimonial-bg, .contact-bg {height: auto;}

    /* Side Nav */
    .side-menu .side-nav .navbar-nav li a {
        font-size: 22px;
    }
    .mega-logo {
        top: 20px;
    }
    .sidebar_btn .btn {
        font-size: 12px;
    }

    /* Slider */
    .animated-circle {
        display: none;
    }
    .image-order {
        order: 2;
    }
    .fixed {
        position: absolute;
    }
    .content-para {
        padding: 0 60px;
    }
    .slider-image {
        margin: 0 auto -95px auto;
    }

    /* Skills */
    .skill-box p {
        font-size: 13px;
    }

    /* Portfolio */
    .sub-content p {
        font-size: 13px;
    }
    .circle {
        display: none;
    }

    /* Contact */
    .contact-btn .btn {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {

    body {text-align: center;overflow-y: hidden!important;}
    html {scroll-behavior: smooth;}
    section {padding: 6rem 0;}
    .h1, h1 {font-size: 36px;}
    .h2, h2 {font-size: 36px;}
    .h3, h3 {font-size: 24px;}
    p {font-size: 14px;line-height: 20px;}
    .skills, .timeline-bg, .portfolio-bg, .testimonial-bg, .contact-bg {height: auto;}

    /* Nav */
    header a.logo img {
        max-width: 180px;
    }
    .navbar-top-default {
        height: 70px;
    }

    /* Side Nav */
    .side-menu .mega-title {
        display: none;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 18px 0;
    }
    .side-footer p {
        font-size: 14px;
    }
    .side-menu .side-nav .navbar-nav li a {
        font-size: 18px;
    }
    .sidemenu_btn {
        right: 8px;
        top: 25px;
    }
    .side-menu .mega-title h2 {
        font-size: 54px;
    }
    .side-menu .mega-title {
        animation: none;
        left: 50%;
    }
    .sidebar_btn .btn {
        font-size: 10px;
    }

    /* Slider */
    .slider-area .slider-content {
        margin-top: 300px;
    }
    .content-para {
        padding: 0 10px;
        font-size: 12px;
        line-height: 22px;
    }
    .image-order {
        order: 2;
    }
    .animated-circle {
        display: none;
    }
    .slider-copyright {
        font-size: 12px;
        bottom: 10px;
    }
    .slider-footer .social-icons-simple {
        display: none;
    }
    .fixed {
        position: absolute;
    }

    /* Skills */
    .skill-box p {
        font-size: 14px;
    }
    .progress-bar-side {
        padding-top: 4rem;
    }

    /* Timeline */
    .main-content h2 {
        font-size: 24px;
        font-weight: normal;
    }

    /* Portfolio */
    .portfolio-content {
        text-align: center;
    }
    .circle {
        display: none;
    }

    /* Testimonials */
    .paragraph {
        font-size: 14px;
    }

    /* Contact */
    .contact-form .form-control {
        font-size: 14px;
    }
}
@media (max-width: 575.98px) {
    .h1, h1 {
        font-size: 30px;
    }

    /* Side Nav */
    .side-nav .navbar-nav .nav-item {
        margin: 12px 0;
    }
    .side-menu .mega-title h2 {
        font-size: 48px;
    }
    .side-footer p {
        font-size: 10px;
        line-height: 1rem;
    }
}
@media (max-width: 320px) {
    .side-menu .inner-wrapper {
        padding: 2rem 3rem;
    }
}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    .slider-image img {
        top: -35px;
    }
}