@font-face {
    font-family: 'CeraPro';
    src: url('/font/CeraPro-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'CeraProBold';
    src: url('/font/CeraPro-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'CeraProThin';
    src: url('/font/CeraPro-Thin.woff2') format('woff2');
}

:root {
    --dark-purple: #1e0933;
    --light-purple: #672D91;
    --medium-purple: #291240;
    --white: #ffffff;
}

body {
    font-family: 'CeraPro';
    margin: 0;
    padding: 0;

}

.navbar {
    background-color: var(--dark-purple);
    padding: 12px 0;
    /*position: absolute;*/
    width: 100%;
    z-index: 10000000;
}

.navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.offcanvas-header {
    border-bottom: 1px solid;
    margin: 0 20px
}


.navbar-toggler-icon {
   
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991.98px) {
    .container{
     padding-left: 1.2rem;  
     padding-right: 1.2rem;
    }
    .story-section {
        background: url(/images/hero2-mob.jpeg) center / cover no-repeat !important;
    }
    .hero-content{
        padding-right: 1.2rem;
    }
    .navbar-toggler {
        padding: 0;
    }
    .btn-close {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-width='2' d='M2 2l12 12M14 2L2 14'/%3E%3C/svg%3E");
    }

    .offcanvas {
        width: 290px !important;
        background-color: var(--dark-purple);
    }

    .offcanvas .nav-link {
        font-size: 18px;
        padding: 20px 0;
    }

    .navbar-nav .nav-item+.nav-item::before {
        content: none !important
    }

    .nav-link.active {
        position: relative;
        display: inline-block;
    }

    .nav-link.active::after {
        bottom: 14px !important;
    }
    .section-title {
        font-size: 2rem !important;
    }
    .hero-content p {
        font-size: 1.1rem !important;
    }
    .services-section p {
        text-align: left;
        font-size: 1rem !important;
    }
    .services-section{
        padding : 20px 0 !important
    }
    .story-section p {
        font-size: 1rem !important
    }
   .contact-section{
    padding:2rem !important
   }
   .our-people {
    top: 5rem !important;
    margin-bottom: 5rem !important;
}
.footer-note p {
    font-size: 1rem !important;
    padding: 2rem !important;
}
.contact-section h3{
    font-size: 1rem;
}
.contact-section-main {
    top: 4rem !important;
    padding: 2rem 32px !important;
    margin-bottom: 4rem !important;
}
.contact-section-main h3{
    font-size: 1rem;
}
.chat-widget {
    bottom: 20px !important;
    right: 15px !important;
}

.chat-main-btn {
    width: 55px;
    height: 55px;
    font-size: 22px;
}

.chat-option-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
}

.chat-options {
    bottom: 65px;
}

.chat-option-btn::before {
    right: 55px;
    font-size: 11px;
    padding: 6px 10px;
}

.chat-option-btn::after {
    right: 47px;
}
}

.navbar .nav-link {
    color: var(--white);
    margin: 0 10px;
    font-weight: 400;
}

.navbar .nav-link:hover {
    color: #cdcccc
}

.navbar-nav .nav-item {
    position: relative;
}

.nav-link.active {
    position: relative;
    color: white !important;
}

.nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--light-purple);
    border-radius: 2px;
}

.navbar-nav .nav-item+.nav-item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background-color: #aaa;
}


.hero-section {
    background: url('/images/hero1.jpg') center/cover;
    color: var(--white);
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-section-services {
    background: url('/images/services.jpg') center/cover;
    color: var(--white);
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-content {
    position: absolute;
    top: 10rem;
    max-width: 590px;
    margin: 0 auto;
   
}

.hero-section-services .section-title {
    color: white
}

.section-title {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-family: 'CeraProBold';
    color: var(--dark-purple);
}

.hero-content p {
    font-size: 1.2rem;

}

.company-highlight {
    font-family: 'CeraProBold';
    color: var(--light-purple);
}

.company-highlight2 {
    font-family: 'CeraPro';
    color: var(--dark-purple);
}

.company-highlight3 {
    font-family: 'CeraProBold';
    color: var(--dark-purple);
}

.services-section {
    background-color: var(--dark-purple);
    color: var(--white);
    padding: 35px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.services-section p {
    margin: auto;
    max-width: 860px;
    font-size: 1.1rem;
    line-height: 1.6rem;
     opacity:0.8;
}

.services-section span {
    font-family: 'CeraProThin';
}

.story-section {
    position: relative;
    background: url(/images/hero2.jpg) center / cover no-repeat;
    color: var(--white);
    padding: 80px 0;
    margin-top: 0;
    height: 100vh;
    z-index: 1;
}




.story-section p {
    font-size: 1.2rem;
    max-width: 460px;
}

.contact-section {

    background-color: var(--medium-purple);
    color: var(--white);
    padding: 35px 0;
    text-align: center;
}

.contact-section-main {
    position: relative;
    min-height: 100vh;
    background-color: var(--medium-purple);
    color: var(--white);
    padding-top: 120px;  
    padding-bottom: 70px;
    text-align: center;
}


.form-container {
    max-width: 600px;
    margin: 0 auto;
}

.contact-icon {
    width: 80px;
    height: 80px;
    background-color: var(--light-purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.contact-icon i {
    font-size: 32px;
    color: var(--white);
}

.btn-submit {
    background-color: var(--light-purple);
    color: var(--white);
    border: none;
    padding: 8px 30px;
    border-radius: 5px;
}

.footer {
    background-color: var(--dark-purple);
    color: var(--white);
    padding: 20px 0;
    text-align: center;
}

.locations {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 1rem;
    margin-bottom: 0;
}

.form-control {
    border-radius: 0;
}

.submit {
    border-radius: 0;
}

.form-label {
    font-family: 'CeraProThin';
}

.service-title {
    color: var(--light-purple);
    font-family: 'CeraProBold';
    margin-top: 15px;
    font-size: 1.1rem;
}

.service-text {
    font-size: 0.95rem;
    color: #333;
}

.service-img {
    width: 100%;
    height: 220px;
    object-fit: cover;

}

.row.g-5 {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
}

.row.g-6 {
    --bs-gutter-x: 2.5rem;
}

.our-people {
    position: relative;
    top: 8rem;
    margin-bottom: 15rem
}

.profile-img {
    object-position: top;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.card-title {
    color: var(--dark-purple);
    font-family: 'CeraProBold';
    font-size: 1.4rem;
}

.about-text {
    font-size: 0.95rem;
    color: rgb(101, 100, 100)
}

.company-dark-highlight {
    color: var(--dark-purple);
    font-family: 'CeraProBold';
    font-size: 1.1rem;
}

.about-list {
    font-family: 'CeraPro';
}
footer{
    position: relative;
    z-index: 9999;
}
.footer-note {
    background-color: var(--light-purple);
    font-size: 1.2rem;
    color: white;
    font-family: 'CeraProThin';
}

.footer-note p {
    margin-bottom: 0;
    padding: 2rem 0 2rem 0;
    max-width: 900px;
    text-align: center;
    margin: auto;
}

.footer-note p span {
    font-family: 'CeraPro';
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--light-purple) 0%, var(--dark-purple) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-out;
}

.preloader.fade-out {
    opacity: 0;
    pointer-events: none;
}

/* Spinner Animation */
.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Alternative: Pulse Dots */
.pulse-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    animation: pulse 1.4s ease-in-out infinite both;
}

.dot:nth-child(1) { animation-delay: -0.32s; }
.dot:nth-child(2) { animation-delay: -0.16s; }

@keyframes pulse {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Spinner Animation */
.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Alternative: Pulse Dots */
.pulse-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    animation: pulse 1.4s ease-in-out infinite both;
}

.dot:nth-child(1) { animation-delay: -0.32s; }
.dot:nth-child(2) { animation-delay: -0.16s; }

@keyframes pulse {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}
.chat-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999999;
}

.chat-main-btn {
    width: 60px;
    height: 60px;
    background: var(--light-purple);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(245, 246, 247, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: chatPulse 2s infinite;
}


@keyframes chatPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(245, 246, 247, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(245, 246, 247, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(245, 246, 247, 0.3);
    }
}


.chat-main-btn::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 2px solid var(--light-purple);
    animation: chatRipple 1s infinite;
}

@keyframes chatRipple {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.chat-main-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(245, 246, 247, 0.3);
    animation: none;
}

.chat-main-btn:hover::before {
    animation: none; 
    opacity: 0;
}

.chat-main-btn.active {
    transform: rotate(45deg);
    animation: none; 
}

.chat-main-btn.active::before {
    animation: none; 
    opacity: 0;
}

.chat-options {
    position: absolute;
    bottom: 70px;
    right: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.chat-options.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.chat-option-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #128c7e, #075e54);
    transform: scale(1.1);
}

.email-btn {
    background: linear-gradient(135deg, #ea4335, #d93025);
}

.email-btn:hover {
    background: linear-gradient(135deg, #d93025, #b52d20);
    transform: scale(1.1);
}

.chat-option-btn::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.chat-option-btn::after {
    content: '';
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.chat-option-btn:hover::before,
.chat-option-btn:hover::after {
    opacity: 1;
    visibility: visible;
}