/********** Template CSS **********/
:root {
    --primary: #ec5429;
    /* --primary: #AF8421; */
    --secondary: #203151;
    --light: #ffffff;
    --dark: #000000;
    --dark: hsl(0, 0%, 0%);
    --dark-light: hsl(0, 0%, 40%);
    --white-color: hsl(0, 0%, 95%);
    --title-color: hsl(0, 0%, 0%);
    --text-color: hsl(0, 0%, 35%);
    --text-color-light: hsl(0, 0%, 64%);
    --body-color: hsl(0, 0%, 87%);
    --container-color: hsl(0, 0%, 83%);

}

p {
    font-size: 18px;
}

h5 {
    text-transform: uppercase;
    color: var(--primary);
    font-size: 17px;
    font-weight: 600 !important;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

ol,
ul {
    padding-left: 0px;
}



h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}


h6,
.h6,
.fw-normal {
    font-weight: 400 !important;
}



.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}




h6 {
    /* font-family: 'Rubik'; */
}

h1 {
    /* font-family: 'Rubik'; */
    font-size: 36px;
}

h2 {
    /* font-family: 'Rubik'; */
    font-size: 36px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 25px;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary:hover {
    background-color: var(--secondary);
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background-color: var(--primary);
    border: none;
    font-size: 18px;

}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    /* padding: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    background-color: var(--light);
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover .btn-sm-square {
    color: #FFFFFF;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.top-social-icon a:hover i {
    color: #fff;
}


.top-strip-sec {
    background-color: #0d0d2f;
}


/* Shine Effect Button */
/* .shine-button {
    position: relative;

    padding: 14px 20px !important;
    font-size: 1.1rem;
    color: white;
    background: linear-gradient(45deg, rgb(245 48 12), rgb(243 46 13));
    border: none;

    cursor: pointer;
    overflow: hidden;
}

.shine-content {
    position: relative;
    z-index: 1;
}

.shine-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    transform: rotate(45deg) translateY(-100%);
    transition: transform 0.5s ease;
}

.shine-button:hover::before {
    transform: rotate(45deg) translateY(100%);
}
 */

/* ------------------------------FIRST BUTTON------------------- */



/* Shine Effect Button */
.shine-button:hover {
    color: var(--light);
}

.shine-button {
    position: relative;
    padding: 14px 20px !important;
    font-size: 1.1rem;
    color: white;
    background: linear-gradient(45deg, rgb(13 26 46), rgb(13 26 46));
    /* background: linear-gradient(45deg, rgb(245 48 12), rgb(243 46 13)); */
    border: none;
    cursor: pointer;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* border-radius: 15px 0px 15px 0px; */
}

.shine-content {
    position: relative;
    z-index: 1;
}

/* Shine effect */
.shine-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg) translateY(-100%);
    transition: transform 0.5s ease;
}


.shine-button:hover::before {
    transform: rotate(45deg) translateY(100%);
    color: var(--light) !important;
}

/* Keyframe animation for icon */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Default icon state */
.shine-button .icon {
    opacity: 0;
    transform: translateX(-15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Apply animation on hover */
.shine-button:hover .icon {
    animation: slideInLeft 0.4s forwards;
    color: var(--light);
}


/* ------------------------------FIRST BUTTON------------------- */


/* ------------------------------SECOND BUTTON------------------- */


/* Shine Effect Button */
.shine-button-1:hover {
    color: var(--light);
}

.shine-button-1 {
    position: relative;
    padding: 14px 20px !important;
    font-size: 1.1rem;
    color: rgb(255, 255, 255);
    background: linear-gradient(45deg, rgb(236 84 41), rgb(236 84 41));
    /* background: linear-gradient(45deg, rgb(245 48 12), rgb(243 46 13)); */
    border: none;
    cursor: pointer;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* border-radius: 15px 0px 15px 0px; */
}

.shine-content-1 {
    position: relative;
    z-index: 1;
}

/* Shine effect */
.shine-button-1::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.562), transparent);
    transform: rotate(45deg) translateY(-100%);
    transition: transform 0.5s ease;
}


.shine-button-1:hover::before {
    transform: rotate(45deg) translateY(100%);
    color: var(--light) !important;
}

/* Keyframe animation for icon */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Default icon state */
.shine-button-1 .icon {
    opacity: 0;
    transform: translateX(-15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Apply animation on hover */
.shine-button-1:hover .icon {
    animation: slideInLeft 0.4s forwards;
    color: var(--light);
}

/* ------------------------------SECOND BUTTON------------------- */
/*** Navbar ***/



/* ---------------TOP BAR-------------- */
.top-bar-penta a {
    color: #FFFFFF;
    text-decoration: none;
}

.top-bar-penta a i {
    color: var(--primary);
}


/* ---------------TOP BAR-------------- */


/* ---------------BOTTOM BAR--------------- */


.dropdown-item .active {
    color: var(--primary);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #d7b56500;
}

.dropdown-item:hover {
    background-color: var(--primary);
    color: var(--light);
}

.dropdown-item {
    padding: 12px;
    color: var(--light);
    border-bottom: 1px dotted rgb(255, 255, 255);
}

.last-child {
    border-bottom: 1px dotted rgba(255, 255, 255, 0);
}

@media (max-width: 768px) {
    .dropdown-item {
        color: var(--dark);
        font-size: 18px;
    }
}

/* ---------------BOTTOM BAR--------------- */




.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    color: #AF8421;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .logo img {
        height: 54px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
        padding: 0;
        background-color: var(--secondary);
        /* background-color: #af8421d1; */

    }



    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 49%);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }

    .header-carousel h2 {
        font-size: 28px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 122px;
    right: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
    background-image: url(../img/banner-img/banner-4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


.header-carousel h2 {
    /* font-size: 46px; */
}











/* Custom Navbar Collapse Animation */


.navbar-collapse.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.navbar-collapse.show {
    display: block !important;
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-item {
        width: 100%;
        /* text-align: left; */
    }

    .navbar-nav .nav-link {
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }

}

@media only screen and (max-width:767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        transition: all 0.4s ease-in-out;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    }
}










/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */

/* ----------------BANNER STYLE START----------------- */

.banner-section .welcome-text::after {
    content: " - ";
    font-family: icomoon;
    color: var(--primary);
    /* border: 1px solid var(--theme-color); */
    position: absolute;
    background-color: #ec5429;
    top: 3px;
    left: 3px;
    height: 20px;
    width: 40px;
    padding: 2px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.banner-section h2 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 64px;
}

.banner-section .banner-shape-design {
    height: 50px;
    width: 50px !important;
    display: flex;
    justify-content: center;
}

.banner-section h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 22px;
}

@keyframes float-bob-y {


    0% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-30px);
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



@media only screen and (max-width:767px) {
    .about-2-section h3 {
        font-size: 26px !important;
        line-height: 38px !important;
    }

}

/* ----------------BANNER STYLE START----------------- */


/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */



/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ---------------ABOUT US SECTION START--------------- */

.about-2-section .counter-1::after {
    content: '+';
}

.about-2-section .p-relative {
    position: relative;
}

.about-2-section .fadeInLeft {
    animation-name: fadeInLeft;
}

.about-2-section .about-2-image-area .main-image {
    text-align: center;
    padding-left: 20px;
}

.about-2-section .about-2-image-area .main-image img {
    border-radius: 0 100px 0 0;
}

.about-2-section .about-2-image-area .small-image {
    position: absolute;
    display: inline-block;
    bottom: 40px;
    right: -10px;
    border: 12px solid #fff;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .08);
}

.about-2-section .about-2-image-area .icon-box {
    background: var(--primary);
    display: flex;
    padding: 20px 10px;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
    position: absolute;
    transform: rotate(270deg);
    top: 50%;
    left: -87px;
    max-width: 322px;
}

.about-2-section .about-2-image-area .icon-box .icon {
    color: red;
    font-size: 60px;
    padding: 25px 30px;
    background: #fff;
    display: inline-block;
    transform: rotate(0deg);
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.about-2-section .about-2-image-area .icon-box h3 {
    color: #fff;
}

.about-2-section .about-2-image-area .icon-box p {
    color: #fff;
    font-family: Roboto;
    margin: 0;
    font-size: 22px;
}

.about-2-section .about-2-image-area .shape-1 {
    position: absolute;
    top: 55px;
    left: 33px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.about-2-section .section-sub-title {
    position: relative;
    color: blueviolet;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-left: 45px;
}

.about-2-section .section-sub-title:before {
    content: " ";
    font-family: icomoon;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    position: absolute;
    top: 2px;
    left: -45px;
    height: 16px;
    width: 36px;
    padding: 2px 1px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 50px;
}

.about-2-section .about-icon i {
    margin-right: 10px;
}

.about-2-section .about-icon {
    display: flex;
    align-items: center;
}

.about-2-section {
    padding-top: 30px;
    padding-bottom: 30px;
}


.about-2-section h3 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 46px;
}

.about-2-section .list-area li {
    margin-bottom: 15px;
    color: var(--dark);
    font-weight: 500;
    display: flex;
    align-items: baseline;
}

.about-2-section .list-area i {
    color: var(--primary);
    margin-right: 15px;
}

.about-2-section h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary);
}

.about-2-section .about-2-content-area-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-2-section .about-2-btn-area {
    display: flex;
    align-items: center;
}


@media only screen and (max-width:767px) {
    .about-2-section .about-2-image-area .shape-1 {
        width: 83%;
        position: absolute;
        top: -17px;
        left: -5px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;

    }

    .about-2-section .about-2-image-area .icon-box {
        background: var(--primary);
        display: flex;
        padding: 1px 10px;
        justify-content: flex-start;
        align-items: center;
        gap: 26px;
        position: absolute;
        transform: rotate(0deg);
        top: 77%;
        left: 0px;
        /* max-width: 282px; */
    }

    .about-2-section .about-2-image-area .icon-box .icon {
        color: red;
        font-size: 25px;
        padding: 25px 30px;
        background: #fff;
        display: inline-block;
        transform: rotate(0deg);
    }

    .about-2-image-area .small-image {
        height: 150px;
        width: 150px;
        /* top: 100px; */
        position: absolute;
        left: 177px;
        bottom: 248px !important;
    }

    .about-2-image-area {
        /* padding-bottom: 110px; */
    }

    .about-2-section .about-2-image-area .main-image {
        padding-left: 0px;
        border-radius: 0;
    }

    .about-2-section h4 {
        font-size: 18px;
    }
}

.about-2-image-area .small-image {}

/* ---------------ABOUT US SECTION START--------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */




/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ---------------WHAT WE DO SECTION START--------------- */

.what-we-do-section .what-we-hed {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 48px;
    color: #ffffff;
}

.what-we-do-section .what-we-tag {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* margin-left: 22px; */
    color: var(--primary);
}

.what-we-do-section {
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 27px;
    padding: 24px;
    background: #fff;
    border-radius: 0 !important;
    border: none !important;
    background-image: url(../img/banner-img/shape-40.png);
    background-color: #102039;
    background-position: center right;
    background-size: cover;
    /* background-repeat: no-repeat; */

}

.what-we-do-section .nav-tabs .nav-link:hover {
    border: none;
}

.what-we-do-section .nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}

.what-we-do-section li i {
    margin-right: 20px;
    /* color: var(--primary); */
}

.what-we-do-section li a {
    background-color: #ffffff;
    margin-bottom: 15px;
    /* width: 80%; */
    padding: 26px;
}

/* Ensure relative positioning for each tab */
.what-we-do-section .nav-tabs .nav-item {
    position: relative;
    margin-bottom: 26px;
}

/* Add triangle to all nav-links (tabs) */
.what-we-do-section .nav-tabs .nav-link::after {
    border-left-color: #ffffff !important;
    opacity: 1;
}

.what-we-do-section .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    top: 35.2%;
    transform: translateY(-50%);
    right: 77px;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid #ffffff;
    /* opacity: 0.5; */
    transition: all 0.3s ease;
}

/* Highlight active tab's triangle */
.what-we-do-section .nav-tabs .nav-link.active::after {
    border-left-color: var(--primary) !important;
    /* red arrow for active tab */
    /* opacity: 1; */
}

.what-we-do-section .for-right-design li {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}


@media only screen and (max-width:767px) {
    .what-we-do-section .what-we-hed {
        font-size: 27px;
    }

    .what-we-do-section .what-we-tag {
        font-size: 18px;
        margin-left: 0px;
    }

    .what-we-do-section .for-what-btn {
        display: flex !important;
        align-items: center;
        justify-content: start !important;
        margin-bottom: 15px;
    }

    .what-we-do-section .nav-tabs .nav-link {
        padding: 11px !important;
    }

    .what-we-do-section .nav-tabs .nav-item {
        margin-bottom: -12px;

    }

    .what-we-do-section .for-right-design {
        padding: 8px !important;
    }
}

/* Responsive tweak */
@media (max-width: 768px) {
    .what-we-do-section .nav-tabs .nav-link::after {
        right: 8px;
        top: 27px;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 21px solid #ccc;
    }

    .what-we-do-section .nav-tabs .nav-link.active::after {
        border-left: 21px solid var(--primary) !important;
    }
}

@media only screen and (max-width:767px) {
    .what-we-do-section .nav-tabs .nav-link {
        width: 90% !important;
        font-size: 16px;
    }
}

.what-we-do-section .nav-tabs .nav-link {
    background-color: #ffffff;
    /* margin-bottom: 15px; */
    width: 80%;
    padding: 37px;
    display: flex;
    align-items: center;
    border: none;
    color: #000;
    font-weight: 600;
    transition: 0.3s ease;
    border-radius: 0;
}

.what-we-do-section .for-what-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.what-we-do-section .nav-tabs {
    border: none;
}

.what-we-do-section .tab-pane i {
    margin-right: 20px;
    color: var(--primary) !important;
}

.what-we-do-section .nav-tabs .nav-link:hover {
    background-color: #f7f7f7;
}


.what-we-do-section .for-right-design {
    background-color: #ffffff;
    padding: 25px;
}

.what-we-do-section .tab-pane h3 {
    color: var(--primary);
}

.what-we-do-section .tab-pane h3,
p,
li {
    /* color: #f7f7f7; */
}

.what-we-do-section .nav-tabs .nav-link.active {
    background-color: var(--primary);
    color: rgb(255, 255, 255);
    font-weight: 700;
    border-radius: 0;
}


/* ---------------WHAT WE DO SECTION END--------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */



/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ---------------PROCESS SECTION END--------------- */

.Processes-section {
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url(../img/about-img/line.png);
    background-position: center center;
    /* background-size: cover; */
    background-repeat: no-repeat;
}

.Processes-section-1 {
    background-image: url(../img/about-img/process-bg.png);
    background-position: center center;
    /* background-size: cover; */
    background-repeat: no-repeat;
}

.Processes-section .content h4 {
    font-size: 21px
}

.Processes-section .proces-tag {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 22px;
    color: var(--primary);
}

.Processes-section .proces-hed {
    font-family: "Inter",
        sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    color: #000000;
}


.work-process-box {
    padding: 20px;
    position: relative;
}

.work-process-box:hover i {
    color: var(--light) !important;
    position: relative;
}

.work-process-box .icon-box i {
    color: var(--primary);
}

.work-process-box .icon-box,
.work-process-box .icon-box span {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .08);
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-process-box .icon-box {
    width: 100px;
    height: 100px;
    font-size: 40px;
    color: var(--primary);
    margin: 0 auto;
}

.p-relative {
    position: relative;
}

.work-process-box .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    border-radius: 50%;
    transform: scale(0);
    transition: all .5s ease;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.work-process-box .icon-box {
    width: 100px;
    height: 100px;
    font-size: 40px;
    color: var(--theme-color);
    margin: 0 auto;
}



.work-process-box .icon-box span {
    position: absolute;
    top: -3px;
    left: -5px;
    width: 34px;
    height: 34px;
    font-size: 16px;

}

.work-process-box .icon-box,
.work-process-box .icon-box span {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .08);
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-process-box:hover .icon-box:before {
    transform: scale(1);
}


.work-process-box .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    border-radius: 50%;
    transform: scale(0);
    transition: all .5s ease;
}

@media only screen and (max-width:767px) {
    .Processes-section .proces-hed {
        font-size: 28px;
    }

    .Processes-section .proces-tag {
        font-size: 18px;
    }

    .Processes-section {
        background-image: none;
    }

    .Processes-section-1 {
        position: relative;
        z-index: 1;
    }

    .Processes-section-1::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url(../img/about-img/process-bg.png);
        background-repeat: no-repeat;
        background-position: center right;
        /* background-size: contain; */
        /* or cover, based on your design */
        background-repeat: repeat;
        opacity: 0.3;
        z-index: -1;
    }
}

/* ---------------PROCESS SECTION END--------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */

/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */

/* ---------------TESTIMONIALS SECTION END--------------- */
.testimonials-two-area {
    padding-left: 21px !important;
    padding-right: 17px !important;
    margin-left: 70px;
    margin-top: 66px;
}

.section-space-medium {
    padding: 53px 0px;
}

.bg-color-1 {
    background: #102039;
}

.p-relative {
    position: relative;
}

.testimonials-two-area .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* background-position: 50%; */
}

.testimonials-video-area {
    margin-right: -209px;
}

.p-relative {
    position: relative;
}


@media only screen and (max-width:767px) {
    .testimonials-video-area {
        margin-right: 0px;
    }




    .testimonials-two-area {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px;
        margin-top: 0px;
    }
}



/* < !--========================------------------TESTIMONIALS SECTION--------------------------====================================--> */


@media only screen and (max-width:767px) {
    .testimonials h2 {
        font-size: 22px !important;
    }
}


.owl-carousel .owl-stage-outer {
    /* background-color: #62f84029; */
}

/* Styling for Testimonials Section */
.testimonials {
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}

.testimonials .testi .item {
    background: #ffffff;
    padding: 35px 20px 30px 70px;
    /* border-radius: 15px; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    border-left: 5px solid var(--primary);
}

.testimonials .testi .item .profile img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 5px solid var(--secondColor);

}

.testimonials .testi .item .star-icons i {
    margin-right: 5px;
    color: var(--primary);
}

.testimonials .testi .item .star-icons {
    display: flex;
    margin-bottom: 15px;

}

.testimonials .testi .item .profile p {
    font-weight: 600;
}

.testimonials .testi .item .profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials .testi .item .profile .information {
    /* padding-left: 20px; */
    margin-bottom: 15px;
}

.testimonials .testi .item .icon i {
    font-size: 32px;
    color: var(--primary);
}



/* < !--========================------------------TESTIMONIALS SECTION--------------------------====================================--> */



.testimonials-video-area {
    position: relative;
    overflow: hidden;
}

.testimonials-video-area img {
    /* width: 100%;
    height: auto;
    display: block; */
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.video_player_btn a i {
    color: #ffffff;
}

.video_player_btn a {
    display: inline-block;
    background-color: #ec5429;
    border-radius: 50%;
    padding: 14px 25px;
    font-size: 30px;
    color: #ffffff;
    transition: background 0.3s;
    position: relative;
}

.video_player_btn a:hover {
    /* background-color: #f00; */
    color: #fff;
}

/* Wave animation around the play icon */
.video_player_btn a::before,
.video_player_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 10px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: wave 1.5s infinite;
    z-index: -1;
}

.video_player_btn a::after {
    animation-delay: 0.75s;
}

@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.testi-img-left {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonials {
    padding: 5rem 2rem;
}

/* Set fixed width for each testimonial item */
.testimonials .owl-carousel .item .testi-img-left {
    height: 100px;
    width: 100px;
    position: absolute;
    left: -43px;
    top: 70px;
    border-radius: 50%;
    border: 1px solid #dedede;
}

.testimonials .owl-carousel .item {
    /* width: 382px !important; */
    margin: 0 40px;
}

@media only screen and (max-width:767px) {
    .testimonials .owl-carousel .item .testi-img-left {
        left: -54px;
        width: 90px;
        height: 90px;
    }

    .testimonials .owl-carousel .item {
        margin: 0;
        margin-left: 50px;
    }

    .testimonials-two-area .title-box {
        padding-left: 25px;
        margin-bottom: 15px;
    }

    .testimonials {
        padding: 15px;
    }

    .testimonials .owl-carousel .item img {
        /* display: none; */
    }
}

.testimonials-two-section .testi-sub-tag {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* margin-left: 22px; */
    color: var(--primary);
}

.testimonials-two-section .title-box {
    padding-left: 70px;
}

.testimonials-two-section .testi-main-hed {
    font-family: "Inter",
        sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    color: #ffffff;
}


@media only screen and (max-width:767px) {
    .testimonials-two-section .testi-sub-tag {
        font-size: 18px;
    }

    .testimonials-two-section .testi-main-hed {
        font-size: 27px;
    }

    .section-space-medium {
        padding: 30px 0;
    }
}

/* ---------------TESTIMONIALS SECTION END--------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */


/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ---------------CLIENT SECTION START--------------- */


.client-sec {
    padding-top: 80px;
    padding-bottom: 50px;
}

.client-sec .owl-carousel.version-1 img:hover {
    /* filter: grayscale(0%); */
}

.client-sec .owl-carousel.version-1 img {
    /* filter: grayscale(100%); */
}

.client-sec .owl-carousel.version-1 {
    position: relative;
    /* padding: 15px 35px 0; */
    text-align: center;
}

.client-sec .owl-carousel .owl-item {
    background: #fff;
    padding: 0 10px;
}

.client-sec .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
}

.client-sec .owl-nav button.owl-next {
    right: 0;
}

.client-sec .owl-nav {
    /* display: none; */
}

.client-sec .owl-nav button.owl-prev {
    left: 0;
}


.client-sec .client-logo-hed {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 15px !important;
}

.client-sec .client-logo-tag {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary);

}

.client-sec h5 {
    margin-top: 15px;
    font-weight: 600;
}

@media only screen and (max-width:767px) {
    .client-sec h5 {
        font-size: 15px;
    }

    .client-sec .owl-carousel .owl-item {
        padding: 0;
    }

    .client-sec .client-logo-hed {
        font-size: 27px;
        line-height: 17px;
        margin-bottom: 25px !important;
    }

    .client-sec .client-logo-tag {
        font-size: 18px;
    }
}

/* Custom arrows for version-1 carousel */
.logo-slider-1 .custom-prev,
.logo-slider-1 .custom-next {

    color: var(--primary);
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: 40%;
    display: none;
    transform: translateY(-50%);
    z-index: 1000;
    font-size: 44px;
    cursor: pointer;
}

.logo-slider-1 .custom-prev {
    left: -32px;
}

.logo-slider-1 .custom-next {
    right: -32px;
}

/* Adjust for mobile */
@media (max-width: 767px) {
    .logo-slider-1 .custom-prev {
        left: -15px;
    }

    .logo-slider-1 .custom-next {
        right: -15px;
    }
}


/* ---------------CLIENT SECTION END--------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */


/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ---------------FOOTER SECTION START--------------- */



.footer-main .footer-bottom {
    border-top: 1px solid rgb(163 163 163 / 43%);
}

.footer-main .footer-bottom {
    background-color: #102039;
}

.footer-main .footer-top {
    background-color: #102039;
    background-image: url('../img/banner-img/shape-f-1.png'), url('../img/banner-img/shape-50.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right center;
    background-size: auto, auto;
    /* or set specific size if needed */
    color: #fff;
    /* To ensure text is visible on dark background */
    padding: 70px 0;
}

.footer-main .footer-top .btn-sm-square {
    background-color: transparent;
    border-radius: 0;
}

.footer-main .footer-top li a {
    display: flex;
    align-items: baseline;
    font-size: 17px;
}

.footer-main .footer-top h4 {
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 20px;
}

.footer-main .footer-top img {
    margin-bottom: 15px;
}

.footer-top h4,
.footer-top p,
.footer-top ul li a,
.footer-top .top-social-icon a {
    color: #fff;
}

.footer-top ul {
    padding: 0;
    list-style: none;
}

.footer-top ul li a:hover {
    color: var(--primary);
    transition: all .3s ease-out 0s;
}

.footer-top ul li {
    margin-bottom: 10px;
}

.footer-top ul li a i {
    margin-right: 8px;
}

@media only screen and (max-width:767px) {
    .footer-main .footer-top {
        padding: 15px;
    }

    .footer-main .footer-bottom {
        text-align: center;
    }
}


/* ---------------FOOTER SECTION END--------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */




/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ==========================SUB BANNER SECTION================================ */


/* =======================Banner Section======================== */
@media only screen and (max-width:768px) {
    .banner-title-name h2 {
        font-size: 14px !important;
    }

    .wt-breadcrumb {
        font-size: 14px !important;

    }

    .wt-bnr-inr {
        padding-top: 50px;
    }

    .banner-title-name h1 {
        font-size: 23px !important;
    }

    .wt-bnr-inr {
        height: 180px !important;
    }

    .wt-bnr-inr-entry {
        margin-top: 14px !important;
    }
}

.wt-bnr-inr .container {
    display: table;
    height: 100%;
}

.banner-title-name h1 {
    font-size: 45px;
    color: var(--primarycolor);
    text-transform: uppercase;

}

.wt-bnr-inr-entry {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 70px;
}

.wt-breadcrumb a {
    text-decoration: none;
    color: #fff;
}

.wt-breadcrumb {
    font-size: 21px;
    list-style-type: none;
    color: #fff;

}

.overlay-wraper>.container,
.overlay-wraper>.container-fluid,
.overlay-wraper>.wt-icon-box-wraper,
.overlay-wraper>.wt-left-part,
.overlay-wraper>.wt-right-part {
    position: relative;
    z-index: 1;
}

.wt-breadcrumb a:hover {
    color: #fff !important;
}

.opacity-07 {
    opacity: 0.7;
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.bg-top-center {
    background-position: top center !important;
}

.wt-bnr-inr {
    height: 240px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    /* background: linear-gradient(.25turn, #121212, 25%, transparent); */
    /* background: rgb(0,0,0) !important; */
    /* background: linear-gradient(180deg, rgba(0,0,0,0.9697128851540616) 26%, rgba(27,26,26,0.9725140056022409) 100%) !important; */
}

.overlay-main {
    background: rgb(0, 0, 0) !important;
    background: linear-gradient(189deg, rgb(0 0 0) 2%, rgb(0 0 0 / 29%) 89%) !important;
}

.overlay-wraper {
    position: relative;
}

.wt-breadcrumb a:hover {
    color: var(--paragcolor);
}

.wt-breadcrumb i {
    margin: 0px 10px;
}




/* =======================Banner Section======================== */


/* ==========================SUB BANNER SECTION================================ */




/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */







.sidebar_nav a.active li {
    border-left: 9px solid var(--primary);
    transition: all 0.3s ease;
}

/* This is invalid */
.sidebar_nav a .first-one {
    border-left: 9px solid var(--primary);
}




/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================SERVICE PAGE CSS========================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* =====SIDEBAR SECTION=========== */

.sidebar_nav {
    list-style-type: none;
    /* background-color: rgb(241, 241, 241); */
    position: sticky;
    top: 72px;
    margin-top: 20px;

}

.sidebar_nav ul {
    /* background-color: #d9d7d9;
    border-radius: 7px; */
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.sidebar_nav h4 {
    /* background-color: var(--white-color); */
    padding: 15px 0px 8px 15px;
    font-size: 27px;
    font-weight: 700 !important;
    margin-bottom: 25px;
    font-family: "monR", Arial, sans-serif;
    /* text-align: end; */
    color: var(--primarycolor);
}

.sidebar_nav a i {
    margin-right: 10px;
    /* color: var(--primarycolor); */
}

.sidebar_nav a:hover {
    color: var(--primarycolor) !important;
}

.sidebar_nav a {
    text-decoration: none;
    /* width: 100%; */
    color: rgb(0 0 0) !important;
    font-size: 15px;
    /* font-family: 'Montserrat'; */
    /* text-transform: uppercase; */
    font-weight: 500;

}


.sidebar_nav li {
    /* background-color: #f2f2f2; */
    padding: 20px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #33333345;
}

.sidebar_nav ol,
ul {
    padding-left: 0;
}

.sidebar_nav {
    /* padding: 10px; */
    /* position: fixed; */
    background-attachment: fixed;
    margin-bottom: 20px;

}

.right-side-box-nav ul a i {
    color: var(--primary);
}

.sidebar_nav a:hover .sidebar_nav i {
    color: #ffffff !important;
}

.sidebar_nav a .first-one {
    border-left: 9px solid var(--primary);
}

.sidebar_nav a:hover li {
    /* background-color: var(--primary) !important; */
    border-left: 9px solid var(--primary);
    /* color: #fff !important; */
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    /* opacity: 1; */
    /* transition: opacity 0.4s ease, transform 0.4s ease; */


}

.sidebar_nav li a.active {
    /* color: red; */
}

.sidebar_nav a,
.sidebar_nav a li :focus {
    /* background-color: aqua; */
}

/* .sidebar_nav a li::after{
    content: "\f105";
    font-family: "fontAwesome";
    line-height: 18px;
    position: relative;
    float: right;
    font-size: 10px; 
  } */
.side_bar_head {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    /* font-family: 'Montserrat'; */
    text-transform: uppercase;
}

.side_bar_head::before {
    content: '';
    position: absolute;
    /* left: 0px; */
    bottom: 0px;
    width: 53%;
    height: 2px;
    background: rgb(0, 0, 0);
}

.side_bar_head::after {
    content: '';
    position: absolute;
    right: 9px;
    bottom: 0px;
    width: 60px;
    height: 2px;
    background: #C31C2D;
}

.side_bar_head_1 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.side_bar_head_1::before {
    content: '';
    position: absolute;
    left: 14px;
    bottom: 4px;
    width: 75%;
    height: 3px;
    background: var(--primarycolor);
}

.side_bar_head_1::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 1%;
    height: 1%;
    padding: 6px;
    background: var(--secondColor);
    border-radius: 50%;

}

.form_left .btn__text {
    color: #ffffff;
}

.form_left .btn:hover .btn__text {
    color: #ffffff;
}

.form_left .btn__circle {
    box-shadow: 0 0 2px 2px #ffffff;
}


.product-heading-tag h4 {
    font-weight: 500;
    font-size: 20px;
}



/* =====SIDEBAR SECTION=========== */

.service-cont-box h6 a i {
    color: var(--primary);
    font-size: 18px;
}

.service-cont-box h6 a {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
}

.service-cont-box .details-box {
    background-color: #ffffff;
    padding: 40px 25px;
}

.service-cont-box {
    background-color: #f2f2f2a6;
    padding: 20px;
    border-bottom: 4px solid var(--primary);
    border-radius: 5px;
}

.right-side-content .images-conainer-first {
    padding-top: 15px;
    padding-bottom: 10px;
}

.right-side-content .images-conainer-second {
    /* padding-top: 15px; */
    padding-bottom: 10px;
}

.right-side-content .images-conainer-third {
    /* padding-top: 15px; */
    padding-bottom: 10px;
}

.right-side-content h4 {
    color: var(--primary);
}

.right-side-content {
    padding-top: 25px;
}

.product-sec-start {
    padding-top: 15px;
}


.three-design h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}

.three-design h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: var(--primary);
}

.three-design h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 295px;
    z-index: -1;
    background-color: #000000;
}

.three-design h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}

.three-design h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: var(--primary);
}

.three-design h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 185px;
    z-index: -1;
    background-color: #000000;
}


.three-design-1 h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}

.three-design-1 h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: var(--primary);
}

.three-design-1 h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 136px;
    z-index: -1;
    background-color: #000000;
}

.right-side-content .list-area li {
    margin-bottom: 15px;
    color: var(--dark);
    font-weight: 500;
    display: flex;
    align-items: baseline;
}

.right-side-content .list-area i {
    color: var(--primary);
    margin-right: 15px;
}

/* ==================RIGHT SIDE CONTENT============= */


/* ==================RIGHT SIDE CONTENT============= */



/* ============================portfolio Our Gallery============================== */

.heading-tag {
    /* display: none; */
}

.heading-tag h2 {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--white-color);
    margin-top: 10px;
    text-align: center;
    padding: 5px 10px 10px 10px;

}

.gallery-wrapper {
    /* padding: 2rem 7rem; */
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
}

.gallery-item {
    /* position: relative; */
    /* background: #981b2e; */
    /* border-radius: 20px; */
    /* filter: drop-shadow(2px 2px 3px #333); */
}

.gallery-item:hover {
    background-color: #000;
    color: #fff;
}

.gallery-item .image {
    overflow: hidden;
    position: relative;
    /* filter: drop-shadow(2px 2px 3px #333); */
}

.gallery-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 400ms ease-in;
    border: 1px solid #a4a4a4;
    /* border-radius: 20px; */
}

.gallery-item .image img:hover {
    transform: scale(1.1);
}

#lightbox {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    display: none;
    /* Initially hidden */
    justify-content: center;
    align-items: center;
}

#lightbox.active {
    display: flex;
    /* Show when active */
}

#lightbox img {
    max-width: 90%;
    max-height: 80%;
}

#lightbox h2 {
    color: var(--white-color);
    position: absolute;
    top: 90%;
    text-align: center;
    font-size: 1.5rem !important;
    width: 100%;
    font-weight: 600;
}

@media(max-width:768px) {
    #lightbox h2 {
        color: var(--white-color);
        position: absolute;
        top: 75%;
    }

    .gallery-wrapper {
        /* padding: 2rem 2rem; */
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }

    #close-btn {
        top: 25% !important;
        position: absolute !important;
        right: 5% !important;
    }
}

@media(max-width:441px) {
    .lightbox-btn {
        font-size: 10px !important;
        padding: 5px 10px !important;
    }

    #close-btn {
        top: 30% !important;
        position: absolute !important;
        right: 5% !important;
    }

}










.lightbox-btn {
    position: absolute;
    top: 50%;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 1;
    /* Ensure buttons are above other content */
}

.lightbox-btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--primary-color);
    transition: ease 1.5s;

}

#prev-btn {
    left: 20px;
}

#next-btn {
    right: 20px;
}

#close-btn {
    top: 58px;
    position: absolute;
    right: 15%;
}

#close-btn {}

/* ============================ Our Gallery============================== */




/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================SERVICE PAGE CSS========================================== */
/* ========================================================================================== */



/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================CONTACT PAGE CSS========================================== */
/* ========================================================================================== */




.service-item,
.contact-item {
    /* background: url(./assets/img/icons/service.jpg) top center no-repeat; */
    background-size: cover;
    transition: .5s;
    background-color: var(--secondary);
    margin-bottom: 15px;
}

.service-item:hover,
.contact-item:hover {
    /* background: url(./assets/img/icons/service.jpg) bottom center no-repeat; */
    background-size: cover;
    background-color: var(--primary);
    color: var(--light);
}

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.contact-item h4 {
    color: var(--light) !important;
    font-weight: 400 !important;
    font-size: 19px;
}

.contact-item h4 a {
    color: var(--light) !important;
    font-weight: 400 !important;
    font-size: 19px;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
    color: var(--light);
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--light);
}

.form-box {
    background-color: var(--primary);
    margin: 25px;
    padding: 25px;
}

.for-box-main {
    position: relative;
    margin-top: -200px;
    z-index: 1;
}

@media only screen and (max-width:768px) {
    .for-box-main {
        margin-top: 0;
    }

    .form-box {
        margin: 5px;
        padding: 10px;
    }
}

.form-butn-style {
    border: none !important;
    background-color: transparent;
}

.modal-backdrop.show {
    /* opacity: 1 !important; */
}


/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================CONTACT PAGE CSS========================================== */
/* ========================================================================================== */
/* ===


/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================ABOUT PAGE CSS========================================== */
/* ========================================================================================== */
.about-page-start-all .about-page-cont {
    display: flex !important;
    /* align-items: center; */
    justify-content: center !important;
    flex-direction: column;
}

.about-page-start-all .about-page-cont-1 {
    display: flex !important;
    /* align-items: center; */
    justify-content: center !important;
    flex-direction: column;
}

.about-page-start-all .about-page-cont-1 h3 {
    color: var(--secondary);
    padding-bottom: 10px;
    padding-top: 10px;
}

.about-page-start-all .about-page-cont-1 span {
    margin-bottom: 15px !important;
}

.about-page-start-all .about-page-cont-1 i {
    font-size: 40px;
    color: var(--primary);
}

.about-page-start-all {
    padding-top: 30px;
    padding-bottom: 30px;
}



.expertise-section-main h4 {
    font-size: 34px;
}

.expertise-section-main .for-expertise-box h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: var(--primary);
}

.expertise-section-main .for-expertise-box {
    padding: 30px;
    margin-bottom: 15px;
    height: 310px;
}

.expertise-section-main .programe::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(80% - 45px);
    top: 0px;
    left: 0;
    background: black;
    z-index: -1;
}

.about-sec-cont h4 {
    margin-bottom: 25px;
}

.about-sec-cont h4 strong {
    color: var(--primary);
}

@media only screen and (max-width:768px) {
    .expertise-section-main .for-expertise-box {
        height: 392px;
    }
}

/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================ABOUT PAGE CSS========================================== */
/* ========================================================================================== */