@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --electric-lime-50: #fcffe6;
    --electric-lime-100: #f5ffc8;
    --electric-lime-200: #eafe98;
    --electric-lime-300: #d6fa52;
    --electric-lime-400: #c4f02b;
    --electric-lime-500: #a5d70b;
    --electric-lime-600: #81ac04;
    --electric-lime-700: #608209;
    --electric-lime-800: #4e670d;
    --electric-lime-900: #415710;
    --electric-lime-950: #213003;
    --theme-logo: #22569f;
}

header {
    background: #22569f;
}

.rajdhani-light {
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.rajdhani-regular {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rajdhani-medium {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.rajdhani-semibold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.rajdhani-bold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

:root {
    --theme-color: '#d6fa52';
}

body {
    line-height: 1.5;
    font-size: 16px;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif !important;
}

a {
    text-decoration: none;
}

header {
    z-index: 100;
}

header ul li a.nav-link {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}

.hero-section .slide-content h2 {
    color: #d6fa52;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.hero-section .slide-content h1 {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.1;
    font-size: 148px;
    color: #fff;
}

.hero-section .slide-content p {
    margin-top: 20px;
    display: block;
    color: #fff;
    font-size: 20px;
}

.overlay {
    z-index: 2;
    padding: 100px 0;
    /* background-color: #050505b3; */
    background-color: #05050575;
}

.theme-btn {
    padding: 16px 38px;
    font-size: 16px;
    font-weight: 600;
    color: #0D0D0F;
    background: #d6fa52;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.theme-btn:hover {
    color: #fff;
    background: linear-gradient(0deg, #5F2DEE 45.01%, #256AD7 100%);
}

.single-service-info-item {
    padding: 15px;
    text-align: center;
}

.theme-color {
    background-color: #d6fa52;
}

.single-service-info-item h4 a {
    color: #000;
    font-weight: 700;
}

.single-service-info-item p {
    color: #000;
}

.hero-services {
    padding: 100px;
    position: relative;
}

.hero-services div.position-absolute {
    top: -100px;
    z-index: 3;
}

.about-section {
    padding: 100px 0;
    background-color: var(--electric-lime-50);
}

.sec-title {
    font-size: 24px;
    color: var(--electric-lime-400);
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.sec-sub-title {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
}

.about-section .row:has(.features) {
    row-gap: 30px;
}

.about-section .features div.d-grid {
    min-height: 60px;
    min-width: 60px;
    place-content: center;
    display: inline-block;
    border-radius: 5px;
    background-color: var(--electric-lime-200);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.about-section .features h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

/* .about-section a:has(button), */
footer form button.primary-btn,
footer a button.primary-btn,
.about-section a button,
.contact-sec button {
    margin-top: 40px;
    border: none;
    padding: 14px 26px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    background-color: var(--electric-lime-300);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

footer form button.primary-btn,
footer a button.primary-btn {
    background-color: #fff;
}

.working-sec {
    background-color: var(--electric-lime-300);
}

.working-sec .top-text h5 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.working-sec .top-text h1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 18px;
    font-family: "Rajdhani", sans-serif;
}

.working-sec .img-wrap h6 {
    height: 48px;
    width: 48px;
    font-size: 24px;
    font-family: "Rajdhani", sans-serif;
    display: grid;
    color: white !important;
    font-weight: 600;
    place-content: center;
    background-color: var(--theme-logo);
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
}

.working-sec .img-wrap::before {
    position: absolute;
    content: "";
    top: -13px;
    left: -13px;
    height: 242px;
    width: 242px;
    border: 2px dashed var(--theme-logo);
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    animation: circle 15s linear infinite;
    -webkit-animation: circle 15s linear infinite;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.working-sec .process-group h5 {
    font-size: 24px;
    margin-top: 36px;
    margin-bottom: 16px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.counter-sec {
    padding: 86px 0;
    background-image: url("../images/counter-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-sec span {
    font-size: 56px;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
}

.counter-sec p {
    font-size: 18px;
    font-weight: 400;
    color: white;
}

.contact-sec:not(.about-section.contact-sec) {
    padding: 120px 0;
    background-color: var(--electric-lime-100);
}

.contact-sec .icon-wrap {
    height: 60px;
    width: 60px;
    display: grid;
    place-content: center;
    border: 2px solid var(--electric-lime-400);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.contact-sec .icon-wrap svg {
    font-size: 24px;
    color: var(--electric-lime-400);
}

.contact-group {
    border-color: var(--electric-lime-400) !important;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.all-services .primary-btn::before,
.contact-sec .primary-btn::before,
.contact-group::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -10;
    background-color: var(--electric-lime-400);
    transition: all ease-in 350ms;
    -webkit-transition: all ease-in 350ms;
    -moz-transition: all ease-in 350ms;
    -ms-transition: all ease-in 350ms;
    -o-transition: all ease-in 350ms;
}

.all-services .primary-btn:hover::before,
.contact-sec .primary-btn:hover::before,
.contact-group:hover::before {
    left: 0;
    width: 100%;
}

.contact-group:hover .icon-wrap {
    border-color: white !important;
}

.contact-group:hover * {
    color: white !important;
}

.contact-group h4,
.contact-group h6 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.contact-group h4 {
    font-size: 22px;
    font-weight: 500;
    color: var(--electric-lime-400);
}

footer {
    background-color: var(--theme-logo);
    padding-top: 112px;
    color: #fff;
}

footer h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 33px;
    font-family: "Rajdhani", sans-serif;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul button {
    border: none;
    background-color: transparent;
    color: white;
    gap: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -ms-transition: all ease 350ms;
    -o-transition: all ease 350ms;
}

footer ul button svg {
    color: var(--electric-lime-300);
}

footer ul a:hover button {
    color: white;
    gap: 3px;
}

footer input::placeholder {
    color: #fff
}

footer input {
    color: #fff;
    padding: 8px 24px;
    background-color: transparent;
    border: 1px solid white;
}

footer input:focus {
    outline: 0px;
    box-shadow: 0px;
}

footer label svg {
    top: 50%;
    right: 24px;
    transform: translateY(-90%);
    -webkit-transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    -o-transform: translateY(-90%);
}

footer ul.social-icons button {
    margin-bottom: 0px;
    height: 40px;
    width: 40px;
    display: grid;
    place-content: center;
    border-radius: 50px;
    background-color: var(--electric-lime-100);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

footer ul.social-icons button::before {
    content: "";
    position: absolute;
    z-index: -10;
    height: 40px;
    width: 40px;
    background-color: var(--electric-lime-400);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all ease-in 250ms;
    -webkit-transition: all ease-in 250ms;
    -moz-transition: all ease-in 250ms;
    -ms-transition: all ease-in 250ms;
    -o-transition: all ease-in 250ms;
}

footer ul.social-icons button:hover::before {
    transform: scale(100%);
    -webkit-transform: scale(100%);
    -moz-transform: scale(100%);
    -ms-transform: scale(100%);
    -o-transform: scale(100%);
}

footer ul.social-icons button svg {
    color: var(--theme-logo);
}

/* About */
.hero-sec {
    position: relative;
    padding: 100px 0;
    z-index: 10;
    background-image: url("../images/page-banner.jpg");
}

.hero-sec::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #d6fa5278;
    position: absolute;
    z-index: -10;
}

.hero-sec h1 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
}

.breadcrumb-item a {
    color: var(--electric-lime-300);
}

.breadcrumb-item.active {
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

/* services */
.contact-sec .sec-sub-title,
.all-services .sec-sub-title {
    color: var(--electric-lime-400);
}

.contact-sec .primary-btn,
.all-services .primary-btn {
    z-index: 10;
    overflow: hidden;
    min-width: 180px;
    position: relative;
    background-color: var(--electric-lime-200);
}

.contact-sec form {
    max-width: 400px;
    margin: 0 auto;
}

.contact-sec label {
    display: block;
    margin-bottom: 6px;
}

.contact-sec textarea,
.contact-sec input {
    display: block;
    margin-bottom: 6px;
    width: 100%;
    border: 1px solid var(--electric-lime-300);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.text-theme {
    color: var(--theme-logo);
}

.media-wrapper img {
    object-fit: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.service-section .features>div {
    background-color: var(--electric-lime-200);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.service-section .features.type-1>div {
    background-color: var(--electric-lime-300);
}

.service-section .features div.d-grid {
    min-width: 60px;
    min-height: 60px;
    place-content: center;
    display: inline-block;
    background-color: white;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.service-section .features.type-1 p {
    font-size: 19px;
    font-weight: 500;
}

.service-section .contact-now {
    background-color: #1c1c1c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.service-section .contact-now .icon-wrap {
    height: 60px;
    width: 60px;
    display: grid;
    place-content: center;
    border-radius: 61px;
    font-size: 26px;
    position: relative;
}

.service-section .contact-now div:has(.icon-wrap) {
    width: fit-content;
    display: inline-block;
    background-color: var(--electric-lime-300);
    border-radius: 30px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    position: relative;
}

.service-section .contact-now div:has(.icon-wrap)::before {
    content: "";
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    position: absolute;
    animation: circle 15s linear infinite;
    border: 2px dashed var(--electric-lime-300);
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
}

.service-section .contact-now .primary-btn {
    background-color: var(--electric-lime-300);
}

.service-section .contact-now .email,
.service-section .contact-now .phone {
    color: white;
    font-size: 22px;
}

.service-section .contact-now .email {
    font-size: 18px;
}