@font-face {
    font-family: "OpenSansBold";
    src: url("fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansSemiBold";
    src: url("fonts/OpenSans-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansSemiBoldItalic";
    src: url("fonts/OpenSans-SemiboldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "SweetLove";
    src: url("fonts/SweetLove-nR9YP.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-white: #fff;
    --main-black: #000;
    --main-beige: #fcfaf6;
    --dark-beige: #f5f0e9;
    --main-gold: #b4842d;
    --light-purple: #9aa3e9;
    --dark-slate-blue: #2e3386;

    --dark-text: var(--main-black);
    --light-text: var(--main-white);
    --main-font-color: var(--main-gold);
    --blue-font: var(--dark-slate-blue);
    --page-color: var(--main-beige);
    --segment-color: var(--dark-beige);

    --myriad-font: "MyriadPro", sans-serif;
    --opensans-bold: "OpenSansBold", sans-serif;
    --opensans-semibold: "OpenSansSemiBold", sans-serif;
    --opensans-semibold-italic: "OpenSansSemiBoldItalic", sans-serif;
    --sweetlove-font: "SweetLove", sans-serif;

    --title-font: var(--opensans-bold);
    --main-font: var(--opensans-semibold);
    --sub-font: var(--myriad-font);
    --accent-font: var(--sweetlove-font);
}

.accent-font {
    font-family: var(--accent-font);
    color: var(--dark-slate-blue);
}
.main-font {
    font-family: var(--main-font);
    color: var(--blue-font);
}
.bold-font{
    font-family: var(--title-font) !important;
    color: var(--blue-font) !important;
}
.main-font-white {
    font-family: var(--main-font);
    color: #ffff;
}
.sub-font {
    font-family: var(--sub-font);
    color: var(--blue-font);
}
.sub-font-white {
    font-family: var(--sub-font);
    color: #ffff;
}
.title-font {
    font-family: var(--opensans-bold);
    color: var(--blue-font);
}
h3,
h4,
h5 {
    font-size: 20px;
}
p {
    font-size: 14px;
}

/* swiper */

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family:
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 14px;
    color: white;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 48px;
    font-weight: 500;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.byratio {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
.vision-text {
    background-image: url(vision-container.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    /* min-height: 200px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin: 0px 60px; */
    padding: 30px;
    /* border: 1px solid red; */
}

.desc-text {
    background-image: url(desc-container.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    /* min-height: 200px; */
    display: flex;
    align-items: center;
    /* margin: -37px 60px 30px 60px; */
    padding: 30px;
}
.ctc-text {
    background-image: url(details-container.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    padding: 18px;
}
.ctc-p3 a {
    text-decoration: none;
    color: #fff;
}

.ctc-p2 a {
    text-decoration: none;
    color: #fff;
}

.ctc-p3 a:hover {
    text-decoration: underline;
}
.ctc-p2 a:hover {
    text-decoration: underline;
}

/* Header */
.navbar {
    width: 85%;
    max-width: 1200px;
    margin: auto;
}

.navbar-nav {
    width: 100%;
}

.navbar-nav .nav-link.active {
    text-decoration: underline;
    text-underline-offset: 7.5px;
    text-decoration-thickness: 2px;
    color: var(--blue-font);
    font-weight: bold;
}

.navbar-nav li {
    font-family: var(--main-font);
}

.navbar-nav .d-flex {
    gap: 20px;
}

/* Mobile view: Stack items vertically when collapsed */
@media (max-width: 991px) {
    .navbar-nav .d-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
        padding-left: 1%;
    }

    .navbar-nav li {
        padding-bottom: 10px;
    }
}

.ctc-input {
    position: absolute;
    background-color: transparent;
    /* opacity:  0.5; */
    right: -6%;
    width: 95%;
    height: 8%;
    border: none;
    outline: none;
}
.ctc-input2 {
    position: absolute;
    background-color: transparent;
    /* opacity:  0.5; */
    top: 48%;
    right: 2%;
    width: 88%;
    height: 37%;
    border: none;
    outline: none;
}

.ctc-md-input {
    position: absolute;
    background-color: transparent;
    /* opacity:  0.5; */
    right: 6%;
    width: 88%;
    height: 8%;
    border: none;
    outline: none;
}

.ctc-md-input2 {
    position: absolute;
    background-color: transparent;
    /* opacity:  0.5; */
    top: 48%;
    right: 5%;
    width: 88%;
    height: 37%;
    border: none;
    outline: none;
}

/* footer */
.footer {
    width: 100%;
}

/* #footer {
    padding: 75px 0;
    margin-top: 100px;
} */

#footer h3 {
    font-size: clamp(20px, 0vw, 22px);
}

.footer-container {
    background-color: var(--segment-color);
    height: 0;
}

.footer-item-title {
    font-family: var(--main-font);
    color: var(--main-font-color);
}

.footer-item-subtitle {
    font-family: var(--sub-font);
    color: var(--main-font-color);
    font-size: clamp(14px, 2vw, 16px);
    margin-bottom: 5%;
}

#footer p,
#footer li {
    font-family: var(--sub-font);
    color: var(--blue-font);
    font-size: clamp(12px, 2vw, 14px);
}

#footer a {
    color: var(--blue-font);
    text-decoration: none !important;
}

.contact-list {
    list-style-type: none;
    padding: 0;
}

.contact-list li::before {
    content: attr(data-marker);
    margin-right: 16px;
    color: var(--blue-font);
}

.socials-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-disclaimer {
    text-align: center;
    margin-top: 3%;
    color: rgba(0, 0, 0, 0.5);
}

.footer-contact {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

/* Ensure a relative container around image */
.subscribe-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
}

/* Make sure image scales responsively */
.subscribe-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Make it behave like a real input field */
#emailInput {
    position: absolute;
    top: 47%;
    left: 39%;
    transform: translate(-50%, -50%);
    color: var(--blue-font);
    font-size: clamp(14px, 1.5vw, 22px);
    font-family: var(--sub-font);
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    cursor: text;
    border: none;
    outline: none;
    display: inline-block;
    max-width: 160px;
    background-color: transparent;
}

#emailInput::placeholder {
    color: var(--blue-font) !important;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.clickable {
    position: absolute;
    cursor: pointer;
    /* background-color: rgba(0, 0, 0, 0.5);  */
}

.subscribe-button {
    bottom: 35%;
    left: 86.5%;
    transform: translateX(-50%);
    width: 26.5%;
    height: auto;
    aspect-ratio: 2.2/1;
    cursor: pointer;
    /* top:22%; */
}

.socials-button {
    bottom: 35%;
    left: 86.5%;
    transform: translateX(-50%);
    width: 26.5%;
    height: auto;
    aspect-ratio: 2.2/1;
}

#facebook {
    bottom: -1%;
    left: 28%;
    transform: translateX(-50%);
    width: 8%;
    height: 34px;
    aspect-ratio: 1 / 1;
    /*background-color:red;*/
    /*opacity:0.5;*/
}

#insta {
    bottom: -1%;
    left: 37.5%;
    transform: translateX(-50%);
    width: 8%;
    height: 34px;
    aspect-ratio: 1 / 1;
    /*background-color:red;*/
    /*opacity:0.5;*/
}

#linkedin {
    bottom: -1%;
    left: 47.4%;
    transform: translateX(-50%);
    width: 8%;
    height: 34px;
    aspect-ratio: 1 / 1;
    /*background-color:red;*/
    /*opacity:0.5;*/
}

#web {
    bottom: -1%;
    left: 57%;
    transform: translateX(-50%);
    width: 8%;
    height: 34px;
    aspect-ratio: 1 / 1;
    /*background-color:red;*/
    /*opacity:0.5;*/
}

.footer-links {
    display: flex;
    flex-direction: column;
    margin-left: 24%;
    margin-top: 5%;
    width: 85%;
}

.footer-links a h3 {
    color: var(--main-gold) !important;
}

@media (max-width: 768px) {
    .footer-links {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .desc-text {
        padding: 25px;
    }
    .vision-text {
        padding: 20px;
    }
}

.show{
    padding-right:0 !important;
}
.modal-open{
    padding-right:0 !important;
}