/* ==========================================================================
   🧱 Breakpoints
   ========================================================================== */

@media (min-width: 320px) and (max-width: 400px){
    .news-letter-form .form-cols .col, .contact-us-form-section .form-cols .col
    {
        width: 100% !important;
        min-width: 150px !important;
    }
    /* team Slider CSS :: START */
    .team-section .slick-next
    {
        right: -20px !important;
    }
    .team-section .slick-prev
    {
        left: -20px !important;
    }
    /* team Slider CSS :: END */

    /* banner Slider CSS :: START */

    .banner-inner-slider-content
    {
        width: 100% !important;
        padding: 0 20px !important;
    }

    .banner-slider-content .slick-list
    {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .banner-slider-content
    {
        height: 100% !important;
    }
    /* banner Slider CSS :: END */

    /* About Us Section :: START */

    .investment-philosophy-section .investment-philosophy-section-card-main
    {
        display: block !important;
    }
    .investment-philosophy-section-card
    {
        margin-bottom: 25px !important;
    }

    /* breadcrumb CSS :: START */
    .page-header-inner
    {
        margin-top: 80px !important;
    }
    /* breadcrumb CSS :: END */

    /* About Us Section :: END */

    /* teams CSS :: START */
    .team-series::after,.team-series-2::after
    {
        display: none;
    }
    .team-page-img
    {
        height: 300px !important;
    }
    /* teams CSS :: END */

    /* startgy CSS :: START */

    .table-responsive 
    {
        width: 100%;
        overflow-x: auto;
    }
    .custom-portfolio-table
    {
        max-width: 400px !important;
    }

    /* startgy CSS :: END */

    /* team page section CSS :: START */

    .teams-cards
    {
        display: grid;
    }
    .teams-cards .card-content {
        width: 100% !important;
    }

    .teams-cards-img
    {
        width: 60% !important;
    }

    .full-width-card-second .teams-cards-img
    {
        order: 1;
    }
    .full-width-card-second .card-content
    {
        order: 2;
    }
    .teams-main-card
    {
        width: 100%;
    }
    /* team page section CSS :: END */

    /* resoures Section CSS :: START */
    .resourse-card-content
    {
        display: grid !important;
    }
    .download-btn
    {
        margin-top: 10px;
    }
    .resourse-card-group 
    {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    }
    /* resoures Section CSS :: END */
}

@media (max-width: 479px) {
    /* Small Mobile */

    /* Header CSS :: Start */
    #site-navigation-wrap {
        display: none !important;
    }
    .custom-header-buttons.my-header-buttons {
        position: fixed;
        top: 32px;
        right: 75px;
        display: flex;
        gap: 3px;
        z-index: 999;
    }
    #site-logo #site-logo-inner a img {
        width: 100px !important;
    }
    /* Header CSS :: End */

    /* Sidebar CSS :: Start */
    .menu-modal-content {
        width: 90% !important;
    }
    .my-sidebar-button {
        position: fixed;
        right: 0;
        width: 50px;
        height: 50px;
        border-radius: 10px 0 0 10px !important;
        top: 100px;
    }
    /* Sidebar CSS :: End */

    /* breadcrumb CSS :: START */
    .page-header-inner
    {
        margin-top: 80px !important;
    }
    .featured-image
    {
        display: none;
    }
    .secondary-image
    {
        width: 100% ;
        height: 100%;
    }
    .header-images
    {
        height: 100%;
    }
    .custom-header
    {
        display: block;
        height: 200px;
        margin-top: 30px;
    }
    /* breadcrum CSS :: END */

    /* Newsletter CSS :: START */
    .news-letter-form .form-cols .col, .contact-us-form-section .form-cols .col
        {
            margin-bottom: 0px !important;
            width: 100%;
            min-width: 200px !important;
        }
    .news-letter-form .form-cols, .contact-us-form-section .form-cols
        {
            gap: 0 !important;
            grid-template-columns: repeat(1, 1fr);
        }
    /* Newsletter CSS :: END */

    /* team Slider CSS :: START */
    .team-section .slick-next
    {
        right: -20px !important;
    }
    .team-section .slick-prev
    {
        left: -20px !important;
    }
    .profile-card
    {
        margin: 30px !important;
    }
    /* team Slider CSS :: END */

    /* banner Slider CSS :: START */

    .banner-section .slick-prev, .banner-section .slick-next
    {
        top: 50% !important;
    }
    .banner-section .slick-prev
    {
        left: 10px !important;
    }
    .banner-section .slick-next
    {
        right: 10px !important;
    }
    .banner-slider-content .slick-list
    {
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* banner Slider CSS :: END */
    .about-img-main-section::after
    {
        display: none;
    }

    /* About Us Section :: START */

    .investment-philosophy-section .investment-philosophy-section-card-main
    {
        display: block !important;
    }

    .investment-philosophy-section-card
    {
        margin-bottom: 25px !important;
    }

    /* About Us Section :: END */

    /* team page section CSS :: START */

    .teams-cards
    {
        display: grid;
    }
    .teams-cards .card-content {
        width: 100% !important;
    }

    .teams-cards-img
    {
        width: 60% !important;
    }

    .team-series-2 .teams-cards .teams-cards-img
    {
        order: 1;
    }
    .team-series-2 .teams-cards .card-content
    {
        order: 2;
    }
    .teams-main-card
    {
        width: 100%;
    }
    /* team page section CSS :: END */
}

@media (min-width: 480px) and (max-width: 767px) {
    /* Mobile */
    /* Header CSS :: Start */
    #site-navigation-wrap {
        display: none !important;
    }
    .custom-header-buttons.my-header-buttons {
        position: fixed;
        top: 32px;
        right: 110px;
        display: flex;
        gap: 3px;
        z-index: 999;
    }
    .custom-header-buttons.my-header-buttons {
        right: 95px;
    }
    /* Header CSS :: End */

    /* Sidebar CSS :: Start */
    .menu-modal-content {
        width: 80% !important;
    }
    .my-sidebar-button {
        position: fixed;
        right: 0;
        width: 50px;
        height: 50px;
        border-radius: 10px 0 0 10px !important;
        top: 100px;
    }
    /* Sidebar CSS :: End */

    /* Newsletter CSS :: START */
    .news-letter-form .form-cols .col, .contact-us-form-section .form-cols .col
        {
            margin-bottom: 0px !important;
            width: 100%;
            min-width: 200px !important;
        }
    .news-letter-form .form-cols, .contact-us-form-section .form-cols
        {
            gap: 0 !important;
            grid-template-columns: repeat(1, 1fr);
        }
    /* Newsletter CSS :: END */

    /* team Slider CSS :: START */
    .team-section .slick-next
    {
        right: -20px !important;
    }
    .team-section .slick-prev
    {
        left: -20px !important;
    }
    /* team Slider CSS :: END */

    /* banner Slider CSS :: START */

    .banner-section .slick-prev, .banner-section .slick-next
    {
        top: 50% !important;
    }
    .banner-section .slick-prev
    {
        left: 10px !important;
    }
    .banner-section .slick-next
    {
        right: 10px !important;
    }
    .banner-slider-content .slick-list
    {
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* banner Slider CSS :: END */

    .about-img-main-section::after
    {
        display: none;
    }

    /* About Us Section :: START */

    .investment-philosophy-section .investment-philosophy-section-card-main
    {
        display: block !important;
    }

    .investment-philosophy-section-card
    {
        margin-bottom: 25px !important;
    }

    /* About Us Section :: END */

    /* breadcrumb CSS :: START */
    .page-header-inner
    {
        margin-top: 100px !important;
    }
    /* breadcrumb CSS :: END */

    /* team Page CSS :: START */
    /* team page section CSS :: START */

    .teams-cards
    {
        display: grid;
    }
    .teams-cards .card-content {
        width: 100% !important;
    }

    .teams-cards-img
    {
        width: 40% !important;
    }

    .team-series-2 .teams-cards .teams-cards-img
    {
        order: 1;
    }
    .team-series-2 .teams-cards .card-content
    {
        order: 2;
    }
    .teams-main-card
    {
        width: 100%;
    }
    /* team page section CSS :: END */
    /* team Page CSS :: END */
}

@media (min-width: 650px) and (max-width: 767px) {
    /* team Page CSS :: START */
        .team-page-img-section
        {
            height: 250px !important;
            /* min-width: 150px !important; */
            width: 35% !important;
        }
        /* team page section CSS :: START */

    .teams-cards
    {
        display: flex;
    }
    .teams-cards .card-content {
        width: 60% !important;
    }

    .teams-cards-img
    {
        width: 40% !important;
    }

    .team-series-2 .teams-cards .teams-cards-img
    {
        order: 1;
    }
    .team-series-2 .teams-cards .card-content
    {
        order: 2;
    }
    /* team page section CSS :: END */
    .news-letter-form .form-cols .col, .contact-us-form-section .form-cols .col
        {
            margin-bottom: 0px !important;
            width: 100%;
            min-width: 200px !important;
        }
    .news-letter-form .form-cols, .contact-us-form-section .form-cols
        {
            gap: 15px !important;
            grid-template-columns: repeat(2, 1fr);
        }
    /* team Page CSS :: END */
    .banner-slider-content .slick-list
    {
        width: 100% !important;
        margin: 0 auto !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    /* Tablet */
    /* Header CSS :: Start */
    #site-navigation-wrap {
        display: none !important;
    }
    .custom-header-buttons.my-header-buttons {
        position: fixed;
        top: 45px;
        right: 100px;
        display: flex;
        gap: 3px;
        z-index: 999;
    }
    #site-header-inner {
        display: block !important;
    }
    /* Header CSS :: End */

    /* Sidebar CSS :: Start */
    .my-sidebar-button {
        position: fixed;
        right: 0;
        width: 50px;
        height: 50px;
        border-radius: 10px 0 0 10px !important;
        top: 100px;
    }
    /* Sidebar CSS :: End */

    /* Newsletter CSS :: START */
    .news-letter-form .form-cols .col, .contact-us-form-section .form-cols .col
        {
            margin-bottom: 0px !important;
            width: 100%;
            min-width: 200px !important;
        }
    .news-letter-form .form-cols, .contact-us-form-section .form-cols
        {
            gap: 15px !important;
            grid-template-columns: repeat(2, 1fr);
        }
    /* Newsletter CSS :: END */

    /* team Slider CSS :: START */
    .team-section .slick-next
    {
        right: -20px !important;
    }
    .team-section .slick-prev
    {
        left: -20px !important;
    }
    /* team Slider CSS :: END */

    /* banner Slider CSS :: START */

    .banner-section .slick-prev, .banner-section .slick-next
    {
        top: 50% !important;
    }
    .banner-section .slick-prev
    {
        left: 10px !important;
    }
    .banner-section .slick-next
    {
        right: 10px !important;
    }

    .banner-slider-content .slick-list
    {
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* banner Slider CSS :: END */

    /* Team page CSS :: START */
     .team-responsive-card
    {
        width: 100% !important;
    }

    .teams-cards-img
    {
        width: 40% !important;
    }

    .teams-cards-img img
    {
        width: 100%;
        height: 100%;
    }

    .teams-cards .card-content {
        width: 60% !important;
    }

    .team-page-img-section
    {
        height: 250px !important;
    }
    .teams-main-card
    {
        width: 100%;
    }
        /* .blank-section
        {
            display: none !important;
        } */
    /* Team page CSS :: END */

    /* resources CSS :: START */
    .resourse-card-group {
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
}
    /* resources CSS :: END */
    
}

@media (min-width: 1024px) and (max-width: 1279px) {
    /* Laptop */
    /* Header CSS :: Start */
    .mobile-right {
        display: none !important;
    }
    #site-navigation-wrap .dropdown-menu > li > a {
        padding: 0 15px !important;
    }
    /* Header CSS :: End */
    /* Newsletter CSS :: START */
    .news-letter-form .form-cols .col, .contact-us-form-section .form-cols .col
        {
            margin-bottom: 0px !important;
            width: 100%;
            min-width: 200px !important;
        }
    .news-letter-form .form-cols, .contact-us-form-section .form-cols
        {
            gap: 15px !important;
        }
    /* Newsletter CSS :: END */

    /* banner Slider CSS :: START */

    .banner-section .slick-prev, .banner-section .slick-next
    {
        top: 50% !important;
    }

    .banner-slider-content .slick-list
    {
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* banner Slider CSS :: END */
    .team-section .slick-prev
    {
        left: -20px !important;
    }
    .team-section .slick-next
    {
        right: -20px !important;
    }

    /* resources CSS :: START */
    .resourse-card-group {
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
}
    /* resources CSS :: END */
}

@media (min-width: 1025px) and (max-width: 1350px) {
    /* Desktop */
    .contact-us-form-section .card-section
    {
        width: 50% !important;
    }
    .contact-us-form-section .card-section
    {
        width: 50% !important;
    }
    /* .team-content-card
    {
        width: 100% !important;
    } */
     /* Team CSS :: START */
     .team-responsive-card
     {
         width: 100% !important;
        }
        .blank-section
        {
            display: none !important;
        }
    /* Team CSS :: END */

    .resorse-main-section 
    {
        padding: 0 40px !important;
    }
    /* resources CSS :: START */
    .resourse-card-group {
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
}
    /* resources CSS :: END */
}

@media (min-width: 1280px) {
    /* Desktop */
}

/* ==========================================================================
   🔠 Typography
   ========================================================================== */
/* html {
    font-size: 1.6rem;
} */

h1 {
    font-size: 3.5rem;
}

p {
    font-size: 1.6rem;
    line-height: 1.6;
}

/* ==========================================================================
   🖼️ Images & Media
   ========================================================================== */
img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

.cover-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   Components (Example)
   ========================================================================== */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1750px) {
    .custom-header-buttons.my-header-buttons
    {
        right: 120px !important;
    }
    .team-slider-section
    {
        max-width: 70% !important;
    }
}
@media (max-width: 1400px) {
    .menu-modal-content {
        width: 40% !important;
    }
    .banner-section .slick-prev, .banner-section .slick-next
    {
        top: 50% !important;
    }
}
@media (max-width: 991.5px) {

    /* Home_responsive_css::Start */
    .banner-inner-slider-content
    {
        width:90% !important;
    }
    .banner-slider-content
    {
        height:100% !important;
    }
    /* Home_responsive_css::End */

    /* resources CSS :: START */
    .resourse-card-group {
        grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
    }
    /* resources CSS :: END */
    .banner-slider-content .slick-list
    {
        width: 100% !important;
        margin: 0 auto !important;
    }
}
@media (max-width: 768px) {
    /* Header CSS :: Start */
    #site-header-inner {
        justify-content: space-between !important;
        padding: 0 15px !important;
    }
    #site-header {
        margin: 15px 0 !important;
    }
    #site-logo {
        width: 20% !important;
    }
    #site-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .mobile-right {
        width: auto !important;
        display: flex !important;
        justify-content: end !important;
        align-items: center !important;
    }
    .mobile-menu {
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .mobile-menu {
        height: 100% !important;
    }
    #site-header-inner {
        display: block !important;
    }
    a:focus {
        border: 0 !important;
    }
    /* Header CSS :: END */

    /* Sidebar CSS :: START */
    .menu-modal-content {
      width: 90% !important;
    }
    /* Sidebar CSS :: END */

    .banner-section .slick-prev, .banner-section .slick-next
    {
        top: 50% !important;
    }
    .banner-slider-content .slick-list
    {
        width: 100% !important;
        margin: 0 auto !important;
    }

}
/* ==========================================================================
   🧪 Testing Tips (Not for Production Code)
   ========================================================================== */
