/********** Template CSS **********/
:root {
    --primary: #b1964c;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;
    --bs-font-sans-serif: 'Onest', sans-serif;
    --bs-body-font-family: 'Onest', sans-serif;
}

body, h1, h2, h3, h4, h5, h6, p, a, div, button, input, select, textarea {
    font-family: 'Onest', sans-serif !important;
}

a { color: #b1964c; text-decoration: none; transition: all 0.3s; }
a:hover { color: #02245B; text-decoration: underline; }

i, .fa, .fas, .fab, .far, .fa-solid, .fa-brands, .fa-regular {
    font-family: "Font Awesome 6 Free", "FontAwesome" !important;
}
.fab, .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .2s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
    border-radius: 5px;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 35px;
    height: 35px;
    margin: 0px -6px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background:#ffffff;
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 200px;
    height: 77px;
    display: flex;
    align-items: center; /* Center horizontally/vertically */
    background: #ffffff;
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: #ffffff;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgb(0 0 0) 0%, rgba(2, 36, 91, 0) 100%);
    /* z-index: 1; */
}

.carousel-control-prev,
.carousel-control-next {
    width: 7%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 386px;
    }
    h2#text-font {
        font-size: 23px !important;
    }
    h2#text-font {
        font-size: 23px !important;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* .page-header {
    background: linear-gradient(to right, rgb(255 255 255 / 98%) 0%, rgb(0 0 0 / 94%) 100%), url(../img/bg-img.webp) center center no-repeat;
    background-size: cover;
} */
.page-header {
    background: linear-gradient(to right, rgb(0 0 0 / 87%) 0%, rgb(0 0 0 / 90%) 100%), url(../img/bg-img.webp) center center no-repeat;
    background-size: cover;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.page-header h1 {
    color: #fff !important;
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: #fff;
}


/*** Facts ***/
.facts {
    position: relative;
    /* margin: 6rem 0; */
    background: #000000;
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
 background:#b1964c;
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
 background:#b1964c;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
 background:#b1964c;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    margin: 30px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgb(0 0 0 / 70%);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
 background:#b1964c;
}


/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
 background:#b1964c;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
 background:#b1964c;
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #b1964c;
}
.fa-map-marker-alt:before {
    content: "\f3c5";
    color: #b1964c;
}
.fa-phone-alt:before {
    content: "\f879";
    color: #b1964c;
}
.fa-envelope:before {
    content: "\f0e0";
    color: #b1964c;
}

.footer .btn.btn-link:hover {
    color: #ff0000;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#footercolor p{
  color: #000 !important;
}
.text-black{
	color:#000000;
}
div#footercolor h5 {
    color: #b1964c !important;
}
div#footercolor {
    background: #f3eeee !important;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000 !important;
}

h2#text-font {
    font-size: 52px !important;

}
.read_more a {
    font-size: 18px;
    font-weight: 500;
    color: #b1964c !important;
}
.read_more a:hover {
    color: #02245B !important;
}
.color__section.fa-phone-alt:before {
    content: "\f879";
    color: #FFFFFF;
}
.color__section.fa-envelope-open:before {
    content: "\f2b6";
    color: #FFFFFF;
}
.color__section.fa-map-marker-alt:before {
    content: "\f3c5";
    color: #FFFFFF;
}
.color__section1.fa-phone-alt:before {
    content: "\f879";
    color: #FFFFFF;
}
.color__section1.fa-envelope:before {
    content: "\f0e0";
    color: #FFFFFF;
}
.border-redius-section{
    background: #4a484866;
}
.service-item img {
    width: 100%;
}
@media (max-width: 580px) {
    .navbar .navbar-brand {
        position: relative;
        padding-right: 130px;
        height: 77px;
        display: flex;
        background: #ffffff;
    }
    h1#text-font {
        font-size: 23px;
    }
    #work-filter {
        transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        padding: 0rem 3.5vw 1rem 3.5vw;
        display: inline-block !important;
        justify-content: center;
    }
    .work img {
        object-fit: cover;
        width: 11rem !important;
        height: auto !important;
        margin: .5rem;
    }
    .ps-5 {
        padding-left: 0.8rem !important;
    }
    #text-font11 {
        font-size: 23px !important;
    }
    h2#text-font {
        font-size: 23px !important;
    }
    h1#texy-area-size {
        font-size: 23px !important;
    }
    .carousel-control-prev, .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: none;
        border: 0;
        opacity: .5;
        transition: opacity 0.15s ease;
        display: none;
    }
    .adv_box {
        width: 100%;
        position: relative;
        transition: 0.3s ease-in-out;
        /* text-align: center; */
        margin-bottom: 25px;
        position: relative;
        -webkit-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
        -moz-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
        box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
        padding: 15px 5px 15px 0;
        min-height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px !important;
    }
}
@media (max-width: 540px) {
    .navbar .navbar-brand {
        position: relative;
        padding-right: 130px;
        height: 77px;
        display: flex;
        background: #ffffff;
    }
    #spinner {
        opacity: 0;
        visibility: hidden;
        transition: opacity .0s ease-out, visibility 0s linear .0s;
        z-index: 99999;
    }
    .spinner-border {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        vertical-align: -.125em;
        border: .25em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        animation: .0s linear infinite spinner-border;
    }
    h1#text-font {
        font-size: 23px;
    }
    #work-filter {
        transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        padding: 0rem 3.5vw 1rem 3.5vw;
        display: inline-block !important;
        justify-content: center;
    }
    .work img {
        object-fit: cover;
        width: 11rem !important;
        height: auto !important;
        margin: .5rem;
    }
    .ps-5 {
        padding-left: 0.8rem !important;
    }
    #text-font11 {
        font-size: 23px !important;
    }
    h2#text-font {
        font-size: 23px !important;
    }
    h1#texy-area-size {
        font-size: 23px !important;
    }
    .carousel-control-prev, .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: none;
        border: 0;
        opacity: .5;
        transition: opacity 0.15s ease;
        display: none;
    }
    .adv_box {
        width: 100%;
        position: relative;
        transition: 0.3s ease-in-out;
        /* text-align: center; */
        margin-bottom: 25px;
        position: relative;
        -webkit-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
        -moz-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
        box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
        padding: 15px 5px 15px 0;
        min-height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px !important;
    }
}
@media (max-width: 360px) {
    .navbar .navbar-brand {
        position: relative;
        padding-right: 70px;
        height: 77px;
        display: flex;
        background: #ffffff;
    }
}
.graphic-page{
    background: #ffe4e438;
}

.fancy-title-view1 {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}
.fancy-title-view1 h2 {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    display: block;
}
.fancy-title-view1 p {
    margin-bottom: 0px;
    display: inline-block;
    width: 65%;
}
.fancy-title-view1 i {
    font-size: 22px; }
.fancy-title-view1-color h2,
.fancy-title-view1-color p {
    color: #ffffff;
}

 .light-transparent {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            opacity: 0.85; /* Increased opacity to mask legacy image elements */
            background-color: #02245B; /* Brand Navy overlay */
            z-index: 0;
}
.categories-view1-full * {
    position: relative;
    z-index: 1;
}
.categories-view1-full {
    padding: 80px 0px 80px 0px;
    margin-top: 0;
    margin-bottom: 0;
    background: url("../img/graphic-dwsign-bg.webp");
    background-attachment: fixed;
    position: relative;
    /* min-height: 100vh; */
    background-repeat: no-repeat;
    background-size: cover;
}
.categories,.categories-view1-wrap {
    float: left;
    width: 100%;
}
.categories ul li       { list-style: none; }
.categories > ul > li   {
    float: none;
    display: inline-block;
    margin: 0px 0px 30px 0px;
    vertical-align: top;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
    padding: 30px 40px 30px 90px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
}
.categories-view1 i {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
        color: #b1964c;
    width: 70px;
    height: 70px;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding-top: 18px;
    margin-top: -36px;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.categories-view1 li:hover i {
    color: #ffffff;
    background-color: #02245B;
}
.categories-view1 a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.categories-view1 small {
    font-size: 13px;
    color: #666;
}
.categories-view1 span {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 90px;
    font-weight: 500;
    color: #999;
    opacity: 0.07;
    line-height: 1;
}
.main-load-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}
.main-load-btn a {
    display: inline-block;
    line-height: 1;
    padding: 18px 45px;
    color: #ffffff;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #b1964c;
}
.main-load-btn a:hover {
    background-color: #02245B;
}
.more-spacer {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
#webuser{
    padding: 30px 26px 30px 83px;
}

.faq .faq-list {
    padding: 0 100px;
  }

  .faq .faq-list ul {
    padding: 0;
    list-style: none;
  }

  .faq .faq-list li+li {
    margin-top: 15px;
  }

  .faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
  }

  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
  }

  .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #e82c88;
  }

  .faq .faq-list .icon-show,
  .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }

  .faq .faq-list .icon-show {
    display: none;
  }

  .faq .faq-list a.collapsed {
    color: #36348d;
    transition: 0.3s;
  }

  .faq .faq-list a.collapsed:hover {
    color: #e82c88;
  }

  .faq .faq-list a.collapsed .icon-show {
    display: inline-block;
  }

  .faq .faq-list a.collapsed .icon-close {
    display: none;
  }

  @media (max-width: 1200px) {
    .faq .faq-list {
      padding: 0;
    }
  }
  .size_font{
    font-size: 1.6rem;
  }




  .section {display: flex;flex-direction: column;justify-content: center;align-items: center;}
  .card {width: 350px;padding: 35px;box-shadow: 0.5px 0.5px 12px 0px #80808042;box-sizing: border-box;border-radius: 5px;margin: 15px auto;}
  .card.card-supervisor {border-top: 3px solid hsl(180, 62%, 55%);}
  .card.card-team_builder {border-top: 3px solid hsl(0, 78%, 62%);}
  .card.card-karma {border-top: 3px solid hsl(34, 97%, 64%);}
  .card.card-calculator {border-top: 3px solid hsl(212, 86%, 64%);}
  .card .card-body .card-title {font-size: 17px;}
  .card .card-body .card-text {font-size: 12px; margin-top: 8px;}
  .card .card-footer {margin-top: 20px;}
  .card .card-footer .card-img {display: flex;flex-direction: row-reverse;}
  .card .card-footer .card-img img {width: 50px;height: 50px;}
  .card-footer1{
    padding: 0px;
    text-align: right;
  }
  .text-color {
    color: hsl(34 90% 64% / 1) !important;
    font-weight: 700;
}
.text-color1 {
    color: hsl(0deg 78.24% 62.16%) !important;
    font-weight: 700;
}
.text-color3 {
    color: hsl(180deg 61.74% 54.9%)!important;
    font-weight: 700;
}
.text-color4 {
    color: hsl(211.9deg 85.87% 63.92%) !important;
    font-weight: 700;
}


.card.card-supervisor {
    border-top: 3px solid hsl(180, 62%, 55%);
}
.width-size {
    width: 100%;
    padding: 35px;
    box-shadow: 0.5px 0.5px 12px 0px #80808042;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 15px auto;
}
.bg_color{
    background: #f2eded5c;
}
.faq_section{
    background: #f6f5fb;
}
/* h1#texy-area-size {
    font-size: 57px ;
} */
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px !important;
    transition: box-shadow 0.15s ease-in-out;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

/* ==========================================================================
   HOMEPAGE MODERN REDESIGN STYLES
   ========================================================================== */

.hero-modern {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #02245B; /* Fallback */
}

/* Background Carousel */
.hero-bg-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-carousel .carousel-inner,
.hero-bg-carousel .carousel-item {
    height: 100%;
}

.hero-bg-carousel .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-bg-carousel .carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(2, 36, 91, 0.4), rgba(2, 36, 91, 0.5));
    z-index: 2;
}

.hero-modern .container {
    position: relative;
    z-index: 3;
}

.hero-modern {
    padding: 160px 0 120px;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.hero-modern .hero-content {
    max-width: 950px;
    margin: 0 auto;
}

.hero-modern h1 {
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -1.5px;
    color: #ffffff !important;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.hero-modern p {
    font-size: 1.25rem;
    opacity: 1 !important;
    margin-bottom: 2rem;
    color: #ffffff !important;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}

.hero-modern .text-primary {
    color: #b1964c !important;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.hero-modern .btn-gold {
    background-color: #b1964c;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    margin-right: 15px;
}

.hero-modern .btn-gold:hover {
    background-color: #d4b86b;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(177, 150, 76, 0.3);
}

.hero-modern .btn-outline {
    background-color: transparent;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    border: 2px solid #fff;
    transition: all 0.3s ease;
}

.hero-modern .btn-outline:hover {
    background-color: #fff;
    color: #02245B;
}

/* Walkthrough Showcase Section */
.walkthrough-showcase {
    padding: 100px 0;
    background-color: #f8f9fa;
    position: relative;
}

.walkthrough-showcase .section-tag {
    color: #b1964c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.walkthrough-showcase h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #02245B;
    margin-bottom: 25px;
}

.walkthrough-showcase .content-box {
    padding-right: 50px;
}

.walkthrough-showcase .feature-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.walkthrough-showcase .feature-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #555;
}

.walkthrough-showcase .feature-list i {
    color: #b1964c;
    margin-right: 15px;
    font-size: 1.2rem;
}

.walkthrough-showcase .img-holder {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.walkthrough-showcase .img-holder img {
    width: 100%;
    transition: transform 0.5s ease;
}

.walkthrough-showcase .img-holder:hover img {
    transform: scale(1.05);
}

/* Service Grid Modernization */
.service-card-new {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #edf2f7;
    position: relative;
}

.service-card-new:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(2, 36, 91, 0.08);
    border-color: #b1964c;
}

.service-card-new .icon-box {
    width: 60px;
    height: 60px;
    background: #fdfaf3;
    color: #b1964c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.service-card-new:hover .icon-box {
    background: #b1964c;
    color: #fff;
}

.service-card-new h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #02245B;
    margin-bottom: 15px;
}

.service-card-new p {
    color: #718096;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-card-new .learn-more {
    font-weight: 700;
    color: #b1964c;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.service-card-new .learn-more i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.service-card-new:hover .learn-more i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .hero-modern h1 { font-size: 2.5rem; }
    .walkthrough-showcase .content-box { padding-right: 0; margin-bottom: 50px; }
}

/* Hero Form Styles */
.hero-form-container {
    background: rgba(2, 36, 91, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
    max-width: 420px;
    margin-left: auto;
}

.hero-form-container h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-form-container .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.hero-form-container .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hero-form-container .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #b1964c;
    box-shadow: none;
    outline: none;
}

.hero-form-container select.form-control {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23b1964c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 14px !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-form-container select.form-control:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(177, 150, 76, 0.6) !important;
}

.hero-form-container select.form-control:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: #b1964c !important;
    box-shadow: 0 0 20px rgba(177, 150, 76, 0.2) !important;
}

.hero-form-container select option {
    background: #fff;
    color: #333;
}

.hero-form-container .btn-submit {
    width: 100%;
    background-color: #b1964c;
    border: none;
    color: #fff;
    padding: 12px;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.hero-form-container .btn-submit:hover {
    background-color: #d4b86b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(177, 150, 76, 0.4);
}

/* Section Common Styles */
.section-badge {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(177, 150, 76, 0.1);
    color: #b1964c;
    border-left: 3px solid #b1964c;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* About Section Modernization */
.about-img-box {
    position: relative;
    padding-right: 30px;
}

.about-img-box::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    width: 80%;
    height: 80%;
    background: rgba(177, 150, 76, 0.05);
    z-index: -1;
    border-radius: 20px;
}

.btn-modern-gold {
    background: linear-gradient(135deg, #b1964c 0%, #d4b86b 100%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-modern-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(177, 150, 76, 0.3);
    color: #fff;
}

/* Advertising/Features Modernization */
.feature-item-new {
    margin-bottom: 25px;
}

.feature-icon-gold {
    width: 50px;
    height: 50px;
    background: #b1964c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(177, 150, 76, 0.3);
}

.btn-play-gold {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(177, 150, 76, 0.9);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 5;
    box-shadow: 0 0 30px rgba(177, 150, 76, 0.5);
    animation: pulse-gold 2s infinite;
}

@keyframes pulse-gold {
    0% {
        box-shadow: 0 0 0 0 rgba(177, 150, 76, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(177, 150, 76, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(177, 150, 76, 0);
    }
}

.btn-play-gold:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #b1964c;
}

/* Skills Modernization */
.skills {
    padding: 80px 0;
    background: #fff;
}

.skills .progress {
    height: 8px;
    background: rgba(2, 36, 91, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: visible;
}

.skills .progress-bar {
    background: linear-gradient(90deg, #02245B 0%, #b1964c 100%);
    border-radius: 10px;
    position: relative;
    transition: width 1.5s ease;
}

.skills .skill-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.skills .skill-name p {
    margin: 0;
    font-weight: 700;
    color: #02245B;
    text-transform: uppercase;
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .hero-modern {
        padding: 100px 0;
        text-align: center;
    }
    .hero-modern h1 { font-size: 2.5rem; }
    .hero-modern p { font-size: 1.1rem; }
    .hero-form-container {
        margin-top: 50px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-modern .d-flex {
        justify-content: center;
    }
    .hero-modern .btn-gold,
    .hero-modern .btn-outline {
        padding: 12px 25px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .hero-modern .d-flex {
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        padding: 0 5px;
        align-items: stretch;
    }
    .hero-modern .btn-gold,
    .hero-modern .btn-outline {
        margin: 0 !important;
        flex: 1;
        max-width: 170px;
        padding: 8px 5px;
        font-size: 10px;
        line-height: 1.2;
        white-space: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 44px;
        border-radius: 8px;
        letter-spacing: 0;
    }
}

