/*
Theme Name: Athena Child
Theme URI: https://www.harriersys.com/
Description: Child theme for the Athena theme
Author: Shweta Dixit
Author URI: https://www.harriersys.com/
Template: athena
Version: 1.0.0
Text Domain: athena-child
*/

/* Add your custom CSS below this line */

/* Preloader (loading) color */
.preloader-inner span {
    border-color: #BA0202 transparent transparent transparent !important;
}

.tgmenu__nav .logo img {
    max-height: 70px !important;
}

.tg-header__area-twelve .tgmenu__navbar-wrap ul,
.tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap ul {
    margin: 0 0 0 0px ;
}

.footer__widget-title {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}

/* Hover effect for inactive menu items */
.tgmenu__navbar-wrap ul li:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor) > a:hover,
.sticky-menu .tgmenu__navbar-wrap ul li:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor) > a:hover {
    color: #BA0202 !important;
}

.scroll__top {
    background-color: #BA0202 !important;
    color: #fff !important;
}

.blog__post-content .title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    min-height: 74px;
}

section.services__area.section-py-130 {
    background: #F5F6FC;
}

.footer__contact .list-wrap li a:hover {
    color: #BA0202 !important;
}

.tg-header__top-info .list-wrap li a {
    color: #BA0202;
}

.contact__info-item.map {
    padding: 0px !important;
}

/* Header layout: logo, menu, and toggle in one horizontal line - prevent changes on scroll */
.transparent-header #sticky-header .tgmenu__wrap,
.transparent-header #sticky-header.sticky-menu .tgmenu__wrap,
.tg-header__area-twelve .tgmenu__wrap,
.tg-header__area-twelve.sticky-menu .tgmenu__wrap {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important; /* Override any sticky-menu padding changes */
}

/* Override sticky-menu specific padding that changes on scroll */
.tg-header__area-twelve.sticky-menu .tgmenu__wrap {
    padding: 0 !important;
}

@media (max-width: 1199.98px) {
    .tg-header__area-twelve.sticky-menu .tgmenu__wrap {
        padding: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .tg-header__area-twelve.sticky-menu .tgmenu__wrap {
        padding: 0 !important;
    }
}

.transparent-header #sticky-header .tgmenu__nav,
.transparent-header #sticky-header.sticky-menu .tgmenu__nav,
.tg-header__area-twelve .tgmenu__nav,
.tg-header__area-twelve.sticky-menu .tgmenu__nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
   
}

.transparent-header #sticky-header .tgmenu__nav .logo,
.transparent-header #sticky-header.sticky-menu .tgmenu__nav .logo,
.tg-header__area-twelve .tgmenu__nav .logo,
.tg-header__area-twelve.sticky-menu .tgmenu__nav .logo {
    display: flex !important;
    align-items: center !important;
    flex: 26% !important;
    margin-right: 0px !important; /* bring menu closer to logo */
}

.transparent-header #sticky-header .tgmenu__navbar-wrap.tgmenu__main-menu,
.transparent-header #sticky-header.sticky-menu .tgmenu__navbar-wrap.tgmenu__main-menu,
.tg-header__area-twelve .tgmenu__navbar-wrap.tgmenu__main-menu,
.tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap.tgmenu__main-menu {
    flex: 1 1 auto !important;
    margin-left: auto !important;
}

/* Remove dropdown arrows from desktop menu items with children */
.transparent-header .tgmenu__main-menu li.menu-item-has-children > a::after {
    content: none !important;
    display: none !important;
}

/* Center desktop sub-menus exactly under their parent menu item */
.transparent-header .tgmenu__navbar-wrap > ul > li {
    position: relative;
}

.transparent-header .tgmenu__navbar-wrap > ul > li > .sub-menu {
    left: 50% !important;
    top: 100%;
    transform: translateX(-50%) scale(1, 0);
    transform-origin: top center;
}

.transparent-header .tgmenu__navbar-wrap > ul > li:hover > .sub-menu {
    transform: translateX(-50%) scale(1);
}

/* Apply same submenu styling to sticky navbar */
.sticky-menu .tgmenu__navbar-wrap > ul > li {
    position: relative;
}

.sticky-menu .tgmenu__navbar-wrap > ul > li > .sub-menu {
    left: 50% !important;
    top: 100%;
    transform: translateX(-50%) scale(1, 0);
    transform-origin: top center;
}

/* Apply same submenu styling properties to sticky navbar submenu */
.sticky-menu .tgmenu__navbar-wrap > ul > li > .sub-menu {
    font-size: 16px !important;
    font-weight: var(--tg-fw-medium) !important;
    text-transform: uppercase !important;
    color: #666666 !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.4 !important;
    position: relative !important;
    z-index: 1 !important;
}

.sticky-menu .tgmenu__navbar-wrap > ul > li:hover > .sub-menu {
    transform: translateX(-50%) scale(1) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure submenu links have same styling */
.sticky-menu .tgmenu__navbar-wrap ul li .sub-menu li a {
    font-size: 18px !important;
    font-weight: var(--tg-fw-medium) !important;
    text-transform: none !important;
    color: #666666 !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.4 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Remove extra right padding reserved for arrows */
.transparent-header .tgmenu__main-menu li.menu-item-has-children > a {
    padding-right: 15px !important; /* same as others, without extra space */
}

.sticky-menu .tgmenu__main-menu li.menu-item-has-children > a {
    padding-right: 15px !important; /* same as others, without extra space */
}

.tgmenu__navbar-wrap ul li a,
.sticky-menu .tgmenu__navbar-wrap ul li a,
.tg-header__area-twelve .tgmenu__navbar-wrap ul li a,
.tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap ul li a {
    font-size: 16px !important;
    font-weight: var(--tg-fw-medium) !important;
    text-transform: uppercase !important;
    color: #666666 !important;
    padding: 35px 15px !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.4 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Keep header in a single line on 13" Mac screens (1280 × 800) and similar sizes */
@media (min-width: 1200px) and (max-width: 1280px) {
    .transparent-header #sticky-header .tgmenu__nav,
    .transparent-header #sticky-header.sticky-menu .tgmenu__nav,
    .tg-header__area-twelve .tgmenu__nav,
    .tg-header__area-twelve.sticky-menu .tgmenu__nav {
        gap: 10px !important;
    }

    .transparent-header #sticky-header .tgmenu__nav .logo img,
    .transparent-header #sticky-header.sticky-menu .tgmenu__nav .logo img,
    .tg-header__area-twelve .tgmenu__nav .logo img,
    .tg-header__area-twelve.sticky-menu .tgmenu__nav .logo img {
        max-height: 55px !important;
    }

    .transparent-header #sticky-header .tgmenu__navbar-wrap ul,
    .transparent-header #sticky-header.sticky-menu .tgmenu__navbar-wrap ul,
    .tg-header__area-twelve .tgmenu__navbar-wrap ul,
    .tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap ul {
        margin: 0 0 0 20px !important; /* override the 130px desktop margin */
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
    }

    .transparent-header #sticky-header .tgmenu__navbar-wrap ul li a,
    .transparent-header #sticky-header.sticky-menu .tgmenu__navbar-wrap ul li a,
    .tg-header__area-twelve .tgmenu__navbar-wrap ul li a,
    .tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap ul li a {
        font-size: 13px !important;
        padding: 30px 8px !important;
    }

    /* Reduce padding on active menu button to save space */
    .transparent-header #sticky-header .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a,
    .transparent-header #sticky-header.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a,
    .tg-header__area-twelve .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a,
    .tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a {
        padding: 8px 18px !important;
        margin: 22px 4px !important;
    }

    .transparent-header #sticky-header .tgmenu__navbar-wrap,
    .transparent-header #sticky-header.sticky-menu .tgmenu__navbar-wrap,
    .tg-header__area-twelve .tgmenu__navbar-wrap,
    .tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap {
        min-width: 0 !important;
    }
}

/* Ensure all menu items stay on one line at 1300px */
@media (min-width: 1281px) and (max-width: 1350px) {
    .transparent-header #sticky-header .tgmenu__navbar-wrap ul,
    .transparent-header #sticky-header.sticky-menu .tgmenu__navbar-wrap ul,
    .tg-header__area-twelve .tgmenu__navbar-wrap ul,
    .tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap ul {
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
    }

    .transparent-header #sticky-header .tgmenu__navbar-wrap ul li a,
    .transparent-header #sticky-header.sticky-menu .tgmenu__navbar-wrap ul li a,
    .tg-header__area-twelve .tgmenu__navbar-wrap ul li a,
    .tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap ul li a {
        padding: 10px 12px !important;
        font-size: 17px !important;
        margin-top: 23px;
    }

    .transparent-header #sticky-header .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a,
    .transparent-header #sticky-header.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a,
    .tg-header__area-twelve .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a,
    .tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a {
        padding: 10px 18px !important;
    }
}



.tgmenu__navbar-wrap ul li .sub-menu li a {
    padding: 10px !important;
    display: flex;
    color: var(--tg-heading-color);
    font-size: 18px;
    font-weight: var(--tg-fw-medium);
    text-transform: capitalize;
    align-items: center;
    justify-content: space-between;
    line-height: 1.4;
}

.services_custom__bg-seven {
    background-position: center;
    background-size: cover;
    background-color: #F5F6FC;
}

.breadcrumb__content .breadcrumb > * a {
    color: var(--tg-theme-primary) !important;
}

.breadcrumb__content .breadcrumb > * a:hover {
    color: #BA0202 !important;
    text-decoration: underline;
}

.breadcrumb__content .breadcrumb > * {
    font-size: 18px;
    color: var(--tg-theme-primary) !important;
    font-weight: 500;
    text-transform: capitalize;
}

.breadcrumb__content .breadcrumb > *:hover {
    color: #BA0202 !important; 
    text-decoration: underline;     
}

.breadcrumb__content .breadcrumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 6px;
    color: #BA0202;
}

.pricing__price .price {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 36px;
    float: left;
    margin-right: 10px;
}

section.breadcrumb_custom {
    background: #f5f5f5 !important;
}

section.breadcrumb_custom {
    background: #f5f5f5 !important;
    padding: 8px 0px !important;
}

/* Style for current menu item */
.current-menu-item > a,
.current_page_item > a,
.sticky-menu .current-menu-item > a,
.sticky-menu .current_page_item > a {
    color: #BA0202 !important;
    font-weight: bold;
    border-bottom: 2px solid #BA0202;
}

/* Style for current menu item's parent (if using dropdowns) */
.current-menu-ancestor > a,
.sticky-menu .current-menu-ancestor > a {
    color: #BA0202 !important;
    font-weight: 600;
}

/* Desktop primary menu - active item as rounded button (like "Start your journey") */
.tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a,
.tgmenu__navbar-wrap .main-navigation > ul > li.current_page_item > a,
.tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-ancestor > a,
.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a,
.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current_page_item > a,
.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-ancestor > a,
.tg-header__area-twelve .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a,
.tg-header__area-twelve .tgmenu__navbar-wrap .main-navigation > ul > li.current_page_item > a,
.tg-header__area-twelve .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-ancestor > a,
.tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a,
.tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current_page_item > a,
.tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-ancestor > a {
    color: #ffffff !important;
    background-color: #BA0202 !important;
    border-radius: 25px !important;
    border-bottom: none !important;
    padding: 10px 20px !important;
    margin: 22px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 600 !important;
}


/* Ensure inactive menu items stay dark grey and don't get affected by active styles */
.tgmenu__navbar-wrap .main-navigation > ul > li:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor) > a,
.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor) > a,
.tg-header__area-twelve .tgmenu__navbar-wrap .main-navigation > ul > li:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor) > a,
.tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor) > a {
    color: #666666 !important;
}

/* Main menu hover - change text color to red (like submenu) */
.tgmenu__navbar-wrap .main-navigation > ul > li:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor):hover > a,
.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor):hover > a,
.tg-header__area-twelve .tgmenu__navbar-wrap .main-navigation > ul > li:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor):hover > a,
.tg-header__area-twelve.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li:not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor):hover > a {
    color: #BA0202 !important;
}

/* Submenu active item text colour */
.tgmenu__navbar-wrap .sub-menu li.current-menu-item > a,
.tgmenu__navbar-wrap .sub-menu li.current_page_item > a,
.sticky-menu .tgmenu__navbar-wrap .sub-menu li.current-menu-item > a,
.sticky-menu .tgmenu__navbar-wrap .sub-menu li.current_page_item > a {
    color: #BA0202 !important;
    font-weight: 600;
    border-bottom: none !important;
}

/* Submenu hover text colour */
.tgmenu__navbar-wrap .sub-menu li a:hover,
.sticky-menu .tgmenu__navbar-wrap .sub-menu li a:hover {
    color: #BA0202 !important;
}

.service_block_desc {
    min-height: 175px;
}

.team__thumb-three img {
    margin-bottom: 0 !important;
}

.mission-full-block {
    background: var(--tg-color-white-default);
    border: 1px solid var(--tg-border-14);
    -webkit-border-radius: 20px 30px;
    -moz-border-radius: 20px 30px;
    -o-border-radius: 20px 30px;
    -ms-border-radius: 20px 30px;
    border-radius: 20px 30px;
    overflow: hidden;
    padding: 40px 40px;
}

.mission__item-ten.horizontal {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.mission__item-ten.horizontal .mission__icon-two {
    flex: 0 0 auto;
}

.mission__item-ten.horizontal .mission__icon-two img {
    max-width: 80px;
}

.mission__item-ten.horizontal .mission__content-ten {
    flex: 1;
}

.mission__item-ten.horizontal .title {
    margin: 0;
    font-size: 24px;
}

.mission_block_desc {   
    font-style: italic;
    color: #555;
    min-height: 83px;
}
.tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a:hover, .tgmenu__navbar-wrap .main-navigation > ul > li.current_page_item > a:hover,
.sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a:hover, .sticky-menu .tgmenu__navbar-wrap .main-navigation > ul > li.current_page_item > a:hover {
    color: #ffffff !important;
    background-color: #BA0202 !important;
    border-radius: 25px !important;
    border-bottom: none !important;
    padding: 10px 20px !important;
    margin: 22px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 600 !important;
}
.tg-header__area-twelve .tgmenu__navbar-wrap .main-navigation > ul > li.current-menu-item > a:hover, .tg-header__area-twelve .tgmenu__navbar-wrap .main-navigation > ul > li.current_page_item > a:hover{
    color: #ffffff !important;
    background-color: #BA0202 !important;
    border-radius: 25px !important;
    border-bottom: none !important;
    padding: 10px 20px !important;
    margin: 22px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 600 !important;
}
.problem_div {
    display: flex;
    flex-direction: column;
    align-items: center; /* or 'flex-start' for left alignment */
    text-align: center; /* optional, for text alignment */
}

.got_a_problem {
    margin-bottom: 10px; /* space between the two lines */
}

.features__icon {
    /* Optional: styles for the icon */
    font-size: 24px;    
}

.problem_div_bg {
    background: var(--tg-color-gray-2) !important;
    padding: 40px 40px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border:0px !important
}

h2.ser_title {
    font-size: 40px;
    margin-bottom: 20px;
    color: #BA0202 !important;
}

.about__inner-wrap-four.credit_solutions {
    margin-left: 40px !important;
}


.service-icon{
    width:7%;
    height: auto;
}
/*********** popup css ***********/

/* Team Popup Styles */
/* .team-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
}

.team-popup-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
} */

/* .team-popup-container {
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
} */

/* .team-popup-overlay.active .team-popup-container {
    transform: scale(1);
} */

/* .team-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #aaa;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s;
}

.team-popup-close:hover {
    color: #333;
}

.team-popup-content {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}

.team-popup-image {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.team-popup-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.team-popup-info {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.popup-member-name {
    margin-top: 0;
    color: #2a2a2a;
    font-size: 28px;
    margin-bottom: 5px;
}

.popup-member-designation {
    color: #BA0202;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}

.popup-member-content {
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.popup-member-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.popup-member-social a {
    color: #666;
    font-size: 18px;
    transition: color 0.3s;
}

.popup-member-social a:hover {
    color: #BA0202;
} */

@media (max-width: 768px) {
    /* .team-popup-content {
        flex-direction: column;
        padding: 30px;
    }
    
    .team-popup-image, 
    .team-popup-info {
        min-width: 100%;
        padding: 15px;
    }
    
    .team-popup-image {
        padding-top: 50px;
    }
    
    .team-popup-info {
        padding-top: 0;
    } */
    .banner__content-seven p {
    --tg-heading-line-height: 1.2 !important;
    font-size: 25px;
 } 
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}
p{
  font-size: 22px ;
  margin-bottom: 15px;
}
.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none !important;
}
}

a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}

.zak-style-1 {
    display: grid !important;
}

/* Work With Us Page Styles */
.work-with-us-wrapper .advisory-hero-section {
    background: transparent;
    border-top: none;
    border-bottom: none;
}

.work-with-us-wrapper .advisory-hero-section::before,
.work-with-us-wrapper .advisory-hero-section::after {
    display: none;
}

/* Work With Us Hero Section */
.work-with-us-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.work-with-us-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.work-with-us-hero .container {
    position: relative;
    z-index: 2;
}

.work-with-us-main-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.work-with-us-subtitle {
    font-size: 2.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.work-with-us-hero .athena-difference-content {
    max-width: 1000px;
    margin: 0 auto;
}

.work-with-us-hero .athena-difference-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #f5f5f5;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.work-with-us-hero .athena-difference-content p strong {
    color: white;
    font-weight: 600;
}

@media (max-width: 768px) {
    .work-with-us-main-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    
    .work-with-us-subtitle {
        font-size: 2rem;
    }
    
    .work-with-us-hero {
        min-height: 400px;
        padding: 60px 0;
    }
    
    .work-with-us-hero .athena-difference-content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .work-with-us-main-title {
        font-size: 2rem;
        letter-spacing: 0.5px;
    }
    
    .work-with-us-subtitle {
        font-size: 1.75rem;
    }
    
    .work-with-us-hero {
        min-height: 350px;
        padding: 40px 0;
    }
}

/* Athena Difference Section */
.athena-difference-section {
    background: #F5F6FC;
    position: relative;
}

.athena-difference-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.athena-difference-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

/* Current Openings Section */
.current-openings-section {
    background: #F5F6FC;
    position: relative;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

/* Openings Accordion Layout */
.openings-accordion {
    max-width: 1000px;
    margin: 0 auto 3rem;
}

.openings-accordion .accordion {
    border: none;
}

.opening-accordion-item {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.opening-accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #BA0202;
}

.opening-accordion-item .accordion-button {
    background: #f8f9fa;
    border: none;
    padding: 1.75rem 2.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    box-shadow: none;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.opening-accordion-item .accordion-button:not(.collapsed) {
    background: #ffffff;
    color: #BA0202;
    box-shadow: none;
    border-bottom: 2px solid #BA0202;
}

.opening-accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23BA0202'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.opening-accordion-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1a1a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
}

.opening-accordion-item .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none;
}

.opening-accordion-header-content {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    padding-right: 2rem;
}

.opening-accordion-icon {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border: 2px solid #BA0202;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.opening-accordion-icon i {
    font-size: 18px;
    color: #BA0202;
    transition: all 0.3s ease;
}

.opening-accordion-item .accordion-button:not(.collapsed) .opening-accordion-icon {
    background: #BA0202;
    border-color: #BA0202;
}

.opening-accordion-item .accordion-button:not(.collapsed) .opening-accordion-icon i {
    color: #ffffff;
}

.opening-accordion-title {
    flex: 1;
    text-align: left;
    line-height: 1.3;
}

.opening-accordion-body {
    padding: 2rem 2.5rem;
    background: #ffffff;
}

.opening-accordion-footer {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e8e8e8;
}

.opening-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(186, 2, 2, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.opening-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #BA0202 0%, #d32f2f 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.opening-card:hover::before {
    transform: scaleX(1);
}

.opening-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(186, 2, 2, 0.1);
    border-color: rgba(186, 2, 2, 0.25);
}

.opening-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(186, 2, 2, 0.1) 0%, rgba(186, 2, 2, 0.05) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.opening-card-icon i {
    font-size: 24px;
    color: #BA0202;
    transition: all 0.3s ease;
}

.opening-card:hover .opening-card-icon {
    background: linear-gradient(135deg, #BA0202 0%, #d32f2f 100%);
    /* transform: scale(1.1) rotate(5deg); */
}

.opening-card:hover .opening-card-icon i {
    color: #ffffff;
}

.opening-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.3;
    min-height: 3.9rem;
}

.opening-description {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 0;
    flex-grow: 1;
    text-align: justify;
    width: 100%;
    box-sizing: border-box;
}

.opening-description p {
    margin-bottom: 1rem;
    text-align: justify;
}

.opening-description p:last-child {
    margin-bottom: 0;
}

.opening-description ul,
.opening-description ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
    text-align: left;
}

.opening-description li {
    margin-bottom: 0.5rem;
    text-align: justify;
}

.opening-description strong {
    font-weight: 600;
    color: #1a1a1a;
}

.opening-card-footer {
    margin-top: auto;
    padding-top: 1rem;
}

.opening-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #BA0202;
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 2px solid #BA0202;
}

.opening-apply-btn:hover {
    background: #8B0101;
    border-color: #8B0101;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(186, 2, 2, 0.25);
}

.opening-apply-btn i {
    transition: transform 0.3s ease;
}

.opening-apply-btn:hover i {
    transform: translateX(5px);
}

.no-openings-wrapper {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

.no-openings-card {
    padding: 3rem;
    text-align: center;
    max-width: 1500px;
}

.no-openings-icon {
    font-size: 48px;
    color: #BA0202;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.no-openings-message {
    font-size: 18px;
    color: #666;
    font-style: italic;
    margin: 0;
}

.contact-us-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 2.5rem;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(186, 2, 2, 0.1);
    text-align: center;
    position: relative;
}

.contact-us-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(186, 2, 2, 0.1) 0%, rgba(186, 2, 2, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.contact-us-icon i {
    font-size: 24px;
    color: #BA0202;
}

.contact-us-section p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.contact-email {
    color: #BA0202;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-email:hover {
    color: #8B0101;
    text-decoration: underline;
}

/* Alumni Speaks Section */
.alumni-speaks-section {
    background: #ffffff;
    position: relative;
    padding: 30px 0;
}

.alumni-carousel-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
}

.alumni-swiper {
    padding-bottom: 60px;
    overflow: visible;
}

.alumni-swiper .swiper-wrapper {
    overflow: visible;
    display: flex;
    align-items: stretch;
    margin-bottom: 35px;
}

.alumni-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alumni-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 3rem 3rem;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 2px 10px rgba(186, 2, 2, 0.05); */
    border: 1px solid rgba(186, 2, 2, 0.1);
    min-height: 450px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: visible;
    box-sizing: border-box;
}

.alumni-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #BA0202 0%, #d32f2f 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 3;
}

.alumni-card:hover::before {
    transform: scaleX(1);
}

.alumni-card:hover {
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 30px rgba(186, 2, 2, 0.12); */
    transform: translateY(-8px);
    border-color: rgba(186, 2, 2, 0.25);
    margin-top: 8px;
}

.alumni-quote-icon {
    position: absolute;
    top: 7px;
    right: 25px;
    width: 80px;
    height: 80px;
    background: rgba(186, 2, 2, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: 2;
}

.alumni-quote-icon i {
    font-size: 36px;
    color: #BA0202;
    opacity: 0.6;
}

.alumni-card:hover .alumni-quote-icon {
    opacity: 1;
    transform: scale(1.05);
    background: rgba(186, 2, 2, 0.12);
}

.alumni-card:hover .alumni-quote-icon i {
    opacity: 0.8;
    color: #BA0202;
}

.alumni-image {
    flex: 0 0 280px;
    width: 300px;
    height: 320px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.alumni-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    /* border: 4px solid #BA0202; */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.alumni-card:hover .alumni-photo {
    transform: scale(1.02);
}

.alumni-content {
    flex: 1;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}

.alumni-name {
    font-size: 22px;
    font-weight: 600;
    color: #BA0202;
    margin-bottom: 0.2rem;
    text-align: left;
    position: relative;
    /* padding-bottom: 0.5rem; */
}

.alumni-testimonial {
    text-align: justify;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: block;
}

.alumni-testimonial p {
    font-size: 18px;
    line-height: 1.85;
    color: #444;
    margin: 0 0 1rem 0 !important;
    text-align: justify !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: block;
    text-indent: 0;
}

.alumni-testimonial p:first-child {
    margin-top: 20px !important;
}

.alumni-testimonial p:last-child {
    margin-bottom: 0 !important;
}

/* Swiper Navigation Buttons */
.alumni-swiper-button-next,
.alumni-swiper-button-prev {
    color: #BA0202 !important;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(186, 2, 2, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: -25px;
    border: 2px solid rgba(186, 2, 2, 0.1);
    z-index: 10;
}

.alumni-swiper-button-next:after,
.alumni-swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
}

.alumni-swiper-button-next:hover,
.alumni-swiper-button-prev:hover {
    transform: scale(1.15);
    background: linear-gradient(135deg, #BA0202 0%, #d32f2f 100%);
    color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(186, 2, 2, 0.4);
    border-color: #BA0202;
}

.alumni-swiper-button-next {
    right: 0px !important;
}

.alumni-swiper-button-prev {
    left: 0px !important;
}

/* Swiper Pagination */
.alumni-swiper-pagination {
    bottom: 0px !important;
    
}

.alumni-swiper-pagination .swiper-pagination-bullet,
.testimonial-swiper-pagination .swiper-pagination-bullet {
    background: #BA0202;
    opacity: 0.4;
    width: 12px;
    height: 12px;
    transition: all 0.4s ease;
    margin: 0 6px !important;
}

.alumni-swiper-pagination .swiper-pagination-bullet-active,
.testimonial-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 40px;
    border-radius: 6px;
    background: linear-gradient(90deg, #BA0202 0%, #d32f2f 100%);
}

/* Testimonial Swiper Styles - Apply Alumni Card Styling */
.testimonial-active {
    padding-bottom: 10px !important;
    overflow: visible;
}

.testimonial-active .swiper-wrapper {
    overflow: visible;
    display: flex;
    align-items: stretch;
}

.testimonial-active .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial__wrap .alumni-card {
    width: 100%;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .section-title {
        font-size: 2rem;
    }
    
    .athena-difference-content p {
        font-size: 18px;
    }
    
    .openings-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
    
    .alumni-card {
        padding: 2.5rem;
        min-height: 400px;
        gap: 2rem;
    }
    
    .alumni-image {
        flex: 0 0 240px;
        width: 240px;
        height: 240px;
    }
    
    .alumni-name {
        font-size: 1.5rem;
    }
    
    .alumni-carousel-wrapper {
        padding: 0 40px;
    }
}

@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.75rem;
    }
    
    .openings-accordion {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .opening-accordion-item {
        border-radius: 6px;
    }
    
    .opening-accordion-item .accordion-button {
        padding: 1.25rem 1.5rem;
        font-size: 1.1rem;
    }
    
    .opening-accordion-header-content {
        padding-right: 1.5rem;
        gap: 1rem;
    }
    
    .opening-accordion-icon {
        width: 42px;
        height: 42px;
        border-radius: 5px;
    }
    
    .opening-accordion-icon i {
        font-size: 18px;
    }
    
    .opening-accordion-body {
        padding: 1.5rem 1.5rem;
    }
    
    .opening-accordion-title {
        font-size: 1.1rem;
    }
    
    .opening-title {
        font-size: 1.25rem;
    }
    
    .opening-description {
        font-size: 14px;
    }
    
    .alumni-card {
        padding: 2rem;
        flex-direction: column;
        align-items: center;
        min-height: auto;
        gap: 1.5rem;
    }
    
    .alumni-image {
        flex: 0 0 auto;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    
    .alumni-content {
        width: 100%;
    }
    
    .alumni-name {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .alumni-testimonial p {
        font-size: 15px;
        text-align: justify;
    }
    
    .alumni-carousel-wrapper {
        padding: 0 20px;
    }
    
    .alumni-swiper-button-next,
    .alumni-swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .alumni-swiper-button-next:after,
    .alumni-swiper-button-prev:after {
        font-size: 18px;
    }
    
    .alumni-quote-icon {
        width: 60px;
        height: 60px;
        top: 15px;
        right: 15px;
    }
    
    .alumni-quote-icon i {
        font-size: 24px;
    }
    
    .contact-us-section {
        padding: 2rem 1.5rem;
    }
    
    .no-openings-card {
        padding: 2rem;
    }
}

/* Blog Page New Layout Styles */
.decoding-credit-section {
    margin-bottom: 60px;
}

.decoding-credit-title {
    font-size: 3rem;
    font-weight: 700;
    color: #BA0202;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
}

.decoding-credit-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #BA0202;
    border-radius: 2px;
}

/* Featured Blog Section */
.featured-blog-section {
    margin-bottom: 80px;
}

.featured-blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 2.5rem;
    align-items: stretch;
}

.featured-blog-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    position: relative;
}

.featured-blog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #BA0202 0%, #d32f2f 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 1;
}

.featured-blog-card:hover::before {
    transform: scaleX(1);
}

.featured-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.featured-blog-thumb {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}

.featured-blog-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.featured-blog-card:hover .featured-blog-thumb::after {
    opacity: 1;
}

.featured-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-blog-card:hover .featured-blog-thumb img {
    transform: scale(1.08);
}

.featured-blog-content {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.featured-blog-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
    flex-grow: 1;
    color: #1a1a1a;
}

.featured-blog-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.featured-blog-title a:hover {
    color: #BA0202;
}

.featured-blog-meta {
    display: flex;
    gap: 1.75rem;
    align-items: center;
    font-size: 17px;
    color: #666;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.featured-blog-meta .blog-author,
.featured-blog-meta .blog-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
}

.featured-blog-meta svg,
.featured-blog-meta img {
    opacity: 0.8;
}

.featured-show-more {
    display: flex;
    align-items: end;
    justify-content: center;
    padding-left: 1.5rem;
}

.show-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    background: linear-gradient(135deg, #BA0202 0%, #d32f2f 100%);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(186, 2, 2, 0.25);
    border: 2px solid transparent;
    min-width: 140px;
    height: fit-content;
}

.show-more-btn:hover {
    background: linear-gradient(135deg, #8B0101 0%, #BA0202 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(186, 2, 2, 0.4);
    border-color: #8B0101;
    color: #ffffff !important;
}

.show-more-btn:active {
    transform: translateY(-1px);
}

/* Blogs Main Section */
.blogs-main-section {
    margin-top: 60px;
}

.blogs-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 3rem;
}

/* Blog Category Section */
.blog-category-section {
    margin-bottom: 4rem;
}

.category-section-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #BA0202;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    /* border-bottom: 2px solid #BA0202; */
    position: relative;
}

/* .category-section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #BA0202;
} */

.blog-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.blog-category-box {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    height: 100%;
}

.blog-category-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.blog-category-thumb {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.blog-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-category-box:hover .blog-category-thumb img {
    transform: scale(1.05);
}

.blog-category-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-category-box-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
    flex-grow: 1;
}

.blog-category-box-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-category-box-title a:hover {
    color: #BA0202;
}

.blog-category-meta {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-top: auto;
}

.blog-category-meta .blog-author,
.blog-category-meta .blog-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-category-show-more {
    text-align: center;
    margin-top: 2.5rem;
}
/* 
.blog-show-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #BA0202;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 2px solid #BA0202;
}

.blog-show-more-btn:hover {
    background: #8B0101;
    border-color: #8B0101;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(186, 2, 2, 0.35);
}

.blog-show-more-btn svg {
    transition: transform 0.3s ease;
}

.blog-show-more-btn:hover svg {
    transform: translateX(5px);
} */
.blog-show-more-btn {
  user-select: none;
  -moz-user-select: none;
  background: #FFFFFF none repeat scroll 0 0;
  color:#333333;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: var(--tg-fw-semi-bold);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 25px;
  text-align: center;
  /* text-transform: capitalize; */
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100px;
  --arrow-hover-move-x: -110%;
  gap: 10px;
  z-index: 1;
  position: relative;
  border: 1px solid #BA0202;
}
.blog-show-more-btn svg {
  transition: all 0.3s ease-out 0s;
}
.blog-show-more-btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.blog-show-more-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.blog-show-more-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}


.blog-show-more-btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #BA0202;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.blog-show-more-btn:hover, .blog-show-more-btn:focus-visible {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-primary);
}
.blog-show-more-btn:hover svg path:nth-of-type(1), .blog-show-more-btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.blog-show-more-btn:hover svg path:nth-of-type(2), .blog-show-more-btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.blog-show-more-btn:hover::before, .blog-show-more-btn:focus-visible::before {
  top: -40%;
}
.blog-show-more-btn img {
  display: inline-block !important;
  vertical-align: middle;
  opacity: 0 !important;
  visibility: visible !important;
  transition: opacity 0.3s ease;
  position: relative !important;
  z-index: 2 !important;
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  filter: none !important;
  transform: none !important;
}
.blog-show-more-btn:hover img, .blog-show-more-btn:focus-visible img {
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
  position: relative !important;
  z-index: 2 !important;
  filter: none !important;
  transform: none !important;
}
.blog-show-more-btn.white-btn {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-secondary);
}
.blog-show-more-btn.white-btn svg path {
  stroke: var(--tg-theme-secondary);
}
/* Responsive Styles for Blog Layout */
@media (max-width: 991.98px) {
    .decoding-credit-title {
        font-size: 2.5rem;
    }
    
    .featured-blog-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .featured-show-more {
        padding-left: 0;
        padding-top: 1.5rem;
        justify-content: center;
    }
    
    .show-more-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .featured-blog-thumb {
        height: 280px;
    }
    
    .blog-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    
    .blog-category-thumb {
        height: 200px;
    }
    
    .decoding-credit-title {
        font-size: 2.5rem;
    }
    
    .blogs-section-title {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .decoding-credit-title {
        font-size: 2rem;
    }
    
    .decoding-credit-title::after {
        width: 60px;
        height: 3px;
    }
    
    .featured-blog-thumb {
        height: 240px;
    }
    
    .featured-blog-content {
        padding: 1.5rem;
    }
    
    .featured-blog-title {
        font-size: 1.375rem;
    }
    
    .show-more-btn {
        padding: 18px 32px;
        font-size: 15px;
    }
    
    .blog-category-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .blog-category-thumb {
        height: 180px;
    }
    
    .decoding-credit-title {
        font-size: 2rem;
    }
    
    .blogs-section-title {
        font-size: 1.75rem;
    }
    
    .category-section-title {
        font-size: 1.5rem;
    }
}

/***************** end **************/
