/*----------------------------------------------------------------------------------------------------------------------
-Hero section-
*/
/* Hero Section */
#carouselExampleIndicators {
    padding-top: 5%;
    width: 100%;
    height: auto;
}

#hero .hero__background .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1440px) {

    .carousel-control-prev {
        left: 0;
        padding-top: 15%;
    }

    .carousel-control-next {
        right: 0;
        padding-top: 15%;
    }
}

@media (max-width: 768px) {

    #carouselExampleIndicators {
        padding-top: 15%;
        height: auto;
    }

    .carousel-control-prev {
        left: 0;
        padding-top: 15%;
    }

    .carousel-control-next {
        right: 0;
        padding-top: 15%;
    }
}

@media (max-width: 576px) {
    #carouselExampleIndicators {
        padding-top: 33%;
        height: auto;
    }

    .carousel-control-prev {
        left: 0;
        padding-top: 33%;
    }

    .carousel-control-next {
        right: 0;
        padding-top: 33%;
    }
}


@media (max-width: 425px) {

    #carouselExampleIndicators {
        padding-top: 25%;
        height: auto;
    }

    .carousel-control-prev {
        left: 0;
        padding-top: 25%;
    }

    .carousel-control-next {
        right: 0;
        padding-top: 25%;
    }
}

@media (max-width: 320px) {

    #carouselExampleIndicators {
        padding-top: 35%;
        height: auto;
    }

    .carousel-control-prev {
        left: 0;
        padding-top: 35%;
    }

    .carousel-control-next {
        right: 0;
        padding-top: 35%;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #3f3e3e;
    border-radius: 50%;
    width: 18%;
    height: 5%;
}

.carousel-control-next-icon {
    background-size: 50%;
}

.carousel-control-prev-icon {
    background-size: 50%;
}

#hero hr {
    border-top-color: #fff;
    border-width: 0.1rem;
    opacity: 0.3;
}




/*----------------------------------------------------------------------------------------------------------------------
- Gallery Section-
 */
.gallery {
    margin-top: 1rem;
    padding-left: 2vw;
    padding-right: 2vw;
}

.gallery .gallery__image {
    display: block;
    height: 40rem;
    padding: 2rem;
    position: relative;
}

.gallery .gallery__image .img-into-bg {
    border-radius: 10px;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.gallery .gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Ensures images scale to fit without being cropped */
    object-position: center;
    /* Keeps image centered */
}

.gallery .box {
    height: 60rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.gallery .box.box--image.box--image--full-image .box__image:before {
    display: none;
}

@media (min-width: 330px) and (max-width: 768px) {
    .gallery .box {
        height: 60rem;
        margin-left: 0rem;
        margin-right: 0rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}


/* -------------------- Block on each senction ------------------------- */
.block {
    padding-top: 10rem;
    padding-bottom: 10rem;
    overflow: hidden;
}

.block .block__title {
    margin-bottom: 2rem;
}

.block .block__title h2 {
    margin-bottom: 1rem;
}

.block .block__title h3 {
    opacity: .5;
    font-size: 2.8rem;
}

.block .block__title h4 {
    line-height: 30px;
    margin-bottom: 0.8rem;
    opacity: .8;
}

.block .block__title p {
    line-height: 25px;
    margin-bottom: 0.8rem;
    opacity: .7;
}

.block .block__wrapper {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.block .block__wrapper>h3 {
    margin-bottom: 6rem;
}

.block .block__wrapper .background-wrapper {
    z-index: -1;
}

.block section {
    margin-bottom: 2rem;
}

.blockquote {
    padding: 2rem 4rem;
    position: relative;
}

.blockquote p {
    font-size: 2.0rem;
    line-height: 3rem;
    margin-bottom: 3rem;
    opacity: .8;
}

.blockquote .blockquote-footer {
    color: #000000;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    left: 8rem;
    position: relative;
}

.blockquote .blockquote-footer:before {
    background-color: #000000;
    bottom: 0;
    content: "";
    left: -8rem;
    height: .2rem;
    margin: auto;
    position: absolute;
    top: 0;
    opacity: .2;
    width: 7rem;
}

.blockquote i {
    color: #AA2871;
    font-size: 8rem;
    margin-bottom: 3rem;
}

.blockquote.blockquote--advanced {
    padding: 8rem 6rem;
}

.blockquote.blockquote--advanced .image {
    border-radius: 50%;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    display: inline-block;
    height: 13rem;
    margin-right: 5rem;
    position: relative;
    width: 13rem;
    vertical-align: middle;
    z-index: 1;
}

.blockquote.blockquote--advanced:after {
    color: #AA2871;
    content: "\f0e5";
    font-family: 'fontawesome';
    font-size: 9rem;
    left: 7rem;
    position: absolute;
    top: -1rem;
}

.blockquote.blockquote--advanced:before {
    background-color: rgba(0, 0, 0, .06);
    content: "";
    height: 30rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 50rem;
    transform: skewY(-2deg);
    z-index: 0;
}



/*----------------------------------------------------------------------------------------------------------------------
-F-
 */
#footer {
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    background-color: #AA2871;
}



/* ------------------------------------------------------ */

#content .what-you-get-img {
    max-width: 100%;
    max-height: 100%;
}

/* --------------------------------------------------------------------- */

/* Specifications */

/* Style for the popup modal */
.image-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 60px;
}

.modal-content {

    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 50%;
}

.image-modal #caption {
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    font-size: 18px;
}

.close {
    position: absolute;
    top: 15%;
    left: 85%;
    color: #ec9191;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.img-box {
    padding-left: 2%;
    padding-right: 2%;
}

.image-popup {
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.image-popup:hover {
    transform: scale(1.01);
}


/* --------------------------- Rera section ----------------------------- */
.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-box-rera {
    display: flex;
    justify-content: center;
    align-items: center;
}




/*----------------------------------------------------------------------------------------------------------------------
-L-
 */
.map-wrapper {
    position: relative;
}

.map-wrapper .pack {
    position: absolute;
    z-index: 1;
    bottom: -3rem;
    left: 3rem;
}

.map-wrapper .pack .image {
    height: 20rem;
    margin-top: 2rem;
    margin-right: -3rem;
    margin-left: -3rem;
    margin-bottom: -3rem;
}

/*----------------------------------------------------------------------------------------------------------------------
-M-
 */
.modal {
    text-align: center;
}

.modal .close {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    color: #000;
    height: 5rem;
    width: 5rem;
    line-height: 0;
    position: absolute;
    right: -1rem;
    top: -1rem;
    z-index: 3;
}

.modal .modal-content {
    box-shadow: 0 .5rem 5rem rgba(0, 0, 0, 1);
    border: none;
    opacity: 0;
    transform: scale(.98);
    transition: .3s ease;
}

.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    transition: .3s ease;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0);
}

.modal.show .modal-content {
    opacity: 1;
    transform: scale(1);
}

.modal-backdrop.show {
    opacity: .7;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal .modal-dialog {
    max-width: 100rem;
}

.modal .modal__title {
    bottom: 0;
    color: #fff;
    left: 3rem;
    position: absolute;
    z-index: 2;
}

.modal .modal-header {
    height: 45rem;
    position: relative;
    width: 100%;
}

.modal .modal__carousel {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal .modal__carousel div {
    height: 100% !important;
}

.modal .modal__carousel:before {
    opacity: .7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    content: "";
    pointer-events: none;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}


/*----------------------------------------------------------------------------------------------------------------------
-N-
 */
.navbar {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: 1.4rem;
}

.navbar-brand img {
    width: 100px;
}

.navbar .nav-info {
    opacity: .4;
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.navbar .nav-link {
    display: block;
    font-weight: 600;
    transition: .3s ease;
    position: relative;
}

.navbar .nav-link:after {
    background-color: #AA2871;
    bottom: .6rem;
    content: "";
    height: .2rem;
    width: calc(100% - 2rem);
    position: absolute;
    left: 1rem;
    opacity: 0;
    transition: .3s ease;
}

.navbar .divider {
    background-color: #000000;
    height: auto;
    width: .2rem;
    margin-right: 2rem;
    margin-left: 2rem;
    opacity: .05;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    opacity: .5;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    opacity: .8;
}

.navbar-light .navbar-nav .nav-link.active {
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link.active:after {
    opacity: 1;
}

.nav-tabs,
.nav-pills {
    margin-bottom: 2rem;
}

.nav-tabs .nav-link,
.nav-pills .nav-link {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .5;
    padding: 0.8rem 2.6rem;
    transition: .3s ease;
}

.nav-tabs .nav-link.active,
.nav-pills .nav-link.active {
    opacity: 1;
}

.nav-tabs {
    border-bottom-color: rgba(0, 0, 0, .06);
    border-bottom-style: solid;
    border-bottom-width: .3rem;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    border-top: .3rem solid transparent;
}

.nav-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, .06);
    border-top-color: #AA2871;
}

.nav-tabs.nav-tabs--minimal .nav-link {
    border-bottom: .3rem solid transparent;
    border-top: none;
    margin-bottom: -.3rem;
    padding-left: 0;
    padding-right: 4rem;
}

.nav-tabs.nav-tabs--minimal .nav-link.active {
    background-color: transparent;
    border-bottom-color: #AA2871;
}

.nav-pills .nav-link {
    border-radius: .1rem;
    padding-top: 1rem;
}

.nav-pills .nav-link:hover {
    background-color: rgba(0, 0, 0, .06);
}

.nav-pills .nav-link.active {
    background-color: #AA2871;
}

.nav-pills.nav-pills--minimal .nav-link {
    background-color: transparent;
    border: .3rem solid transparent;
}

.nav-pills.nav-pills--minimal .nav-link:hover {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .06);
}

.nav-pills.nav-pills--minimal .nav-link.active {
    border-color: #AA2871;
    color: #000000;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.75rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/*----------------------------------------------------------------------------------------------------------------------
-O-
 */
.owl-carousel .owl-item .img-into-bg img {
    display: none;
}


/* -------------------------- Video Section --------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    background: #fff;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* -------------------------- End of Video Section -------------------- */





/* -------------------------- Contact section code ---------------------------- */
.person {
    position: relative;
}

.person .person__image {
    border-radius: 50%;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    height: 16rem;
    width: 16rem;
    overflow: hidden;
    position: absolute;
}

.person .person__description {
    margin-left: 20rem;
}

.person label {
    font-weight: 700;
    font-size: 1.4rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*----------------------------------------------------------------------------------------------------------------------
-S-
 */
.slider-nav {
    bottom: 7rem;
    position: absolute;
    right: 0;
}

/*----------------------------------------------------------------------------------------------------------------------
-T-
 */

/*2. Elements*/
a {
    color: #000000;
    transition: .3s color ease, .3s background-color ease, .3s box-shadow ease;
}

a i {
    margin-left: .5rem;
    margin-right: .5rem;
}

a .appendix {
    opacity: .4;
    margin-left: .5rem;
}

a:hover,
a:focus,
a:active {
    outline: none !important;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

a.icon i {
    color: #AA2871;
    margin-right: 1rem;
    font-size: 1.2rem;
}

a.link {
    color: #AA2871;
}

a.nav-link i {
    color: inherit;
    opacity: .3;
}

a.nav-link.active {
    color: #AA2871;
}

a.nav-link.active i {
    color: #AA2871;
    opacity: 1;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    overflow-x: hidden;
    line-height: 3rem;
}

body.mfp-zoom-out-cur {
    overflow-y: hidden;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    float: left;
    padding: .2rem 0;
}

dl dd {
    text-align: right;
    padding: .2rem 0;
}

h1 {
    font-size: 6rem;
    margin-bottom: 3rem;
    margin-top: 1rem;
    font-weight: 600;
}

h2 {
    font-size: 5.6rem;
    margin-bottom: 4rem;
    padding-top: 1rem;
    font-weight: 600;
}

h3 {
    font-size: 4.2rem;
    margin-bottom: 2rem;
}

h4 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2.4rem;
}

h5 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
}

hr {
    border-top-width: .2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

hr.skewed {
    transform: rotate(-2deg);
}

mark,
.mark {
    background-color: #ffdc23;
}

p {
    opacity: .65;
    margin-bottom: 3rem;
}

section {
    position: relative;
}

ul,
ol {
    line-height: 3.2rem;
}

/*3. Forms*/
.btn {
    display: inline-block;
    position: relative;
    transition: .3s ease;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: .3rem;
    padding: 1.4rem 1.6rem 1.3rem 1.6rem;
    border: none;
    outline: none !important;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 .15rem .15rem rgba(0, 0, 0, .2);
}

.btn:hover,
.btn:focus,
.btn:active {
    outline: none !important;
}

.btn.btn-primary {
    background-color: #AA2871;
    border-color: #AA2871;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    color: #fff;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .2);
}

.btn.btn-rounded {
    border-radius: 3rem;
}

.btn.btn-framed {
    background-color: transparent;
    border-style: solid;
    border-width: .5rem;
    border-radius: .3rem;
    box-shadow: none;
    color: #000000;
    opacity: .9;
    position: relative;
}

.btn.btn-framed.btn-primary {
    border-color: #AA2871;
}

.btn.btn-framed.btn-primary:hover,
.btn.btn-framed.btn-primary:focus,
.btn.btn-framed.btn-primary:active {
    background-color: #AA2871;
    border-color: #AA2871;
    box-shadow: none;
    color: #fff;
}

.btn.btn-framed.btn-secondary {
    color: #868e96;
}

.btn.btn-framed.btn-secondary:hover,
.btn.btn-framed.btn-secondary:focus,
.btn.btn-framed.btn-secondary:active {
    background-color: #868e96;
    color: #fff;
}

.btn.btn-framed.btn-success {
    color: #1e7e34;
}

.btn.btn-framed.btn-success:hover,
.btn.btn-framed.btn-success:focus,
.btn.btn-framed.btn-success:active {
    background-color: #1e7e34;
    color: #fff;
}

.btn.btn-framed.btn-danger {
    color: #dc3545;
}

.btn.btn-framed.btn-danger:hover,
.btn.btn-framed.btn-danger:focus,
.btn.btn-framed.btn-danger:active {
    background-color: #dc3545;
    color: #fff;
}

.btn.btn-framed.btn-warning {
    color: #ffc107;
}

.btn.btn-framed.btn-warning:hover,
.btn.btn-framed.btn-warning:focus,
.btn.btn-framed.btn-warning:active {
    background-color: #ffc107;
    color: #fff;
}

.btn.btn-framed.btn-info {
    color: #17a2b8;
}

.btn.btn-framed.btn-info:hover,
.btn.btn-framed.btn-info:focus,
.btn.btn-framed.btn-info:active {
    background-color: #17a2b8;
    color: #fff;
}

.btn.btn-framed.btn-light {
    color: #000000;
    border-color: rgba(0, 0, 0, .06);
}

.btn.btn-framed.btn-light:hover,
.btn.btn-framed.btn-light:focus,
.btn.btn-framed.btn-light:active {
    background-color: rgba(0, 0, 0, .06);
}

.btn.small {
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
}

.btn.large {
    font-size: 2.4rem;
    padding: 1.2rem 2.4rem;
}

.btn.large.icon i {
    margin: 0 1rem;
    font-size: 1.5rem;
}

.btn.icon i {
    margin: 0 .5rem;
    font-size: 1.2rem;
    vertical-align: middle;
}

.btn.btn-light {
    color: #000000;
}

.error-message {
    color: rgb(109, 29, 29);
    font-size: 15px;
    margin-top: 5px;
    display: none;
}

.astr {
    color: #dc3545;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea.form-control {
    border: .2rem solid rgba(0, 0, 0, .15);
    border-radius: .3rem;
    color: #363636;
    transition: .3s;
    transform-style: preserve-3d;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: 1.4rem;
    outline: none !important;
    width: 100%;
    height: inherit;
    padding: 1.5rem;
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="date"]:active,
input[type="date"]:focus,
input[type="date"]:hover,
input[type="time"]:active,
input[type="time"]:focus,
input[type="time"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="number"]:active,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="tel"]:hover,
textarea.form-control:active,
textarea.form-control:focus,
textarea.form-control:hover {
    border: .2rem solid rgba(0, 0, 0, .25);
}

input[type="text"].small,
input[type="email"].small,
input[type="date"].small,
input[type="time"].small,
input[type="search"].small,
input[type="password"].small,
input[type="number"].small,
input[type="tel"].small,
textarea.form-control.small {
    padding: 1rem;
}

.input-group-btn {
    margin-bottom: .4rem;
}

.input-group-btn:not(:first-child)>.btn:first-child {
    margin-left: -.2rem;
    border-radius: 0;
    background-color: #AA2871;
    box-shadow: none;
    top: .2rem;
}

label {
    padding-bottom: .5rem;
    margin-right: 1rem;
}

.form .status {
    transform: scale(.1);
    transition: .3s ease;
    top: -2rem;
    right: -2rem;
    position: absolute;
}

.form .status .status-icon {
    border-radius: 50%;
    transition: .3s ease;
    width: 4rem;
    height: 4rem;
    background-color: grey;
    color: #fff;
    text-align: center;
    line-height: 4rem;
}

.form .status .status-icon.valid {
    background-color: #50aa8d;
}

.form .status .status-icon.invalid {
    background-color: #e45544;
}

.form .status i {
    font-size: 1.8rem;
}

.form .form-group {
    position: relative;
}

.form label.error {
    position: absolute;
    left: 0;
    bottom: -3rem;
    background-color: red;
    color: #fff;
    padding: .3rem;
}

.form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.form :-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}

.form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, .4);
}

.form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, .4);
}

.form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(0, 0, 0, .4);
}

.form.submitted .status {
    transform: scale(1);
}

.form.submitted .form-group,
.form.submitted .input-group {
    pointer-events: none;
}

.form.submitted .btn[type='submit'] {
    pointer-events: none;
    opacity: .5;
}

.email-container {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media screen and (max-width: 600px) {

    .email-container a {
        font-size: 14px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}


.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    font-size: 1.3rem;
    margin-bottom: .8rem;
    font-weight: 600;
}

.form-group label.framed {
    font-weight: normal;
}

textarea.form-control {
    line-height: 2rem;
}

/*4. Universal classes*/
.background-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}

.background-wrapper.skew-down,
.background-wrapper.skew-up {
    position: absolute;
}

.background--image,
.img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.background--image img,
.img-into-bg img {
    display: none;
}

.background--image.original--size,
.img-into-bg.original--size {
    background-size: inherit;
}

.background--image.background--repeat-x,
.img-into-bg.background--repeat-x {
    background-repeat: repeat-x;
}

.background--image.background--repeat-y,
.img-into-bg.background--repeat-y {
    background-repeat: repeat-y;
}

.background--image.background--repeat-repeat,
.img-into-bg.background--repeat-repeat {
    background-repeat: repeat;
    background-size: inherit;
}

.background--particles {
    margin-left: -10%;
    margin-top: -10%;
    overflow: hidden;
    width: 120%;
    height: 120%;
}

.bg-light {
    background-color: #fff !important;
}

.img-responsive {
    max-width: 100%;
}

.d-table-row {
    display: table-row;
}

#content [data-parallax="scroll"] .parallax-element {}

#content [data-parallax="scroll"] .parallax-element.background--image {
    height: 150%;
}

[data-parallax="scroll"] .parallax-element {
    background-position-x: 50%;
    /*background-size: inherit;*/
    transform: translateY(0);
    overflow: visible;
    position: relative;
    background-position-y: 0;
}

.pack {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
    padding: 3rem;
    border-radius: .3rem;
    position: relative;
}

.rounded-corners {
    border-radius: .3rem;
}

.has-dark-background {
    color: #fff;
}

.has-dark-background .btn-framed {
    color: #fff;
}

.no-shadow {
    box-shadow: none;
    text-shadow: none;
}

.pointer-events-none {
    pointer-events: none;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.text-caps {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
}

.height-100px {
    height: 100px;
}

.height-150px {
    height: 150px;
}

.height-200px {
    height: 200px;
}

.height-250px {
    height: 250px;
}

.height-300px {
    height: 300px;
}

.height-350px {
    height: 350px;
}

.height-400px {
    height: 400px;
}

.height-450px {
    height: 450px;
}

.height-500px {
    height: 500px;
}

.height-10 {
    height: 10%;
}

.height-20 {
    height: 20%;
}

.height-30 {
    height: 30%;
}

.height-40 {
    height: 40%;
}

.height-50 {
    height: 50%;
}

.height-60 {
    height: 60%;
}

.height-70 {
    height: 70%;
}

.height-80 {
    height: 80%;
}

.height-90 {
    height: 90%;
}

.height-100 {
    height: 100%;
}

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-30 {
    width: 30%;
}

.width-33 {
    width: 33%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 100%;
}

.width-10px {
    width: 10px;
}

.width-50px {
    width: 50px;
}

.width-100px {
    width: 100px;
}

.width-150px {
    width: 150px;
}

.width-200px {
    width: 200px;
}

.width-250px {
    width: 250px;
}

.width-300px {
    width: 300px;
}

.opacity-5 {
    opacity: .05;
}

.opacity-10 {
    opacity: .1;
}

.opacity-20 {
    opacity: .2;
}

.opacity-30 {
    opacity: .3;
}

.opacity-40 {
    opacity: .4;
}

.opacity-50 {
    opacity: .5;
}

.opacity-60 {
    opacity: .6;
}

.opacity-70 {
    opacity: .7;
}

.opacity-80 {
    opacity: .8;
}

.opacity-90 {
    opacity: .9;
}

.push-right {
    right: -10rem;
    position: relative;
    z-index: 1;
}

.push-left {
    left: -10rem;
    position: relative;
    z-index: 1;
}

.push-down {
    top: 5rem;
    position: relative;
    z-index: 1;
}

.push-up {
    top: -5rem;
    position: relative;
    z-index: 1;
}

.skew-up {
    position: relative;
}

.skew-up:before {
    background-image: url("../../assets/img/bg-skew-up.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    z-index: 1;
}

.skew-down {
    position: relative;
}

.skew-down:after {
    background-image: url("../../assets/img/bg-skew-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}

.shadow {
    box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.text-color-black {
    color: #000000;
}

.text-color-white {
    color: #fff !important;
}

.text-color-default {
    color: #AA2871;
}

/*5. Responsive*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 1200px and up
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 992px - 1199px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 4.2rem;
        margin-top: 0;
    }

    h2 {
        font-size: 3.8rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 2.2rem;
    }

    body {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .block {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .blockquote p {
        font-size: 3rem;
        line-height: 4rem;
    }

    .big-number h4 {
        font-size: 8rem;
    }

    .big-number h5 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    ul,
    ol {
        line-height: 2.8rem;
    }

    .push-right {
        right: -6rem;
    }

    .push-left {
        left: -6rem;
    }

    .push-down {
        top: 4rem;
    }

    .push-up {
        top: -4rem;
    }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 768px - 991px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 3.8rem;
        margin-top: 0;
    }

    h2 {
        font-size: 3.2rem;
    }

    h3 {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 2rem;
    }

    p {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .big-number h4 {
        font-size: 6rem;
    }

    .big-number h5 {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .blockquote p {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }

    .btn {
        padding: 1rem 1.6rem .9rem 1.6rem;
    }

    .push-right {
        right: -4rem;
    }

    .push-left {
        left: -4rem;
    }

    .push-down {
        top: 3rem;
    }

    .push-up {
        top: -3rem;
    }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// max to 767px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px) {
    [class*="col-"] {
        margin-bottom: 2rem;
    }

    .block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .blockquote p {
        font-size: 2rem;
        line-height: inherit;
    }

    .blockquote.blockquote--advanced:before {
        height: 100%;
        width: 100%;
    }

    h2 {
        font-size: 4rem;
        line-height: 5rem;
    }

    #hero {
        height: auto !important;
    }

    #hero .hero__caption {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }

    .map-wrapper .pack {
        bottom: 0;
        left: 0;
        position: relative;
        width: 100%;
    }

    .page-wrapper {
        border-width: 0;
    }

    .push-right {
        right: 0;
    }

    .push-left {
        left: 0;
    }

    .push-down {
        top: 0;
    }

    .push-up {
        top: 0;
    }
}


/* ---------------- Login Page -------------------- */
.login-container {
    margin-top: 100px;
}

.banner {
    text-align: center;
    margin-bottom: 20px;
}

.banner img {
    max-width: 100%;
    height: auto;
}


/* ------------------ Thank You Page --------------------- */

.thank-you-container {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px;
    max-width: 600px;
    width: 100%;
}

.thank-you-container h1 {
    font-size: 3rem;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 20px;
}

.thank-you-container p {
    font-size: 2rem;
    color: #111111;
    margin-bottom: 30px;
    font-weight: 500;
}

.thank-you-container .btn {
    background-color: #AA2871;
    color: #fff;
    font-size: 2rem;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.thank-you-container .btn:hover {
    background-color: rgb(109, 45, 170);
}


/* table css */
.table-container {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -user-drag: none;
    margin-top: 50px;
    overflow-x: auto;
}

.table-responsive {
    max-width: 98%;
    margin: auto;
}

table {
    /* text-align: center; */
    width: 100%;
}

div.dt-buttons>.buttons-copy {
    background-color: #ffbb5c;
}

div.dt-buttons>.buttons-excel {
    background-color: #ff9b50;
}

div.dt-buttons>.buttons-csv {
    background-color: #e25e3e;
}

div.dt-buttons>.buttons-pdf {
    background-color: #da5d50;
}

.dt-paging-button {
    background-color: #aaaaaa;
}

th {
    background-color: #d6d6d6;
}

th,
td {
    border: 1px solid #ececec;
    text-align: center;
    padding: 8px;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: center;
}

.banner img {
    width: 80px;
    height: auto;
}

div.dt-container .dt-search input {
    max-width: 100%;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 0px;
}


.vision-mission-bg {
    background-color: #ebe8e9;
}


.highlights-box {
    background-color: #fcfafb;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 2px solid #AA2871;
    min-height: 300px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #AA2871;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.highlights-icon {
    font-size: 28px;
    color: white;
}

.highlight-list {
    padding-left: 20px;
    margin-top: 20px;
}

.highlight-list li {
    margin-bottom: 15px;
    color: #444;
    line-height: 1.6;
    list-style-type: disc;
}

.highlight-list li strong {
    color: #AA2871;
}


.section-subheading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-subheading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #AA2871;
    border-radius: 2px;
}


.section-header {
    max-width: 800px;
    margin: 0 auto 50px;
}

.section-header p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.feature-item {
    padding: 25px;
    border: 1px solid #e0e0e0;
    border-left: 5px solid #AA2871;
    border-radius: 12px;
    background: #fafafa;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.feature-item:hover {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.feature-item h4 {
    font-size: 18px;
    color: #240f1b;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 30px;
        justify-items: center;
    }

    .features-grid:has(.feature-item:nth-last-child(1):nth-child(odd)) .feature-item:last-child {
        grid-column: 1 / -1;
        justify-self: center;
    }
}


/* ---------------- Timeline Section -------------------- */

.timeline-wrapper {
    position: relative;
    border-left: 3px solid #AA2871;
    padding-left: 30px;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-number {
    position: absolute;
    left: -45px;
    top: 0;
    background: #AA2871;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.timeline-content h4 {
    font-size: 20px;
    color: #240f1b;
    margin-bottom: 10px;
}

.timeline-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .timeline-wrapper {
        border-left: none;
        padding-left: 0;
        text-align: center;
    }

    .timeline-item {
        padding-left: 0;
    }

    .timeline-number {
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        margin-bottom: 10px;
    }

    .timeline-content {
        text-align: center;
    }
}



.enq-btn {
    background-color: #AA2871;
    color: #fff;
    padding: 10px;
    max-height: 45px;
}

.enq-btn:hover {
    background-color: #b42478;
    color: #fff;
    padding: 10px;
    max-height: 45px;
}


/* ✅ Privacy Policy Section Styling (works with your current layout) */
#privacy-policy .privacyCard {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    margin-top: 18px;
}

#privacy-policy .privacyIntro {
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.9;
    margin-bottom: 18px;
}

#privacy-policy .privacyGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

#privacy-policy .privacyItem {
    background: rgba(170, 40, 113, 0.06);
    border: 1px solid rgba(170, 40, 113, 0.14);
    border-radius: 14px;
    padding: 16px;
}

#privacy-policy .privacyItem h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
    color: #AA2871;
}

#privacy-policy .privacyItem p {
    margin: 0;
    line-height: 1.75;
    opacity: 0.9;
}

#privacy-policy .privacyItem--full {
    grid-column: 1 / -1;
}

#privacy-policy .privacyCTA {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

#privacy-policy .privacyBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #AA2871;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

#privacy-policy .privacyBtn--outline {
    background: transparent;
    color: #AA2871;
    border: 1px solid rgba(170, 40, 113, 0.35);
}

/* Mobile */
@media (max-width: 900px) {
    #privacy-policy .privacyGrid {
        grid-template-columns: 1fr;
    }

    #privacy-policy .privacyCard {
        padding: 18px;
    }
}