body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}

#about,
#why-choose,
#contact {
    scroll-margin-top: 110px;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn {
    padding-top: 20px;
}



/* header start */

.navbar-custom {


    position: relative;

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img {
    width: 220px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.black-logo {
    display: none !important;
}

.sticky-scroll .white-logo {
    display: none !important;
}

.sticky-scroll .black-logo {
    display: block !important;
}

.sticky-scroll .navbar-nav a {
    color: #000000 !important;
}

.sticky-scroll .header-scoilmedia a {
    border: 1px solid #000000;
    color: #000000;
}



.sticky-scroll .navbar-toggler span {
    color: #000000 !important;
}



.offcanvas-body {

    display: flex !important;
    justify-content: left !important;
}


.sticky-scroll .header-call strong {
    color: #000000;
}

.sticky-scroll .header-call small {
    color: #000000;
}


.navbar-nav {
    display: flex;
    justify-content: end;
}

.navbar-nav a {
    color: #ffffff !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;

    transition: color 0.3s ease;
    position: relative;

    /* text-align: center !important; */
}


.navbar-nav a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #faca0c;
    transition: width 0.3s ease;
}

.navbar-nav a:hover {
    color: #faca0c !important;
}

.navbar-nav a:hover::after {
    width: 100%;
}



/* .navbar-nav .active a {
    color: #0D2B4E !important;
} */




.navbar-toggler span {
    color: #ffffff !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}


/* header social media  */

.header-call a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.header-call i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #faca0c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: .4s;
}

.header-call small {
    display: block;
    color: #cfcfcf;
    font-size: 12px;
    line-height: 1;
}

.header-call strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 4px;
}

.header-call a:hover i {
    transform: rotate(-15deg) scale(1.1);
}







@media(max-width:992px) {
    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn {
        display: none;
    }

    .header-right-section {
        display: none;
    }

    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }
}


@media(max-width:432px) {
    .navbar-brand img {
        width: 215px;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */




/* home  banner start */

.banner-section {
    width: 100%;
    position: relative;
    background: url("../image/banner.jpg") center center/cover no-repeat;
    overflow: hidden;
}

.banner-overlay {
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.70);
    display: flex;
    align-items: center;
}

.banner-content-row {
    min-height: 100vh;
    align-items: center;
}

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

.banner-subtitle {
    display: inline-block;
    color: #faca0c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    position: relative;
}

.banner-subtitle::before,
.banner-subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 45px;
    height: 2px;
    background: #faca0c;
}

.banner-subtitle::before {
    left: -60px;
}

.banner-subtitle::after {
    right: -60px;
}


.banner-content h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;

    font-family: "Roboto", sans-serif;
}

.banner-content h1 span {
    color: #faca0c;
}

.banner-content p {
    /* max-width:860px; */
    margin: 0 auto 35px;
    color: #E8E8E8;
    font-size: 16px;
    line-height: 1.9;
}


.quick-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.quick-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: .35s;
}

.quick-links a:hover {
    color: #faca0c;
}

.quick-links span {
    color: #faca0c;
    font-size: 18px;
}


.banner-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 34px;
    border-radius: 50px;
    text-decoration: none;
    background: #faca0c;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: .4s;
}

.banner-btn:hover {
    background: #fff;
    color: #0D2B4E;
    transform: translateY(-4px);
}

.banner-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.banner-btn-outline:hover {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}


@media (max-width:1200px) {

    .banner-content h1 {
        font-size: 52px;
    }

}

@media (max-width:991px) {

    .banner-overlay,
    .banner-content-row {
        min-height: 800px;
    }

    .banner-content h1 {
        font-size: 44px;
    }

    .banner-content p {
        font-size: 17px;
    }

}

@media (max-width:768px) {

    .banner-overlay,
    .banner-content-row {
        min-height: 700px;
    }

    .banner-subtitle {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .banner-subtitle::before,
    .banner-subtitle::after {
        display: none;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .quick-links {
        gap: 8px;
    }

    .quick-links a {
        font-size: 14px;
    }

}

@media(max-width:600px) {

    .banner-overlay,
    .banner-content-row {
        min-height: 728px;
    }

}

@media (max-width:576px) {

    /* .banner-overlay,
    .banner-content-row{
        min-height:620px;
    } */

    .banner-content h1 {
        font-size: 26px;
        line-height: 1.5;
    }

    .banner-content p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .quick-links {
        margin-bottom: 30px;
        gap: 6px;
    }

    .quick-links a {
        font-size: 13px;
    }

    .quick-links span {
        font-size: 14px;
    }

    .banner-btns {
        flex-direction: column;
        width: 100%;
    }

    .banner-btn {
        width: 100%;
        max-width: 320px;
        padding: 14px 20px;
        font-size: 15px;
    }

}


@media(max-width:432px) {

    .banner-overlay,
    .banner-content-row {
        min-height: 900px;
    }

}


/* banner end */



/* floating btn */

.floating-buttons-left,
.floating-buttons-right,
.floating-buttons-center {
    position: fixed;
    bottom: 22px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-buttons-left {
    left: 18px;
}

.floating-buttons-right {
    right: 18px;
}

.floating-buttons-center {
    left: 50%;
    transform: translateX(-50%);
}

.float-btn {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(13, 43, 78, 0.28);
    transition: transform .3s ease, box-shadow .3s ease;
}

.float-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(13, 43, 78, 0.35);
    color: #fff;
}

.float-btn-label {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    margin-bottom: 12px;
    background: #0D2B4E;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    padding: 7px 14px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}

.float-btn-label::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #0D2B4E;
}

.float-btn:hover .float-btn-label {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.float-btn.whatsapp {
    background: #25d366;
    animation: float-btn-vibrate 3.6s ease-in-out infinite;
}

.float-btn.call {
    background: #0D2B4E;
    animation: float-btn-vibrate 3.6s ease-in-out infinite;
    animation-delay: 0.4s;
}

.float-btn.quote {
    width: auto;
    height: 56px;
    padding: 0 24px;
    border-radius: 50px;
    gap: 10px;
    font-size: 20px;
    background: #faca0c;
    color: #000;
    box-shadow: 0 8px 20px rgba(250, 202, 12, 0.45);
    animation: float-btn-pulse 3.6s ease-in-out infinite;
}

.float-btn.quote:hover {
    color: #000;
    box-shadow: 0 12px 24px rgba(250, 202, 12, 0.55);
}

.float-btn.quote .float-btn-label {
    position: static;
    display: block;
    opacity: 1;
    transform: none;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    pointer-events: auto;
}

.float-btn.quote .float-btn-label::after {
    content: none;
}

@keyframes float-btn-vibrate {

    0%,
    72%,
    100% {
        transform: translateX(0);
    }

    74% {
        transform: translateX(-3px) rotate(-8deg);
    }

    76% {
        transform: translateX(3px) rotate(8deg);
    }

    78% {
        transform: translateX(-3px) rotate(-6deg);
    }

    80% {
        transform: translateX(3px) rotate(6deg);
    }

    82% {
        transform: translateX(-2px) rotate(-3deg);
    }

    84% {
        transform: translateX(2px) rotate(3deg);
    }

    86% {
        transform: translateX(0);
    }
}

@keyframes float-btn-pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(250, 202, 12, 0.45);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 10px 26px rgba(250, 202, 12, 0.6);
    }
}

@media (max-width: 767px) {

    .floating-buttons-left,
    .floating-buttons-right {
        bottom: 16px;
    }

    .floating-buttons-center {
        bottom: 16px;
    }

    .floating-buttons-left {
        left: 14px;
    }

    .floating-buttons-right {
        right: 14px;
    }

    .float-btn {
        width: 44px;
        height: 44px;
        font-size: 18px;
        box-shadow: 0 4px 12px rgba(13, 43, 78, 0.3);
    }

    .float-btn.quote {
        height: 48px;
        padding: 0 18px;
        font-size: 17px;
        gap: 8px;
    }

    .float-btn.quote .float-btn-label {
        font-size: 13px;
    }

    /* Tooltips rely on hover, which isn't reliable on touch */
    .float-btn:not(.quote) .float-btn-label {
        display: none;
    }
}

/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 45px;
    height: 45px;
    background: #0D2B4E;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    z-index: 999;
}

/* end */


/* pages banner start */

.breadcrumb-section {
    position: relative;
    background: url(..//image/page-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    color: #fff;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.75); */
    background: rgba(13, 43, 78, 0.80);
    z-index: 1;
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
}

.breadcrumb-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;

    color: #faca0c;
}

.breadcrumb-content p {
    font-size: 16px;
}

.breadcrumb-content a {
    color: #fff;
    text-decoration: none;

}

.breadcrumb-content a:hover {
    color: #0D2B4E;
}


@media(max-width:500px) {
    .breadcrumb-section {
        padding: 80px 0;
    }


    .breadcrumb-content h2 {
        font-size: 25px;
    }

    .breadcrumb-content p {
        font-size: 13px;
    }
}

/* pages banner start */





/* footer section */


.footer-section {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    padding: 50px 0 0;
}

.footer-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(250, 202, 12, .08);
    top: -180px;
    right: -180px;
}

.footer-section::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .03);
    left: -120px;
    bottom: -150px;
}

.footer-section .container {
    position: relative;
    z-index: 2;
}


.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    max-width: 250px;
    transition: .4s;
}

.footer-logo img:hover {
    transform: scale(1.05);
}

.footer-divider {
    width: 90px;
    height: 4px;
    background: #faca0c;
    border-radius: 30px;
    margin: 28px 0;
}


.footer-section p {
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 0;
}


.footer-section h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 1px;
}

.footer-section h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 55px;
    height: 3px;
    background: #faca0c;
    border-radius: 20px;
}


.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 16px;
}

.footer-section ul li:last-child {
    margin-bottom: 0;
}

.footer-section ul li a {
    color: #d9d9d9;
    text-decoration: none;
    transition: .35s;
    display: inline-block;
}

.footer-section ul li a:hover {
    color: #faca0c;
    padding-left: 8px;
}


.business-hours li {

    display: flex;
    justify-content: space-between;
    align-items: center;

    border-bottom: 1px solid rgba(255, 255, 255, .08);

    padding: 12px 0;

    margin-bottom: 0;

}

.business-hours li:last-child {

    border-bottom: none;

}

.business-hours span {

    color: #d0d0d0;
    font-size: 14px;

}

.business-hours strong {

    color: #faca0c;
    font-size: 14px;
    font-weight: 600;

}


.footer-contact {
    margin-top: 20px;
}

.footer-contact li {

    display: flex;
    align-items: flex-start;
    gap: 15px;

}

.footer-contact i {

    color: #faca0c;
    margin-top: 5px;
    width: 18px;

}

.footer-contact a {

    line-height: 1.8;

}

.footer-social {

    display: flex;
    gap: 14px;

}

.footer-social a {

    width: 48px;
    height: 48px;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    background: #111;

    border: 1px solid rgba(250, 202, 12, .20);

    color: #fff;

    transition: .35s;

}

.footer-social a:hover {

    background: #faca0c;
    color: #000;

    transform: translateY(-6px);

}


.footer-bottom {

    margin-top: 60px;

    border-top: 1px solid rgba(255, 255, 255, .08);

    background: #090909;

}

.footer-bottom-content {

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 22px 0;

    gap: 20px;

    flex-wrap: wrap;

}

.footer-copy {

    color: #cfcfcf;
    font-size: 14px;

}

.footer-links {

    display: flex;
    align-items: center;
    gap: 15px;

}

.footer-links span {

    color: #555;

}

.footer-links a {

    color: #cfcfcf;
    text-decoration: none;
    transition: .3s;

}

.footer-links a:hover {

    color: #faca0c;

}

.footer-powered {

    color: #cfcfcf;
    font-size: 14px;

}

.footer-powered a {

    color: #cfcfcf;
    text-decoration: none;


}

.footer-powered a:hover {

    color: #fff;

}


@media (max-width:991px) {

    .footer-section {
        text-align: left;
    }

    .footer-section h4::after {
        left: 0;
        transform: none;
    }

    .footer-divider {
        margin: 25px 0;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-contact li {
        justify-content: flex-start;
        text-align: left;
    }

    .business-hours li {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .footer-bottom-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .footer-copy {
        text-align: center !important;
    }

}

@media (max-width:767px) {

    .footer-section {
        padding-top: 60px;
        text-align: left;
    }

    .footer-logo {
        text-align: left;
    }



    .footer-section h4 {
        font-size: 20px;
    }

    .footer-section h4::after {
        left: 0;
        transform: none;
    }

    .footer-section p {
        font-size: 14px;
        text-align: left;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-contact li {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .business-hours li {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .footer-links span {
        display: none;
    }

    /* .footer-bottom-content{
        flex-direction:column;
        align-items:flex-start;
        text-align:left;
    } */

}

/* footer end */






/* about page start */

.about-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.about-image-wrapper {
    position: relative;
}

.about-main-image {
    overflow: hidden;
    border-radius: 20px;
}

.about-main-image img {
    width: 100%;
    transition: .5s;
}

.about-main-image:hover img {
    transform: scale(1.06);
}


.section-tag {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 40px;
    background: rgba(200, 150, 12, .12);
    color: #faca0c;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.about-section-title {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
}

.about-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 35px;
}


.trust-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 18px 22px;
    border-radius: 15px;
    border: 1px solid #ececec;
    transition: .35s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.trust-item i {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: #faca0c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: .35s;
}

.trust-item span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.trust-item:hover {
    background: #000;
    transform: translateY(-8px);
    border-color: #000;
}

.trust-item:hover span {
    color: #fff;
}

.trust-item:hover i {
    background: #faca0c;
    color: #fff;
    transform: rotate(360deg);
}


@media(max-width:991px) {

    .about-section-title {
        font-size: 34px;
    }

    .trust-bar {
        margin-top: 30px;
    }

}

@media(max-width:767px) {

    .about-section-title {
        font-size: 28px;
    }

    .about-content p {
        font-size: 15px;
    }

    .trust-bar {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .trust-item {
        padding: 16px 18px;
    }

    .trust-item span {
        font-size: 14px;
    }

}

/* about end */




/* cta start */


.cta-section {
    position: relative;
    padding: 50px 0;
    background: url("../image/cta.jpg") center center/cover no-repeat fixed;
}

.cta-overlay {
    background: linear-gradient(rgba(0, 0, 0, .82), rgba(0, 0, 0, .88));
    padding: 30px 0;
}

.cta-box {

    position: relative;
    overflow: hidden;

    max-width: 1000px;
    margin: auto;

    padding: 70px 60px;

    text-align: center;

    border-radius: 30px;

    background: rgba(255, 255, 255, .06);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(250, 202, 12, .25);

}

.cta-box::before {

    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    background: #faca0c;

    border-radius: 50%;

    top: -130px;
    right: -80px;

    opacity: .10;

}

.cta-box::after {

    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    background: #faca0c;

    border-radius: 50%;

    bottom: -120px;
    left: -100px;

    opacity: .08;

}

.cta-badge {

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 24px;

    border-radius: 50px;

    background: #faca0c;

    color: #000;

    font-weight: 600;

    margin-bottom: 30px;

}

.cta-box h2 {

    font-size: 35px;
    font-weight: 500;
    color: #fff;

    margin-bottom: 25px;

}

.cta-box h2 span {

    color: #faca0c;

}

.cta-box p {

    max-width: 760px;

    margin: auto;

    color: #ddd;

    line-height: 1.9;

    font-size: 15px;

    margin-bottom: 45px;

}

.cta-buttons {

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

}

.cta-btn {

    min-width: 220px;

    padding: 18px 30px;

    border-radius: 60px;

    text-decoration: none;

    font-weight: 400;

    transition: .4s;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 12px;

    background: #faca0c;

    color: #000;

}

.cta-btn:hover {

    transform: translateY(-8px);

    background: #fff;

    color: #000;

}

.whatsapp-btn {

    background: #25D366;

    color: #fff;

}

.whatsapp-btn:hover {

    background: #1da851;

    color: #fff;

}

.quote-btn {

    background: transparent;

    color: #fff;

    border: 2px solid #fff;

}

.quote-btn:hover {

    background: #fff;

    color: #000;

}


@media(max-width:991px) {

    .cta-box {

        padding: 55px 35px;

    }

    .cta-box h2 {

        font-size: 42px;

    }

}

@media(max-width:768px) {

    .cta-section {

        padding: 70px 0;

    }

    .cta-box {

        padding: 40px 25px;

        text-align: center;

    }

    .cta-box h2 {

        font-size: 30px;
        line-height: 1.5;

    }

    .cta-box p {

        font-size: 15px;

        margin-bottom: 35px;

    }

    .cta-buttons {

        flex-direction: column;

        align-items: center;

    }

    .cta-btn {

        width: 100%;
        max-width: 340px;

    }

}

/* cta end */



/* cntact page start */

.contact-section {

    background: #f5f8fc;

    position: relative;

    overflow: hidden;

}

.contact-section::before {

    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    background: #0D2B4E;

    opacity: .06;

    border-radius: 50%;

    top: -150px;

    right: -120px;

}

.contact-section-title span {

    display: inline-block;

    padding: 8px 18px;

    background: #0D2B4E;

    color: #fff;

    border-radius: 30px;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 15px;

}

.contact-section-title h2 {

    font-size: 38px;

    font-weight: 600;
    letter-spacing: 1.9px;

    color: #0D2B4E;

    margin-bottom: 15px;


}

.contact-section-title p {

    max-width: 700px;

    margin: auto;

    color: #666;

    font-size: 15px;
    line-height: 1.8;

}

.contact-info-box {

    display: flex;

    flex-direction: column;

    gap: 25px;

}

.contact-card {

    display: flex;

    gap: 20px;

    align-items: center;

    padding: 25px;

    background: #fff;

    border-radius: 22px;

    /* box-shadow: 0 15px 40px rgba(0, 0, 0, .06); */

    transition: .4s;

}

.contact-card:hover {

    transform: translateY(-8px);

}

.contact-card .icon {

    width: 70px;

    height: 70px;

    background: #0D2B4E;

    border-radius: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 26px;

}

.contact-card h5 {

    font-weight: 700;

    margin-bottom: 8px;

    color: #0D2B4E;

}

.contact-card a {

    text-decoration: none;

    color: #555;

}

.contact-card p {

    margin: 0;

    color: #666;

    line-height: 1.7;

}

.contact-form-box {

    background: #fff;

    padding: 50px;

    border-radius: 30px;

    /* box-shadow: 0 20px 50px rgba(0, 0, 0, .08); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

    position: relative;

    overflow: hidden;

}

.contact-form-box::after {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    background: #0D2B4E;

    opacity: .04;

    border-radius: 50%;

    right: -120px;

    bottom: -120px;

}

.form-control,

.form-select {

    height: 60px;

    border-radius: 15px;

    border: 1px solid #d9e2ec;

    box-shadow: none;

    padding-left: 20px;

    font-size: 15px;

}

textarea.form-control {

    height: 170px;

    padding-top: 18px;

    resize: none;

}

.form-control:focus,

.form-select:focus {

    border-color: #0D2B4E;

    box-shadow: 0 0 0 .2rem rgba(13, 43, 78, .15);

}

.contact-btn {

    background: #0D2B4E;

    color: #fff;

    border: none;

    padding: 18px 40px;

    border-radius: 50px;

    font-weight: 400;

    transition: .4s;

}

.contact-btn:hover {

    background: #133d6d;

    transform: translateY(-3px);

}

.contact-btn i {

    margin-left: 10px;

}

.map-section {
    margin-top: 30px;
}

.map-section iframe {

    width: 100%;

    height: 520px;

    border: none;

    filter: grayscale(20%);

}

@media(max-width:991px) {

    .contact-form-box {

        padding: 35px;

    }

    .contact-section-title h2 {

        font-size: 34px;

    }

}

@media(max-width:767px) {

    .contact-card {

        padding: 20px;

    }

    .contact-form-box {

        padding: 25px;

    }

    .contact-section-title h2 {

        font-size: 28px;

    }

    .form-control,

    .form-select {

        height: 55px;

    }

    textarea.form-control {

        height: 150px;

    }

    .map-section iframe {

        height: 350px;

    }

}


/* contact end */


/* project page start */


.projects-hero-section {
    position: relative;
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

.projects-hero-section::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    background: #0D2B4E;
    opacity: .05;
    border-radius: 50%;
    top: -180px;
    left: -140px;
}

.projects-hero-section::after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border: 40px solid rgba(13, 43, 78, .05);
    border-radius: 50%;
    bottom: -140px;
    right: -120px;
}

.projects-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}



.projects-title {
    font-size: 40px;
    font-weight: 600;
    color: #0D2B4E;
    margin-bottom: 25px;
    line-height: 1.2;

    letter-spacing: 1.9px;
}

.projects-description {
    font-size: 16px;
    line-height: 1.9;
    color: #5d6778;
    margin: 0 auto;
    max-width: 950px;
}

@media(max-width:991px) {

    .projects-hero-section {
        padding: 50px 0;
    }

    .projects-title {
        font-size: 42px;
    }

    .projects-description {
        font-size: 16px;
    }

}

@media(max-width:767px) {

    .projects-hero-section {
        padding: 50px 0;
    }

    .projects-title {
        font-size: 28px;
    }

    .projects-description {
        font-size: 16px;
        line-height: 1.8;
    }

    .projects-subtitle {
        font-size: 12px;
        padding: 8px 18px;
    }

}


/* project-sector  */


.project-sector-section {
    position: relative;
    padding: 30px 0;
    background: #ffffff;
    overflow: hidden;
}

/* .project-sector-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -220px;
    top: -220px;
    border-radius: 50%;
    background: rgba(13, 43, 78, .05);
}

.project-sector-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -180px;
    bottom: -180px;
    border-radius: 50%;
    background: rgba(200, 150, 12, .08);
} */

.project-sector-heading {
    max-width: 760px;
    margin: auto;
    margin-bottom: 70px;
}

.project-sector-subtitle {

    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0d2b4e;
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;

}

.project-sector-heading h2 {

    font-size: 40px;
    font-weight: 600;
    color: #0d2b4e;
    margin-bottom: 20px;

}

.project-sector-heading p {

    color: #6f7784;
    line-height: 1.9;
    font-size: 17px;

}


.project-sector-card {

    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 40px 35px;
    height: 100%;
    overflow: hidden;
    transition: .45s;
    border: 1px solid rgba(13, 43, 78, .08);
    /* box-shadow: 0 20px 45px rgba(0, 0, 0, .06); */

}

/* Top Border */

.project-sector-card::before {

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #0d2b4e;
    transition: .4s;

}

/* Decorative Circle */

.project-sector-card::after {

    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(13, 43, 78, .05);
    right: -120px;
    top: -120px;
    transition: .45s;

}

/* Number */

.project-sector-number {

    position: absolute;
    right: 22px;
    top: 18px;
    font-size: 68px;
    font-weight: 800;
    color: rgba(13, 43, 78, .06);
    line-height: 1;
    transition: .4s;

}

/* Icon */

.project-sector-icon {

    width: 78px;
    height: 78px;
    border-radius: 20px;
    background: #eef3f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: .4s;

}

.project-sector-icon i {

    font-size: 30px;
    color: #0d2b4e;
    transition: .4s;

}

/* Heading */

.project-sector-card h4 {

    color: #0d2b4e;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 18px;
    transition: .35s;

}

/* Text */

.project-sector-card p {

    color: #6b7280;
    line-height: 1.9;
    margin: 0;
    transition: .35s;
    font-size: 15px;

}


.project-sector-card:hover {

    transform: translateY(-15px);

    background: linear-gradient(135deg, #faca0c, #d4a61b);

    box-shadow: 0 30px 70px rgba(200, 150, 12, .35);

}

.project-sector-card:hover::before {

    background: #0d2b4e;

}

.project-sector-card:hover::after {

    background: rgba(255, 255, 255, .10);
    transform: scale(1.2);

}

.project-sector-card:hover .project-sector-number {

    color: rgba(255, 255, 255, .18);

}

.project-sector-card:hover .project-sector-icon {

    background: #fff;
    transform: rotate(-10deg);

}

.project-sector-card:hover .project-sector-icon i {

    color: #faca0c;

}

.project-sector-card:hover h4 {

    color: #fff;

}

.project-sector-card:hover p {

    color: rgba(255, 255, 255, .92);

}


.project-sector-card.active-card {

    background: linear-gradient(135deg, #faca0c, #d4a61b);

    /* box-shadow: 0 30px 70px rgba(200, 150, 12, .35); */

}

.project-sector-card.active-card::before {

    background: #0d2b4e;

}

.project-sector-card.active-card::after {

    background: rgba(255, 255, 255, .10);

}

.project-sector-card.active-card .project-sector-number {

    color: rgba(255, 255, 255, .18);

}

.project-sector-card.active-card .project-sector-icon {

    background: #fff;

}

.project-sector-card.active-card .project-sector-icon i {

    color: #faca0c;

}

.project-sector-card.active-card h4 {

    color: #fff;

}

.project-sector-card.active-card p {

    color: rgba(255, 255, 255, .92);

}


@media(max-width:991px) {

    .project-sector-section {

        padding: 40px 0;

    }

    .project-sector-heading h2 {

        font-size: 40px;

    }

    .project-sector-card {

        padding: 35px 30px;

    }

}

@media(max-width:767px) {

    .project-sector-section {

        padding: 30px 0;

    }

    .project-sector-heading {

        margin-bottom: 50px;

    }

    .project-sector-heading h2 {

        font-size: 28px;

    }

    .project-sector-heading p {

        font-size: 16px;

    }

    .project-sector-card {

        padding: 30px 25px;

    }

    .project-sector-card h4 {

        font-size: 21px;

    }

    .project-sector-icon {

        width: 68px;
        height: 68px;

    }

    .project-sector-icon i {

        font-size: 26px;

    }

    .project-sector-number {

        font-size: 50px;

    }

}

/* project sector end */


/* project heighlight */

.experience-highlight-section {

    padding: 50px 0;
    /* background: #f7f9fc; */
    position: relative;
    overflow: hidden;

}

/* .experience-highlight-section::before {

    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(13, 43, 78, .05);
    border-radius: 50%;
    top: -180px;
    left: -180px;

}

.experience-highlight-section::after {

    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border: 35px solid rgba(200, 150, 12, .08);
    border-radius: 50%;
    bottom: -120px;
    right: -120px;

} */

/* Heading */

.experience-heading {

    max-width: 760px;
    margin: auto;
    margin-bottom: 70px;

}

.experience-subtitle {

    display: inline-block;
    padding: 10px 24px;
    background: #0d2b4e;
    color: #fff;
    border-radius: 50px;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;

}

.experience-heading h2 {

    font-size: 40px;
    font-weight: 600;
    color: #0d2b4e;
    margin-bottom: 18px;


}

.experience-heading p {

    color: #6b7280;
    line-height: 1.9;
    font-size: 15px;

}

/* Wrapper */

.experience-highlight-wrapper {

    background: #fff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .08);

}

/* Item */

.experience-item {

    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 18px;
    transition: .4s;
    overflow: hidden;

}

.experience-item::before {

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #faca0c;
    transition: .4s;

}

.experience-item::after {

    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(200, 150, 12, .08);
    right: -120px;
    top: -120px;
    transition: .4s;

}

.experience-icon {

    width: 65px;
    height: 65px;
    border-radius: 18px;
    background: #eef3f8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: .4s;

}

.experience-icon i {

    font-size: 26px;
    color: #0d2b4e;
    transition: .4s;

}

.experience-item h5 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    color: #0d2b4e;
    transition: .4s;

}

/* Hover */

.experience-item:hover {

    background: linear-gradient(135deg, #0d2b4e, #17497e);
    transform: translateX(12px);

}

.experience-item:hover::before {

    width: 100%;

    opacity: .08;

}

.experience-item:hover .experience-icon {

    background: #faca0c;
    transform: rotate(-10deg);

}

.experience-item:hover .experience-icon i {

    color: #fff;

}

.experience-item:hover h5 {

    color: #fff;

}

/* Responsive */

@media(max-width:991px) {

    .experience-highlight-wrapper {

        padding: 35px;

    }

    .experience-heading h2 {

        font-size: 40px;

    }

}

@media(max-width:767px) {

    .experience-highlight-section {

        padding: 40px 0;

    }

    .experience-highlight-wrapper {

        padding: 20px;

    }

    .experience-heading {

        margin-bottom: 45px;

    }

    .experience-heading h2 {

        font-size: 28px;

    }

    .experience-item {

        padding: 18px;

        gap: 15px;

    }

    .experience-item h5 {
        font-size: 15px;
    }

    .experience-icon {

        width: 55px;
        height: 55px;

    }

    .experience-icon i {

        font-size: 22px;

    }

}

/* end */



/* why choose */


.why-section {

    background: #f8f8f8;
    position: relative;

}

.whychoose-section-title {

    max-width: 760px;
    margin: auto;

}

.whychoose-section-title h2 {

    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
    font-family: "Roboto", sans-serif;


}

.whychoose-section-title p {

    color: #666;
    line-height: 1.8;
    font-size: 15px;

}

.why-card {

    background: #fff;

    padding: 40px 30px;

    border-radius: 20px;

    height: 100%;

    transition: .4s;

    position: relative;

    overflow: hidden;

    border: 1px solid #eee;

}

.why-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 5px;

    background: #faca0c;

}

.why-card:hover {

    background: #000;

    transform: translateY(-10px);

}

.why-icon {

    width: 75px;
    height: 75px;

    border-radius: 18px;

    background: #faca0c;

    color: #000;

    display: flex;

    justify-content: center;
    align-items: center;

    font-size: 30px;

    margin-bottom: 30px;

    transition: .4s;

}

.why-card:hover .why-icon {

    background: #fff;

}

.why-card h4 {

    font-size: 20px;

    margin-bottom: 18px;

    color: #000;

    transition: .3s;

}

.why-card p {

    color: #666;

    line-height: 1.9;

    font-size: 15px;

    transition: .3s;

}

.why-card:hover h4,
.why-card:hover p {

    color: #fff;

}

@media(max-width:991px) {

    .whychoose-section-title h2 {

        font-size: 34px;

    }

}

@media(max-width:768px) {

    .whychoose-section-title h2 {

        line-height: 1.5;
        font-size: 25px;

    }

    .whychoose-section-title {

        text-align: center;

    }

    .why-card {

        padding: 30px 25px;

        text-align: center;

    }

    .why-icon {

        margin: 0 auto 25px;

    }

}

/* why choos end */


/* form start */



.quote-section {
    padding: 100px 0;
    background: #f8f8f8;
}

.quote-wrapper {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;

}

.quote-content {
    padding: 60px;
}

.quote-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: rgba(250, 202, 12, .15);
    color: #000;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.quote-tag i {
    color: #faca0c;
}

.quote-content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
}

.quote-content h2 span {
    color: #faca0c;
}

.quote-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 35px;
}


.quote-content label {
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

.quote-content small {
    color: #888;
    font-size: 12px;
}

.quote-content .form-control {
    height: 56px;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 15px 18px;
    transition: .3s;
}

.quote-content .form-control:focus {
    border-color: #faca0c;
    box-shadow: 0 0 0 .18rem rgba(250, 202, 12, .18);
}

.phone-input-group {
    display: flex;
    align-items: stretch;
    height: 56px;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    transition: .3s;
}

.phone-input-group:focus-within {
    border-color: #faca0c;
    box-shadow: 0 0 0 .18rem rgba(250, 202, 12, .18);
}

.phone-prefix {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 14px;
    background: #f8f9fa;
    border-right: 1px solid #ddd;
    font-weight: 600;
    font-size: 15px;
    color: #0D2B4E;
    white-space: nowrap;
}

.flag-icon {
    font-size: 18px;
    line-height: 1;
}

.phone-input-group .form-control {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
}

.phone-input-group.is-invalid,
.phone-input-group:has(.form-control.is-invalid) {
    border-color: #d92d20;
}

.form-quote-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .35s;
}

.form-quote-btn i {
    margin-right: 10px;
}

.form-quote-btn:hover {
    background: #faca0c;
    color: #000;
    transform: translateY(-3px);
}

.quote-note {
    margin-top: 25px;
    font-size: 14px;
    color: #555;
}

.quote-note i {
    color: #16a34a;
    margin-right: 8px;
}

.quote-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.quote-alert i {
    margin-top: 2px;
}

.quote-alert-success {
    background: #e9f9ef;
    color: #16a34a;
    border: 1px solid #b8ecc9;
}

.quote-alert-error {
    background: #fdeceb;
    color: #d92d20;
    border: 1px solid #f6c2bd;
}

.field-error {
    display: block;
    min-height: 18px;
    margin-top: 6px;
    font-size: 12.5px;
    font-weight: 500;
    color: #d92d20;
}

.form-control.is-invalid {
    border-color: #d92d20 !important;
}

.form-control.is-invalid:focus {
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.15);
}

/*==================================================
                    IMAGE
==================================================*/

.quote-image {
    padding: 30px;
}

.quote-image img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    border-radius: 25px;
    transition: .5s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.quote-image:hover img {
    transform: scale(1.03);
}

/*==================================================
                RESPONSIVE
==================================================*/

@media (max-width:991px) {

    .quote-content {
        padding: 45px 35px;
    }

    .quote-content h2 {
        font-size: 34px;
    }

    .quote-image {
        padding: 0 35px 35px;
    }

    .quote-image img {
        height: 500px;
    }

}

@media (max-width:767px) {

    .quote-section {
        padding: 70px 0;
    }

    .quote-content {
        padding: 35px 20px;
        text-align: center;
    }

    .quote-content h2 {
        font-size: 28px;
    }

    .quote-content p {
        font-size: 15px;
    }

    .quote-content label {
        text-align: left;
    }

    .quote-image {
        padding: 0 20px 20px;
    }

    .quote-image img {
        height: 350px;
        border-radius: 20px;
    }

    .form-quote-btn {
        width: 100%;
    }

}

@media (max-width:576px) {

    .quote-wrapper {
        border-radius: 20px;
    }

    .quote-content {
        padding: 30px 18px;
    }

    .quote-content h2 {
        font-size: 24px;
    }

    .quote-tag {
        font-size: 13px;
        padding: 8px 18px;
    }

    .quote-image {
        padding: 0 15px 15px;
    }

    .quote-image img {
        height: 300px;
    }

}

/* form end */


/* test.. */

.testimonial-section {
    background: #f8f8f8;
}

.testimonial-section-heading {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: rgba(250, 202, 12, .15);
    color: #000;
    border: 1px solid rgba(250, 202, 12, .35);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.testimonial-section-title {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    line-height: 1.25;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.testimonial-section-title span {
    color: #faca0c;
}

.testimonial-section-heading p {
    color: #666;
    font-size: 16px;
    line-height: 1.9;
    margin: 0 auto;
    max-width: 700px;
}

.testimonial-card {

    background: #fff;

    padding: 40px;

    border-radius: 20px;

    border-top: 5px solid #faca0c;

    /* box-shadow: 0 15px 40px rgba(0, 0, 0, .08); */

    transition: .35s;

    height: 100%;

}

.testimonial-card:hover {

    transform: translateY(-8px);

}

.quote-icon {

    width: 65px;
    height: 65px;

    border-radius: 50%;

    background: #faca0c;

    color: #000;

    display: flex;

    justify-content: center;
    align-items: center;

    font-size: 24px;

    margin-bottom: 25px;

}

.testimonial-card p {

    color: #555;

    line-height: 2;

    font-size: 15px;

    margin-bottom: 35px;

}

.testimonial-footer {

    display: flex;

    align-items: center;

    gap: 15px;

}

.testimonial-avatar {

    width: 60px;
    height: 60px;

    border-radius: 50%;

    background: #000;

    color: #fff;

    display: flex;

    justify-content: center;
    align-items: center;

    font-size: 24px;

}

.testimonial-footer h5 {

    margin: 0;

    font-size: 18px;

    color: #000;

}

.testimonial-footer span {

    color: #777;

    font-size: 14px;

}

/* Owl */

.testimonial-slider .owl-stage {

    display: flex;

}

.testimonial-slider .owl-item {

    display: flex;

}

.testimonial-slider .owl-dots {

    margin-top: 35px;

    text-align: center;

}

.testimonial-slider .owl-dot {

    width: 12px;
    height: 12px;

    border-radius: 50%;

    background: #ccc !important;

    margin: 0 6px;

    transition: .3s;

}

.testimonial-slider .owl-dot.active {

    width: 34px;

    border-radius: 30px;

    background: #faca0c !important;

}


@media (max-width:991px) {

    .testimonial-section-title {
        font-size: 34px;
    }

    .testimonial-section-heading p {
        font-size: 15px;
    }

}

@media(max-width:767px) {


    .testimonial-section-heading {
        text-align: center;
    }

    .testimonial-section-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .testimonial-section-heading p {
        font-size: 15px;
        line-height: 1.8;
    }

    .testimonial-section-heading br {
        display: none;
    }

    .testimonial-card {

        padding: 30px 25px;

    }

    .testimonial-card p {

        font-size: 14px;

    }

}


@media (max-width:576px) {

    .testimonial-section-tag {
        padding: 8px 18px;
        font-size: 13px;
    }

    .testimonial-section-title {
        font-size: 24px;
    }

    .testimonial-section-heading p {
        font-size: 14px;
    }

}

/* test..end */


/* faqs st.. */



.faq-section {
    background: #ffffff;
}

.faq-heading {
    max-width: 800px;
    margin: auto;
}

.faq-tag {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(250, 202, 12, .15);
    color: #000;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.faq-title {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
}

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

.faq-item {
    border: none;
    border-radius: 15px !important;
    overflow: hidden;
    margin-bottom: 20px;
    /* box-shadow:0 10px 30px rgba(0,0,0,.06); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.faq-button {
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 22px 28px;
    box-shadow: none !important;
}

.faq-button:not(.collapsed) {
    background: #000;
    color: #fff;
}

.faq-button::after {
    filter: brightness(0);
}

.faq-button:not(.collapsed)::after {
    filter: brightness(100);
}

.faq-body {
    padding: 25px 28px;
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    background: #fff;
}

@media(max-width:991px) {

    .faq-title {
        font-size: 34px;
    }

}

@media(max-width:767px) {

    .faq-title {
        font-size: 28px;
    }

    .faq-button {
        font-size: 14px;
        padding: 18px 20px;
        line-height: 1.8;
    }

    .faq-body {
        padding: 20px;
        font-size: 14px;
    }

}

@media(max-width:576px) {

    .faq-title {
        font-size: 24px;
    }

    .faq-tag {
        font-size: 13px;
        padding: 8px 18px;
    }

}

/* faqs end */


/* spot.. */

/*===================================
        SPOTLIGHT SECTION
===================================*/

.spotlight-section {
    background: #fff;
}

.spotlight-image {
    overflow: hidden;
    border-radius: 25px;
}

.spotlight-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 25px;
    transition: .6s;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.spotlight-image:hover img {
    transform: scale(1.05);
}

.spotlight-tag {

    display: inline-block;

    padding: 10px 22px;

    background: rgba(250, 202, 12, .15);

    color: #000;

    border-radius: 40px;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 20px;

}

.spotlight-title {

    font-size: 35px;

    font-weight: 600;
    font-family: "Roboto", sans-serif;

    color: #000;

    line-height: 1.2;

    margin-bottom: 35px;

}

.spotlight-box {

    display: flex;

    gap: 20px;

    margin-bottom: 30px;

}

.spotlight-icon {

    width: 70px;
    height: 70px;

    flex-shrink: 0;

    border-radius: 18px;

    background: #faca0c;

    color: #000;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 28px;

}

.spotlight-box h4 {

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 12px;

    color: #000;

}

.spotlight-box p {

    color: #666;

    font-size: 15px;

    line-height: 1.9;

    margin: 0;

}

.spotlight-buttons {

    display: flex;

    gap: 15px;

    margin-top: 40px;

    /* flex-wrap:wrap; */

}

.spotlight-btn {

    padding: 15px 28px;

    border-radius: 50px;

    background: #000;

    color: #fff;

    text-decoration: none;

    transition: .35s;

}

.spotlight-btn:hover {

    background: #faca0c;

    color: #000;

}

.spotlight-btn-outline {

    padding: 15px 28px;

    border-radius: 50px;

    border: 2px solid #000;

    color: #000;

    text-decoration: none;

    transition: .35s;

}

.spotlight-btn-outline i {

    margin-right: 8px;

    color: #25D366;

}

.spotlight-btn-outline:hover {

    background: #000;

    color: #fff;

    border-color: #000;

}

.spotlight-btn-outline:hover i {

    color: #25D366;

}

@media(max-width:991px) {

    .spotlight-title {

        font-size: 34px;

    }

    .spotlight-image img {

        height: 500px;

    }

}

@media(max-width:767px) {

    .spotlight-title {

        font-size: 25px;
        line-height: 1.6;

    }

    .spotlight-box {

        flex-direction: column;

        gap: 15px;

    }

    .spotlight-icon {

        width: 60px;
        height: 60px;
        font-size: 24px;

    }

    .spotlight-image img {

        height: 350px;

    }

    .spotlight-buttons {

        flex-direction: column;

    }

    .spotlight-btn,
    .spotlight-btn-outline {

        width: 100%;
        text-align: center;

    }

}

/* end */


/*  */


/*=========================================
        PARTS RANGE SECTION
=========================================*/

.parts-range-section{
    padding:100px 0;
    background:#f8f8f8;
}

/*========================
        IMAGE
========================*/

.parts-range-image{
    overflow:hidden;
    border-radius:25px;
}

.parts-range-image img{
    width:100%;
    height:750px;
    object-fit:cover;
    border-radius:25px;
    transition:.6s;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.parts-range-image:hover img{
    transform:scale(1.05);
}


.parts-range-tag{
    display:inline-block;
    padding:10px 22px;
    background:rgba(250,202,12,.15);
    color:#000;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.parts-range-title{
    font-size:35px;
    font-weight:600;
    color:#000;
    line-height:1.2;
    letter-spacing:1px;
    margin-bottom:25px;
    font-family: "Roboto", sans-serif;
}

.parts-range-text{
    font-size:15px;
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
}

/*========================
      CATEGORY CARDS
========================*/

.parts-category-list{
    margin-top:35px;
}

.parts-category-card{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:22px;
    background:#fff;
    border-radius:18px;
    margin-bottom:18px;
    text-decoration:none;
    transition:.35s;
    border:1px solid #ececec;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.parts-category-card:hover{
    transform:translateY(-6px);
    background:#000;
    border-color:#000;
}

.parts-category-icon{
    width:65px;
    height:65px;
    min-width:65px;
    border-radius:16px;
    background:#faca0c;
    color:#000;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:26px;
    transition:.35s;
}

.parts-category-card h5{
    font-size:20px;
    font-weight:600;
    color:#000;
    margin-bottom:8px;
    transition:.35s;
}

.parts-category-card span{
    color:#666;
    font-size:14px;
    line-height:1.8;
    display:block;
    transition:.35s;
}

.parts-category-card:hover h5,
.parts-category-card:hover span{
    color:#fff;
}

.parts-category-card:hover .parts-category-icon{
    background:#fff;
}

/*========================
      RESPONSIVE
========================*/

@media(max-width:991px){

    .parts-range-section{
        padding:80px 0;
    }

    .parts-range-title{
        font-size:34px;
    }

    .parts-range-image{
        margin-bottom:20px;
    }

    .parts-range-image img{
        height:500px;
    }

}

@media(max-width:767px){

    .parts-range-section{
        padding:50px 0;
    }

    .parts-range-content{
        text-align:center;
    }

    .parts-range-title{
        font-size:25px;
        line-height:1.4;
       
    }

    .parts-range-text{
        font-size:15px;
        
    }

    .parts-category-card{
        text-align:left;
        padding:18px;
        gap:15px;
    }

    .parts-category-icon{
        width:55px;
        height:55px;
        min-width:55px;
        font-size:22px;
    }

    .parts-category-card h5{
        font-size:17px;
    }

    .parts-category-card span{
        font-size:13px;
    }

    .parts-range-image img{
        height:350px;
    }

   

}

@media(max-width:576px){

    .parts-range-tag{
        font-size:13px;
        padding:8px 18px;
    }

    .parts-range-title{
        font-size:25px;
        
    }

    .parts-range-image img{
        height:300px;
        border-radius:18px;
    }

    .parts-category-card{
        padding:16px;
    }

    .parts-category-icon{
        width:50px;
        height:50px;
        min-width:50px;
        font-size:20px;
        border-radius:12px;
    }

    .parts-category-card h5{
        font-size:15px;
        line-height: 1.5;
    }

    .parts-category-card span{
        font-size:13px;
        line-height:1.6;
    }

}

/* end */


/* deliver se... */

.delivery-section{
    padding:50px 0;
    background:#fefefe;
}

.delivery-tag,
.work-tag{
    display:inline-block;
    padding:10px 22px;
    background:rgba(250,202,12,.15);
    color:#000;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
    letter-spacing:1px;
}

.delivery-title,
.work-title{
    font-size:35px;
    font-weight:600;
    color:#000;
    line-height:1.2;
    margin-bottom:15px;
    font-family: "Roboto", sans-serif;
}

.delivery-subtitle{
    font-size:18px;
    font-weight:500;
    color:#000;
    margin-bottom:20px;
}

.delivery-content p{
    color:#666;
    font-size:15px;
    line-height:1.9;
    margin-bottom:18px;
}

.delivery-contact{
    margin:35px 0;
}

.delivery-contact a{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#000;
    font-weight:500;
    margin-bottom:15px;
}

.delivery-contact i{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#faca0c;
    display:flex;
    align-items:center;
    justify-content:center;
}

.delivery-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.delivery-btn{
    background:#000;
    color:#fff;
    padding:15px 28px;
    border-radius:50px;
    text-decoration:none;
    transition:.3s;
}

.delivery-btn:hover{
    background:#faca0c;
    color:#000;
}

.delivery-btn-outline{
    border:2px solid #000;
    color:#000;
    padding:15px 28px;
    border-radius:50px;
    text-decoration:none;
    transition:.3s;
}

.delivery-btn-outline:hover{
    background:#000;
    color:#fff;
}

.work-card{
    background:#fff;
    padding:45px;
    border-radius:25px;
    /* box-shadow:0 15px 40px rgba(0,0,0,.08); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.work-step{
    display:flex;
    gap:20px;
    margin-top:30px;
}

.work-number{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#faca0c;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
}

.work-step h5{
    font-size:20px;
    color:#000;
    margin-bottom:10px;
}

.work-step p{
    color:#666;
    line-height:1.8;
    margin:0;
    font-size:15px;
}

/*==================================
        RESPONSIVE
==================================*/

@media(max-width:991px){

    .delivery-title,
    .work-title{
        font-size:34px;
    }

    .delivery-subtitle{
        font-size:21px;
    }

    .work-card{
        margin-top:20px;
    }

}

@media(max-width:767px){

    .delivery-section{
        padding:70px 0;
    }

    .delivery-title,
    .work-title{
        font-size:25px;
        line-height: 1.5;
    }

    .delivery-subtitle{
        font-size:20px;
    }

    .delivery-buttons{
        flex-direction:column;
    }

    .delivery-btn,
    .delivery-btn-outline{
        width:100%;
        text-align:center;
    }

    .work-card{
        padding:30px 22px;
    }

    .work-step{
        gap:15px;
    }

    .work-number{
        width:45px;
        height:45px;
        min-width:45px;
        font-size:18px;
    }

    .work-step h5{
        font-size:17px;
    }

    .work-step p{
        font-size:14px;
    }

}

@media(max-width:576px){

    .delivery-content{
        text-align:left;
    }

    .delivery-title,
    .work-title{
        font-size:25px;
    }

    .delivery-subtitle{
        font-size:15px;
        line-height: 1.5;
    }

    .delivery-contact a{
        font-size:14px;
    }

    .delivery-contact i{
        width:40px;
        height:40px;
    }

}