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

/* Add your custom CSS below this line */

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

.tg-header__area-twelve .tgmenu__navbar-wrap ul {
    margin: 0 0 0 30px !important;
}

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

.tgmenu__navbar-wrap ul li a:hover {
    color: #F09E24 !important;
}

.scroll__top {
    background-color: #F09E24 !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: #F09E24 !important;
}

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

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

.tgmenu__navbar-wrap ul li a {
    font-size: 15px;
    font-weight: var(--tg-fw-medium);
    text-transform: uppercase;
    color: var(--tg-heading-color);
    padding: 35px 15px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}


.tgmenu__navbar-wrap ul li .sub-menu li a {
    padding: 8px 15px 8px 25px !important;
    display: flex;
    color: var(--tg-heading-color);
    font-size: 15px;
    text-transform: capitalize;
    align-items: center;
    justify-content: space-between;
}

.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: #F09E24 !important;
    text-decoration: underline;
}

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

.breadcrumb__content .breadcrumb > *:hover {
    color: #F09E24 !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: #F09E24;
}

.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 {
    color: #F09E24 !important;
    font-weight: bold;
    border-bottom: 2px solid #F09E24;
}

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

.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;
}

.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: 30px;
    margin-bottom: 20px;
    color: #F09E24 !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: #F09E24;
    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: #F09E24;
} */

@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: 2rem;
}

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;
}
}

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