/*



* Theme Name: NS - Grand Imperial



*  Author: Netscriper



*  Author URI: http://www.netscriper.com/



*/     







:root {

--color1: #0A3B65;

--color2: #BA8232;

}







.red{

    color: var(--color1);

}







*{

    font-family: "Montserrat", sans-serif;

    font-weight: 400;

}



/* Pagination */

.pagination-wrapper {

    display: flex;

    justify-content: center;

    align-items: center;

    margin-top: 30px;

    gap: 8px;

    flex-wrap: wrap;

    text-align: center;

}



.pagination-wrapper .page-numbers {

    display: inline-block;

    padding: 8px 14px;

    border-radius: 6px;

    background-color: #ffffff; 

    color: var(--color1);

    text-decoration: none;

    font-weight: 500;

    min-width: 36px;

    text-align: center;

    transition: all 0.3s ease;

    cursor: pointer;

}



.pagination-wrapper .page-numbers.current {

    background-color: var(--color1);

    color: #fff; 

    font-weight: 600;

    cursor: default;

}



.pagination-wrapper .page-numbers.prev, .pagination-wrapper .page-numbers.next {

    font-weight: 400;

    font-size: 32px;

    color: var(--color1);

    margin-top: -12px;

}



.pagination-wrapper ul.page-numbers {

    list-style: none;

    padding: 0;

    display: inline-flex;

    gap: 12px;

}



.pagination-wrapper ul.page-numbers li a,

.pagination-wrapper ul.page-numbers li span {

    background: none;

    border: none;

    color: var(--color1);

    padding: 0;

}





/* 404 error */

.error img {



    position: relative;



    margin: 0 auto;



}



.back-home-wrap p {



    font-size: 21px;



	margin-top:50px;



}



.back-home-wrap {



    text-align: center;



    left: 0;



    right: 0;



}



.error {



    height: 400px;



}



.back-home {



    margin-top: 14px;



    border-radius: 0;



}







.mm-menu--offcanvas{



    position: absolute;



}







/* Breadcrumb */







#breadcrumbs {list-style-type: none; padding-left: 0;}



#breadcrumbs li{display: inline-block;}







/*********************** Widget ******************/



.mywidget h4 {



    font-size: 14px;



}



.widget-title{



    font-weight: 700;



    font-size: 21px;



}







/* ************************* Custom Design *********************** */



.custom-title {
    font-size: 44px;
    font-weight: bold;
    color: var(--color1);
    margin-bottom: 30px;
    text-transform: uppercase;
}



.custom-btn {



    display: inline-block;



    padding: 12px 28px;



    background: var(--color1);



    color: #fff;



    text-decoration: none;



    font-weight: 500;



    border-radius: 50px;



    transition: all 0.3s ease;



}







.custom-btn:hover {



    background: var(--color1);



    transform: translateY(-3px);



}







i.bi-arrow-up-short {



    display: inline-block;



    transition: transform 0.3s;



    transform: rotate(45deg);



    font-size: 26px;

    color: #fff;



}



div#page {

    overflow: hidden;

}





/* ********************************* Sub banner **********************************/



.sub-banner-wrapper {



    position: relative;



}







.sub-banner {



    position: relative;



    min-height: 300px;



    display: flex;



    align-items: center;



}




.sub-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}




.sub-banner .container {



    position: relative;



    z-index: 2;



}







.sub-banner .title {

    font-size: 36px;

    font-weight: 700;

    color: var(--color1);

    margin-bottom: 10px;

}







.breadcrumbs {



    display: flex;



    align-items: center;



    gap: 10px;



}







.breadcrumbs a {



    color: #000;



    text-decoration: none;



    font-size: 16px;



    transition: 0.3s;



    font-weight: 600;



}







.breadcrumbs a:hover {



    color: var(--color1);



}







.breadcrumbs img {



    width: 12px;



}







.bread-current {



    color: #000;



    font-weight: 600;



    font-size: 16px;



}







@media (max-width: 768px) {



    .sub-banner .title {

        font-size: 24px;

        line-height: 1.7;

    }





.global-network p {



    font-size: 14px;



}



}







/* post breadcrumbs*/



.breadcrumb {



    display: flex;



    align-items: center;



    flex-wrap: wrap;



    font-size: 14px;



    margin-bottom: 15px;



}







.breadcrumb a {



    color: #000;



    text-decoration: none;



    font-size: 16px;



    transition: 0.3s;



    font-weight: 600;



}







.breadcrumb a:hover {



    color: var(--color1)



}







.breadcrumb img {



    width: 12px;     



    height: 12px;



    margin: 0 8px;  



    object-fit: contain;



}







@media (max-width: 576px) {



    .breadcrumb {



        font-size: 12px;



    }







    .breadcrumb img {



        width: 12px;



        height: 12px;



        margin: 0 5px;



    }



}















/* *********************header *************************** */







.menu .col {



    display: flex;



    align-items: center;



    justify-content: space-between;



}







.logo-wrapper {



    flex-shrink: 0;



}







.ds-menu {



    margin-left: auto;



}



ul#menu-main-menu {

    display: flex;

    gap: 20px;

}



nav .container-fluid {

    padding: 0;

}



a.nav-link {



    font-size: 16px;



}







.header_menu .nav-link:hover {



    color: var(--color1);      



}



.header-row {

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: nowrap;

}





.header_menu .current-menu-item > .nav-link,



.header_menu .current_page_item > .nav-link {



    color: var(--color1);       



    font-weight: 600;       



}







/* logo */



.menu {

    position: relative;

}





.logo-wrapper {

    position: relative;

    display: inline-block;

    z-index: 2;

    margin-top: 12px;

    margin-bottom: 12px; 

}





.logo-wrapper::after {

    content: "";

    position: absolute;

    top: -5px;

    left: -20px;

    width: 305px;

    height: 120px;

    background: url(/wp-content/uploads/2026/04/logo-bg.png) no-repeat center center;

    background-size: contain;

    z-index: -1;

    pointer-events: none;

    border-radius: 0 0 40px 0;

}









.xs-menu-btn a {



    display: inline-flex;



    justify-content: center;



    align-items: center;



    color: var(--color1);



    border-radius: 8px;



    font-size: 2rem;



    transition: all 0.3s ease;



    border: none;



    text-decoration: none;



}


.xs-menu-btn a i {
    pointer-events: none;
    font-size: 35px;
}



/* top menu */

.top-info-bar {

    display: flex;

    align-items: center;

    gap: 16px;

    margin-right: auto;

    justify-content: right;

    padding-top: 16px;



}



.top-info-bar a {

    font-size: 15px;

    color: #fff;

}



.top-info-bar {

    position: relative;

    display: flex;

    justify-content: flex-end;

    gap: 10px;

    padding: 8px 0;

    z-index: 1;

    margin-top: -2px;

}



.top-info-bar::before {

    content: "";

    position: absolute;

    top: 0;

    bottom: 0;



    left: 90px;          

    width: 1169px;     



    background: url("data:image/svg+xml,%3Csvg width='1169' height='60' viewBox='0 0 1169 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H1169V60H78.1026C60.2958 60 43.4088 52.0906 32.0092 38.4111L0 0Z' fill='%230A3B65'/%3E%3C/svg%3E") no-repeat right center;



    background-size: cover;



    z-index: -1;

}



.top-info-bar {

    display: none;

}



/* Language switch */

.language-switch ul {

    list-style: none;

    margin: 0;

    padding: 0;

    display: flex;

    gap: 8px;

    align-items: center;

}



.language-switch li {

    display: inline-block;

}



.language-switch img {

    width: 20px;

    height: auto;

}



@media (min-width: 992px) {

    .top-info-bar {
        display: flex;
        gap: 0px;
    }

}



/* header responsive */



@media (max-width: 1400px) {



    ul#menu-main-menu {

    gap: 0px;

    }



}







@media (max-width: 1200px) {



    ul#menu-main-menu {



        gap: 20px;



    }







    a.nav-link {



        font-size: 15px;



        padding: 0px !important;



    }



}



/* Language Switch Wrapper */

.language-switch-wrapper {

    display: flex;

    align-items: center;

    gap: 6px;

    position: relative;

}



.language-icon {

    font-size: 18px;

    color: #fff;

}



.language-switch select.pll-switcher-select {

    appearance: none;

    -webkit-appearance: none;

    -moz-appearance: none;



    background: transparent;

    border: 1px solid rgba(255,255,255,0.3);

    color: #fff;



    padding: 6px 30px 6px 10px;

    border-radius: 20px;



    font-size: 14px;

    cursor: pointer;



    transition: all 0.3s ease;

}



.language-switch select.pll-switcher-select:hover {

    border-color: #caa540;

    color: #caa540;

}



.language-switch select.pll-switcher-select:focus {

    outline: none;

    border-color: #caa540;

}



.language-switch {

    position: relative;

    display: inline-block;

}



.dropdown-icon {

    position: absolute;

    right: 10px;

    top: 50%;

    transform: translateY(-50%);



    font-size: 14px;

    color: #fff;

    pointer-events: none;



    transition: 0.3s ease;

}



.language-switch-wrapper:hover .dropdown-icon {

    color: #caa540;

}



.stick{

    color: #fff;

}



@media (max-width: 991px) {



    .mobile-lang .language-icon {

        color: var(--color1);

    }



    .mobile-lang select.pll-switcher-select {

        background: #fff;

        border: 1px solid #ddd;

        color: var(--color1);

    }



    .mobile-lang select.pll-switcher-select:hover {

        border-color: #EECD70;

        color: #EECD70;

    }



    .mobile-lang .dropdown-icon {

        color: var(--color1);

    }



    .mobile-lang:hover .dropdown-icon {

        color: #EECD70;

    }

}



/* *********************** Home ************************ */



/* home slider */

.slider-wrapper {

    position: relative;

}



.slider-wrapper::before {

    content: "";

    position: absolute;

    inset: 0; 



    background: rgba(0, 0, 0, 0.40); 



    z-index: 2;

    pointer-events: none;

}



.slider-wrapper .n2-ss-slider {

    position: relative;

    z-index: 1;

}



.slider-overlay {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 140px;

    z-index: 5;



    display: flex;

    align-items: center; 

    pointer-events: none;

}



.slider-overlay .row {

    width: 100%;

}





.slider-title h2 {
    color: #fff;
    font-size: 44px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}


.slider-title h2 {
    color: #fff;
    font-size: 46px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}


/* Text */

.slider-desc p {

    color: #fff;

    font-size: 16px;

    margin: 0;

    text-align: left;

}



.slider-desc {

    text-align: left;

}



.btn-wrapper {

    display: flex;

    justify-content: flex-start;

    margin-top: 10px;

}



.explore-btn {

    display: inline-flex;

    align-items: center;

    gap: 6px;



    padding: 8px 16px;



    background: #fff;

    color: #2c2c2c;

    text-decoration: none;



    border-radius: 25px;

    font-size: 14px;



    transition: 0.3s ease;

    font-weight: 500;

    margin-top: 8px;

}



.arrow.icon {

    display: inline-flex;

    align-items: center;

    justify-content: center;



    width: 40px;

    height: 40px;



    border-radius: 50%;

    background: #fff;



    cursor: pointer;

    transition: 0.3s ease;

    margin-top: 8px;

}



.arrow.icon img {

    width: 10px;

    height: auto;

    transition: transform 0.3s ease;

}



/* who we are */



.who-we-are {

    padding: 100px 0;

}



.who-we-are img {

    border-radius: 30px;

    width: 600px;

    height: 556px;

    object-fit: cover;

}



.who-we-are h2 {

    margin-bottom: 20px;

}



.who-we-are p {

    font-size: 16px;

    line-height: 2;

    color: #313131;

    margin-bottom: 16px;

}



.who-we-are .btn-wrapper {

    display: flex;

    align-items: center;

}



.who-we-are .explore-btn {

    display: inline-flex;

    align-items: center;

    padding: 10px 18px;



    background: var(--color1);

    color: #fff;

    text-decoration: none;



    border-radius: 25px;

    font-size: 14px;



    transition: 0.3s ease;

}



.who-we-are .explore-btn:hover {

    background: var(--color1);

}



.who-we-are .arrow.icon {

    display: flex;

    align-items: center;

    justify-content: center;



    width: 42px;

    height: 42px;



    border-radius: 50%;

    background: var(--color1);



    cursor: pointer;

    transition: 0.3s ease;

}



.who-we-are .arrow.icon img {

    border-radius: 0px;

    width: 10px;

    transition: 0.3s ease;

}



.who-we-are .arrow.icon:hover {

    background: #0A3B65;

}



/* payment methods */



.payment-method {

    padding: 80px 0;

}



.payment-method h2 {

    text-align: center;

    margin-bottom: 80px;

}



.payment-splide {

    position: relative;

}



.payment-splide .splide__track {

    padding-bottom: 40px;

}



.payment-splide .splide__slide {

    display: flex;

    justify-content: center;

    align-items: center;

}



.payment-logo {

    display: flex;

    justify-content: center;

    align-items: center;



    min-height: 115px;



    box-shadow: 0 5px 20px rgba(0,0,0,0.05);

    transition: 0.3s ease;

}



.payment-logo img {

    max-height: 115px;

    width: auto;

    object-fit: contain;

    transition: 0.3s ease;

}



.custom-dots {

    display: flex;

    justify-content: center;

    gap: 8px;

    margin-top: 60px;

}



.custom-dots .dot {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: var(--color1);

    border: none;

    cursor: pointer;

    transition: 0.3s ease;

}



.custom-dots .dot.active {

    background: var(--color2);

    transform: scale(1.3);

}



/* Our Packages */

.our-packages{

    padding: 100px 0 120px;

}



.our-packages h2 {

    text-align: center;

    margin-bottom: 60px;

}



.package-cards {

    background: #fff;

    border-radius: 15px;

    padding: 25px;

    box-shadow: 0 5px 20px rgba(0,0,0,0.05);

    transition: 0.3s ease;

    height: 100%;

}



.package-cards:hover {

    transform: translateY(-6px);

    box-shadow: 0 10px 30px rgba(0,0,0,0.1);

}



.package-price {

    background: #F6F6F6;

    color: #fff;

    padding: 25px;

    border-radius: 12px;

    margin-bottom: 20px;

    transition: 0.3s ease;

}



.package-cards:hover .package-price {

    background: linear-gradient(111.8deg, #EECD70 4.04%, #BA8232 98.86%);

}



.package-cards:hover .package-price h5,

.package-cards:hover .package-price h3,

.package-cards:hover .package-price p,
.package-cards:hover .package-price .price-note {

    color: #fff !important;

}



.package-price h5 {

    font-size: 24px;

    margin-bottom: 20px;

    opacity: 0.9;

    color: var(--color1);

    font-weight: 600;

}



.package-price h3 {

    font-size: 36px;

    margin-bottom: 20px;

    font-weight: bold;

    color: var(--color2);

}



.package-price p {

    font-size: 16px;

    margin: 0;

    color: #313131;

}



.package-cards ul {

    list-style: none;

    padding: 0;

    margin: 0 0 20px;

}



.package-cards ul li {

    padding: 6px 0;

    font-size: 16px;

    color: #313131;

    position: relative;

    padding-left: 30px;

}



.package-cards ul li::before {

    content: "";

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);



    width: 18px;

    height: 18px;



    background: url("images/check.png") no-repeat center;

    background-size: contain;

}



.package-cards .btn-wrapper {

    display: flex;

    align-items: center;

}



.package-cards .explore-btn {

    display: inline-flex;

    align-items: center;

    padding: 10px 16px;



    background: var(--color1);

    color: #fff;

    text-decoration: none;



    border-radius: 25px;

    font-size: 14px;



    transition: 0.3s ease;

}



.package-cards .arrow.icon {

    display: flex;

    align-items: center;

    justify-content: center;



    width: 40px;

    height: 40px;



    border-radius: 50%;

    background: var(--color1);



    cursor: pointer;

    transition: 0.3s ease;

}



.package-cards .arrow.icon img {

    width: 10px;

    transition: 0.3s ease;

}



@media (max-width: 768px) {

    .our-packages {

        padding: 50px 0;

    }



    .our-packages h2 {

        font-size: 24px;

    }



    .package-price h3 {

        font-size: 24px;

    }

}



.section-bg {

    position: relative;

    margin-top: -50px;

    background: url(images/section-bg.png) no-repeat center;

    background-size: cover;

    z-index: 100;

    border-radius: 60px;

}



/* Where we are now */

.where-we-are {

    padding: 80px 0;

    position: relative;

    background: url(images/blue-bg.png) no-repeat center;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    margin-top: -60px;

    padding-top: 150px;

}



.where-we-are .subtitle {

    font-size: 16px;

    color: #ffffff;

    opacity: 0.8;

    margin-bottom: 16px;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-weight: 500;

}



.where-we-are h2 {

    font-size: 48px;

    font-weight: bold;

    color: #EECD70;

    margin-bottom: 20px;

}



.where-we-are p {

    font-size: 16px;

    line-height: 1.7;

    color: rgba(255, 255, 255, 0.85);

    margin-bottom: 20px;

}



.padding-top {

    padding-top: 140px;

}



.where-we-are .location address {

    font-style: normal;

    margin-bottom: 12px;



    display: flex;

    gap: 10px;

    align-items: flex-start;



    font-size: 15px;

    color: rgba(255, 255, 255, 0.85);

}



.where-we-are .location address span:first-child {

    min-width: 120px;

    font-weight: 600;

    color: #ffffff;



    display: flex;

    align-items: center;

    gap: 8px;

}



.where-we-are .location address span:last-child {

    color: rgba(255, 255, 255, 0.75);

}



.where-we-are .btn-wrapper {

    display: flex;

    align-items: center;

    margin-top: 25px;

}



.where-we-are .explore-btn {

    display: inline-flex;

    align-items: center;



    padding: 10px 18px;

    border-radius: 25px;



    background: #ffffff;

    color: #313131;



    text-decoration: none;

    font-size: 14px;



    transition: 0.3s ease;

}



.where-we-are .arrow.icon {

    width: 42px;

    height: 42px;



    display: flex;

    align-items: center;

    justify-content: center;



    background: #fff;

    border-radius: 50%;



    cursor: pointer;

    transition: 0.3s ease;

}



.where-we-are .arrow.icon img {

    width: 10px;

    transition: 0.3s ease;

}



@media (max-width: 768px) {

    .where-we-are {

        padding: 50px 0;

    }



    .where-we-are h2 {

        font-size: 24px;

    }



    .where-we-are .location address {

        flex-direction: column;

        gap: 5px;

    }

}



/* customer-review */

.customer-review {

    padding: 100px 0;

    background: #ffffff;

}



.customer-review h2 {

    text-align: center;

    margin-bottom: 60px;

}



.review-card {

    background: #F8F4F3;

    padding: 25px;

    border-radius: 15px;

    position: relative;

    height: 100%;



    transition: 0.3s ease;

}



.review-card {

    position: relative;

    background: #F8F4F3;

    padding: 25px;

    border-radius: 15px;

    transition: 0.3s ease;

}



.review-card::before {

    content: "";

    position: absolute;

    bottom: 35px;

    right: 35px;

    width: 60px;

    height: 60px;

    background: url(images/comma.png) no-repeat center;

    background-size: contain;

    z-index: 2;

}



.review-card:hover {

    background: var(--color1);

    box-shadow: 0 10px 30px rgba(0,0,0,0.1);

}



.review-card p {

    font-size: 16px;

    line-height: 1.9;

    color: #313131;

    margin-bottom: 32px;

    transition: 0.3s ease;

}



.review-card:hover p {

    color: #fff;

}



.customer-profile {

    display: flex;

    align-items: center;

    gap: 12px;

}



.customer-profile img {

    width: 70px;

    height: 70px;

    border-radius: 50%;

    object-fit: cover;

}



.customer-name h3 {

    font-size: 18px;

    margin: 0;

    color: var(--color1);

    transition: 0.3s ease;

    font-weight: 600;

}



.customer-name p {

    font-size: 16px;

    margin: 0;

    color: #313131;

    transition: 0.3s ease;

}



.review-card:hover .customer-name h3,

.review-card:hover .customer-name p {

    color: #fff;

}



/* slider pagination */

.customer-dots {

    display: flex;

    justify-content: center;

    gap: 8px;

    margin-top: 45px;

}



.customer-dots .dot {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: var(--color1);

    border: none;

    cursor: pointer;

}



.customer-dots .dot.active {

    background: var(--color2);

    border-radius: 20px;

    transform: scale(1.3);

}



.customer-splide{

    padding-top: 20px;

}



@media (max-width: 768px) {

    .customer-review {

        padding: 50px 0;

    }



    .review-card {

        margin-bottom: 20px;

    }

}



/* Why Choose */

.why-choose {

    padding: 100px 0;

    background: #F8F4F3;

    border-radius: 60px;

}



.why-choose-title h2 {

    font-size: 38px;

    margin-bottom: 10px;

}



.why-choose-title p {

    color: #313131;

    line-height: 1.8;

    font-size: 16px;

}



.why-choose img {

    border-radius: 30px;

}



.accordion {

    margin-top: 25px;

}



.accordion-item {

    border: 1px solid #eee;

    border-radius: 10px !important;

    margin-bottom: 12px;

    overflow: hidden;

}



.accordion-button {

    font-weight: 600;

    font-size: 16px;

    padding: 16px 18px;

}



.accordion-button:focus {

    box-shadow: none;

}



.accordion-button:not(.collapsed) {

    background-color: #f8f9fa;

    color: #000;

}



.accordion-body {

    padding: 18px;

    color: #444;

}



.accordion-body .d-flex {

    margin-top: 8px;

    gap: 8px;

}



.accordion-body span {

    font-weight: 600;

}



.accordion-item {

    border: none !important;

    background: none !important;

    position: relative;

}



.accordion-item::after {

    content: "";

    display: block;

    width: 100%;

    height: 2px;

    background: rgba(0, 0, 0, 0.1);

    margin-top: 15px;

}



.accordion-button {

    background: none !important;

    border: none !important;

    box-shadow: none !important;

    padding: 16px 0;

    font-weight: 600;

    font-size: 20px;

    color: var(--color1) !important;

}



.accordion-button:focus {

    box-shadow: none !important;

}



.accordion-button::after {

    display: none;

}



.accordion-body {

    padding: 10px 0 0px 0;

    color: #313131;

    font-size: 16px;

}



.accordion-item + .accordion-item {

    margin-top: 15px;

}



.accordion-body .d-flex {

    gap: 6px;

    margin-top: 6px;

}



.accordion-body span {

    font-weight: 600;

    width: 150px;

}



.accordion-button::after {

    display: none !important;

}



.accordion-button::before {

    content: "+";

    font-size: 28px;

    font-weight: 600;

    margin-left: auto;

    transition: 0.3s ease;

    color: var(--color2);

}



.accordion-button:not(.collapsed)::before {

    content: "−";

}



.accordion-button {

    display: flex;

    align-items: center;

    gap: 10px;

}



.accordion-button::before {

    order: 2;

    margin-right: 0;

    margin-left: auto;

}



.accordion-button {

    background: none !important;

    border: none !important;

    box-shadow: none !important;

    padding: 8px 0;

    font-weight: 600;

    font-size: 20px;

    color: var(--color1) !important;

    display: flex;

    align-items: center;

}



.accordion-button:focus {

    box-shadow: none !important;

}



.accordion-button::after {

    display: none !important;

}



.accordion-button::before {

    content: "+";

    font-size: 28px;

    font-weight: 600;

    margin-left: auto;

    color: var(--color2);

}



.accordion-button.collapsed::before {

    content: "+";

}



.accordion-button:not(.collapsed)::before {

    content: "−";

}



/* ******************************** Packages ********************************** */



.internet-packages {

    padding: 100px 0;

    background: #ffffff;

}



.internet-packages .row {

    align-items: center;

}



.internet-packages img {

    width: 100%;

    max-width: 520px;

    height: auto;

    display: block;

    margin: 0 auto;

    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.08));

}



.internet-packages h2.custom-title {

    font-size: 38px;

    margin-bottom: 20px;

}



.internet-packages p {

    font-size: 16px;

    line-height: 1.8;

    color: #555;

    max-width: 520px;

}



@media (max-width: 991px) {

    .internet-packages {

        padding: 70px 0;

        text-align: center;

    }



    .internet-packages p {

        margin: 0 auto;

    }



    .internet-packages img {

        margin-bottom: 30px;

        max-width: 420px;

    }

}



@media (max-width: 576px) {

    .internet-packages h2.custom-title {

        font-size: 28px;

    }



    .internet-packages p {

        font-size: 15px;

    }

}





/* Business Solutions */

.business-solutions {

    padding: 40px 0 100px;

}



.business-solutions .custom-title {

    color: var(--color1);

    margin-bottom: 10px;

}



.business-solutions .text-primary {

    color: var(--color2) !important;

    font-size: 20px;

    margin-bottom: 10px;

}



.business-solutions .description {

    font-size: 16px;

    color: #313131;

    line-height: 1.8;

    margin-bottom: 30px;

}



.feature-list {

    display: flex;

    flex-direction: column;

    gap: 20px;

}



.feature-item {

    display: flex;

    align-items: flex-start;

    gap: 15px;

}



.feature-item i {

    color: var(--color2);

    font-size: 20px;

    margin-top: 5px;

}



.feature-item h5 {

    font-size: 18px;

    color: var(--color1);

    margin-bottom: 5px;

}



.feature-item p {

    font-size: 14px;

    color: #313131;

    margin: 0;

}



.business-image {

    max-width: 500px;

    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));

}



.contact-now {

    display: flex;

    align-items: center;

    margin-top: 30px;

}



.contact-now .explore-btn{

    background: var(--color1);

    color: #fff;

}



.contact-now .arrow {

    background: var(--color1);

}



.business-image-area {

    min-height: 450px;

}



.business-image-area .img-layer {

    position: absolute;

    transition: 0.3s ease;

}



.business-image-area .img-1 {

    top: 15%;

    left: 10%;

    width: 70%;

    z-index: 3;

}



.business-image-area .img-1 img {

    border-radius: 20px;

    box-shadow: 0 25px 50px rgba(10, 59, 101, 0.15);

}



.business-image-area .img-2 {

    top: -50px;

    right: 0;

    width: 45%;

    z-index: 2;

}



.business-image-area .img-2 img {

    border-radius: 16px;

    box-shadow: 0 20px 40px rgba(0,0,0,0.1);

}



.business-image-area .img-3{

    bottom: 0;

    left: 0;

    width: 40%;

    z-index: 1;

    bottom: -50px;

}



.business-image-area .img-3 img {

    border-radius: 16px;

    box-shadow: 0 20px 40px rgba(0,0,0,0.1);

}



.business-image-area .img-layer:hover {

    transform: scale(1.05);

    z-index: 5;

}



@media (max-width: 991px) {



    .business-solutions {

        text-align: left; /* keep left alignment */

    }



    .feature-item {

        justify-content: flex-start; /* no centering */

        text-align: left;

    }



    .business-image {

        margin-top: 40px;

    }



    .business-image-area {

        min-height: 380px;

        margin-top: 40px;

    }



    .business-image-area .img-1 {

        position: relative;

        width: 100%;

        left: 0;

    }



    .business-image-area .img-2,

    .business-image-area .img-3 {

        display: none;

    }

}



/* Why Choose Golden Net? */

.why-golden-net {

    padding: 100px 0;

}



.why-golden-net .custom-title {

    color: var(--color1);

    font-weight: 700;

}



.why-golden-net .feature-card {

    background: #f9fafb;

    padding: 30px 20px;

    border-radius: 26px;

    transition: 0.3s ease;

    border: 1px solid rgba(10, 59, 101, 0.08);

}



.feature-icon-wrapper {

    width: 60px;

    height: 60px;

    margin: 0 auto 15px;

    background: rgba(186, 130, 50, 0.1);

    color: var(--color2);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.feature-icon-wrapper i {

    font-size: 26px;

}



.why-golden-net h5 {

    color: var(--color1);

    font-weight: 600;

    margin-bottom: 10px;

}



.why-golden-net p {

    color: #6b7280;

    font-size: 15px;

    line-height: 1.7;

}



.why-golden-net .feature-card:hover {

    background: var(--color1);

    transform: translateY(-6px);

    box-shadow: 0 15px 35px rgba(10, 59, 101, 0.2);

}



.why-golden-net .feature-card:hover h5,

.why-golden-net .feature-card:hover p {

    color: #fff;

}



.why-golden-net .feature-card:hover .feature-icon-wrapper {

    background: #fff;

    color: var(--color1);

}



@media (max-width: 768px) {

    .why-golden-net .custom-title {

        font-size: 28px;

    }

}



/* ************************************* About Us ************************************ */



/*  */

.corporate-profile {

    padding: 100px 0;

}



.corporate-profile .custom-title {

    color: var(--color1);

    font-weight: 700;

    margin-bottom: 10px;

}



.corporate-profile .subtitle {

    color: var(--color2);

    font-weight: 600;

}



.corporate-profile .description {

    color: #4b4b4b;

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 15px;

}



.corporate-img {

    max-width: 500px;

    border-radius: 18px;

    box-shadow: 0 20px 40px rgba(10, 59, 101, 0.12);

    transition: 0.3s ease;

}



.corporate-img:hover {

    transform: translateY(-5px);

    box-shadow: 0 30px 60px rgba(10, 59, 101, 0.18);

}



@media (max-width: 768px) {

    .corporate-profile .custom-title {

        font-size: 28px;

    }



    .corporate-img {

        max-width: 100%;

        margin-top: 20px;

    }

}



/* Vision Mission */

.mission-vision {

    padding: 80px 0;

    position: relative;

    background: url(images/blue-bg.png) no-repeat center;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}



.mission-vision .custom-title {

    color: #EECD70;

    font-weight: 700;

}



.vision-box {

    background: rgba(255, 255, 255, 0.08);

    padding: 30px;

    border-radius: 16px;

    border: 1px solid rgba(255, 255, 255, 0.15);

    box-shadow: none;

    backdrop-filter: blur(8px);

}



.vision-box h5 {

    color: var(--color2);

    font-weight: 600;

    margin-bottom: 15px;

}



.vision-box p {

    color: rgba(255, 255, 255, 0.85);

    line-height: 1.8;

}



.mission-box {

    padding: 10px;

}



.mission-box h5 {

    color: #EECD70;

    font-weight: 600;

    margin-bottom: 20px;

}



.mission-item {

    margin-bottom: 20px;

    padding-left: 15px;

    border-left: 3px solid #fff;

}



.mission-item span {

    display: block;

    font-weight: 600;

    color: #fff;

    margin-bottom: 5px;

}



.mission-item p {

    margin: 0;

    color: rgba(255, 255, 255, 0.8);

    font-size: 16px;

    line-height: 1.6;

}



h5.section-title span {

    font-weight: bold;

    color: #ffffff;

}



h5.section-title i {

    color: #EECD70;

}



/* Leadership */

.leadership-excellence {

    padding: 100px 0;

}



.leadership-excellence .custom-title {

    color: var(--color1);

    font-weight: 700;

}



.leader-card {

    background: #ffffff;

    padding: 30px 25px;

    border-radius: 30px;

    border: 1px solid rgba(10, 59, 101, 0.1);

    box-shadow: 0 10px 30px rgba(10, 59, 101, 0.05);

    transition: 0.3s ease;

    height: 100%;

}



.leader-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 20px 40px rgba(10, 59, 101, 0.12);

}



.leader-img {

    width: 140px;

    height: 140px;

    margin: 0 auto 20px;

    overflow: hidden;

    border-radius: 50%;

    border: 3px solid var(--color2);

}



.leader-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.leader-card h5 {

    color: var(--color1);

    font-weight: 600;

    margin-bottom: 5px;

}



.leader-card span {

    display: block;

    color: var(--color2);

    font-weight: 500;

    margin-bottom: 15px;

}



.leader-card p {

    color: #4f4f4f;

    font-size: 15px;

    line-height: 1.7;

}



@media (max-width: 768px) {

    .leader-img {

        width: 120px;

        height: 120px;

    }

}



/* Advantages */

.golden-advantage {

    background: #F8F4F3;

    padding: 100px 0;

    border-radius: 60px 60px 0 0;

}



.golden-advantage .custom-title {

    color: var(--color1);

    font-weight: 700;

}



.adv-box {

    display: flex;

    flex-direction: column;

    gap: 30px;

}



.adv-full-img {

    width: 100%;

    height: 280px;

    object-fit: cover;

    border-radius: 30px;

}



.adv-text-box {

    background: #ffffff;

    padding: 40px;

    border: 1px solid rgba(10, 59, 101, 0.08);

    border-top: none;

    border-radius: 30px;

}



.adv-text-box h5 {

    color: var(--color1);

    font-weight: 600;

    margin-bottom: 20px;

}



.adv-text-box p {

    color: #6b7280;

    font-size: 15px;

    margin: 0;

    line-height: 1.6;

}



.adv-hero {

    position: relative;

    height: 100%;

    min-height: 100%;

    border-radius: 14px;

    overflow: hidden;

}



.adv-bg-img {

    width: 100%;

    height: 100%;

    min-height: 320px;

    object-fit: cover;

}



.adv-overlay {

    position: absolute;

    inset: 0;

    background: rgb(0 0 0 / 35%);

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 25px;

    color: #fff;

}



.adv-overlay h5 {

    color: #ffffff;

    font-weight: 600;

    margin-bottom: 20px;

}



.adv-overlay p {

    color: rgba(255, 255, 255, 1);

    font-size: 15px;

    line-height: 1.6;

}



.adv-box:hover img,

.adv-hero:hover img {

    transform: scale(1.03);

    transition: 0.4s ease;

}



.adv-img-wrap {

    position: relative;

    overflow: hidden;

    border-radius: 30px;

}



.adv-img-overlay {

    position: absolute;

    inset: 0;

    background: rgba(10, 31, 101, 0.25);

    transition: 0.3s ease;

    border-radius: 30px;

}



.adv-img-wrap img {

    transition: 0.4s ease;

}



.adv-img-wrap:hover img {

    transform: scale(1.05);

}



.adv-box img.first-img {

    height: 340px !important;

}





/* Why Golden */

.why-golden-intro {

    padding: 100px 0;

}



.why-content .custom-title {

    color: var(--color1);

    font-weight: 700;

    margin-bottom: 20px;

    font-size: 38px;

}



.why-content .description {

    color: #313131;

    font-size: 18px;

    line-height: 1.8;

    margin-bottom: 15px;

}



.why-content .sub-text {

    color: var(--color2);

    font-weight: 500;

    font-size: 16px;

}



.why-image {

    text-align: center;

}



.why-image img {

    max-width: 90%;

    filter: drop-shadow(0 20px 40px rgba(10, 59, 101, 0.15));

    transition: 0.3s ease;

}



.why-image img:hover {

    transform: translateY(-5px);

}



@media (max-width: 768px) {

    .why-content {

        text-align: center;

    }



    .why-image img {

        max-width: 100%;

    }

}



.border{

    border-radius: 0px;

    border: none;

}



/* ************************************ Coverage Map ***************************************** */

.coverage-map {

    background: #fff;

    padding: 100px 0;

}

.coverage-wrapper {

    max-width: 700px;

    margin: 0 auto;

}



.coverage-map .custom-title {

    margin-bottom: 15px;

    font-size: 36px;

}



.coverage-map p {

    font-size: 16px;

    line-height: 1.8;

    color: #4b5563;

    margin-bottom: 15px;

}



.network-map {

    background: #F8F4F3;

    padding: 100px 0;

}



.network-map .network-title {

    font-size: 34px;

    font-weight: 700;

    color: var(--color1);

    margin-bottom: 10px;

}



.network-map .network-desc {

    font-size: 16px;

    color: #4b5563;

    line-height: 1.7;

}



.network-map hr {

    margin: 20px 0;

    opacity: 0.15;

}



.network-map .sub-title {

    font-size: 28px;

    font-weight: 600;

    color: var(--color1);

    margin-bottom: 15px;

}



.coverage-description {

    font-size: 16px;

    color: #3b424d;

    line-height: 1.7;

}



.network-map .location {

    margin-top: 15px;

}



.network-map .location address {

    display: flex;

    gap: 15px;

    align-items: flex-start;

    margin-bottom: 12px;

    font-style: normal;

    padding: 12px 15px;

    background: #ffffff;

    border-radius: 12px;

    box-shadow: 0 5px 15px rgba(0,0,0,0.04);

}



.network-map .location address span:first-child {

    min-width: 120px;

    font-weight: 600;

    color: var(--color1);

    display: flex;

    align-items: center;

    gap: 8px;

    font-size: 16px;

}



.network-map .location address img {

    width: 16px;

    height: 16px;

}



.network-map .location address span:last-child {

    color: #525963;

    font-size: 14px;

    line-height: 1.6;

    font-weight: 500;

}



.network-map .map-ui {

    background: #fff;

    border-radius: 20px;

    padding: 35px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.05);

}



.network-map .grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    margin-bottom: 30px;

}



.network-map .zone {

    padding: 18px;

    border-radius: 12px;

    font-size: 16px;

    text-align: center;

    font-weight: 500;

    cursor: pointer;

    transition: 0.3s ease;

}



.network-map .zone.central {

    background: #bbf7d0;

    color: #065f46;

}



.network-map .zone.northern {

    background: #e0f2fe;

    color: #1e40af;

}



.network-map .zone.eastern {

    background: #fde68a;

    color: #92400e;

}



.network-map .zone.active {

    transform: scale(1.05);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

    border: 2px solid;

}



.network-map .google-map iframe {

    border-radius: 12px;

    box-shadow: 0 8px 20px rgba(0,0,0,0.06);

}



.network-map .map-region {

    display: none;

    padding: 15px;

    border-radius: 12px;

    background: transparent;

    padding-top: 0px;

}



.network-map .map-region.active {

    display: block;

}



.network-map .region-title {

    font-weight: 600;

    margin-bottom: 10px;

    color: var(--color1);

}



.network-map .nodes {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

}



.network-map .node {

    padding: 6px 12px;

    background: #f3f4f6;

    border-radius: 20px;

    font-size: 13px;

    transition: 0.3s ease;

    cursor: pointer;

}



.network-map .map-region.central .node {

    background: #bbf7d0;

    color: #065f46;

}



.network-map .map-region.northern .node {

    background: #e0f2fe;

    color: #1e40af;

}



.network-map .map-region.eastern .node {

    background: #fde68a;

    color: #92400e;

}



.network-map .node.active {

    font-weight: 600;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);

    border: 2px solid;

}



.map-region { display: none; }

.map-region.active { display: block; }



/*  */



.future-expansion {

    padding: 100px 0;

    background: #ffffff;

    position: relative;

}



.future-expansion .section-header h2 {

    font-size: 38px;

    margin-bottom: 15px;

}



.future-expansion .section-header p {

    font-size: 16px;

    color: #1c1c1c;

    line-height: 1.6;

    max-width: 520px;

}



.future-expansion .expansion-item {

    margin-top: 25px;

}



.future-expansion .expansion-item h3 {

    font-size: 18px;

    color: var(--color2);

    margin-bottom: 5px;

    font-weight: 600;

}



.future-expansion .expansion-item h4 {

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 10px;

}



.future-expansion .expansion-item h4 {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 10px;

}



.future-expansion .img-single {

    width: 90%;

    border-radius: 20px;

    box-shadow: 0 15px 40px rgba(0,0,0,0.15);

    transition: 0.3s ease;

}



.expansion-item p {

    font-size: 18px;

}



.future-expansion .img-single:hover {

    transform: scale(1.03);

}





.future-expansion .arrow.icon {

    background: #0a3b65;

    width: 45px;

    height: 45px;

}



@media (max-width: 991px) {

    .future-expansion {

        padding: 70px 0;

    }



    .future-expansion .section-header h2 {

        font-size: 32px;

    }



    .future-expansion .img-single {

        width: 100%;

        margin-top: 40px;

    }

}





/* *************************** Footer ****************************** */



footer {



    background: var(--color1);



    padding-top: 70px;



    padding-bottom: 20px;





    position: relative; 



    z-index: 9999;       



}







.widget h4 {



    font-weight: 700;



    font-size: 18px;



    line-height: 100%;



    text-transform: uppercase;



    color: #fff;



    margin-bottom: 30px;



}



.address address span:nth-child(2) {



    flex: 0 0 65%;



    max-width: 65%;



    margin-top: -2px;



    font-size: 18px;



}



.address address span:nth-child(1) {



    flex: 0 0 20%;



    max-width: 20%;



    font-size: 16px;



    font-weight: 600;



}



.address address span i.fa {



    margin-right: 8px;



}



.address address span {



    color: #fff;



}







.widget.faq-widget p {



    font-weight: 400;



    font-size: 14px;



    text-align: justify;



    color: #fff;



    width: 270px;



}







.widget.faq-widget li {



    color: #fff;



    margin-bottom: 4px;



}







.widget.faq-widget a {



    text-decoration: none !important;



    font-size: 16px;



    color: #fff;



}







.address address span a {



    text-decoration: none;



    color: #fff;



}







.address address span a:focus,



.address address span a:hover{



    text-decoration: none;



    outline: none;



}







a.contact-btn {



    text-decoration: none;



    color: #4c4c4c;



    background: #fff;



    padding: 12px 32px;



    border-radius: 50px;



    margin-top: 30px;



    font-size: 16px;



}







.copyright p a {



    text-decoration: none;



    font-weight: 600;



    color: #fff;



}







.widget.contact-info-widget p {



    color: #fff;



    font-size: 16px;



    line-height: 30px;



    margin-bottom: 30px;



}







.copyright p {



    margin-bottom: 0;



    border-top: 1px solid #fff;



    color: #fff;



    font-size: 13px;



    padding-top: 12px;



}



.career-box h4>span {



    float: right;



}







.social-icon a{



    margin-right: 20px;



}







.address address {



    flex-wrap: wrap;



    margin-bottom: 26px;



}







.address address span:nth-child(1),



.address address span:nth-child(2) {



    flex: 0 0 100%;



    max-width: 100%;



}











@media (min-width: 576px) {



    .address address span:nth-child(1) {



        flex: 0 0 20%;



        max-width: 20%;



    }







    .address address span:nth-child(2) {



        flex: 0 0 70%;



        max-width: 70%;



    }



}







@media (max-width: 575px) {







    footer {



        padding-top: 50px;



    }







    .widget h4 {



        font-size: 16px;



        margin-bottom: 20px;



    }







    .widget.faq-widget p {



        font-size: 14px;



        text-align: left;



    }







    .address address span:nth-child(2) {



        font-size: 15px;



    }







    .social-icon {



        margin-top: 10px;



    }







    .social-icon a {



        margin: 0 10px;



    }







    .copyright p {



        font-size: 12px;



        text-align: center;



    }



}







/* ************************* Posts *********************************** */



.single-post-container { 

    margin: 100px auto;      

    padding: 0 15px;         

}







.single-post-container .post-featured img {

    border-radius: 8px;

    background: #e3e3e3;

}





.single-post-container .post-title {

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 20px;

    color: #3b3a3a;

    margin-top: 20px;

}







.single-post-container .post-content {

    font-size: 16px;

    line-height: 1.6;

    color: #4c4c4c;

}









@media (min-width: 992px) {



    .single-post-container .col-lg-4 {



        top: 100px;



    }



}







@media (max-width: 991px) {



    .single-post-container {



        margin: 30px auto;



    }



}



.related-products-title{

    font-size: 32px;

    color: #4c4c4c;

    margin-bottom: 20px;

}



@media (max-width: 768px) {

    .single-post-container .post-title {

    font-size: 24px;

}





}





/* side bar */



.sidebar .widget_ns_widget {



    background: #fff;



    padding: 40px;



    margin-bottom: 30px;



    border-radius: 20px;



    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);



    border: 2px solid #d6d6d6;



}







.sidebar .widget_ns_widget h2 {

    font-size: 24px;

    font-weight: 700;

    color: #292929;

    margin-bottom: 20px;

    border-bottom: 2px solid #eee;

    padding-bottom: 12px;

}







.sidebar .widget_ns_widget .mywidget {



    display: flex;



    margin-bottom: 25px;



    align-items: center;



}







.sidebar .widget_ns_widget .mywidget .col-md-4 {



    flex: 0 0 40%;



    max-width: 40%;



    padding-right: 10px;



}







.sidebar .widget_ns_widget .mywidget .col-md-4 img {

    border-radius: 5px;

    object-fit: cover;

    background: #dfdfdf;

    width: 100px;

    height: 80px;

}







.sidebar .widget_ns_widget .mywidget .col-md-8 {



    flex: 0 0 60%;



    max-width: 60%;



}







.sidebar .widget_ns_widget .mywidget h3 {



    font-size: 16px;



    font-weight: 600;



    margin: 0 0 5px 0;



}







.sidebar .widget_ns_widget .mywidget h3:hover {



    font-size: 16px;



    font-weight: 600;



    margin: 0 0 5px 0;



}





.sidebar .widget_ns_widget .mywidget h3 a {

    color: #333;

    text-decoration: none;

    font-size: 16px;

    font-weight: 500;

}





.sidebar .widget_ns_widget .mywidget h3 a:hover {



    color: var(--color2); /* Hover color */



    text-decoration: underline;



}







p.post-category {



    font-size: 15px;



    margin-bottom: 4px;



    color: var(--color1);



}



/* Responsive adjustments */





/* Related Products */

.power-tools-category .view-more-btn {

    display: flex;

    align-items: center;

}



.power-tools-category .view-more-btn a {

    display: inline-block;

    padding: 12px 32px;

    font-size: 16px;

    font-weight: 600;

    color: #fff;

    background-color: var(--color1);

    border-radius: 50px;

    text-decoration: none;

    transition: all 0.3s ease;

    border: none;

}



.power-tools-category .view-more-btn a:hover {

    background-color: #ca0707;

    text-decoration: none;

    transform: translateY(-2px);

}





/* ************************* Contact Us ******************************** */



/* 24/7 */

.support-section {

    padding: 90px 0;

}



.support-title{

    font-size: 32px;

}



.support-desc {

    font-size: 15px;

    color: #555;

    line-height: 1.6;

    margin-bottom: 25px;

}



.support-highlight .support-item {

    margin-bottom: 18px;

}



.support-highlight h4 {

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 5px;

}



.support-highlight p {

    font-size: 14px;

    color: #666;

    margin: 0;

}



.support-image img {

    border-radius: 20px;

    box-shadow: 0 15px 40px rgba(0,0,0,0.12);

}



/*  */



.contact-us-section {

    padding: 0px 0 100px;

}





.contact-container {

    position: relative;

    background: #ffffff;

    border-radius: 20px;

    overflow: hidden;

    border: 2px solid #e1e1e1;

    margin: 0 10px;

}





.contact-shape{



    position: absolute;



    top: 0;



    right: 0;



    width: 200px;



    opacity: 0.05;



}







.contact-form-wrapper{



    display: flex;



    flex-wrap: wrap;



}







.contact-info-box {



    width: 50%;



    background: #ffffff;



    color: #333;



    padding: 40px 40px;



    border-right: 2px solid #d9d9d9;



}







.contact-title {



    font-size: 26px;



    font-weight: 700;



    margin-bottom: 20px;



    color: #4c4c4c;



}







.contact-text {



    font-size: 16px;



    margin-bottom: 30px;



    line-height: 1.7;



}







.contact-info-list{



    margin-bottom: 30px;



}







.contact-item{



    display: flex;



    align-items: flex-start;



    gap: 12px;



    margin-bottom: 18px;



}







.contact-item i {

    font-size: 20px;

    color: var(--color1);

    padding-top: 4px;

}





.contact-item p{



    margin: 0;



    font-size: 16px;



}







.contact-social-media p {



    margin-bottom: 16px;



}







.contact-social-icons{



    display: flex;



    gap: 12px;



}







.contact-social-icons a{



    width: 36px;



    height: 36px;



    background: #ffffff;



    color: var(--color1);



    border: 1px solid var(--color1);



    display: flex;



    align-items: center;



    justify-content: center;



    border-radius: 50%;



    text-decoration: none;



    transition: 0.3s;



}







.contact-social-icons a:hover{



    background: var(--color1);



    color: #ffffff;



}







.contact-form-box{



    width: 50%;



    padding: 50px 40px;



}







.contact-form-title{



    font-size: 24px;



    font-weight: 700;



    margin-bottom: 25px;



    color: #4c4c4c;



}







.contact-input-container{



    margin-bottom: 18px;



}







.contact-input {



    width: 100%;



    padding: 16px 25px;



    border: 1px solid #ddd;



    border-radius: 30px;



    font-size: 14px;



    outline: none;



    transition: 0.3s;



}







.contact-input:focus{



    border-color: var(--color2);



    box-shadow: 0 0 0 2px rgba(230, 157, 0, 0.1);



}







.contact-textarea textarea{



    min-height: 120px;



    resize: none;



}







.contact-btn {



    background: var(--color1);



    color: #ffffff;



    padding: 12px 28px;



    border: none;



    border-radius: 50px;



    font-size: 15px;



    cursor: pointer;



    transition: 0.3s;



}





.contact-info-box .contact-text {

    font-size: 16px;

}



.contact-info-box .contact-item p {

    font-size: 16px;

    margin-bottom: 2px;

    font-weight: 600;

}



.contact-info-box .contact-item small {

    font-size: 16px;

    color: #777;

}





/* Responsive */



@media (max-width: 992px){







    .contact-info-box {

        width: 100%;

        border-right: none;

        border-bottom: 2px solid #e7e7e7;

        padding: 40px 16px;

    }









    .contact-form-box {

        width: 100%;

        padding: 40px 16px;

    }







.contact-form-wrapper{



    flex-direction: column;



}

}



.contact .arrow {

    background: var(--color1);

    width: 45px;

    height: 45px;

    margin-top: 0px;

}



.btn-wrapper.contact {

    margin-top: 30px;

}



/* Head Office */

.head-office {

    /* padding: 90px 0; */

    background: #f9f9f9;

    border-radius: 60px 60px 0 0;

}



.office-desc {

    font-size: 15px;

    color: #555;

    line-height: 1.6;

    margin-bottom: 25px;

}



.office-info h4 {

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 10px;

}



.office-info p {

    font-size: 16px;

    color: #666;

    line-height: 1.6;

}



.office-hours {

    margin-top: 25px;

}



.office-hours h4 {

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 10px;

}



.office-hours ul {

    padding-left: 18px;

}



.office-hours li {

    font-size: 14px;

    color: #555;

    margin-bottom: 8px;

}



.office-map img {

    border-radius: 20px;

    box-shadow: 0 15px 40px rgba(0,0,0,0.12);

}







/* Map Section */



#map{



    padding: 80px 0;

}







.location-map{



    position: relative;



    border-radius: 20px;



    overflow: hidden;



    box-shadow: 0 10px 30px rgba(0,0,0,0.08);



    border: 2px solid #d3d3d3;



}







.location-map iframe{



    width: 100%;



    height: 450px;



    border: 0;



    display: block;



}











@media (max-width: 768px){







.location-map iframe{



    height: 350px;



}







}





/* ************************* FAQ *************************** */

:root {

    --color1: #0A3B65;

    --color2: #BA8232;

    --light-bg: #f7f9fc;

    --border: #e6e8ec;

}



.faq-section {

    padding: 100px 0;

    background: var(--light-bg);

}



.faq-title-small {

    font-size: 42px;

    color: var(--color1);

    margin-bottom: 5px;

    letter-spacing: 1px;

    text-transform: uppercase;

    font-weight: 700;

}



.faq-title {

    font-size: 42px;

    font-weight: 700;

    color: var(--color2);

    margin-bottom: 15px;

    text-transform: uppercase;

}



.faq-intro {

    max-width: 700px;

    margin: 0 auto;

    color: #666;

    font-size: 15px;

}



.faq-tabs {

    margin-top: 25px;

}



.faq-tab {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;



    background: #fff;

    border: 1px solid var(--border);

    border-radius: 12px;



    padding: 14px 14px;

    margin-bottom: 12px;



    text-align: left;

    transition: 0.25s ease;

    position: relative;



    box-shadow: 0 2px 10px rgba(0,0,0,0.03);

}



.faq-tab:focus,

.faq-tab:active {

    outline: none;

    box-shadow: none !important;

    background: #fff !important;

}



.faq-tab:hover {

    transform: translateX(6px);

    border-color: rgba(10, 59, 101, 0.3);

}



.faq-tab.active {

    border-color: var(--color1);

    box-shadow: 0 6px 18px rgba(10, 59, 101, 0.12);

}



.faq-tab-inner {

    display: flex;

    align-items: center;

    gap: 12px;

}



.faq-icon {

    width: 42px;

    height: 42px;

    border-radius: 10px;



    background: rgba(10, 59, 101, 0.08);

    color: var(--color1);



    display: flex;

    align-items: center;

    justify-content: center;



    font-size: 18px;

    transition: 0.25s ease;

}



.faq-tab.active .faq-icon {

    background: var(--color1);

    color: #fff;

}



.faq-text h4 {

    font-size: 15px;

    margin: 0;

    font-weight: 600;

    color: #222;

    margin-bottom: -4px;

}



.faq-text span {

    font-size: 13px;

    color: #4f4f4f;

}



.faq-arrow {

    font-size: 16px;

    color: #aaa;

    transition: 0.25s ease;

}



.faq-tab:hover .faq-arrow {

    color: var(--color1);

    transform: translateX(4px);

}



.faq-tab.active .faq-arrow {

    color: var(--color1);

}



.faq-support-box {

    background: var(--color1);

    color: #fff;

    padding: 25px;

    border-radius: 25px;

    margin-top: 16px !important;

}



.faq-btn .arrow.icon {

    margin-top: 10px;

}



.faq-contact {

    background-color: #fff;

    color: #000000;

}



.faq-support-box h3 {

    font-size: 18px;

    margin-bottom: 8px;

}



.faq-support-box p {

    font-size: 14px;

    opacity: 0.85;

}



.faq-support-btn {

    display: inline-block;

    margin-top: 10px;

    background: #fff;

    color: var(--color1);

    padding: 10px 16px;

    border-radius: 8px;

    font-weight: 600;

    text-decoration: none;

    transition: 0.3s;

}



.faq-support-btn:hover {

    background: #e9ecef;

}



.faq-section .accordion-item {

    border: 1px solid var(--border);

    border-radius: 12px !important;

    overflow: hidden;

    margin-bottom: 12px;

    box-shadow: 0 3px 12px rgba(0,0,0,0.03);

}



.faq-section .accordion-button {

    font-weight: 600;

    padding: 16px;

    background: #fff;

}



.faq-section .accordion-button:not(.collapsed) {

    background: var(--color1);

    color: #fff;

}



.faq-section .accordion-body {

    background: #fff;

    color: #555;

    font-size: 14px;

    padding: 16px;

}



.faq-section .accordion-item {

    border: 1px solid #cbcbcb !important;

    border-radius: 20px !important;

    overflow: hidden;

    margin-bottom: 12px;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.03);

    background: #fff !important;

}



h3.faq-tab-title {

    font-size: 24px;

    font-weight: 700;

}



.faq-section .accordion-button {

    font-weight: 600;

    padding: 16px;

    background: #fff;

    color: #111;

    box-shadow: none !important;

}



.faq-section .accordion-button:focus {

    box-shadow: none !important;

    outline: none;

}



.faq-section .accordion-button:not(.collapsed) {

    background: var(--color1);

    color: #fff;

}



.faq-section .accordion-body {

    background: #fff;

    color: #555;

    font-size: 16px;

    padding: 16px;

    line-height: 1.9;

}



.faq-section .accordion-collapse {

    border: none;

}



@media (max-width: 768px) {



    .faq-title {

        font-size: 28px;

    }



    .faq-tab:hover {

        transform: none;

    }

}



/* *************** Events And Promotions *************************** */

#activitiesEvents {

    padding: 110px 0;

}



#activitiesEvents h2 {

    font-size: 42px;

    font-weight: 800;

    color: #0f172a;

    letter-spacing: -0.5px;

}



.activities-card {

    position: relative;

    border-radius: 22px;

    overflow: hidden;

    transition: all 0.4s ease;

}



.activities-img {

    height: 260px;

    position: relative;

    overflow: hidden;

    border-radius: 22px;

}



.activities-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.7s ease;

}



.activities-img::after {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(to top, rgba(15, 23, 42, 0.85) 10%, rgba(15, 23, 42, 0.4) 50%, transparent 80%);

    z-index: 1;

}



.activities-info {

    position: absolute;

    bottom: 0;

    left: 0;

    padding: 20px;

    z-index: 2;

    color: #fff;

}



.activities-info h3 {

    font-size: 19px;

    font-weight: 700;

    margin-bottom: 8px;

    line-height: 1.4;

}



.activities-date {

    display: inline-block;

    font-size: 12px;

    font-weight: 600;

    margin-bottom: 6px;

    padding: 4px 10px;

    background: rgba(255,255,255,0.15);

    backdrop-filter: blur(6px);

    border-radius: 999px;

}



.activities-info .read-more {

    font-size: 14px;

    font-weight: 600;

    color: #93c5fd;

    text-decoration: none;

    display: inline-flex;

    align-items: center;

    gap: 6px;

}



.activities-info a img {

    width: 13px;

    filter: brightness(0) invert(1);

    transition: transform 0.3s ease;

}



.activities-info a:hover img {

    transform: translateX(6px);

}



.activities-card:hover img {

    transform: scale(1.15);

}



.activities-card:hover {

    transform: translateY(-12px) scale(1.01);

}



.activities-card::before {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: 22px;

    background: linear-gradient(120deg, var(--color1), var(--color2));

    opacity: 0;

    z-index: 0;

    transition: opacity 0.4s ease;

}



.activities-card:hover::before {

    opacity: 0.15;

}



/* Home Events Section */



#homeEvents {

    padding: 100px 0;

}



.section-subtitle {

    font-size: 15px;

    color: #64748B;

    margin-top: 10px;

}



.view-all-btn {

    display: inline-block;

    padding: 10px 28px;

    border-radius: 999px;

    background: var(--color1);

    color: #fff;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;

    transition: 0.3s ease;

}



.read-more {

    font-size: 13px;

    font-weight: 600;

    color: #93c5fd;

}



h2.custom-title.event-promotions {

    font-size: 38px;

    margin-bottom: 2px;

}



/* ********* post *********** */

.post-section {

    padding: 100px 20px;

}



.featured-image img {

    width: 100%;

    border-radius: 30px;

    margin: 20px 0;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);

}



.single-post {

    padding: 20px 0;

}



.single-post-title {

    font-size: 36px;

    font-weight: 700;

    color: var(--color1);

    margin-bottom: 20px;

    line-height: 1.3;

}



.single-post-content {

    font-size: 18px;

    line-height: 1.8;

    color: #3a4555;

    margin-bottom: 25px;

}



.single-featured-image {

    margin: 25px 0;

}



.single-featured-image img {

    width: 100%;

    border-radius: 18px;

    box-shadow: 0 12px 35px rgba(0,0,0,0.08);

    transition: transform 0.4s ease;

}



.single-featured-image img:hover {

    transform: scale(1.02);

}



.single-gallery {

    margin-top: 40px;

}



.single-gallery-title {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 20px;

    color: #1e293b;

}



.single-gallery-item {

    margin-bottom: 15px;

}



.single-gallery-img {

    width: 100%;

    height: 140px;

    object-fit: cover;

    border-radius: 12px;

    transition: all 0.3s ease;

    box-shadow: 0 6px 18px rgba(0,0,0,0.08);

}



.single-gallery-img:hover {

    transform: scale(1.05);

    box-shadow: 0 12px 25px rgba(0,0,0,0.15);

}



.single-gallery-item a {

    display: block;

    overflow: hidden;

    border-radius: 12px;

}



/* ************************ Side Bar ************************* */





.sidebar .widget_ns_widget {

    background: #ffffff;

    padding: 25px;

    margin-bottom: 30px;

    border-radius: 18px;

    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);

    border: 1px solid #eef2f7;

}



.sidebar .widget_ns_widget h2 {

    font-size: 18px;

    font-weight: 600;

    color: var(--color2);

    margin-bottom: 20px;

    position: relative;

}



.mywidget {

    display: flex;

    align-items: center;

    padding: 12px 0;

    border-bottom: 1px solid #f1f5f9;

    transition: all 0.3s ease;

}



.mywidget:last-child {

    border-bottom: none;

}



.mywidget:hover {

    transform: translateX(5px);

}



.mywidget .col-md-4 {

    padding: 0;

}



.mywidget img {

    width: 200px;

    height: 90px;

    object-fit: cover;

    border-radius: 12px;

    transition: transform 0.4s ease;

}



.mywidget:hover img {

    transform: scale(1.08);

}



.mywidget .col-md-8 {

    padding-left: 10px;

}



.mywidget h3 {

    font-size: 14px;

    font-weight: 700;

    margin: 0 0 5px 0;

    line-height: 1.4;

}



.mywidget h3 a {

    color: #111827;

    text-decoration: none;

    transition: color 0.3s ease;

}



.mywidget h3 a:hover {

    color: var(--color2);

}



.post-date {

    font-size: 14px;

    color: #45546b;

    margin: 0;

    display: flex;

    align-items: center;

    gap: 6px;

}



.post-date i {

    color: var(--color1);

}



@media (max-width: 768px) {

    .mywidget {

        flex-direction: row;

    }

}



/* ********************** Language Switch Wrapper  ************************ */



.language-switch-wrapper {

    display: flex;

    align-items: center;

    gap: 8px;

}



.language-icon {

    font-size: 18px;

    color: #fff;

}



.language-switch {

    position: relative;

}



.language-switch .current-lang,

.language-switch .pll-switcher {

    background: transparent !important;

    border: none !important;

    font-size: 14px;

    font-weight: 500;

    color: #0f172a;

    cursor: pointer;

}



.language-switch ul {

    position: absolute;

    top: 100%;

    left: 0;

    background: #fff;

    box-shadow: 0 10px 25px rgba(0,0,0,0.1);

    border-radius: 10px;

    padding: 8px 0;

    margin: 5px 0 0;

    list-style: none;

    min-width: 140px;

    display: none;

    z-index: 999;

}



.language-switch:hover ul {

    display: block;

}



.language-switch ul li {

    padding: 8px 12px;

}



.language-switch ul li a {

    text-decoration: none;

    color: #0f172a;

    font-size: 14px;

    display: flex;

    align-items: center;

    gap: 6px;

}



.language-switch ul li a:hover {

    color: var(--color1);

}



select {

    background: transparent;

    border: none;

    color: #fff;

}



/* ************* Responsive ************* */



@media (max-width: 1400px) {



a.nav-link {

    font-size: 15px;

    padding: 10px;

}



}



@media (max-width: 1200px) {



.slider-overlay {

    display: none;

}



.why-choose-img{

    display: none;

}



.review-card::before {

    display: none;

}



}



@media (max-width: 992px) {

.padding-top {

    padding-top: 0px;

}



.why-choose-title h2 {

    font-size: 32px;

}



}



@media (max-width: 768px) {

    .custom-title {

    font-size: 28px;

}



.padding-top {

    padding-top: 0px;

}



.single-post-title {

    font-size: 28px;

}



.review-card::before {

    display: block;

}



.why-choose-title{

    margin-top: 40px;

}

.section-bg {
    margin-top: -0px;
    border-radius: 0px 0px 60px 60px;
}



}





.bg-blue{

    background: var(--color1);

    color: #fff;

}



/* menu  hover */



.top-info-bar .top-btn {

    position: relative;

    color: #fff;

    transition: all 0.3s ease;

}



.top-info-bar .top-btn:hover {

    color: #EECD70;

}



.top-info-bar .top-btn::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -4px;



    width: 0%;

    height: 2px;

    background: #EECD70;



    transition: 0.3s ease;

}



.top-info-bar .top-btn:hover::after {

    width: 100%;

}



.header_menu .nav-link {

    position: relative;

    color: var(--color1);

    transition: all 0.3s ease;

    padding: 8px 12px;

}



.header_menu .nav-link:hover {

    color: #dab653;

}



.header_menu .nav-link::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;



    width: 0%;

    height: 2px;

    background: #dab653;



    transition: 0.3s ease;

}



.header_menu .nav-link:hover::after {

    width: 100%;

}



.header_menu .current-menu-item > a,

.header_menu .nav-link.active {

    color: #dab653;

}



.header_menu .current-menu-item > a::after,

.header_menu .nav-link.active::after {

    width: 100%;

}



.slider-overlay {

    position: absolute;

    z-index: 5;

    pointer-events: none;

}



.slider-overlay .container,

.slider-overlay .row,

.slider-overlay .slider-desc,

.slider-overlay .btn-wrapper,

.slider-overlay a {

    pointer-events: auto;

}



.language-switch select {

    pointer-events: auto !important;

    opacity: 1 !important;

    visibility: visible !important;

}

.xs-menu-btn {
    margin-left: 0px;
}

.network-map .location address span:first-child {
    min-width: 120px;
}

/* Floating Social Media Container */
.footersocialfloat {
    position: fixed;
    right: 20px;
    bottom: 90px; /* leave space for go top */
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Each Button */
.footersocialfloat a {
    text-decoration: none;
}

.footersocialfloatflex {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
    cursor: pointer;
    animation: floatUpDown 2.5s ease-in-out infinite;
}

.footersocialfloatflex:hover {
    transform: translateY(-5px) scale(1.1);
}

.footersocialfloaticon i {
    font-size: 22px;
    color: #fff;
}

/* Social Colors */
#footersocialfloattiktok {
    background: #000;
    animation-delay: 0s;
}

#footersocialfloatyoutube {
    background: #ff0000;
    animation-delay: 0.2s;
}

#footersocialfloatfacebook {
    background: #1877f2;
    animation-delay: 0.4s;
}

#footersocialfloattelegram {
    background: #229ED9;
    animation-delay: 0.6s;
}

/* Floating Animation */
@keyframes floatUpDown {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

#go-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background: #ceab4c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    animation: pulseTop 2s infinite;
}

#go-top:hover {
    background: #dab653;
    transform: translateY(-5px) scale(1.08);
}

#go-top i {
    font-size: 22px;
}

@keyframes pulseTop {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 198, 9, 0.623);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255,102,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255,102,0,0);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .footersocialfloat {
        right: 15px;
        bottom: 80px;
        gap: 10px;
    }

    .footersocialfloatflex,
    #go-top {
        width: 45px;
        height: 45px;
    }

    .footersocialfloaticon i,
    #go-top i {
        font-size: 20px;
    }

    #go-top {
        right: 15px;
        bottom: 18px;
    }
}

.icon{
    width: 10px;
}

.who-we-are .icon {
    width: 10px;
    height: 11px;
    border-radius: 0px;
}

/* Map Image Animation */
.map-animation-img {
    animation: mapFloatZoom 3s ease-in-out infinite;
    transition: all 0.4s ease;
}

.map-animation-img:hover {
    transform: scale(1.04);
}

@keyframes mapFloatZoom {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-12px) scale(1.02);
    }
}

.mobile-lang select{
    pointer-events:auto;
    cursor:pointer;
}

/*  */
.language-switch ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.language-switch li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;

    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 30px;

    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    transition: all 0.3s ease;
}

.language-switch li a:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255,255,255,0.28);
    transform: translateY(-2px);
}

.language-switch .current-lang a {
    background: rgba(186, 130, 50, 0.18);
    border: 1px solid var(--color2);
    color: #fff;
}

.language-switch li a:focus,
.language-switch li a:focus-visible {
    outline: none;
    background: rgba(186, 130, 50, 0.18);
    border: 1px solid var(--color2);
    box-shadow: 0 0 0 3px rgba(186, 130, 50, 0.25);
    color: #fff;
}

.language-switch img,
.language-switch .pll-flag {
    width: 18px;
    height: auto;
    border-radius: 2px;
}

.language-switch li::after {
    display: none !important;
}

.mobile-lang .language-switch li a {
    padding: 7px 12px;
    font-size: 13px;
}

/* ===== Mobile Language Switch (White Background Fix) ===== */
@media (max-width: 991.98px) {

    .mobile-lang .language-switch li a {
        background: rgba(10, 59, 101, 0.08);
        border: 1px solid rgba(10, 59, 101, 0.15);
        color: var(--color1);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .mobile-lang .language-switch li a:hover {
        background: rgba(186, 130, 50, 0.12);
        border-color: var(--color2);
        color: var(--color2);
    }

    .mobile-lang .language-switch .current-lang a {
        background: rgba(186, 130, 50, 0.12);
        border: 1px solid var(--color2);
        color: var(--color2);
    }

    .mobile-lang .language-switch li a:focus,
    .mobile-lang .language-switch li a:focus-visible {
        outline: none;
        background: rgba(186, 130, 50, 0.12);
        border: 1px solid var(--color2);
        box-shadow: 0 0 0 3px rgba(186, 130, 50, 0.18);
        color: var(--color2);
    }

}

/* ===== Extra Small Mobile (max 450px) ===== */
@media (max-width: 450px) {

    .mobile-lang .language-switch ul {
        gap: 6px;
    }

    .mobile-lang .language-switch li a {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 22px;
        gap: 4px;
    }

    .mobile-lang .language-switch img,
    .mobile-lang .language-switch .pll-flag {
        width: 14px;
        height: 14px;
    }

}

.sub-banner .title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.page-meta p {
    font-size: 18px;
    color: #fff;
    margin-top: 12px;
    line-height: 1.6;
    max-width: 600px;
    position: relative;
    font-weight: 600;
}

a.nav-link {
    padding: 8px 12px !important;
}

/* */
.corporate-values {
    margin-top: 20px;
}

.value-box {
    border-radius: 12px;
    height: 100%;
    transition: 0.3s;
    text-align: center;
}

.value-box .icon {
    font-size: 26px;
    color: var(--color2);
    margin-bottom: 12px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 12px;
    background: rgb(231 146 71 / 16%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-box h6 {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--color1);
}

.value-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

a.review-link {
    text-decoration: none;
}

.price-note {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: var(--color2);
    margin-top: 10px;
}
