:root {
    --white: #fff;
    --primary-color: #000;
    --icon-color: #74c57c;
    --bg-color: #74c57c;
}


body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.section-padding {
    padding: 80px 0px;
}

.second-header {

    border: none;
    padding-bottom: 0;
    background: #18191a;
    padding-top: 0;
    color: var(--white);
    position: relative;
    z-index: 1;

}

.second-header::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 32%;
    background: var(--white);
    top: 0;
    z-index: -1;
    left: -32px;
    transform: skew(40deg);
}

.menu-area::before {
    display: none;
}

.menu-area {
    border-top: 0;
    position: relative;
    z-index: 9;
    background: var(--bg-color);
}

.logo a img {
    width: 307px;
    margin-top: -81px;
    position: relative;
    z-index: 1;
}

.navbar {
    background: var(--bg-color);
    padding: 12px 0px;
}

.navbar-brand {
    font-weight: 700;
    font-size: 28px;
    color: #1f1f1f;
}

.navbar-nav .nav-link {
    color: var(--white) !important;
    font-weight: 600;
    padding: 15px 20px;
    font-size: 18px;
    margin: 0px 10px;
}


/* .navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
} */
/* ACTIVE LINK: nav-link */
.navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
    position: relative;
}

.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 2px;
    background: var(--primary-color);
}

/* ACTIVE LINK: dropdown-item */
.dropdown-menu .dropdown-item.active {
    background-color: var(--primary-color);
    color: #fff !important;
}


.navbar-nav .nav-link .main-nav {
    background: var(--bg-color);
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;

}

.top-head ul {
    list-style: none;
    display: flex;

    align-items: center;
    padding: 10px;
    margin-top: 10px;

}

.header-social {
    display: flex;
    justify-content: end;

}

.header-social a {
    margin: 0px 10px;
    font-size: 25px;
    color: var(--white);

}

.header-social a img {
    width: 40px;
}

.top-head ul a {
    text-decoration: none;
    color: var(--white);
    font-size: 18px;
}


/* .search-box {
     background: #1f1f1f;
     display: flex;
     align-items: center;
     justify-content: end;
     width: 50px;
 } */

.search-box i {
    color: var(--white);
}

.header-mid {
    /* padding: 10px 0px; */
}

.header-cta ul {
    list-style: none;
    display: flex;
    justify-content: end;
    margin: 6px 0px;
}

.call-box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0px 10px; */
}

.text {
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
}

.text span {
    font-size: 16px;
}

.text a {
    text-decoration: none;
    color: var(--primary-color);
}

.text strong {
    font-size: 18px;
}

.icon i {
    font-size: 18px;
    color: var(--icon-color);
}





/* hero section start here  */
.slider-bg {
    min-height: 800px;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider-bg .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
}

.slider-content h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--bg-color);
    text-transform: uppercase;
}

.slider-content h2 {
    color: var(--white);
    font-size: 80px;
    font-weight: 700;

}

.slider-content h2 span {
    color: var(--bg-color);
}

.slider-content p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
}

.slider-btn {
    padding: 10px 0px;
}

.slider-btn a {
    text-decoration: none;
    color: var(--white);
    padding: 15px 26px;
    background-color: var(--bg-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}

.slider-btn a:hover {
    color: var(--primary-color);
    background-color: var(--white);
}

.slider-bg.slick-active .image-layer {
    transform: scale(1.15);
}

/* counter section start here  */
.counter-area {
    background: #1e2126;
    padding: 0;
    position: relative;
    margin-top: -100px;
    z-index: 5;
    border-radius: 8px;
}

.counter-img img {
    max-width: 100%;
}

.single-counter {

    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-counter .icon img {
    width: 50px;
    margin-bottom: 15px;
}

.single-counter .count {
    font-size: 36px;
    font-weight: 700;
    display: block;
    color: var(--bg-color);
}

.single-counter p {
    margin: 0;
    font-weight: 500;
}

.single-counter p {
    color: var(--white);
    font-size: 19px;
}

/* about section start here  */
.about-area {
    position: relative;
}

.about-area img {
    width: 100%;

}

.exp-box {
    position: absolute;
    background-color: var(--bg-color);
    bottom: -7%;
    left: -10%;
    padding: 30px 40px;
    color: var(--white);
}

.exp-box strong {
    font-size: 60px;
}

.exp-box h4 {
    font-size: 28px;
}

.exp-box p {
    font-size: 30px;
    font-weight: 700;
}


.exp-box-2 {
    position: absolute;
    background-color: var(--bg-color);
    right: 0;
    bottom: 0%;
    padding: 30px 40px;
    color: var(--white);
}


.exp-box h4 {
    font-size: 28px;
}


.about-content {
    margin: 0px 20px;
}

.about-title h5 {
    padding: 6px 0px;
    font-size: 24px;
    font-weight: 500;
    color: var(--bg-color);
    text-transform: uppercase;
}

.about-title h3 {
    font-size: 80px;
    font-weight: 700;

}

.about-content p {
    color: #575656;
    font-weight: 500;
}

.about-content-3 ul {
    list-style: none;
    padding-left: 0px;
}

.green li {
    font-size: 18px;
    font-weight: 600;
}

.about-content-3 li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 15px;
    color: var(--bg-color);
}






/* services section start here  */
/* General Section */
.service-section {
    background-color: #f8f8f8;
}

.section-title h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--bg-color);
    font-weight: 600;

}

.section-title h3 {
    font-size: 60px;
    font-weight: 700;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.date-box {
    width: 60px;
    height: 60px;
    background-color: var(--white);
    color: var(--icon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 16px;
}

.step-box h3 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
}

.step-box p {
    margin: 0;
    font-size: 15px;
}

/* Services Boxes */
.services-box {
    padding: 49px 20px;
    border-radius: 6px;
    color: var(--white);
}

.dark-bg {
    background-color: #1e2126;
}

.accent-bg {
    background-color: var(--bg-color);
}

.services-box h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.service-text h3 {
    font-size: 28px;
    font-weight: 600;
}

.service-text p {
    font-size: 18px;
    font-weight: 500;
    color: #727272;
}

.service-link {
    display: inline-block;
    color: var(--white);
    font-size: 20px;
    text-decoration: none;
}

.service-link::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 50%;
}

.service-link:hover {
    color: var(--white);
}

.service-link i {
    display: none;
}

.icon img {
    width: 50px;
}


/* services section end here  */


/* products card start here  */
.product-carousel {
    background: linear-gradient(rgba(1, 3, 5, 0.5),
            rgba(1, 2, 3, 0.5)),
        url(../images/service-bg.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.section-heading h3 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    animation: fadeInSlide 0.8s ease forwards;
}

.section-heading h3::before,
.section-heading h3::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 3px;
    background: #74c57c;
    transform: translateY(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.5s ease;
}

.section-heading h3::before {
    left: -70px;
}

.section-heading h3::after {
    right: -70px;
}

.section-heading h3::before,
.section-heading h3::after {
    transform: translateY(-50%) scaleX(1);
}

@keyframes fadeInSlide {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-item {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 20px;
}

.product-name {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.owl-theme .owl-dots .owl-dot span {

    background: #74c57c !important;
}

.team-area-content .skill-name {
    color: #18191a;
}


.skills {
    width: 100%;
    padding: 0 20px 0 0;
}

.skills-img {
    /* margin-left: -320px; */
}

.skill-name {
    font-size: 20px;
    font-weight: 700;
    margin: 2px 0 6px;
    color: #343f61;
    font-family: 'Rubik', sans-serif;
}

.skill-bar {
    height: 20px;
    border: 1px solid #ccc;
    padding: 4px;
}

.skill-per {
    height: 10px;
    background-color: #74c57c;
    border-radius: 0px;
    width: 0;
    position: relative;
    transition: 1s linear;
}

.skill-per::before {
    content: attr(id);
    position: absolute;
    padding: 4px 6px;
    background-color: #18191a;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    top: -43px;
    right: 0;
    transform: translateX(50%);
}

.skill-per::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #18191a;
    top: -16px;
    right: 0;
    transform: translateX(50%) rotate(45deg);
    border-radius: 2px;
}

.skills-title h5 {
    color: #74c57c;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.skills-title h2 {
    font-size: 70px;
}

.progress-outer li {
    padding-left: 100px;
}

.progress-outer li:first-child {
    text-align: right;
    padding-right: 50px;
    margin-bottom: -50px;
}

.progress-outer li:last-child {
    text-align: right;
    padding-right: 50px;
    margin-top: -50px;
}

.progress-box {
    display: inline-block;
}

.progress {
    width: 235px;
    height: 235px;
    line-height: 235px;
    background: none;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 101%;
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -101%;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: none;
    font-size: 48px;
    font-weight: 800;
    color: #f26520;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 5%;
}

.progress .progress-value sub {
    font-size: 20px;
    color: #f26520;
    margin-left: 5px;
    font-weight: 400;
}

.progress p {
    font-size: 16px;
    line-height: inherit;
    color: #777777;
    font-weight: inherit;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.progress.blue .progress-bar {
    border-color: #f26520;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}






/* testimonial section start here  */
.testimonial-section {
    background: url(../images/test-bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.testi-author img {
    width: 100%;
    max-width: 20%;
    margin: 0px 10px;
}

.qt-img {
    display: flex;
    justify-content: space-between;
}

.qt-img img {
    width: 100%;
    max-width: 18%;
}

.single-testimonial {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.single-testimonial .qt-img img {
    width: 29px;
    margin-bottom: 10px;
}

.single-testimonial .testi-author {
    display: flex;

    align-items: center;
    margin: 15px 10px;
}

.single-testimonial .testi-author img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.single-testimonial .review-icon img {
    width: 141px !important;
    margin: 10px 0;
}

.single-testimonial p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: start;
}

.ta-info {
    text-align: start;
}

.ta-info h6 {
    font-size: 28px;
    font-weight: 600;

}


.app-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    background-color: #000;
    position: relative;
    z-index: 10;
    padding: 53px 30px;
    border-radius: 30px 30px 0px 0px;
    border-bottom: 1px solid #74c57c;
}

.app-img {
    position: absolute;
    right: 54px;
    top: -58px;
}

.app-img img {
    width: 100%;
    max-width: 100%;
}

.content {
    color: var(--white);
}

.content h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}


.content {
    text-align: start;
}

.buttons {
    padding: 25px 0px;
}





/* footer section start herre  */
.footer-top {
    background: var(--primary-color);
    padding: 40px 0px;
}

.f-contact {
    color: var(--white);
}

.f-widget-title h3 {
    color: var(--white);
    font-size: 30px;
}

.f-widget-title img {
    width: 200px;
    padding: 0;
}

.footer-link ul {
    list-style: none;
    padding: 0px;
}

.footer-link ul li a {
    text-decoration: none;
    color: var(--white);
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0px;
    line-height: 2;
    position: relative;
    display: inline-block;
    padding: 5px 0;
}


.footer-link ul li a::before,
.footer-link ul li a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background-color: var(--bg-color);
    transition: all 0.3s ease-in-out;
}

.footer-link ul li a::before {
    top: 0;
    left: 0;
}

.footer-link ul li a::after {
    bottom: 0;
    right: 0;
}

.footer-link ul li a:hover::before,
.footer-link ul li a:hover::after {
    width: 100%;
}



.f-contact ul {
    list-style: none;
    padding: 0px;
}

.f-contact ul li i {
    color: var(--icon-color);
    font-size: 20px;
    margin: 10px 0px;
}

.f-contact ul li a {
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    margin: 10px 10px;
}

.footer-social a {
    margin: 0px 10px;
}

.footer-social a img {
    width: 40px;
}

.bg-dark-footer {
    background-color: var(--primary-color);
    padding: 30px 0px;
    color: var(--white);
    border-top: 1px solid #74c57c;
}

.bg-dark-footer a {
    text-decoration: none;
    color: var(--white);
}





/* about page start here  */
.breadcrumb-area {
    background-image: url('../images/inner-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 10px 0;
    position: relative;
    z-index: 999;
}

.breadcrumb-area::after {
    content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #00000033;
    z-index: -10;
    position: absolute;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "â€º";
    color: var(--bg-color);

}

.breadcrumb-area h3 {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
}

.breadcrumb-item a {
    text-decoration: none;
    font-size: 25px;
    color: var(--bg-color);
    font-weight: 600;
}

.breadcrumb-item {
    font-size: 25px;
    color: var(--bg-color);
    font-weight: 600;
}





.about-us-images {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
}

.about-img-2,
.about-img-1 {
    width: 100%;
}

.about-img-1 {
    position: relative;
    padding-right: 130px;
}

.about-img-2 {
    max-width: 382px;
    margin: 0 auto;
    margin-right: 0;
    margin-top: -131px;
}

.about-img-2 figure,
.about-img-1 figure {
    display: block;
    border-radius: 30px;
}

.about-img-2 img,
.about-img-1 img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.about-img-1 figure img {
    aspect-ratio: 1 / 0.931;
}

.about-img-2 figure img {
    aspect-ratio: 1 / 1.032;
}

.company-experience-circle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-100%, 50%);
    z-index: 2;
}

.company-experience-circle img {
    width: 100%;
    max-width: 180px;
    border-radius: 50%;
    animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-experience-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 40px;
}

.about-experience-image {
    width: calc(40% - 20px);
}

.about-experience-image figure {
    display: block;
    border-radius: 30px;
}

.about-experience-image img {
    width: 100%;
    aspect-ratio: 1 / 0.66;
    object-fit: cover;
    border-radius: 30px;
}

.about-experience-item {
    width: calc(60% - 20px);
}

.about-experience-item .icon-box {
    background: linear-gradient(to right, var(--bg-color) 0%, var(--primary-color) 50%, var(--icon-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.about-experience-item:hover .icon-box {
    background-position: right center;
}

.about-experience-item .icon-box img {
    max-width: 34px;
}

.about-experience-content h3 {
    font-size: 20px;
    line-height: 1.4em;
}

.about-us-body {
    background: var(--white);
    box-shadow: 0px 0px 50px 2px #00000008;
    border: 1px solid var(--bg-color);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 40px;
    margin-top: 40px;
}

.about-contact-box {
    display: flex;
    align-items: center;
}

.about-contact-box .icon-box {
    background: linear-gradient(to right, var(--bg-color) 0%, var(--primary-color) 50%, var(--icon-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-left: 34px;
    margin-bottom: 10px;
}

.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon/video-doorbell.png) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 18px;
}

.about-contact-box:hover .icon-box {
    background-position: right center;
}

.about-contact-box .icon-box img {
    max-width: 34px;
}

.about-contact-box-content {
    width: calc(100% - 75px);
}

.about-contact-box-content p {
    margin-bottom: 5px;
}

.about-contact-box-content h3 {
    font-size: 20px;
}

.about-contact-box-content h3 a {
    color: inherit;
    text-decoration: none;
}

.about-us-btn a {
    text-decoration: none;
}

.btn-default {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--white);
    background: linear-gradient(to right, var(--bg-color) 0%, var(--primary-color) 50%, var(--icon-color) 100%);
    background-size: 200% auto;
    border-radius: 100px;
    border: none;
    padding: 17px 54px 17px 25px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icon/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-25px, -50%);
    transition: all 0.4s ease-in-out;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.about-features-list {
    margin-top: 20px;
}

.about-features-list ul {
    list-style: none;
    padding: 0;
}

.about-features-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
}

.about-features-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--bg-color);
    /* Your brand accent */
}




/* service page start here  */
.page-single-sidebar {
    position: sticky;
    top: 20px;
    margin-right: 20px;
}

.page-catagery-list {
    background-color: #d1d1d1;
    border-radius: 30px;
    margin-bottom: 60px;
    padding: 30px;
    overflow: hidden;
}

.page-catagery-list h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.page-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-catagery-list ul li {
    margin-bottom: 20px;
}

.page-catagery-list ul li:last-child {
    margin: 0;
}

.page-catagery-list ul li a {
    position: relative;
    display: block;
    line-height: 1.5em;
    text-transform: capitalize;
    color: var(--text-color);
    background-color: var(--white);
    border-radius: 15px;
    padding: 12px 50px 12px 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    text-decoration: none;
}

.page-catagery-list ul li:hover a {
    color: var(--white-color);

}

.page-catagery-list ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-color: var(--bg-color);
    border-radius: 50%;
    background-image: url('../images/icon/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
    transition: all 0.4s ease-in-out;
}

.page-catagery-list ul li:hover a::before {
    background-color: var(--primary-color);
}

.page-catagery-list ul li a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90deg, var(--bg-color) 0.18%, var(--bg-color) 68.68%, var(--bg-color) 100.18%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.page-catagery-list ul li:hover a::after {
    top: 0;
    height: 100%;
}

.sidebar-cta-box {
    position: relative;
    background: url('../images/service-page-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    padding: 30px;
    overflow: hidden;
}

.sidebar-cta-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--primary-color);
    opacity: 50%;
    width: 100%;
    height: 100%;
}

.sidebar-cta-content,
.sidebar-cta-contact {
    position: relative;
    z-index: 1;
}

.sidebar-cta-content {
    margin-bottom: 60px;
}

.sidebar-cta-content img {
    width: 100%;
    max-width: 159px;
    margin-bottom: 20px;
}

.sidebar-cta-content h3 {
    color: var(--white);
    font-size: 20px;
}

.sidebar-cta-item {
    position: relative;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
}

.sidebar-cta-item:last-child {
    margin-bottom: 0;
}

.sidebar-cta-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    opacity: 20%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.sidebar-cta-item .icon-box {
    background: linear-gradient(to right, var(--bg-color) 0%, var(--primary-color) 50%, var(--bg-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.sidebar-cta-item:hover .icon-box {
    background-position: right center;
}

.sidebar-cta-item .icon-box img {
    max-width: 20px;
}

.sidebar-contact-content {
    width: calc(100% - 60px);
}

.sidebar-contact-content p {
    font-size: 18px;
    color: var(--white);
    margin: 0;
}

.sidebar-contact-content p a {
    color: inherit;
    text-decoration: none;
}

.service-featured-image {
    margin-bottom: 40px;
}

.service-featured-image figure {
    display: block;
    border-radius: 30px;
}

.service-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.56;
    object-fit: cover;
    border-radius: 30px;
}

.service-entry {
    margin-bottom: 60px;
}

.service-entry p {
    margin-bottom: 20px;
}

.service-entry p:last-child {
    margin-bottom: 0;
}

.service-entry h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-entry h2 span {
    background: linear-gradient(to right, var(--bg-color) 0%, var(--primary-color) 50%, var(--bg-color) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.service-entry h2:hover span {
    background-position: right center;
}

.service-entry ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.service-entry ul li {
    position: relative;
    font-size: 20px;
    line-height: 1.4em;
    padding-left: 30px;
    margin-bottom: 20px;
}

.service-entry ul li:last-child {
    margin-bottom: 0;
}

.service-entry ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(90deg, var(--bg-color) 0.18%, var(--primary-color) 100.18%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 1px;
    left: 0;
}

.service-overview-box,
.service-protection-box,
.service-security-box {
    margin-top: 60px;
}

.service-facility-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.service-facility-item {
    width: calc(33.33% - 20px);
    border: 1px solid var(--bg-color);
    box-shadow: 0px 0px 50px 2px #00000008;
    text-align: center;
    border-radius: 30px;
    padding: 30px;
    transition: all 0.3s ease-in-out;
}

.service-facility-item:hover {
    transform: translateY(-4px);
}

.service-facility-item .icon-box {
    position: relative;
    background: linear-gradient(to right, var(--bg-color) 0%, var(--primary-color) 50%, var(--bg-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.service-facility-item:hover .icon-box {
    background-position: right center;
}

.service-facility-item .icon-box img {
    width: 100%;
    max-width: 32px;
}

.service-facility-item-content h3 {
    font-size: 20px;
}

.service-protection-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}

.service-protection-image,
.service-protection-content {
    width: calc(50% - 15px);
}

.service-protection-image figure {
    display: block;
    border-radius: 30px;
}

.service-protection-image img {
    width: 100%;
    aspect-ratio: 1 / 1.199;
    object-fit: cover;
    border-radius: 30px;
}

.service-protection-content ul {
    margin-top: 40px;
}

.service-facility-item.service-protection-item {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    border-radius: 20px;
    margin-top: 40px;
}

.service-facility-item.service-protection-item:hover {
    transform: translateY(0px);
}

.service-facility-item.service-protection-item .icon-box {
    margin: 0 20px 0 0;
}

.service-facility-item.service-protection-item .service-facility-item-content {
    width: calc(100% - 80px);
}

.service-security-steps {
    margin-top: 40px;
}

.security-step-item {
    position: relative;
    display: flex;
    margin-bottom: 40px;
}

.security-step-item:last-child {
    margin-bottom: 0;
}

.security-step-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(20px, 40px);
    border-left: 1px solid var(--bg-color);
    width: 1px;
    height: 100%;
    z-index: -1;
}

.security-step-item:last-child:after {
    display: none;
}

.security-step-no {
    background: linear-gradient(to right, var(--bg-color) 0%, var(--primary-color) 50%, var(--bg-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    transition: all 0.3s ease-in-out;
}

.security-step-item:hover .security-step-no {
    background-position: right center;
}

.security-step-no h3 {
    font-size: 20px;
    color: var(--white);
}

.security-step-item-content {
    width: calc(100% - 70px);
}

.security-step-item-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.security-step-item-content p {
    margin: 0;
}


/* gallery page start here  */
.page-gallery {
    padding: 100px 0 70px;
    background-color: #f8f9fa;
}

.page-gallery-box .photo-gallery {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-gallery-box .photo-gallery:hover {
    transform: translateY(-5px);
}

.page-gallery-box .photo-gallery a {
    display: block;
    position: relative;
}

.page-gallery-box .photo-gallery figure {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.page-gallery-box .photo-gallery img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.page-gallery-box .photo-gallery:hover img {
    transform: scale(1.05);
}

/* Lightbox Styles */
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#lightbox.active {
    opacity: 1;
    visibility: visible;
}

#lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}

#lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.4);
}

#lightbox-prev {
    left: -70px;
}

#lightbox-next {
    right: -70px;
}

#lightbox-close {
    position: absolute;
    top: 20%;
    right: 20%;
    color: white;
    font-size: 36px;
    cursor: pointer;
    background: none;
    border: none;
}


/* blog page start here  */
.page-blog {
    padding: 100px 0;
}

.page-pagination {
    margin-top: 30px;
    text-align: center;
}

.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.post-item-content a {
    text-decoration: none;
    color: var(--primary-color);
}

.post-item-body {
    padding: 16px 30px 30px;
}

.post-featured-image {
    position: relative;
}

.post-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.page-pagination ul li a,
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--bg-color);
    color: var(--primary-color);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a,
.page-pagination ul li a:hover {
    background: var(--bg-color);
    color: var(--white);
}

.post-item-content h3 {
    font-size: 20px;
    line-height: 1.3em;
}

.post-item-meta {
    position: absolute;
    bottom: 0;
    right: 30px;
    transform: translateY(50%);
}

.post-item-meta a {
    background: linear-gradient(90deg, var(--bg-color) 0.18%, var(--bg-color) 100.18%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    padding: 0 5px;
    text-decoration: none;
}

.blog-item-btn a {
    text-decoration: none;
}

.readmore-btn {
    position: relative;
    color: var(--bg-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
    text-transform: capitalize;
    display: inline-block;
    padding-right: 40px;
    transition: all 0.3s ease-in-out;
}






.wow.fadeInUp {
    animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/* contact form start here  */
.page-contact-us {
    padding: 100px 0 50px;
}

.contact-social-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-social-list ul li {
    display: inline-block;
    margin-right: 10px;
}

.contact-social-list ul li:last-child {
    margin-right: 0;
}

.contact-social-list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to right, var(--bg-color) 0%, var(--primary-color) 50%, var(--bg-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    color: var(--white);
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
}

.contact-social-list ul li a:hover {
    background-position: right center;
}

.contact-social-list ul li a i {
    font-size: 16px;
    color: inherit
}

.contact-info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 20px;
}

.contact-info-item {
    width: calc(50% - 15px);
    background-color: var(--white);
    border: 1px solid var(--bg-color);
    box-shadow: 0px 4px 50px 0px #00000008;
    border-radius: 30px;
    padding: 30px;
    display: flex;
}

.contact-info-item .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, var(--bg-color) 0%, var(--primary-color) 50%, var(--bg-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.contact-info-item:hover .icon-box {
    background-position: right center;
}

.contact-info-item .icon-box img {
    width: 100%;
    max-width: 30px;
}

.contact-item-content {
    width: calc(100% - 70px);
}

.contact-item-content p {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.contact-item-content h3 {
    font-size: 20px;
}

.contact-item-content h3 a {
    color: inherit;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.contact-item-content h3 a:hover {
    color: var(--primary-color);
}

.contact-info-item.location-item {
    width: 100%;
}

.contact-form-section {
    padding: 50px 0 100px;
}

.contact-us-box {
    border: 1px solid var(--bg-color);
    box-shadow: 0px 4px 50px 2px #00000008;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}


.contact-us-form {
    padding: 40px;
}

.contact-form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text-color);
    background-color: var(--white);
    box-shadow: 0px 0px 50px 2px #00000008;
    border: 1px solid var(--bg-color);
    border-radius: 12px;
    padding: 8px 20px;
    outline: none;
}

.contact-form .form-control::placeholder {
    color: var(--primary-color);
}

.custom-contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Contact Form Section */
.contact-us-box {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid var(--bg-color);
    box-shadow: 0 4px 50px 2px #00000008;
    border-radius: 30px;
    margin-top: 50px;
}

.google-map-iframe,
.contact-us-form {
    width: 50%;
}

.contact-us-form {
    padding: 40px;
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}




@media (max-width: 1399px) {
    .text strong {
        font-size: 13px;
    }

    .top-head ul a {

        font-size: 12px;
    }

    .header-cta ul {
        list-style: none;
        display: flex;
        justify-content: center;
    }

    .about-title h3 {
        font-size: 57px;

    }

}


@media (max-width: 1199px) {
    .text span {
        font-size: 11px;
    }

    .green li {
        font-size: 14px;

    }

    .exp-box p {
        font-size: 21px;

    }

    .content h4 {
        font-size: 29px;

    }

    .app-img {

        top: -31px;
    }

    .app-img img {
        width: 100%;
        max-width: 83%;
    }

    .section-title h3 {
        font-size: 30px;
        font-weight: 700;
    }

    .skills-title h2 {
        font-size: 40px;
    }

}

@media (max-width: 991px) {
    .contact-info {
        text-align: center;
        margin-top: 10px;
    }

    .container {
        max-width: 1300px;
    }

    .logo {
        display: none;
    }

    .header-mid {
        padding: 0px;
    }

    .exp-box {
        display: none;

    }

    .about-title h3 {
        font-size: 41px;
    }


    .counter-area {
        position: relative;
        padding: 56px 0px;
        z-index: -99;
    }

    .about-content {
        margin: 22px 20px;
    }

    .counter-img img {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .slider-content h2 {
        font-size: 40px;
    }

    .slider-bg {
        min-height: 800px;
    }

    .navbar-brand img {
        width: 188px;
    }

    .social-icons {
        text-align: center;
        margin-top: 10px;
    }

    .navbar-nav .nav-link {
        color: #1f1f1f !important;
    }

    .main-nav {
        background: var(--white);
    }

    .skills-img img {
        width: 100%;
    }

    .skills-img {
        margin-left: 0px;
    }

    .skills-title h5 {

        padding-top: 20px;


    }

    .skills-title h2 {
        font-size: 38px;
    }

    .section-padding {
        padding: 30px 0px;
    }

    .app-section {
        flex-direction: column;
    }

    .app-img {

        display: none;
    }

    #lightbox-close {
        position: absolute;
        top: 35px;
        right: 100px;
        color: white;
        font-size: 36px;
        cursor: pointer;
        background: none;
        border: none;
    }

    .google-map-iframe,
    .contact-us-form {
        width: 100%;
    }

    .contact-us-box {

        flex-direction: column;
    }

    .navbar {
        background: #000000;

    }

    .page-contact-us {
        padding: 58px 0 50px;
    }

    .footer-social a {
        margin: 0px 1px;
    }
    .top-head ul a {
       
        display: none;
    }


}

@media (max-width: 767px) {
    .content h4 {
        font-size: 18px;
    }

    .footer-nav {
        margin: 22px 56px;
    }

    .service-facility-item {
        width: 100%;
    }

    .service-protection-image img {
        aspect-ratio: 1 / 0.89;
    }

    .service-protection-box {
        flex-direction: column;
    }

    .service-protection-image,
    .service-protection-content {
        width: calc(100% - 15px);
    }

    .lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    #lightbox-prev {
        left: 10px;
    }

    #lightbox-next {
        right: 10px;
    }

    #lightbox-close {
        top: 10px;
        right: 10px;
    }

    .contact-info-item {
        width: calc(100% - 15px);
    }

    .breadcrumb-area h3 {

        padding: 24px;
    }
    .padding-section{
        padding: 20px;
    }

}


@media (max-width: 667px) {
    .section-heading h3 {
        font-size: 20px;
    }

    .about-title h3 {
        font-size: 30px;
    }

    .service-text h3 {
        font-size: 22px;
    }

    .skills-title h2 {
        font-size: 30px;
    }

}

@media (max-width: 576px) {
    .app-img {
        display: none;
    }

    .footer-nav {
        margin: 22px 5px;
    }

    .breadcrumb-area h3 {
        font-size: 35px;
    }

}

@media (max-width: 450px) {

    .section-heading h3::before,
    .section-heading h3::after {
        display: none;
    }

    .contact-item-content h3 {
        font-size: 15px;
    }
}


@media (max-width: 395px) {

    .navbar-brand img {
        width: 224px;
    }

    .contact-info-item {
        width: calc(100% - 1px);
    }

    .contact-item-content h3 {
        font-size: 11px;
    }

    .service-entry h2 {
        font-size: 36px;
    }

    .sidebar-contact-content p {
        font-size: 13px;
    }
}




.contact-form {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10;
}

.contact-form h3 {
    color: var(--bg-color);
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
}

.form-control {
    border: 2px solid #eaeaea;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: var(--bg-color);
    box-shadow: 0 0 0 0.25rem rgba(37, 117, 252, 0.25);
}

.btn-primary {
    background: var(--bg-color);
    border: none;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 117, 252, 0.4);
}

.form-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bg-color);
}

.form-group {
    position: relative;
}

.feature-icon {
    background: rgba(37, 117, 252, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg-color);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.bg-dark-section {
    background-color: #000;
}

.service-card {
    background: #1a2331;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: none;
    margin-bottom: 30px;
    position: relative;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--bg-color), var(--primary-color));
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 20px;
    font-size: 32px;
    box-shadow: 0 4px 10px rgba(13, 106, 253, 0.3);
}

.service-card h3 {
    color: var(--icon-color);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
    padding: 11px;
}

.service-card h3 a {
    text-decoration: none;
    color: var(--icon-color);
}
.service-card h3 a:hover{
    color: #ffffff;
    transition: 1.2ms ease-in;
}
.service-card p {
    color: var(--white);
    line-height: 1.7;
    padding: 0 25px 30px;
    text-align: center;
    font-size: 1.05rem;
}



@media (max-width: 768px) {
    .service-card {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .services-header {
        padding: 40px 15px;
    }
}

.bottomright-dark {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 60px solid;
    border-color: #000;
    border-left: 60px solid transparent;
}