/********** Template CSS **********/
:root {
    --primary: #105286;
    --secondary: #4ab541;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}


@font-face {
    font-family: "Good Times";
    src: url("../../khvasoya/font/good-times-rg.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Redtone Bold";
    src: url("../../khvasoya/font/Redtone-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Redtone Medium";
    src: url("../../khvasoya/font/Redtone-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Redtone SemiBold";
    src: url("../../khvasoya/font/Redtone-SemiBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Redtone Regular";
    src: url("../../khvasoya/font/Redtone-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Redtone SemiBold" !important;
    color: #105286 !important;
}

body {
    margin: 0 !important;
}

body,
a,
span,
p {
    font-family: "Poppins", sans-serif !important;
}

a:hover {
    color: #555555 !important;
}

.display-1 {
    font-family: "Redtone SemiBold" !important;
}

.text-primary {
    color: #105286 !important;
}

.text-secondary {
    color: #4ab541 !important;
}

.bg-primary {
    background-color: #105286 !important;
}

.btn-primary {
    background-color: #4ab541 !important;
    border: 1px solid #4ab541 !important;
    color: white !important;
}

.bg-secondary {
    background-color: #F6F6F6 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

h4 p {
    font-family: "Redtone SemiBold" !important;
}

@media (min-width: 1660px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1600px !important;
    }
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary:hover {
    color: #4ab541 !important;
    background-color: transparent !important;
    border: 1px solid #4ab541 !important;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

a {
	transition: color 0.3s ease !important;
}

.top-bar a, .footer p a {
	color: currentcolor;
	transition: color 0.3s ease;
}

.top-bar a:hover, .footer p a:hover {
	color: #4ab541 !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav li a {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li.current-menu-item a {
    color: #4ab541 !important;
}

.custom-toggler {
    display: none !important;
}

.navbar {
    padding-block: 16px !important;
}

.navbar h1 {
    margin: 0 !important;
}

.navbar-light .navbar-brand {
    display: inline-block;
}


/* Tab container */
.border.rounded {
    background: #ffffff;
    border: 1px solid #DFE4FD !important;
}

/* Nav tabs wrapper */
.nav-tabs {
    border-bottom: none;
    gap: 12px;
}

/* Tab buttons */
.nav-tabs .nav-link {
    border: none;
    border-radius: 12px;
    padding: 10px 22px;
    font-weight: 600;
    color: #6c757d;
    background: #f8f9fa;
    position: relative;
    transition: all 0.3s ease;
}

/* Hover effect */
.nav-tabs .nav-link:hover {
    color: #105286;
    background: #eef4ff;
}

/* Active tab */
.nav-tabs .nav-link.active {
    color: #0d6efd;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(13, 110, 253, 0.15);
}

/* Active underline indicator */
.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 20%;
    bottom: -8px;
    width: 60%;
    height: 3px;
    background: #4ab541;
    border-radius: 10px;
}

/* Tab content */
.tab-content {
    padding-top: 20px;
}

/* Content text */
.tab-pane p {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

/* Smooth fade animation */
.tab-pane {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 991px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
		gap: 10px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .custom-toggler {
        display: flex !important;
    }

}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background-image: url("../img/header.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    position: relative;
}

.container {
	position:relative;
	z-index: 999;
}

@media (max-width: 575px) {
.page-header::before {
	content:'';
	position: absolute;
	background-color: #ffffffbd;
	width:100%;
	height:100%;
	    top: 0;
    left: 0;
}
}

@media (min-width: 1660px) {
	.page-header {
    background-size: contain;
}

}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}

.page-header .breadcrumb-item a {
    color: #4ab541 !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}

.service-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
    background: transparent !important;
    border: 1px solid #DFE4FD !important;
    border-radius: 8px;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: #4ab541;
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
}

.service-item:hover::after {
    bottom: -25px;
}

.service-item p {
    transition: .3s;
}

.service-item:hover p {
    margin-bottom: 25px !important;
}


/*** Project ***/

.our-team .owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
}

.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: -40px;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF !important;
}

.project-item .project-title p {
    margin: 0 !important;
    color: var(--tertiary) !important;
    transition: .5s;
}

.project-item:hover .project-title p {
    color: white !important;
}

.owl-carousel .owl-item img {
    height: 480px;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 1200px) {
	.owl-carousel .owl-item img {
    height: 340px;
}
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** contact form ***/

.contact form .form-floating label {
    display: none;
}

.contact .form-floating input,
.contact .form-floating textarea,
.footer form .wpcf7-form-control {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DFE4FD;
    appearance: none;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "Poppins", sans-serif !important;
}

.contact .form-floating span.wpcf7-form-control-wrap,
.contact .form-floating p {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.contact textarea.form-control {
    height: 100px;
}


/*** Footer ***/
.footer ul li.menu-item a {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer ul li.menu-item a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer ul li.menu-item a:hover {
    color: #4ab541 !important;
    letter-spacing: 0px;
    box-shadow: none;
}

.btn.btn-primary {
    border-radius: 8px !important;
    line-height: 1.5 !important;
}

.footer form label {
    display: none;
}

.footer form label span {
    display: block !important;
}

.footer form input.wpcf7-form-control[type="submit"] {
    color: white !important;
    width: 111px;
    height: 46px;
    margin-top: 6px !important;
}

.footer form input.wpcf7-form-control[type="submit"]:hover {
    color: #4ab541 !important;
}

.footer .col-12 p {
    margin-bottom: 0;
}

.footer .wpcf7-spinner {
    display: none;
}

.copyright {
    color: var(--light);
    background: #4ab541;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

.breadcrumb .breadcrumb-item {
    margin: 0 !important;
}

@media (min-width: 992px) and (max-width: 1440px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 100% !important;
        padding-inline: 30px;
    }
}


@media (min-width: 991px) {
    .footer form input.wpcf7-form-control[type="submit"] {
        width: 82px;
    }
}

.navbar-brand .logo {
    font-size: 30px;
    font-family: "Good Times", sans-serif !important;
    letter-spacing: 2px;
    text-wrap: auto;
}

.navbar-brand .logo span {
    color: #4ab541;
}

.service-item p {
    color: #555555 !important;
    min-height: 120px;
}

/* .service-item .rounded-circle {
    background-color: #4ab541 !important;
} */

.footer {
    background-color: #06365a;
}

/* Custom Hamburger Button */
.custom-toggler {
    width: 30px;
    height: 22px;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-toggler span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #4ab541;
    /* Bootstrap primary color */
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Animation when menu is open */
.custom-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.custom-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.custom-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.services .service-item .rounded-circle {
    transition: background-color 0.3s ease-in-out;
    width: 90px;
    height: 90px;
    padding: 18px;
}

.services .service-item .rounded-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services a:hover .service-item .rounded-circle {
    background-color: #4ab541 !important;
}

.about-feature h4 {
    margin-bottom: 0;
}

.banner-main {
    max-width: 1000px;
}

.about .nav-tabs .nav-link.active {
    color: #4ab541 !important;
}

.about .nav-tabs .nav-link {
    color: #06365a !important;
}

.mobile-banner {
    display: none;
}

.desktop-banner {
    display: block;
}

.tab-content .tab-pane .tab-pane-inner {
    margin-top: 0;
}

.tab-content .tab-pane .tab-pane-img {
    min-height: 410px;
}

.footer .d-flex a i.text-primary {
	color: white !important;
}

.footer .d-flex a:hover i.text-primary {
	color: #105286 !important;
}

.whatsapp {
    position: fixed;
	padding: 10px;
    right: 30px;
    bottom: 90px;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9999;
}

.footer-logo .navbar-brand .logo {
	color: white !important;
} 

.whatsapp:hover svg path {
	fill:#4ab541 !important
}

.amimated-icon .service-item::after {
	content:none;
}

.amimated-icon .service-item {
	height: auto;
        display: inline-block;
    flex-direction: column;
    align-items: center;
    transition: .3s;
    background: transparent !important;
    border: 0px solid #DFE4FD !important;
    border-radius: 0;
	overflow: unset;
}

.services.amimated-icon .service-item .rounded-circle {
	    width: 70px;
    height: 70px;
}

.amimated-icon .service-item .d-flex  {
	gap:20px;
}

.services.amimated-icon .service-item .rounded-circle {
	padding: 14px;
}

.amimated-icon.services {
    position: absolute;
    top: 30%;
    right: 50px;
	z-index:-1;
}

/* .services.amimated-icon .service-item .rounded-circle:nth-child(odd) {
	background-color: #4ab541 !important;
} */

/* Icon wrapper */
.amimated-icon.services .service-item > div > div {
    width: 80px;
    height: 80px;
    animation: floatIcon 4s ease-in-out infinite;
}

/* Image inside icon */
.amimated-icon.services img {
    width: 40px;
    height: auto;
}

/* Floating animation */
@keyframes floatIcon {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    50% {
        transform: translateY(-15px) rotate(5deg) scale(1.05);
    }
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
}

/* Stagger animation delays */
.amimated-icon.services .service-item > div:nth-child(1) div { animation-delay: 0s; }
.amimated-icon.services .service-item > div:nth-child(2) div { animation-delay: .3s; }
.amimated-icon.services .service-item > div:nth-child(3) div { animation-delay: .6s; }
.amimated-icon.services .service-item > div:nth-child(4) div { animation-delay: .9s; }

.amimated-icon .service-item .flex-wrap {
	flex-wrap: nowrap !important;
}

.amimated-icon.services {
	display: none;
}

.page-id-142 .amimated-icon.services {
	display: block;
}



.language {
	display: flex;
	align-items: center;
	gap:20px;
	justify-content: end;
}

.language .gt_float_switcher .gt_options {
	position: absolute;
	top:40px;
	box-shadow:rgba(0,0,0,0.15) 0 5px 15px;
}

.language .gt_float_switcher, .language .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
	box-shadow:none;
	    font-size: 16px;
	font-family: "Poppins", sans-serif !important;
	color:black;
	    font-weight: 500;
}

.language .gt_float_switcher .gt_options a {
	background-color: white;
	font-size:16px;
		font-family: "Poppins", sans-serif !important;
	color:black;
	    font-weight: 500;
}
.language .gt_float_switcher .gt_options a:hover {
	color: #4ab541;
	background-color:white;
}

.language .gt-current-lang img, .language .gt_float_switcher img  {
	    width: 20px;
}

.language .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	    transform: rotate(0deg);
}

.language .gt_float_switcher.notranslate:has(.gt-open) span.gt_float_switcher-arrow {
	transform: rotate(180deg) !important;
}

.about .row.g-4.align-items-center {
	align-items:end !important;
}

@media (min-width: 1600px) {
    .banner-main {
        max-width: 1220px;
    }
}

@media (min-width: 991px) {
    .about-feature .feature-inner {
        border-right: 1px solid #DFE4FD;
    }

    .about-feature .feature-inner:last-child {
        border-right: none;
    }
}

@media (max-width: 1660px) {
    .display-3 {
        font-size: 48px !important;
    }

    .navbar-brand .logo {
        font-size: 26px;
        text-wrap: auto;
    }
}

@media (max-width: 1280px) {
    .navbar-brand .logo {
        font-size: 24px;
        text-wrap: auto;
    }

    .display-3 {
        font-size: 40px !important;
    }

    .banner-main .main-heading {
        max-width: 500px;
    }

}

@media (max-width: 991px) {
    .navbar-brand .logo {
        font-size: 20px;
        text-wrap: auto;
    }

    .navbar-light .navbar-brand {
        max-width: 200px;
    }

    .display-3 {
        font-size: 36px !important;
    }

}


@media (max-width: 768px) {
    .carousel-item :is(.col-lg-7, .col-lg-8) {
        padding-inline: 24px !important;
    }

    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    .btn.btn-primary {
        padding-block: 12px !important;
        padding-inline: 30px !important;
        font-size: 14px !important;
    }

    .btn.btn-primary.back-to-top, .btn.btn-primary.whatsapp {
        padding-block: 12px !important;
        padding-inline: 0 !important;
        font-size: 14px !important;
		z-index: 9999;
    }
	
	     .btn.btn-primary.whatsapp svg {
        padding: 10px !important;
    }

    .display-3 {
        font-size: 30px !important;
    }

    .banner-main .main-heading {
        max-width: 350px;
    }
}

@media (max-width: 639px) {

    .banner-main :is(.col-lg-8, .col-lg-7) {
        position: relative;
        top: -150px;
    }

    .display-3 {
        font-size: 28px !important;
    }

    #header-carousel .carousel-item {
        position: relative;
        min-height: 750px;
    }

    .mobile-banner {
        display: block;
    }

    .desktop-banner {
        display: none;
    }

}


@media (max-width: 575px) {
    .navbar-brand .logo {
        font-size: 18px;
        text-wrap: auto;
    }


    .navbar-light .navbar-brand {
        max-width: 180px;
    }
	
	.amimated-icon.services {
		top: 20%;
	   left: 16px;
	}

}