/*=============================================================
    5. BANNER SECTION
=============================================================*/
.banner {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner .overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(13, 30, 45, 0.6), rgba(13, 30, 45, 0.45));
    z-index: 2;
}

.banner .overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .container {
    /* position: relative; */
    z-index: 10;
}

.banner_txt {
    max-width: 676px;
    text-align: right;
    padding-top: 120px;
}

.banner_txt h1 {
    font-size: 58px;
    font-weight: var(--font-weight-medium);
    color: var(--white);
    margin-bottom: 24px;
    line-height: 69px;
    letter-spacing: -0.5px;
}

.banner_txt > p {
    font-size: 18px;
    font-weight: var(--font-weight-regular);
    color: var(--white);
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 551px;
}

.banner_bottom_txt {
    display: inline-block;
    font-size: 26px;
    font-weight: var(--font-weight-medium);
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 29px;
    left: 85px;
}

/*=============================================================
    6. ABOUT SECTION
=============================================================*/
.about {
    padding: var(--section-padding) 0;
    background: var(--white);
}

.heading {
    text-align: right;
    margin-bottom: 60px;
}

.heading h4 {
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.heading h2 {
    font-size: 30px;
    font-weight: var(--font-weight-regular);
    color: var(--accent-color);
    margin-bottom: 16px;
}

.heading p {
    margin: 0 auto;
    font-weight: var(--font-weight-bold);
    font-size: 35px;
    color: #1D3B4C;
}

.about_block {
    margin-top: 60px;
}

.about_block .row {
    /* align-items: center; */
}

.about_block .col-md-6:first-child {
    padding-left: 30px;
}

.about_block .col-md-6:last-child {
    padding-right: 30px;
}

.about_block img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.about_block_txt {
    padding-right: 40px;
}

.ab_items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 10px;
}

.ab_items .item h3 {
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    color: #59706F;
    margin-bottom: 8px;
}

.ab_items .item p {
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    color: #59706F;
    line-height: 1.7;
}

.achive_items {
    display: flex;
    gap: 50px;
    margin-bottom: 0;
    padding: 30px 0 28px;
}

.achive_items .item {
    flex: 1;
}

.achive_items .item h3 {
    font-size: 45px;
    font-weight: var(--font-weight-black);
    color: #59706F;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.achive_items .item h3 .odometer {
    display: inline-block;
}

.achive_items .item p {
    font-size: 20px;
    color: #59706F;
    font-weight: var(--font-weight-medium);
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 33px;
    background: transparent;
    color: var(--accent-color);
    font-size: 16px;
    font-weight: var(
    --font-weight-bold);
    border-radius: 8px;
    transition: var(
    --transition-smooth);
    border: 1px solid var(
    --accent-color);
}

.btn:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(26, 77, 111, 0.3);
}

.btn img {
    width: 18px;
    height: 18px;
    transition: var(--transition-smooth);
}

.btn:hover img {
    transform: translateX(-4px);
}


.about .heading h2 {
    position: relative;
    padding-right: 13px;
    margin-bottom: 7px;
}


.about .heading h2::before {
    content: "";
    position: absolute;
    background: var(--accent-color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 23px;
    right: 0;
}




/*=============================================================
    7. HOW WE HELP SECTION
=============================================================*/
.how_we_help {
    padding: var(--section-padding) 0;
    /* background: var(--light-bg); */
    border-bottom: 3px solid #E5E5E5;
    border-top: 3px solid #E5E5E5;
}

.how_we_help .row {
    /* align-items: center; */
}

.help_block span {
    display: block;
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.help_block h2 {
    font-size: 42px;
    font-weight: var(--font-weight-black);
    color: var(--text-dark);
    line-height: 1.3;
}

.help_block_des {
    padding-right: 40px;
}

.help_block_des p {
    font-size: 16px;
    color: #576468;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: var(--font-weight-medium);
}

.help_block_des span {
    display: block;
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    color: var(--accent-color);
    margin-bottom: 24px;
}

.help_block_des .btn {
    /* background: var(--accent-color); */
    /* border-color: var(--accent-color); */
}

/* .help_block_des .btn:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
} */

/*=============================================================
    8. SERVICES ACCORDION
=============================================================*/
.services_accordion {
    padding: var(--section-padding) 0;
    background: var(--white);
}

.accordion {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 0;
    border-bottom: 2px solid #E5E5E5;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 24px 0;
    font-size: 28px;
    font-weight: var(--font-weight-regular);
    color: #576468;
    text-align: right;
    direction: rtl;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--primary-color);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    content: '+';
    position: absolute;
    left: 0;
    font-size: 28px;
    font-weight: var(--font-weight-light);
    color: var(--text-dark);
    background: none;
    width: auto;
    height: auto;
    transition: var(--transition-smooth);
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    color: var(--primary-color);
    transform: rotate(0deg);
    background-image: none;
}

.service-number {
    font-size: 28px;
    font-weight: var(--font-weight-regular);
    color: var(--accent-color);
}

.accordion-collapse {
    border: none;
}

.accordion-body {
    padding: 0 0 28px 56px;
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.8;
}

/*=============================================================
    9. HOW TO MAKE DIFFERENCE SECTION
=============================================================*/
.hw_mk_diff {
    padding: var(--section-padding) 0;
    /* background: var(--light-bg); */
}

.hw_mk_diff .contianer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.hw_mk_diff .heading {
    text-align: right;
    margin-bottom: 40px;
}

.hw_mk_diff .heading h4 {
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.hw_mk_diff .heading h2 {
    font-size: 22px;
}
.hw_mk_diff .heading p {
    font-size: 45px;
    font-weight: var(--font-weight-bold);
}

.hw_mk_diff_image {
    margin-top: 40px;
}

.hw_mk_diff_image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.hw_mk_diff_items {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.hw_mk_diff_items .item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #B7B7B7;
    background: #F1F1F1;
    padding: 30px 30px 64px;
    border-radius: 20px;
    /* max-width: 333px; */
    margin: 0 auto 0 0;
    width: 100%;
}

.hw_mk_diff_items .item .numbered {
    min-width: 33px;
    height: 33px;
    border-radius: 50%;
    background: var(--accent-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: var(--font-weight-medium);
    flex-shrink: 0;
    font-family: "Instrument Sans", sans-serif;
    justify-content: center;
}

.hw_mk_diff_items .item h4 {
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    color: #1D3B4C;
    margin-bottom: 10px;
}

.hw_mk_diff_items .item p {
    font-size: 15px;
    color: var(--text-gray);
    line-height: 1.7;
}

.hw_mk_diff .row {
    align-items: flex-start;
}

.sticky-col {
    position: sticky;
    top: 20px;
}

@media (max-width: 768px) {
	.sticky-col {
    position: static;
}
	
}

/*=============================================================
    10. WORKS SECTION
=============================================================*/
.works {
    padding: var(--section-padding) 0;
    background: var(--white);
}

.works .heading h4 {
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.work_item {
    margin-bottom: 40px;
    transition: var(--transition-smooth);
    text-align: right;
}

.work_item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
}

.grid-wrap-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    color: #576468 !important;
}

.grid-wrap-text-rt {
    font-size: 13px;
    font-weight: var(--font-weight-regular);
    color: #576468;
}

.grid-wrap-text-lft {
    font-size: 13px;
    font-weight: var(--font-weight-medium);
    color: #576468;
}

.work_item h2 {
    font-size: 27px;
    font-weight: var(--font-weight-regular);
    color: #576468;
    margin-bottom: 12px;
}

.work_item p {
    font-size: 16px;
    color: #576468;
    line-height: 1.7;
}

.work_item:hover {
    transform: translateY(-5px);
}

.work_item:hover img {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.section_btn_more {
    display: inline-block;
    margin: 40px auto 0;
    padding: 13px 28px;
    background: var(--accent-color);
    color: var(--white);
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    border-radius: 50px;
    transition: var(--transition-smooth);
    text-align: center;
}

.section_btn_more:hover {
    background: var(--accent-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(199, 149, 109, 0.3);
}

.works .container {
    text-align: center;
}

/*=============================================================
    11. WSHYAH TEAM SECTION
=============================================================*/
.Wshyah_Team {
    padding: var(--section-padding) 0;
    background: #1D3B4C;
    padding: 0;
    overflow: hidden;
}

.team_profile_images {
    padding-left: 40px;
}

.items-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.items-grid .item {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid var(--white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.items-grid .item .image {
    width: 100%;
    height: 100%;
}

.items-grid .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.items-grid .item:nth-child(odd) {
    position: relative;
    top: -14px;
}

.items-grid .item:nth-child(even) {
    position: relative;
    top: 14px;
}

.logo_wrap {
    background: #fff;
    padding: 16px;
    border-radius: 50%;
}

.logo_wrap img {
    width: 43px;
    height: 43px;
}




.team_profile_text {
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
}

.team_profile_text::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 80%;
    width: 2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.team_profile_text p {
    font-size: 31px;
    color: var(--white);
    line-height: 138%;
    margin-bottom: 40px;
    font-weight: var(--font-weight-regular);
    text-align: right;
}

.grid-logo-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.grid-logo-text img {
    height: 60px;
    width: auto;
}

.grid-logo-text span {
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    color: var(--white);
}

