@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

body {
    color: #3D4250;
    font-family: 'Sora', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: -1.5px;
    font-weight: 700;
}

h1 {
    font-size: 53px;
}

h2 {
    font-size: 3rem;
}

.header {
    background: url(../images/header_bg.png) no-repeat right 0 #fff;
    height: 603px;
}

.mission h2 {
    color: #5C0D78;
    margin-bottom: 24px;
}

.services-section {
    text-align: center;
    padding: 80px 20px;
}

.services-section h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.services-section p.subtitle {
    color: #7b7b7b;
    margin-bottom: 50px;
}

.service-box {
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
}

.service-icon {
    background: #f5e8ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 90px;
    /* border-radius: 20px; */
    margin-bottom: 20px;
    /* aspect-ratio: 1 / 1; */
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.service-icon i {
    font-size: 2rem;
    color: #5c068c;
}

.service-box:hover .service-icon {
    background: #5c068c;
}

.service-box:hover .service-icon i {
    color: #fff;
}

.service-title {
    font-weight: 600;
    color: #5c068c;
}

.btn-custom {
    background: #0290d8;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 30px;
    border: none;
    margin-top: 30px;
    transition: 0.3s;
}


.btn-custom:hover {
    background: #0277b8;
    color: #fff;
}

.contact-section {
    background: #315EFF;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.contact-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.contact-card {
    margin-bottom: 30px;
}

.name {
    font-weight: 700;
    font-size: 1.5rem;
}

.role {
    font-size: 1rem;
    margin-bottom: 20px;
}

.email,
.phone {
    font-weight: 500;
}

.address {
    background: #163CC2;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    margin-top: 40px;
}

.partner-section {
    position: relative;
    overflow: hidden;
}

.partner-section::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #38a349;
    border-top-left-radius: 200px;
    z-index: 0;
}

.partner-content {
    position: relative;
    z-index: 2;
    padding: 100px 60px;
}

.partner-content h2 {
    font-weight: 700;
    margin-bottom: 24px;
}

.partner-content p.lead {
    color: #929292;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 24px;
}

.icon-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.icon {
    border: 1px solid #ff6a00;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.icon i {
    color: #ff6a00;
    font-size: 11px;
}

.icon-list li {
    margin: 10px 0;
    font-weight: 400;
    display: flex;
    align-items: start;
}

.icon-list li i {
    color: #ff6a00;
}

.btn-custom {
    background: #0290d8;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 30px;
    border: none;
    transition: 0.3s;
}

.btn-custom:hover {
    background: #0277b8;
}

/* right side hexagons */
.hex-grid {
    position: relative;
    z-index: 2;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hex {
    position: relative;
    left: -50px;
    bottom: -30px;
}

.hex2 {
    position: relative;
    left: 100px;
    top: -30px;
}

.hex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.poly-bg-1 {
    background: url(../images/polygon.png) no-repeat 78% 40%;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.poly-bg-2 {
    background: url(../images/polygon.png) no-repeat 35% 58%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 50px 55px;
}

/* smaller decorative hex */
.small-hex {
    width: 60px;
    aspect-ratio: 1 / 1;
    background-color: #2e873c;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    right: 35%;
    top: 45%;
}


.hero-section {
    background: url(../images/subtract.png) no-repeat right bottom #0d6efd;
    position: relative;
    padding-bottom: 150px;
}

/* Style for the feature list with checkmarks */
.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.feature-list .bi {
    margin-right: 0.75rem;
    font-size: 1.2rem;
    color: #ffffff;
    margin-top: 4px;
}

/* Style for the hexagon image (using a simple placeholder) */
.tech-image {
    max-width: 100%;
    height: auto;
}

/* Carousel section */
.carousel-section {
    margin-top: -120px;
    position: relative;
    z-index: 10;
}

.owl-stage-outer {
    padding: 0 0 40px 0;
}

.owl-nav {
    left: 0;
    right: inherit;
    margin-top: 0;
}

.feature-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    height: 100%;
}

.feature-card .card-body {
    position: relative;
    z-index: 2;
    padding: 30px 30px 50px 30px;
}

/* Faded background number */
.card-bg-number {
    position: absolute;
    bottom: -10px;
    right: 30px;
    font-size: 5rem;
    font-weight: 700;
    color: #e9ecef;
    z-index: 0;
    line-height: 1;
    font-size: 76px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -3px;
}

/* Custom carousel controls in the hero section */
.hero-carousel-nav a {
    text-decoration: none;
    color: white;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.hero-carousel-nav a:hover {
    opacity: 1;
}

/* Hide default Bootstrap carousel controls */
#featureCarousel .carousel-control-prev,
#featureCarousel .carousel-control-next {
    display: none;
}

.mission {
    background: url(../images/bg.png) repeat-x #f8f9fa;
}

.mission .feature-list .bi {
    color: #5C0D78;
}

.build-section {
    position: relative;
    overflow: hidden;
}

.build-left {
    background: url(../images/intersect.png) no-repeat right top;
    z-index: 2;
    background-size: 66%;
}

.build-grid {
    position: relative;
    z-index: 2;
    padding: 100px 0 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.build-capsule {
    width: 220px;
    height: 510px;
    overflow: hidden;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 0;
}

.capsule-right {
    position: relative;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 60px;
    top: 80px;
}

.build-capsule img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.build-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #9533B7;
    border-top-right-radius: 200px;
    z-index: 0;
}

.build-content {
    position: relative;
    z-index: 2;
    padding: 100px 60px;
}

.build-content h2 {
    font-weight: 700;
    /* color: #3D4250; */
    margin-bottom: 40px;
}

.menu {
    margin-left:40px;
}
.elementor-7 .elementor-element:first-child{
	padding-top:0 !important;
    padding-right:6px !important;
}

@media (max-width: 992px) {
    .header {
        background: none;
    }

    .menu {
        margin-left: 0;
    }

    .navbar-collapse {
        position: absolute;
        background: #fff;
        left: 0;
        top: 56px;
        padding: 0 15px;
        width: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .build-content {
        background: #9533B7;
        color: #fff;
        padding: 60px 15px;
    }

    .partner-section::after {
        width: 100%;
        border-radius: 0;
    }

    .partner-content {
        padding: 60px 20px;
        color: #fff;
    }

    .partner-content h2,
    .partner-content p.lead,
    .icon-list li i {
        color: #fff;
    }

    .icon-list .icon {
        border-color: #fff;
    }

    .hex-grid {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 60px 0;
        gap: 20px;
    }
	.build-capsule{
		width:170px;
	}
}