body{
    background: #f4f1ec;
}
html, body {
  width: 100%;
  overflow-x: hidden; /* Prevents horizontal scrolling and accidental zooming */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit; /* Ensures padding doesn't accidentally increase element widths */
}
@font-face {
    font-family: "DMMono";
    src: url("../fonts/DMMono-Regular.woff2") format("woff2"),
         url("../fonts/DMMono-Regular.woff") format("woff"),
         url("../fonts/DMMono-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DMMono";
    src: url("../fonts/DMMono-Medium.woff2") format("woff2"),
         url("../fonts/DMMono-Medium.woff") format("woff"),
         url("../fonts/DMMono-Medium.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DMMono";
    src: url("../fonts/DMMono-Light.woff2") format("woff2"),
         url("../fonts/DMMono-Light.woff") format("woff"),
         url("../fonts/DMMono-Light.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-Regular.woff2") format("woff2"),
         url("../fonts/Sora-Regular.woff") format("woff"),
         url("../fonts/Sora-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-ExtraBold.woff2") format("woff2"),
         url("../fonts/Sora-SemiBold.woff") format("woff"),
         url("../fonts/Sora-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-ExtraBold.woff2") format("woff2"),
         url("../fonts/Sora-ExtraBold.woff") format("woff"),
         url("../fonts/Sora-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    
}
@font-face {
    font-family: "DMSans";
    src: url("../fonts/DMSans-Regular.woff2") format("woff2"),
         url("../fonts/DMSans-Regular.woff") format("woff"),
         url("../fonts/DMSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
.primary-color{
    color: rgb(0, 83, 188);
}
.title-text{
    font-family: "Sora";
    font-weight: 800;
}
p{
    font-family: "DMSans";
    font-size: 18px;
}
a{
    font-family: "DMSans";
    font-weight: 400;
}
.small-sub-title{
    font-family: "DMMono";
    font-weight: 400;
    font-size: 12px;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.header-block {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

.header-logo {
     justify-self: start;
    /* /flex: 0 0 auto; */
}
.header-logo img {
    width: 100px;
}

.main-menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style: none;
}

.main-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    padding: 0 13px;
}
                                                                                                                                                                
.hero-img-content{
    font-size: 15px;
}

.start-conversation-btn {
    justify-self: end;
}
.start-conversation-btn a {
    background: rgb(0, 83, 188);
    color: #FFF;
    text-decoration: none;
    padding: 10px 14px;
    font-size: 0.875rem;
}

.page-body {
    margin-top: 100px;
}

.hero-block{
    padding: 30px 0;
}
.hero-eyebrow {
    font-family: "DMMono";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.hero-title{
    font-family: "Sora";
    font-weight: 800;
    margin: 10px 0 20px 0;
}

.vision-mission-block{
    background: rgb(237, 233, 226);
    padding: 60px 0 50px 0;
    text-align: center;
}
.inner-vm-block {
    display: flex;
    align-items: flex-start;
    justify-self: center;
    align-items: center;
}

.vision-mission-block img{
    width: 70px;
    height: auto;
    margin: 0 10px 0 0;
}

.vision-mission-block p{
    margin: 20px 0 0 0;
}

.four-pillar-block {
    padding: 50px 0;
}
.four-heading {
    margin: 0 0 30px 0;
    padding: 0;
}
.four-pillar-inner{
    border: 1px solid rgb(0 0 0 / 12%);
    padding: 30px 50px;
}
.four-pillar-inner h4{
    margin: 0 0 15px 0;
}
.four-pillars-title {
    display: flex;
    align-items: start;
}
.four-pillars-title img{
    margin: 0 20px 0 0;
}
.four-pillars-title h4{
    font-size: 20px;
}

.co-creation-block {
    background: rgb(237, 233, 226);
    padding: 60px 0;
}
.co-creation-sub-title {
    margin: 0 0 20px 0;
}
.co-main-title{
    text-align: center;
    margin: 0 0 30px 0;
}

.visora-family-block {
    padding: 60px 0 50px 0;
}
.visora-family-block h2{
    margin: 0 0 30px 0;
}
.visoro-img {
    text-align: center;
}
.visoro-img h3{
    margin: 25px 0 0 0;
    font-size: 22px;
}

.why-trusted-silicon-block {
    background: rgb(237, 233, 226);
    padding: 60px 0 50px 0;
}
.why-trusted-silicon-block h6{
    font-size: 12px;
    font-family: "DMMono";
    font-weight: 400;
    margin: 0 0 20px 0;
}
.why-trusted-silicon-block h2{
    margin: 20px 0;
}

.sectors-block {
    padding: 60px 0 50px 0;
}
.sectors-block h6{
    margin: 0 0 20px 0;
}
.sectors-below-content {
    position: absolute;
    margin: 10px 0 0 0
}
.sectors-below-content p{
    font-size: 14px;
    font-family: "DMSans";
    line-height: 18px;
}

.what-sets-apart-block {
   background: rgb(237, 233, 226);
    padding: 60px 0 50px 0; 
}
.whats-apart-title {
    margin: 0 0 30px 0;
}
.sets-part-img {
    position: relative;
    border: 1px solid rgb(0 0 0 / 12%);
}
.img-content {
    position: absolute;
    background: #FFF;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
}
.img-content h6{
    font-size: 12px;
    font-family: "DMMono";
    font-weight: 400;
    margin: 0 0 0 0;
    padding: 0;
}
.img-content p{
    margin: 0;
    padding: 0;
}
.what-apart-content h4{
    margin: 0 0 15px 0;
    font-size: 22px;
}
.what-apart-content p{
    font-size: 17px;
    margin: 0 0 5px 0;
    padding: 0;
}
.what-apart-block {
    margin: 0 0 20px 0;
}

.learship-block {
    padding: 60px 0 50px 0;
}
.learship-block h2{
    margin: 20px 0 20px 0;
}
.learship-block img{
    width: 250px;
    margin: 30px 0 30px 0;
}
.learship-block h4{
    margin: 0 0 25px 0;
}
.learship-block p{
    font-size: 17px;
}
.meet-the-team-btn {
    margin: 30px 0;
    text-align: center;
}
.meet-the-team-btn a{
    background: rgb(0, 83, 188);
    color: #FFF;
    text-decoration: none;
    padding: 12px 16px;
    font-size: 0.875rem;
    font-size: 22px;
}

.start-con-block {
    background-color: rgb(0, 83, 188);
    padding: 60px 0 50px 0;
    color: #FFF;
}
.start-con-block h6{
    text-transform: uppercase;
}
.start-con-block h3{
    margin: 30px 0;
    color: #FFF;
    font-size: 40px;
}
.start-con-btn {
    text-align: center;
}
.start-con-btn a{
    color: rgb(0, 83, 188);
    background-color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 20px 40px;
    font-size: 22px;
}

.footer-block {
    background-color: #000;
    padding: 60px 0 10px 0;
}
.footer-newletter {
    color: #FFF;
}
.footer-newletter h4{
    margin: 0 0 20px 0;
    font-size: 18px;
}
.footer-newletter p{
    font-size: 14px;
}
.footer-newletter input{
    background-color: #FFF;
    border: none;
    color: #000;
    font-size: 14px;
    padding: 7px 10px;
    margin: 0;
    width: 70%;
}
.footer-newletter button{
    background-color: rgb(0, 83, 188);
    border: none;
    color: #FFF;
    font-size: 14px;
    padding: 7px 10px;
    text-align: center;
    margin-left: -4px;
}
.footer-logo {
    text-align: center;
    color: #FFF;
    font-size: 14px;
}
.footer-logo img{
    width: 120px;
}
.footer-memu-block {
    display: flex;
    align-items: flex-end;
    justify-content: end;
}
.footer-menu {
    margin: 0 30px 0 0;
}
.footer-menu h4{
    color: #FFF;
    margin: 0 0 20px 0;
    font-size: 18px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
}
.footer-menu ul li{
    list-style: none;
    margin: 0 0 15px 0;
    font-size: 14px;
}
.footer-menu ul li a{
    text-decoration: none;
    color: #FFF;
}
.bottom-footer {
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(244, 241, 236, 0.1);
    color: rgb(244 241 236 / 35%);
    font-size: 14px;
}
.bottom-footer p{
	font-size: 14px;
}
.social-media {
    text-align: right;
}
.social-media a{
    border: 1px solid rgba(244, 241, 236, 0.15);
    padding: 5px 10px;
}
.designedName{
	text-align: left;
}

.inner-contact-banner {
    background: url('../images/contact-hero-banner.png') no-repeat center center #f4f1ec;
    background-size: cover;
    width: 100%;
    padding: 110px 0;
    position: relative;
}
.inner-contact-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15); /* Adjust opacity */
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
}

h1.inner-heading {
    font-size: 38px;
    width: 60%;
    line-height: 45px;
}
/*Contact page*/

.contact-block{
    background: rgb(237, 233, 226);
    padding: 60px 0 50px 0;
}
.contact-form-block {
    margin: 30px 0 0 0;
}
.contact-form-block h2{
    margin: 0 0 30px 0;
}
.contact-block input{
    border: 1px solid #999;
}
.contact-block select{
    border: 1px solid #999;
}
.contact-block textarea{
    border: 1px solid #999;
}
.contact-icon i{
    font-size: 22px;
    margin: 0 10px 0 0;
    color: rgb(0, 83, 188);
    font-family: "Sora";
    font-weight: 800;
}
.contact-social-media a {
    margin: 0 10px;
}
.contact-social-media a i{
    font-size: 22px;
}

/*swiper*/
.swiper {
    overflow: hidden;
    padding-bottom: 120px !important;
}
.mySwiper {
    width: 100%;
    padding: 20px 0;
    display: flex;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.slide-btn-placement {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgb(0, 83, 188);
    color: rgb(244, 241, 236);
    border: 1px solid rgb(0, 83, 188);
    width: 32px;
    height: 32px;
}
.swiper-button-disabled {
    background: #FFF;
    color: rgb(0, 83, 188);;
    opacity: 1;
}
.overlay-slide{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 55%);
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
}
.overly-conent{
    position: absolute;
    bottom: 0;
    color: #FFF;
    left: 20px;
    font-family: "DMSans";
    margin: 0;
    padding: 0;
    text-align: left;
}
.overly-conent img{
    width: 25px;
    height: auto;
    object-fit: inherit;
    margin: 0 0 5px 0;
}
.overly-conent p{
    font-size: 15px;
    font-weight: 500;
}

/* Mobile */
@media (max-width: 991px) {
    h1,h2,h3,h4,h5,h6 {
        margin: inherit;
        padding: inherit;
    }
    /*.page-body {
        width: 100vh;
    }*/
    .header-block {
        display: flex;
        justify-content: space-between;;
    }
    .hero-block {
        padding: 0 20px;
    }

    .header-logo img {
        width: 80px;
    }

    .menu-toggle {
        display: block;
        position: relative;
    }

    #mainMenu {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 60px;
        position: absolute;
        top: 10%;
        left: 0;
        background-color: #FFF;
    }

    .main-menu {
        width: 100%;
    }

    .main-menu ul {
        flex-direction: column;
        width: 100%;
    }

    .main-menu ul li {
        padding: 12px 20px;
        border-bottom: 1px solid #ddd;
    }

    .main-menu ul li a {
        display: block;
        padding: 0;
    }

    .start-conversation-btn {
        width: 100%;
        margin-top: 20px;
    }

    .start-conversation-btn a {
        display: block;
        text-align: center;
    }
    .inner-contact-banner {
        padding: 60px 0;
    }

    h1.inner-heading {
        font-size: 26px;
        line-height: 35px;
        width: 100%;
    }
    .vision-mission-block p {
        margin: 10px 0 25px 0;
    }
    .four-pillar-block {
        padding: 50px 30px;
    }
    .four-pillar-inner{
        padding: 25px 15px;
    }
    .co-creation-block{
        text-align: center;
    }
	.designedName{
		text-align: center;
	}
	.learship-block{
		text-align: center;
	}
	.what-apart-content {
		margin-top: 30px;
	}
	.start-con-block h3 {
		font-size: 30px;
		text-align: center;
	}
	.start-con-block{
		text-align: center;
	}
	.start-con-btn {
		margin-top: 30px;
	}
    /*.footer-block {
        width: 100vh;
    }*/
}