html {

    font-size: 62.5%;

}



body {

    margin: 0;

    padding: 0;

    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;

}



.comn-head {

    font-family: 'Poppins', sans-serif;

    font-weight: 700;

    font-size: 6.5rem;

    line-height: 1;

    color: #1f2020;

    margin-bottom: 30px;

}



.comn-subhead {

    font-family: 'Poppins', sans-serif;

    font-weight: 700;

    font-size: 5rem;

    line-height: 1;

    color: #1f2020;

    margin-bottom: 30px;

}



.comn-btn {

    background-color: #7e3af3;

    padding: 18px 46px;

    color: #fff;

    font-size: 2rem;

    line-height: 1.2;

    font-weight: 600;

    border-radius: 8px;

    border: none;

}



/* top strip style  */



.top-strip {

    background-color: #7e3af3;

    color: #fff;

    padding: 12px 0;

}



.top-strip p,

a {

    font-size: 1.2rem;

    line-height: 1.5;

    margin-bottom: 0;

}



.strip-left,

.strip-rgt {

    gap: 10px;

}



.strip-rgt p {

    color: #fff;

}



.strip-rgt a {

    font-weight: 700;

    color: #fff;

    text-decoration: none;

}



/* navbar style  */



.navbar {

    padding: 20px 0;

    box-shadow: 0px 4px 7.8px 2px rgba(0, 0, 0, 0.09);

}



.navbar-brand img {

    max-width: 148px;

    height: 29px;

}



.nav-link {

    font-size: 1.6rem;

    line-height: 1.5;

    font-weight: 600;

    color: #1f2020;

    text-decoration: none;

    padding: 0 10px !important;
    display: inline-block;
    position: relative;

}




/* banner  */



.banner {

    padding: 70px 0;

}



.ban-subhead {

    font-family: 'Inter', sans-serif;

    font-size: 1.8rem;

    font-weight: 400;

    line-height: 1.2;

    width: 80%;

    margin-bottom: 30px;
    color: #5c6666;

}



/* sec2 style  */



.sec2 {

    padding: 30px 58px;

    background-color: #f8f8f8;

}



.sec2-card {

    /* border: 1px solid #B4AAAA; */

    background-color: transparent;

    border-radius: 15px;

    /* box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.09); */

    text-align: left;

    margin-bottom: 10px;

}



.sec2-card h4 {

    padding: 10px 0 6px 0;

    /* border-bottom: 1px solid #B4AAAA; */

    font-size: 2.5rem;

    line-height: 1;

    font-weight: 600;

    text-align: left;

    padding-left: 20px;

}



.sec2-card p {

    /* font-size: 1.6rem;

    line-height: 1.5;

    font-weight: 500;

    color: #4F4C4C;

    padding: 16px 20px;

    margin-bottom: 0; */

    font-size: 16px;

    line-height: 25px;

    font-weight: 400;

    color: #5c6666;

    padding: 19px 20px;

    margin-bottom: 0;

    text-align: left;

    padding-top: 0;

}



.sec2-card .comn-btn {

    display: inline-block;

    margin-bottom: 30px;

    text-decoration: none;

}





/* sec3 style  */



.sec3 {

    padding: 60px 0;

    text-align: center;

}



.sec3 p {

    font-size: 2rem;

    line-height: 1.3;

    font-weight: 400;

    margin-bottom: 2rem;

    color: #727272;

}





/* sec4 style  */



.sec4 {

    background-color: #f8f8f8;

    padding: 50px 0px;

}



.sec4 p {

    font-size: 2rem;

    line-height: 1.5;

    font-weight: 400;

    margin-bottom: 30px;

    color: #5c6666;

}



/* .sec5 styles  */



.sec5 {

    padding: 60px 0px;

}



.sec5 .sec2-card {

    border: none;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);

    min-height: 225px;

    margin: 20px 16px;

}



.sec5 .comn-btn {

    display: inline-block;

    margin: 0 auto;

    text-decoration: none;

}



/* sec6 style  */



.sec6 {

    padding: 20px 0 50px;

}



.contact-border {

    /* border: 1px solid #817777; */

    border-radius: 15px;

    padding: 40px 20px;

    box-shadow: 0px 4px 14px 12px rgba(0, 0, 0, 0.09);

}



.contact-from input,

.contact-from textarea,

.contact-from select {

    font-size: 2rem;

    line-height: 1;

    font-weight: 300;

    border: 1px solid #817777;

}



.contact-from .form-control {

    padding: 16px;

    border-radius: 10px;

}



.contact-from .comn-btn {

    width: 100%;

}





/* footer  */

img.img-fluid.img-center.footer-icon-new {

    width: 100%;

    max-width: 250px;

}

footer {

    background-color: #7e3af3;

    padding: 20px 0;

    font-family: 'Inter', sans-serif;

}



.footer-p {

    font-size: 2.5rem;

    line-height: 1.3;

    font-weight: 500;

    color: #646060;

    margin-bottom: 50px;

}



.footer-linkhead {

    font-family: 'Inter', sans-serif;

    font-size: 1.8rem;

    line-height: 1.3;

    font-weight: 700;

    color: #fff;

    margin-bottom: 15px;
    margin-top: 0 !important;
}



.footer-links {

    display: flex;

    flex-direction: column;

    gap: 8px;

    margin-bottom: 0;

}



.footer-links a {

    font-size: 1.4rem;

    line-height: 1.3;

    font-weight: 500;

    color: #fff;

    text-decoration: none;

}

.navbar-nav .nav-link {
    color: #000000;
    /* black text */
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    color: #7e3af3;
    /* matches your brand purple */
    font-weight: 600;
    transform: scale(1.05);
}

.nav-link.pe-0 {
    color: #000000;
    /* black text */
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}

.nav-link.pe-0:hover {
    color: #7e3af3;
    /* brand purple highlight */
    font-weight: 600;
    transform: scale(1.05);
}


.footer-links a {
    display: inline-block;
    position: relative;
    color: #ffffff;
    /* adjust if needed */
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.footer-links a:hover {
    color: #bda8ff;
    /* highlight color */
    font-weight: 600;
    /* makes it bold on hover */
    transform: scale(1.05);
    /* subtle zoom effect */
}

.footer-icon {

    width: 16px;

    height: 16px;

    margin-right: 5px;

    filter: invert(1);

}

ul.about-us-list {

    list-style: none;

    font-size: 15px;

    text-align: left;

    color: #727272;

    line-height: 26px;
    margin-bottom: 20px;

}

ul.about-us-list li {

    margin-bottom: 8px;

}

/* copyright */



.copyright {

    padding: 12px 0;

    background-color: #7e3af3;



}

.bg-purple {

    background-color: #7e3af3;

}



.copyright p {

    font-size: 1.4rem;

    line-height: 1.2;

    font-weight: 700;

    color: #fff;

}

form#partnerForm,
form#advertiserForm {

    height: 80vh;

    overflow-y: scroll;

    padding: 20px;

    /* border-radius: 20px; */

}



.comn-btn:disabled {

    background-color: #ccc;

    color: #666;

    cursor: not-allowed;

    opacity: 0.7;

    pointer-events: none;

}

.img-center {

    display: block;

    margin-left: auto;

    margin-right: auto;



}

.img-width-300 {

    max-width: 300px;

}

.bg-black {

    background-color: #000;

}



.services-offered-slider {

    width: 100%;

    max-width: 650px;

    margin-left: auto;

    margin-right: auto;

}



.globe-img {

    /* opacity:.1; */

}



button.comn-btn.btn-v-2 {

    font-size: 15px;

    padding: 15px;

    padding-top: 15px;

    padding-bottom: 15px;

    border-radius: 8px;

    margin-left: 20px;

}

img.img-fluid.globe-img {

    max-width: 80%;

    display: block;

    margin: 0 auto;

}

.slider-card {

    padding: 20px;

}

h2.comn-subhead.grow-txt {

    margin-left: 20px;

}

@media(min-width:992px) {

    .footer-custom-container {

        max-width: 991px;

        margin-left: auto;

        margin-right: auto;



    }

}



.btn-custom-purple {

    background-color: #7e3af3;

    color: white;

    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;

}



.btn-custom-purple:hover {

    background-color: #6827c9;
    color: white;

}



#job-pagination .page-link {

    color: #7e3af3;

    border-color: #7e3af3;

}



#job-pagination .page-item.active .page-link {

    background-color: #7e3af3;

    border-color: #7e3af3;

    color: #fff;

}



#job-pagination .page-link:hover {

    background-color: #6827c9;

    border-color: #6827c9;

    color: #fff;

}

.term .site-header {
    background: white;
    border-bottom: 1px solid #eef2f4;
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 30;
}

.term .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--container-padding)
}

.term .brand {
    font-weight: 700;
    color: var(--text);
    font-size: 18px
}

.term .page-wrap {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    padding: 36px 0
}

/* Left TOC */
.term .toc {
    width: 240px;
    align-self: flex-start;
    position: sticky;
    top: 96px;
    height: calc(100vh - 120px);
    overflow: auto;
    padding-right: 6px;
}

.term .toc .toc-title {
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text)
}

.term .toc ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.term .toc li {
    margin: 6px 0
}

.term .toc a {
    color: var(--accent);
    text-decoration: none;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 6px;
    font-weight: 500
}

.term .toc a:hover,
.term .toc a:focus {
    background: rgba(14, 165, 164, 0.08);
    outline: none
}

/* Main content */
.term main.content {
    flex: 1;
    max-width: var(--max-width);
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(7, 22, 30, 0.04)
}

.term h1 {
    font-size: 38px;
    margin: 0 0 6px 0
}

.term .meta {
    color: var(--muted);
    margin-bottom: 22px
}

.term h2 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 12px
}

.term section {
    margin-bottom: 22px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f5f7f8
}

.term p {
    margin: 0 0 12px 0;
    color: #243238
}

.term ul {
    margin: 8px 0 12px 1.1rem
}


.term .support-cta {
    float: right;
    color: var(--accent);
    font-weight: 600;
    text-decoration: none
}

.term .toc-list a {
    font-size: 15px;
}

.term section p {
    font-size: 12px;
}

@media (max-width:980px) {
    .term .toc {
        display: none
    }

    .term .page-wrap {
        padding: 20px
    }

    .term main.content {
        box-shadow: none;
        border-radius: 6px;
        padding: 24px
    }

    .term h1 {
        font-size: 28px
    }
}


@media print {
    .term body {
        background: white
    }

    .term .site-header,
    .term .toc {
        display: none
    }

    .term main.content {
        box-shadow: none;
        border-radius: 0;
        padding: 0
    }
}

.term a:focus {
    outline: 3px solid rgba(14, 165, 164, 0.15);
    outline-offset: 2px
}


.container-shell {
    display: flex;
    min-height: calc(100vh - 80px);
    padding-top: 48px;
    padding-bottom: 48px;
}

/* Left sticky sidebar */
.privacy .sidebar {
    width: 260px;
    padding-left: 40px;
    padding-right: 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 24px;
    align-self: flex-start;
    height: calc(100vh - 96px);
}

.privacy .brand {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 26px
}

.privacy .toc-title {
    font-weight: 700;
    margin-bottom: 12px
}

.privacy .toc a {
    display: block;
    padding: 8px 0;
    color: #1f8a6f;
    text-decoration: none;
    font-size: 14px;
}

.privacy .toc a small {
    display: block;
    color: var(--muted);
    font-size: 13px
}

/* Main content area */
.privacy .main {
    flex: 1;
    padding-left: 48px;
    padding-right: 48px;
    max-width: 820px;
    margin: 0 auto;
}

.privacy h1.page-title {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 6px
}

.privacy .updated {
    color: var(--muted);
    margin-bottom: 28px
}

.privacy h2.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 14px
}

.privacy p.lead {
    color: var(--muted);
    line-height: 1.65
}

.privacy ul.points {
    margin-left: 18px;
    color: var(--muted)
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .privacy.container-shell {
        flex-direction: column
    }

    .privacy .sidebar {
        position: relative;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        padding-left: 20px;
        padding-right: 20px
    }

    .privacy.main {
        max-width: 900px;
        padding-left: 20px;
        padding-right: 20px
    }
}

/* small visual polish */
.privacy.topbar {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 10px 20px;
}

.content-wrap {
    background: #fff;
}

.job-card,
.career-card {
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.job-card p,
.view-modal p {
    font-size: 12px;
    color: #5c6666;
}

.job-card .card-title {
    color: #1f2020;
}

.viewBtn,
.editBtn,
.deleteBtn {
    font-size: 12px;
}

.career-card p {
    font-size: 12px;
}

.form-label {
    font-size: 12px;
}

.form-check-input {
    accent-color: #7e3af3;
    /* Your purple brand color */
}

.dropdown-item:active,
.dropdown-item:focus {
    background-color: #ff7f7f !important;
    /* light red */
    color: #fff !important;
    /* white text for contrast */
}

.dropdown-item:hover {
    background-color: #ff9999 !important;
    /* slightly lighter red on hover */
    color: #fff !important;
}

.services-offered-slider .slick-prev {
    z-index: 99;
}

ul.about-us-list li {
    display: flex;
    line-height: 20px;
    margin-bottom: 20px;
}

h5#applyModalLabel {
    font-size: 16px;
}

form#careerFormSubmit input[type="text" i],
form#careerFormSubmit input[type="email" i] {
    height: 40px;
    font-size: 14px;
}

form#careerFormSubmit .form-control[type=file] {
    font-size: 14px;
}

div#applyModal {
    margin-top: 80px;
}

a.nav-link.active {
    color: #7e3af3 !important;
}

p.text-center.text-muted.mb-5 {
    font-size: 14px;
}

.privacy p.lead,
.privacy ul.points,
.term .toc,
.term .meta,
.term section p,
section#advertisers ul {
    font-size: 14px;
}

.privacy .sidebar {
    height: auto;
    margin-bottom: 40px;
}

.get-in-touch-pp {
    font-size: 12px;
}

.term .site-header {
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width:991px) {
    div#navbarSupportedContent ul {
        row-gap: 20px;
        margin-top: 15px;
        margin-bottom: 15px !important;
    }

    .sec2 {
        padding: 30px 10px;
    }

    .row.align-items-center.justify-content-around {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* login page redesign */
.login-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1100px;
    margin: 60px auto;
    align-items: stretch;
    padding: 40px;
    font-family: 'Inter', sans-serif;
}

/* Left panel (branding) */
.login-wrapper .brand-panel {
    padding: 48px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    background: linear-gradient(135deg, rgba(123, 60, 255, 0.05), rgba(166, 108, 255, 0.08));
    border: 1px solid rgba(123, 60, 255, 0.08);
    box-shadow: 0 6px 20px rgba(123, 60, 255, 0.05);
}

.login-wrapper .brand-title {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.login-wrapper .brand-desc {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
}

/* Right panel (form) */
.login-wrapper .card-shell {
    background: #fff;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(16, 24, 40, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: box-shadow 0.2s ease;
}

/* Stop the "jump" — soft glow only */
.login-wrapper .card-shell:hover {
    box-shadow: 0 12px 32px rgba(123, 60, 255, 0.12);
    transform: none;
}

/* Labels and inputs */
.login-wrapper .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
}

.login-wrapper .input-group-custom {
    background: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(16, 24, 40, 0.06);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: box-shadow .18s, border-color .18s, transform .05s;
}

.login-wrapper .input-group-custom:focus-within {
    border-color: rgba(123, 60, 255, 0.9);
    box-shadow: 0 6px 20px rgba(123, 60, 255, 0.08);
    transform: translateY(-1px);
}

.login-wrapper .icon-left {
    font-size: 16px;
    opacity: 0.8;
}

.login-wrapper .input-no-border {
    border: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
    font-size: 15px;
    color: #111827;
}

/* Show/Hide Password */
.login-wrapper #togglePwd {
    background: transparent;
    border: none;
    color: #7b3cff;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease;
    margin-left: auto;
    padding-right: 6px;
}

.login-wrapper #togglePwd:hover {
    color: #5b2ccf;
    opacity: 0.85;
}

/* Buttons */
.login-wrapper .btn-primary-gradient {
    background: linear-gradient(90deg, #7b3cff, #a66cff);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(123, 60, 255, 0.15);
    transition: box-shadow .2s ease, transform .15s ease;
}

.login-wrapper .btn-primary-gradient:hover {
    box-shadow: 0 12px 28px rgba(123, 60, 255, 0.25);
    transform: translateY(-2px);
}

/* Remember me + Forgot link */
.login-wrapper .form-check {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer; /* ✅ added for better UX */
}

.login-wrapper .form-check-input {
    cursor: pointer;
}

.login-wrapper .link-forgot {
    color: #7b3cff;
    font-weight: 500;
    text-decoration: none;
}

.login-wrapper .link-forgot:hover {
    text-decoration: underline;
}

/* Responsive layout: show "Welcome" above form */
@media (max-width: 920px) {
    .login-wrapper {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .login-wrapper .brand-panel {
        order: 1;
        text-align: center;
        padding: 20px;
    }

    .login-wrapper .brand-title {
        font-size: 26px;
    }

    .login-wrapper .card-shell {
        order: 2;
        width: 100%;
        padding: 36px 28px;
    }
}