/* ====== Services ====== 1 */

.sis-reveal {
    position: relative;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
}

.sis-reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.sis-image-anime {
    position: relative;
    overflow: hidden !important;
}

.sis-image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .5);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.sis-image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/* ===============================
         Back To Top css
================================== */

.sis-radius {
    border-radius: 16px;
}

.sisf-e-colored {
    color: #FA7315 !important;
}

.sis-comman-background {
    background-color: #2F3A2E !important;
}

.sis-counter-item .sis-counter-title span {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: #2F3A2E;
}

.sis-counter-content span {
    font-weight: 500;
    color: #2F3A2E;
    font-size: 16px;
}

.sisf-approach-counter-box p {
    color: var(--mech-gray);
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}


/* ====================================
        07. Services Section Css
======================================= */

.sisf-sis-icon-with-text--hover .sisf-e-inner {
    overflow: hidden;
}

.sisf-sis-icon-with-text--hover .sisf-e-inner p {
    color: #2F3A2E;
}

.sisf-sis-icon-with-text--hover .sisf-e-inner::before {
    position: absolute;
    content: "";
    background: #FA7315;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-size: 101% 101%;
    z-index: 1;
}

.sisf-sis-icon-with-text--hover .sisf-e-inner:hover::before {
    height: 100%;
    transition: all .6s ease;
}


/* ====================================
    10. Our Approaches Section Css
======================================= */
.sisf-approach-content-box .sisf-e-inner .sis-e-icon-top,
.sisf-approach-content-box .sisf-e-inner .sis-e-content-bottom {
    position: relative;
    z-index: 2;
}

.sisf-approach-content-box .sisf-e-inner .sis-e-icon-top {
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FA7315;
    line-height: normal;
    border-radius: 50px;
    transition: all 0.6s ease;
}

.sisf-approach-content-box .sisf-e-inner:hover .sis-e-icon-top {
    background-color: #2F3A2E;
}

.sis-divider-border::after {
    content: '';
    width: 1px;
    height: 45px;
    display: block;
    position: absolute;
    top: -22px;
    left: 0px;
    background-color: #00000033;
}

/* ==============================
        17. FAQ Section css
================================= */

.sisf-sis-faq-accordian .accordion-item:has(.accordion-button:not(.collapsed)),
.sisf-sis-page-accordian .accordion-item:has(.accordion-button:not(.collapsed)),
.sisf-page-accordian .accordion-item:has(.accordion-button:not(.collapsed)) {
    background: #FA7315;
}

/* =============================
        20. Video Section css
================================ */

.sis-video-play-button.sisf-m-play-inner {
    position: absolute;
    top: 36%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    left: 50%;
    transform: translate(-46%, 0%);
    z-index: 3;
}

.sis-video-play-button .popup-video {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    background: #FFFFFF;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sis-video-play-button a:before {
    content: '';
    position: absolute;
    top: -45%;
    left: -45%;
    width: 120%;
    height: 120%;
    border: 50px solid #FFFFFF;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.4s infinite linear;
}

.sis-video-play-button a:after {
    content: '';
    position: absolute;
    top: -45%;
    left: -45%;
    width: 120%;
    height: 120%;
    border: 50px solid #FFFFFF;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.4s infinite linear;
    animation-delay: .3s;
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.sis-video-play-button .popup-video span {
    font-size: 20px;
    line-height: 0;
    color: #2F3A2E;
}



/************************************/
/***    30. Responsive css       ***/
/************************************/

@media only screen and (max-width: 1199px) {
    .sis-counter-item .sis-counter-title span {
        font-size: 35px;
        line-height: normal;
    }

    .sis-btn-default {
        font-size: 11px;
    }

    .sis-btn-default i {
        font-size: 11px !important;
    }

    h3,
    .sis-comman-title {
        font-size: 18px !important;
        line-height: normal;
    }
}

@media only screen and (max-width: 1024px) {

    .sis-video-play-button a:after,
    .sis-video-play-button a:before {
        width: 130%;
        height: 130%;
    }

}

@media only screen and (max-width: 991px) {

    .sis-counter-item .sis-counter-title span {
        font-size: 30px;
        line-height: normal;
    }


    .sisf-rating-image img {
        width: auto;
    }

    .sis-counter-item .sis-counter-title span {
        font-size: 25px;
        line-height: normal;
    }

    .sis-video-play-button.sisf-m-play-inner {
        left: 46%;
    }

    .sis-video-play-button .popup-video {
        width: 50px;
        height: 50px;
    }

    .sis-video-play-button a:after,
    .sis-video-play-button a:before {
        top: -55% !important;
        left: -55% !important;
        width: 130%;
        height: 130%;
    }

    .sisf-approach-content-box {
        margin-bottom: 25px;
    }

}

@media only screen and (max-width: 767px) {
    .sisf-rating-image {
        min-width: 120px;
    }

    .sisf-approach-image-big.h-100 {
        margin-bottom: 16px !important;
        height: auto !important;
    }

    .sisf-approach-content-box {
        margin-bottom: 25px;
    }

    .sisf-rating-image img {
        width: 100px;
    }
}

.sisf-service-item .sisf-e-inner {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 4px 20px rgba(47, 58, 46, 0.06);
}

/* 
.sisf-service-item .sisf-e-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(47, 58, 46, 0.14);
} */

.sisf-service-icon.sis-e-icon-top {
    width: 56px;
    height: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ff6b01;
    color: #FFFFFF;
    font-size: 20px;
    transition: all 0.5s ease;
}

.sisf-service-item .sisf-e-inner:hover .sisf-service-icon.sis-e-icon-top {
    /* background-color: #2F3A2E; */
    transform: rotate(-8deg) scale(1.05);
}

.sisf-service-text .sisf-m-title h3.sis-comman-title {
    color: var(--mech-navy);
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}

.sisf-service-text .sis-counter-content span.sisf-content {
    color: #5F5B53;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .sisf-service-icon.sis-e-icon-top {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 17px;
    }
}





/*==============================================
    Service 2 start 
===============================================*/
.why-choose-us-section {
    margin: 60px 0;
}

.why-choose-us-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.why-choose-us-para {
    color: rgba(34, 34, 34, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 30px 0 40px 0;
}

.why-choose-us-content-container {
    max-width: 620px;
    width: 100%;
}

.why-choose-us-icon-para-container {
    gap: 10px;
}

.why-choose-us-icon-heading-container {
    gap: 15px;
}

.why-choose-us-icon-heading-container h3 {
    max-width: calc(100% - 47px);
    width: 100%;
    color: rgba(54, 39, 22, 1);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.why-choose-us-icon-para-container p {
    color: rgba(34, 34, 34, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.why-choose-us-hr-line {
    height: 2px;
    background: rgba(234, 229, 224, 1);
    margin: 20px 0;
}

.why-choose-us-right-container img {
    border-radius: 20px;
    width: 100%;
}

.why-choose-us-left-images {
    gap: 20px;
    width: 410px;
}

.why-choose-us-left-image-container {
    width: 410px;
}

.why-choose-us-left-image-container img {
    height: 526px;
    border-radius: 30px;
    padding: 10px;
}

.years-of-experience-container {
    width: 300px;
    height: 95px;
    margin-left: 40px;
    border-radius: 20px;
    background: rgba(234, 229, 224, 1);
    gap: 10px;
}

.years-of-experience-container h2 {
    color: rgba(54, 39, 22, 1);
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}

.years-of-experience-container p {
    color: rgba(54, 39, 22, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.why-choose-us-right-image-container {
    gap: 30px;
}

@media (min-width: 1650px) {
    .container {
        max-width: 1290px !important;
        padding: 0;
    }
}

@media screen and (max-width: 1399px) {

    .why-choose-us-left-images,
    .why-choose-us-left-image-container {
        width: 100%;
    }

    .why-choose-us-left-image-container img {
        height: auto;
    }
}

@media screen and (max-width: 1199px) {
    .why-choose-us-section {
        margin: 80px 0;
    }
}

@media screen and (max-width: 991px) {
    .why-choose-us-content-container {
        max-width: 100%;
        width: 100%;
    }

    .why-choose-us-section {
        margin: 70px 0;
    }

    .why-choose-us-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .why-choose-us-left-images,
    .why-choose-us-left-image-container {
        width: unset;
    }

    .why-choose-us-img2 {
        width: 100%;
    }

    .why-choose-us-right-container {
        justify-content: unset !important;
        gap: 30px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .why-choose-us-section {
        margin: 60px 0;
        padding: 50px 0;
    }
}

@media screen and (max-width: 575px) {
    .why-choose-us-section {
        margin: 10px
    }

    .why-choose-us-left-images {
        gap: 30px;
    }

    .years-of-experience-container {
        margin-left: 0;
    }

    .why-choose-us-right-container,
    .why-choose-us-right-image-container,
    .why-choose-us-left-images,
    .why-choose-us-left-image-container,
    .why-choose-us-right-container img,
    .years-of-experience-container {
        width: 100%;
    }
}

/* ===== Left side redesign (orange/navy) ===== */
:root {
    --mech-navy: #0F1C3F;
    --mech-orange: #FF5A1E;
    --mech-gray: #4B4B4B;
    --mech-line: #EAE5E0;
}

.site-tag span {
    color: var(--mech-orange);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.site-tag span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--mech-orange);
}

.why-choose-us-left-container .site-title {
    color: var(--mech-navy);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
}

.why-choose-us-left-container .site-title .text-accent {
    color: var(--mech-orange);
}

.services .site-title {
    color: var(--mech-navy);
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 500 !important;
    line-height: 1.15;
}

.services .site-title .text-accent {
    color: var(--mech-orange);
}

.why-choose-us-para {
    color: var(--mech-gray);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    padding: 15px 0 30px 0;
    max-width: 500px;
}

.why-choose-us-icon-para-container {
    gap: 18px;
}

.feature-icon-box {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #FFF3EC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-box i {
    font-size: 20px;
    color: var(--mech-orange);
}

.feature-text h3 {
    color: var(--mech-navy);
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}

.feature-text p {
    color: var(--mech-gray);
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}

.why-choose-us-hr-line {
    height: 1px;
    background: var(--mech-line);
    margin: 18px 0;
}

.why-choose-us-left-container .theme-btn {
    background: #fa7315;
    color: #fff;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
}

.why-choose-us-left-container .theme-btn:hover {
    background: var(--mech-navy);
    color: #fff;
}

@media screen and (max-width: 767px) {
    .why-choose-us-left-container .site-title {
        font-size: 32px;
    }

    .services .site-title {
        font-size: 30px !important;
        padding: 20px 0;
    }
}

/* button */

.sis-our-approach-section .theme-btn {
    background: var(--mech-orange);
    color: #fff;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
}




/************************************/
/*** 	 01. Service 3	  ***/
/************************************/

:root {
    --bg-color: #FFFFFF;
    --text-color: #426463;
    --accent-color: #F4B72A;
    --white-color: #FFFFFF;
    --divider-color: #133D3C1A;
    --dark-divider-color: #FFFFFF1A;
    --error-color: rgb(230, 87, 87);

}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}



/************************************/
/***  	   06. About Us css  	  ***/
/************************************/

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/************************************/
/***   33. Home - Version 2 css	  ***/
/************************************/



.about-us-images-gold {
    margin-right: 15px;
}

.about-image-counter-gold {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
}

.about-img-1-gold figure,
.about-img-2-gold figure {
    display: block;
    border-radius: 20px;
}

.about-img-1-gold figure,
.about-counter-box-gold {
    height: 100%;
}

.about-img-1-gold img,
.about-img-2-gold img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.5;
    border-radius: 20px;
}

.about-img-1-gold,
.about-counter-box-gold {
    width: calc(50% - 15px);
}

.about-counter-box-gold {
    /* background: linear-gradient(180deg, #FA7315 55%, #2F3A2E 45%); */
    border-radius: 20px;
    text-align: center;
    padding: 0px 0px;
}

.about-counter-box-gold img {
    border-radius: 15px;
}

.about-counter-header-gold {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.about-counter-header-gold h2 {
    width: calc(50% - 20px);
    font-size: 46px;
    font-weight: 700;
    text-align: right;
    margin-right: 20px;
}

.about-counter-header-gold p {
    width: 50%;
    text-align: left;
    color: #2F3A2E;
    margin-bottom: 0;
}

.about-counter-footer-gold {
    margin-top: 30px;
}

.about-counter-body-gold a {
    display: inline-block;
    border-radius: 50%;
}

.about-counter-body-gold a img {
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-counter-footer-gold h3 {
    font-size: 20px;
    color: #FFFFFF;
}

.about-us-body-gold {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.about-body-item-gold {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}

.about-body-item-gold::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #FA7315;
    width: 80px;
    height: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-body-item-gold:hover:before {
    width: 100%;
}

/* .about-body-item-gold:hover .about-body-title-gold h3,  .about-body-title-gold p{
    color: #FFFFFF;
} */
.about-body-title-gold {
    position: relative;
    z-index: 1;
}

.about-body-item-gold .icon-box {
    height: 80px;
    width: 80px;
    align-content: center;
    text-align: center;
}

.about-body-item-gold .icon-box img {
    position: relative;
    width: 100%;
    max-width: 40px;
    z-index: 1;
    filter: brightness(0) invert(1);
}

.about-body-title-gold {
    width: calc(100% - 80px);
    padding: 12px 12px 0;
}

.about-body-title-gold h3 {
    color: white;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}

.about-us-list-gold ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.about-us-list-gold ul li {
    position: relative;
    width: calc(50% - 15px);
    display: inline-block;
    text-transform: capitalize;
    line-height: 1.5em;
    padding-left: 30px;
}

.about-us-list-gold ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    font-size: 20px;
    color: #2F3A2E;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 1px;
    left: 0;
}

.about-us-footer-gold {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 40px;
    /* border-top: 1px solid var(--divider-color);
    margin-top: 40px; */
    margin-top: 40px;
}

.about-author-box-gold {
    display: flex;
    gap: 15px;
}

.about-author-box-gold .about-author-image-gold figure {
    display: block;
    border-radius: 10px;
}

.about-author-box-gold .about-author-image-gold img {
    width: 100%;
    max-width: 50px;
    border-radius: 10px;
}

.about-author-box-gold .author-info-gold h3 {
    font-size: 20px;
}

.about-author-box-gold .author-info-gold p {
    margin-bottom: 0;
}

.footer-links-gold ul li::marker {
    color: #FA7315;
    transition: all 0.3s ease-in-out;
}

.footer-links-gold ul li:hover::marker {
    color: #FFFFFF;
}

.footer-privacy-policy-gold ul li::marker {
    color: #FA7315;
}

.footer-privacy-policy-gold ul li:first-child::marker {
    font-size: 0;
}

@media only screen and (max-width: 991px) {

    .about-us-images-gold {
        width: 100%;
        margin: 0 0 30px;
    }

    .about-counter-box-gold {
        padding: 20px 40px;
    }

    .about-counter-header-gold {
        margin-bottom: 20px;
    }

    .about-counter-header-gold h2 {
        width: calc(50% - 15px);
        font-size: 36px;
        margin-right: 15px;
    }

    .about-counter-footer-gold {
        margin-top: 20px;
    }

    .about-us-body-gold {
        margin-bottom: 30px;
    }

    .about-body-item-gold::before {
        width: 70px;
    }

    .about-body-item-gold .icon-box {
        height: 70px;
        width: 70px;
    }

    .about-body-item-gold .icon-box img {
        max-width: 34px;
    }

    .about-body-title-gold {
        width: calc(100% - 70px);
    }

    .about-us-list-gold ul li {
        padding-left: 25px;
    }

    .about-us-list-gold ul li::before {
        font-size: 18px;
        top: 2px;
    }

    .about-us-footer-gold {
        margin-top: 30px;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {

    .about-img-1-gold figure,
    .about-counter-box-gold {
        height: auto;
    }

    .about-img-1-gold,
    .about-counter-box-gold {
        width: 100%;
    }

    .about-img-1-gold img,
    .about-img-2-gold img {
        aspect-ratio: 1 / 0.75;
    }

    .about-counter-box-gold {
        padding: 0;
    }

    .about-counter-box-gold img {
        width: 100%;
    }

    .about-counter-header-gold h2 {
        width: calc(35% - 15px);
        font-size: 26px;
    }

    .about-counter-header-gold p {
        width: 65%;
    }

    .about-counter-body-gold a img {
        max-width: 100px;
    }

    .about-counter-footer-gold h3 {
        font-size: 18px;
    }

    .about-us-body-gold {
        gap: 20px;
    }

    .about-body-item-gold {
        width: 100%;
        border-radius: 12px;
    }

    .about-body-item-gold::before {
        width: 60px;
    }

    .about-body-item-gold .icon-box {
        height: 60px;
        width: 60px;
    }

    .about-body-item-gold .icon-box img {
        max-width: 28px;
    }

    .about-body-title-gold {
        width: calc(100% - 60px);
    }

    .about-body-title-gold h3 {
        font-size: 18px;
    }

    .about-us-list-gold ul {
        gap: 10px;
    }

    .about-us-list-gold ul li {
        width: 100%;
    }

    .about-us-footer-gold {
        gap: 20px;
        margin-top: 20px;
        padding-top: 20px;
    }

    .about-author-box-gold {
        gap: 10px;
    }
}

/************************************/
/***   34. Home - Version 3 Css	  ***/
/************************************/

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-body-title-gold h3 {
    margin-bottom: 4px;
}

.about-body-title-gold p {
    font-size: 17px;
    line-height: 1.5em;
    color: #c2c2c2;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .about-body-title-gold p {
        font-size: 13px;
    }
}



/* service 4 */
:root {
    --itzone-font: "Nunito", sans-serif;
    --itzone-font-two: "Barlow", sans-serif;
    --itzone-gray: #666666;
    --itzone-gray-rgb: 102, 102, 102;
    --itzone-base: #6e54f3;
    --itzone-base-rgb: 110, 84, 243;
    --itzone-black: #070d1a;
    --itzone-black-rgb: 7, 13, 26;
    --itzone-extra: #edf0fa;
    --itzone-extra-rgb: 237, 240, 250;
    --itzone-secondary: #F0F4FF;
    --itzone-secondary-rgb: 240, 244, 255;
    --itzone-white: #ffffff;
    --itzone-white-rgb: 255, 255, 255;
    --itzone-bdr-radius: 5px
}

.why-choose-one {
    position: relative;
    display: block;
    padding: 80px 0;
    z-index: 1;
}

.why-choose-one__bg-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.why-choose-one__left {
    position: relative;
    display: block;
}

.why-choose-one__left .section-title {
    margin-bottom: 30px;
}

.why-choose-one__progress-box {
    position: relative;
    display: block;
    margin: 30px 0 40px;
    max-width: 550px;
    width: 100%;
}

.why-choose-one__progress-list {
    position: relative;
    display: block;
}

.why-choose-one__progress-list li {
    position: relative;
    display: block;
}

.why-choose-one__progress-list li+li {
    margin-top: 19px;
}

.why-choose-one__progress {
    position: relative;
    display: block;
}

.why-choose-one__progress-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: var(--itzone-black);
    margin-bottom: 10px;
}

.why-choose-one__progress .bar {
    position: relative;
    width: 100%;
    height: 7px;
    border-radius: var(--itzone-bdr-radius);
    background-color: rgba(var(--itzone-black-rgb), .10);
    z-index: 1;
}

.why-choose-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    border-radius: var(--itzone-bdr-radius);
    background-color: #FA7315;
    height: 7px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 1;
}

.why-choose-one__progress .bar-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FA7315;
    transform: translateY(-50%);
    z-index: 1;
}

.why-choose-one__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 18px;
    color: var(--itzone-black);
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__btn-and-call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.why-choose-one__btn-box {
    position: relative;
    display: block;
}

.why-choose-one__call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.why-choose-one__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #FA7315;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__call-icon:hover {
    background-color: var(--itzone-black);
}

.why-choose-one__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--itzone-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__call-content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-one__call-content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 1px;
}

.why-choose-one__call-content h5 a {
    color: var(--itzone-black);
}

.why-choose-one__call-content h5 a:hover {
    color: #FA7315;
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 180px;
}

.why-choose-one__img-box {
    position: relative;
    display: block;
}

.why-choose-one__img {
    position: relative;
    display: block;
}

.why-choose-one__img img {
    width: 100%;
    border-radius: var(--itzone-bdr-radius);
}

.why-choose-one__img-2 {
    position: absolute;
    bottom: -78px;
    left: -160px;
}

.why-choose-one__img-2 img {
    width: auto;
    border-radius: 20px;
    border-top-right-radius: 250px;
    border-right: 10px solid var(--itzone-extra);
    border-top: 10px solid var(--itzone-extra);
}

.why-choose-one__shape-1 {
    position: absolute;
    bottom: -40px;
    left: -90px;
    width: 360px;
    height: 360px;
    border: 3px dashed #FA7315;
    border-radius: 50%;
    z-index: -1;
}

.why-choose-one__cstomer-services {
    position: absolute;
    bottom: -50px;
    right: -50px;
    background-color: #FA7315;
    padding: 20px 30px 20px;
    border-radius: 10px;
    border: 5px solid var(--itzone-white);
    overflow: hidden;
    z-index: 1;
}

@media (max-width:767px) {
    .why-choose-one__cstomer-services {
        bottom: -80px;
        right: 0;
    }
}

.why-choose-one__cstomer-services-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .30;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.why-choose-one__cstomer-services h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--itzone-white);
}

.why-choose-one__client-active {
    position: absolute;
    top: 20px;
    left: -150px;
    text-align: center;
    background-color: #FA7315;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 5px;
    clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 100%, 80% 85%, 0 85%, 0% 70%, 0% 35%, 0 0);
}

.why-choose-one__client-count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.why-choose-one__client-count-box h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px !important;
    font-family: var(--itzone-font-two) !important;
    color: var(--itzone-white);
    top: 1px;
}

.why-choose-one__client-count-box span {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px !important;
    font-family: var(--itzone-font-two) !important;
    color: var(--itzone-white);
}

.why-choose-one__client-text {
    color: var(--itzone-white);
    padding-bottom: 18px;
}


@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}


.rotate-me {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@animation2 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.why-choose-one__feature-box {
    position: relative;
    display: block;
    margin: 30px 0 40px;
    max-width: 560px;
    width: 100%;
}

.why-choose-one__feature-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.why-choose-one__feature-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 20px;
    background: var(--itzone-white);
    border-radius: 12px;
    border: 1px solid rgba(var(--itzone-black-rgb), .06);
    box-shadow: 0 4px 18px rgba(var(--itzone-black-rgb), .04);
    transition: transform 400ms cubic-bezier(.2, .8, .2, 1), box-shadow 400ms ease, border-color 400ms ease;
}

.why-choose-one__feature-item:hover {
    transform: translateX(6px);
    box-shadow: 0 14px 30px rgba(var(--itzone-base-rgb), .16);
    border-color: rgba(var(--itzone-base-rgb), .3);
}

.why-choose-one__feature-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(145deg, #FA7315, #FA7315);
    color: var(--itzone-white);
    transition: transform 400ms ease;
}

.why-choose-one__feature-item:hover .why-choose-one__feature-icon {
    transform: rotate(-8deg) scale(1.08);
}

.why-choose-one__feature-icon svg {
    width: 24px;
    height: 24px;
}

.why-choose-one__feature-content h3 {
    color: var(--mech-navy);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 4px;
}

.why-choose-one__feature-content p {
    color: var(--mech-gray);
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 575px) {
    .why-choose-one__feature-item {
        padding: 14px 16px;
        gap: 14px;
    }

    .why-choose-one__feature-icon {
        width: 44px;
        height: 44px;
    }
}

/*==============================================
   service 4  End 
===============================================*/




/* ===== Associate Partner's — Premium (Light) ===== */
.partners-section {
    position: relative;
    overflow: hidden;
}

/* .partners-section::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(255, 90, 30, 0.08) 0%, transparent 70%);
    pointer-events: none;
} */

/* .partners-section::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -180px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(15, 28, 63, 0.05) 0%, transparent 70%);
    pointer-events: none;
} */

.partners-tag {
    color: var(--mech-orange);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.partners-tag::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--mech-orange);
}

.partners-title {
    color: var(--mech-navy);
    font-size: 45px;
    font-weight: 500;
    margin: 14px 0 14px;
}

.partners-title .text-accent {
    color: var(--mech-orange);
}

.partners-sub {
    color: var(--mech-gray);
    font-size: 18px;
    max-width: 520px;
    margin: 0 auto;
    line-height: 26px;
}

.partner-card {
    height: 100%;
}

.partner-card-inner {
    position: relative;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid var(--mech-line);
    border-radius: 18px;
    padding: 28px 24px 32px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(15, 28, 63, 0.05);
    transition: all 0.4s ease;
    overflow: hidden;
}

.partner-card-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--mech-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.partner-card-inner:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 90, 30, 0.3);
    box-shadow: 0 20px 40px rgba(15, 28, 63, 0.12);
}

.partner-card-inner:hover::before {
    transform: scaleX(1);
}

.partner-category {
    display: block;
    color: var(--mech-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    min-height: 40px;
    margin-bottom: 10px;
}

.partner-name {
    color: var(--mech-navy);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
    min-height: 48px;
}

.partner-logo-box {
    background: #FBFAF9;
    border: 1px solid var(--mech-line);
    border-radius: 14px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    transition: background 0.3s ease;
}

.partner-card-inner:hover .partner-logo-box {
    background: #fff;
}

.partner-logo-box img {
    max-width: 100%;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 991px) {
    .partners-section {
        padding-bottom: 50px;
    }

    .partners-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 575px) {
    .partner-name {
        min-height: auto;
    }
}

.partner-top-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--mech-orange);
    transform: scaleX(0);
    transform-origin: left;
}

.partner-card-inner:hover .partner-top-line {
    transform: scaleX(1);
}







/*--------------------------------------------------------------
  TABLE OF CONTENTS:
----------------------------------------------------------------

** - Utility
** - Common
** - Custom Cursor
** - Animations
** - Cards
** - Navigation
** - Home Showcase
** - Mobile Nav
** - Search Popup
** - Page Header
** - Main Slider
** - About
** - Services
** - ServiceS Details
** - Project
** - Project Details
** - Video
** - Funfact
** - Team
** - Team Details
** - Contact
** - Testimonial
** - Why Choose
** - Working Process
** - Blog
** - Blog List
** - Blog Standard
** - Blog Details
** - Feature
** - Pricing Plan
** - Faq
** - Gallery
** - History
** - Coming Soon
** - Products
** - Product Details
** - Cart
** - Checkout
** - Wishlist
** - Sign Up
** - Login
** - Privacy Policy
** - Error
** - Footer
** - Google Map

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --builza-font: "Public Sans", sans-serif;
    --builza-font-two: "Exo", sans-serif;
    --builza-base: #FF5E14;
    --builza-base-rgb: 255, 94, 20;
    --builza-black: #0E121D;
    --builza-black-rgb: 14, 18, 29;
    --builza-gray: #4D5765;
    --builza-gray-rgb: 77, 87, 101;
    --builza-white: #ffffff;
    --builza-white-rgb: 255, 255, 255;
    --builza-primary: #F7F4ED;
    --builza-primary-rgb: 247, 244, 237;
    --builza-bdr-color: #d4d4d4;
    --builza-bdr-color-rgb: 212, 212, 212;
    --builza-bdr-radius: 10px;
}





/*==============================================
    About One 
===============================================*/

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }

    33.3% {
        transform: translateX(-3px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}



/*==============================================
   Process One
===============================================*/
.process-one {
    position: relative;
    margin: 0 1rem;
    display: block;
    border-radius: 30px;
    background-color: var(--builza-primary);
    padding: 50px 0 50px;
    counter-reset: count;
    overflow: hidden;
    z-index: 1;
}

.process-one__inner {
    position: relative;
    display: block;
}

.process-one__bg-shape {
    position: absolute;
    top: 0;
    right: -20px;
    opacity: 0.05;
    z-index: -1;
}

.process-one__bg-shape img {
    width: auto;
}

.process-one__big-text {
    position: absolute;
    top: 280px;
    left: -80px;
    transform: rotate(-90deg);
}

.process-one__big-text h2 {
    font-size: 115px;
    font-weight: 800;
    line-height: 140px;
    color: rgba(var(--builza-black-rgb), 0.03);
    text-transform: uppercase;
}

.process-one__single-inner {
    position: relative;
    display: block;
    padding: 0 20px 0;
    margin-bottom: 30px;
}

.process-one__single {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--builza-white);
    border: 1px solid var(--builza-bdr-color);
    padding: 30px 30px 60px;
    border-top-left-radius: 130px;
}

.process-one__icon {
    position: relative;
    display: inline-block;
}

.process-one__icon i {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--builza-base);
    transition: all 500ms ease;
}

.process-one__single-inner:hover .process-one__icon i {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.process-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin: 15px 0 8px;
}

.process-one__shape-1 {
    position: absolute;
    bottom: 47px;
    left: 0;
    right: 0;
    top: -21px;
    background-color: var(--builza-base);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    border-top-right-radius: 69px;
    border-bottom-left-radius: 5px;
}

.process-one__count-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--builza-base);
    height: 50px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 5px;
}

.process-one__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--builza-white);
    border-radius: 50%;
    border: 8px solid var(--builza-base);
    margin: 0 auto;
    margin-top: -40px;
}

.process-one__count::before {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    counter-increment: count 1;
    content: "0" counter(count);
    color: var(--builza-black);
    font-family: var(--builza-font-two);
}

.process-one__count-shape-1 {
    position: absolute;
    top: 2px;
    left: -20px;
}

.process-one__count-shape-1 img {
    width: auto;
}

.process-one__count-shape-2 {
    position: absolute;
    top: 2px;
    right: -20px;
}

.process-one__count-shape-2 img {
    width: auto;
}


/* ===============================================
================================================= */

.big-logo img {
    margin-left: 100px;
    margin-top: 40px;
    width: 401px;
}