/********** Template CSS **********/

:root {

    --primary: #5715d9;

    --light: #F8F8F8;

    --dark: #252525;

}



h1,

.h1,

h2,

.h2,

h3,

.h3,

h4,

.h4,

h5,

.h5,

h6,

.h6 {

    font-family: system-ui;

}



body {

    font-size: .85rem;

}



h1,

h2,

.h1,

.h2,

.fw-bold {

    font-weight: 700 !important;

}



h3,

h4,

.h3,

.h4,

.fw-medium {

    font-weight: 600 !important;

}



h5,

h6,

.h5,

.h6,

.fw-normal {

    font-weight: 400 !important;

}



.back-to-top {

    position: fixed;

    display: none;

    right: 50%;

    border-radius: 50%;

    bottom: 30px;

    z-index: 99;

}





/*** Spinner ***/

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .5s ease-out, visibility 0s linear .5s;

    z-index: 99999;

}



#spinner.show {

    transition: opacity .5s ease-out, visibility 0s linear 0s;

    visibility: visible;

    opacity: 1;

}





/*** Button ***/

.btn {

    font-weight: 500;

    transition: .5s;

}



.btn.btn-primary,

.btn.btn-secondary {

    color: #FFFFFF;

}



.btn-square {

    width: 38px;

    height: 38px;

}



.btn-sm-square {

    width: 32px;

    height: 32px;

}



.btn-lg-square {

    width: 25px;

    height: 25px;

}



.btn-square,

.btn-sm-square,

.btn-lg-square {

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: normal;

}



/* .btn-outline-body {

    color: var(--primary);

    border-color: #777777;

} */



.btn-outline-body:hover {

    color: #FFFFFF;

    background: var(--primary);

    border-color: var(--primary);

}





/*** Navbar ***/

.navbar .dropdown-toggle::after {

    border: none;

    content: "\f107";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    vertical-align: middle;

    margin-left: 8px;

}



.navbar .navbar-nav .nav-link {

    margin-right: 30px;

    padding: 20px 0;

    color: #fff;

    font-weight: 500;

    /* text-transform: uppercase; */

    outline: none;

}



.navbar .navbar-nav .nav-link:hover,

.navbar .navbar-nav .nav-link.active {

    color: var(--primary);

}



.navbar.sticky-top {

    top: -100px;

    transition: .5s;

}



@media (max-width: 991.98px) {

    .navbar .navbar-nav .nav-link {

        margin-right: 0;

        padding: 10px 0;

    }



    .navbar .navbar-nav {

        border-top: 1px solid #EEEEEE;

    }

}



@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {

        display: block;

        visibility: hidden;

        top: 100%;

        transform: rotateX(-75deg);

        transform-origin: 0% 0%;

        transition: .5s;

        opacity: 0;

    }



    .navbar .nav-item:hover .dropdown-menu {

        transform: rotateX(0deg);

        visibility: visible;

        transition: .5s;

        opacity: 1;

    }

}





/*** Header ***/

.owl-carousel-inner {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    display: flex;

    align-items: center;

    background: rgba(0, 0, 0, .5);

}



@media (max-width: 768px) {

    .offersPopup-left {

        display: none !important;

    }



    .header-carousel .owl-carousel-item {

        position: relative;

        min-height: 500px;

    }



    .header-carousel {

        height: 35vh;

    }



    .header-carousel .owl-carousel-item img {

        position: absolute;

        width: 100%;

        height: 35vh;

        /* height: 100%;

        object-fit: cover; */

    }



    .header-carousel .owl-carousel-item p {

        font-size: 16px !important;

    }



    .none-phone {

        display: none;

    }



}



.header-carousel .owl-dots {

    position: absolute;

    width: 60px;

    height: 100%;

    top: 0;

    right: 30px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}



.header-carousel .owl-dots .owl-dot {

    position: relative;

    width: 45px;

    height: 45px;

    margin: 5px 0;

    background: var(--dark);

    transition: .5s;

}



.header-carousel .owl-dots .owl-dot.active {

    width: 60px;

    height: 60px;

}



.header-carousel .owl-dots .owl-dot img {

    position: absolute;

    width: 100%;

    height: 100%;

    object-fit: cover;

    padding: 2px;

    transition: .5s;

    opacity: .3;

}



.header-carousel .owl-dots .owl-dot.active img {

    opacity: 1;

}



.page-header {

    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;

    background-size: cover;

}



.breadcrumb-item+.breadcrumb-item::before {

    color: var(--light);

}





/*** Section Title ***/

.section-title {

    color: var(--primary);

    font-weight: 600;

    /* letter-spacing: 5px; */

    text-transform: uppercase;

}





/*** Facts ***/

.fact-item .fact-icon {

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    width: 120px;

    height: 120px;

    margin-top: -60px;

    margin-bottom: 1.5rem;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    background: #FFFFFF;

    border-radius: 120px;

    transition: .5s;

}



.fact-item:hover .fact-icon {

    background: var(--dark);

}



.fact-item .fact-icon i {

    color: var(--primary);

    transition: .5;

}



.fact-item:hover .fact-icon i {

    color: #FFFFFF;

}





/*** About & Feature ***/

.about-img,

.feature-img {

    position: relative;

    height: 100%;

    min-height: 400px;

}



.about-img img,

.feature-img img {

    position: absolute;

    width: 60%;

    height: 80%;

    object-fit: cover;

    border-radius: 10px;

}



.about-img img:last-child,

.feature-img img:last-child {

    margin: 20% 0 0 40%;

}



.about-img::before,

.feature-img::before {

    position: absolute;

    content: "";

    width: 60%;

    height: 80%;

    top: 10%;

    left: 20%;

    border: 5px solid var(--primary);

    z-index: -1;

}





/*** Service ***/

.service-item .bg-img {

    position: absolute;

    width: 100%;

    height: 100%;

    object-fit: cover;

    z-index: -1;

    border-radius: 10px;

}



.service-item .service-text {

    background: var(--light);

    transition: .5s;

}



.service-item:hover .service-text {

    background: rgba(0, 0, 0, .7);

}



.service-item * {

    transition: .5;

}



.service-item:hover * {

    color: #FFFFFF;

}



.service-item .btn {

    width: 40px;

    height: 40px;

    display: inline-flex;

    align-items: center;

    color: var(--dark);

    background: #FFFFFF;

    white-space: nowrap;

    overflow: hidden;

    transition: .5s;

}



.service-item:hover .btn {

    width: 140px;

}





/*** Project ***/

.project .nav .nav-link {

    background: var(--light);

    transition: .5s;

}



.project .nav .nav-link.active {

    background: var(--primary);

}



.project .nav .nav-link.active h3 {

    color: #FFFFFF !important;

}





/*** Team ***/

.team-items {

    margin: -.75rem;

}



.radias h3 {

    font-size: 18px;

    text-align: center;

}



.radias_img {

    border-radius: 10px 10px 0 0;

}



.team-item {

    border-radius: 20px;

    /* padding: .75rem; */

    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;

}



.radias {

    border-radius: 0 0 10px 10px;

}



.team-item::after {

    position: absolute;

    content: "";

    width: 100%;

    height: 0;

    top: 0;

    left: 0;

    background: #FFFFFF;

    transition: .5s;

    z-index: -1;

}



/* .team-item:hover::after {

    height: 100%;

    background: var(--primary);

} */



.team-item .team-social {

    position: absolute;

    width: 100%;

    bottom: -20px;

    left: 0;

}



.team-item .team-social .btn {

    display: inline-flex;

    margin: 0 2px;

    color: var(--primary);

    background: var(--light);

}



.team-item .team-social .btn:hover {

    color: #FFFFFF;

    background: var(--primary);

}





/*** Appointment ***/

.bootstrap-datetimepicker-widget.bottom {

    top: auto !important;

}



.bootstrap-datetimepicker-widget .table * {

    border-bottom-width: 0px;

}



.bootstrap-datetimepicker-widget .table th {

    font-weight: 500;

}



.bootstrap-datetimepicker-widget.dropdown-menu {

    padding: 10px;

    border-radius: 2px;

}



.bootstrap-datetimepicker-widget table td.active,

.bootstrap-datetimepicker-widget table td.active:hover {

    background: var(--primary);

}



.bootstrap-datetimepicker-widget table td.today::before {

    border-bottom-color: var(--primary);

}





/*** Testimonial ***/

.testimonial-carousel {

    display: flex !important;

    flex-direction: column-reverse;

    max-width: 700px;

    margin: 0 auto;

}



.testimonial-carousel .owl-dots {

    height: 100px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 30px;

}



.testimonial-carousel .owl-dots .owl-dot {

    position: relative;

    width: 60px;

    height: 60px;

    margin: 0 5px;

    transition: .5s;

}



.testimonial-carousel .owl-dots .owl-dot.active {

    width: 100px;

    height: 100px;

}



.testimonial-carousel .owl-dots .owl-dot::after {

    position: absolute;

    width: 40px;

    height: 40px;

    bottom: -20px;

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    content: "\f10d";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    color: var(--primary);

    background: #FFFFFF;

    border-radius: 40px;

    transition: .5s;

    opacity: 0;

}



.testimonial-carousel .owl-dots .owl-dot.active::after {

    opacity: 1;

}



.testimonial-carousel .owl-dots .owl-dot img {

    opacity: .4;

    transition: .5s;

}



.testimonial-carousel .owl-dots .owl-dot.active img {

    opacity: 1;

}





/*** Footer ***/

.footer .btn.btn-link {

    display: block;

    margin-bottom: 5px;

    padding: 0;

    text-align: left;

    color: #fff !important;

    font-weight: normal;

    text-transform: capitalize;

    transition: .3s;

}



.footer .btn.btn-link::before {

    position: relative;

    content: "\f105";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    color: #fff !important;

    margin-right: 10px;

}



.footer .btn.btn-link:hover {

    color: var(--primary);

    letter-spacing: 1px;

    box-shadow: none;

    color: #fff !important;

}



.footer .form-control {

    border-color: #777777;

}



.footer .copyright {

    padding: 25px 0;

    font-size: 15px;

    border-top: 1px solid rgba(256, 256, 256, .1);

}



.footer .copyright a {

    color: #fff !important;

}



.footer .copyright a:hover {

    color: #fff !important;

}



.text_style a {

    font-size: 12px;

    font-weight: 600;

    color: #fff !important;

}



.logo {

    height: 60px;

}



.image_size img {

    height: 56vh;

}



.shadow {

    box-shadow: none !important;

    padding: 20px;



}



.table {

    margin-bottom: 0;

    text-align: center;

}



.border-add img {

    height: 230px;

    width: 100%;



}



.border-add {

    border: 1px solid;

}



thead,

tbody,

tfoot,

tr,

td,

th {

    color: #000;

}



.bg-enclave {

    color: #ffffff;

    font-size: 18px;

    font-weight: 900;

    background: #00aeef;

}



.bg-enclave th {

    color: #ffffff;

}



.bg-home {

    background: #a78951;

    font-size: 18px;

    font-weight: 900;

    color: #fff;

}



.bg-home th {

    color: #fff;

}



.bg-home td {

    color: #fff;

}



.service-text {

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    color: #000;

    border-radius: 10px;

}



.flex_add {

    display: flex;

    flex-direction: column;

    justify-content: center;



}



.newbtn {

    width: 30%;

    border-radius: 10px;



    /* margin: auto; */

}



.fts h1 {

    font-size: 25px;

}



.fts p {

    color: #000;

}



.banner {

    background: #f2f2f2;

}



#cliens {

    background: #f2f2f2;

}



.gallery img {

    border-radius: 10px;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    /* margin: 10px; */

    height: 200px;



}



.radias_add {

    border-radius: 50%;

}



.add-new-radias {

    border-radius: 10px;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}



.form-floating {

    margin-bottom: 10px;

}



.form-floating input {



    width: 100%;

    outline: none;

    border-radius: 5px;

    border: 1px solid #c1c1c1;

    padding-left: 15px;

    font-size: 13px;

    border-bottom-width: 2px;

    transition: all 0.3s ease;

}



.form-floating textarea {



    width: 100%;

    outline: none;

    border-radius: 5px;

    border: 1px solid #c1c1c1;

    padding-left: 15px;

    font-size: 13px;

    border-bottom-width: 2px;

    transition: all 0.3s ease;

}



.bg-black {

    background: #000;

}



.footer img {

    width: 60%;

}



.footer {



    background: #1d1d27;

}



/* .bg{

    background: url(../img/footer.png);

    background-size:cover;

} */



.center img {

    height: 40px;

    width: 40px;

}



.center {



    position: fixed;

    bottom: 13px;

    left: 50px;

    z-index: 999999;



    transform: translate(-50%, -50%);

}



.pulse {



    border-radius: 50%;

    color: #FFF;

    font-size: 20px;

    text-align: center;



    font-family: sans-serif;

    text-transform: uppercase;

    animation: animate-pulse 3s linear infinite;

    cursor: pointer;

    color: #5715d9;

}



@keyframes animate-pulse {

    0% {

        box-shadow: 0 0 0 0 #5715d9, 0 0 0 0 rgba(45, 74, 205, 0.7);

    }



    40% {

        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0.0), 0 0 0 0 rgba(45, 71, 219, 0.7);

    }



    80% {

        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0.0), 0 0 0 30px rgba(255, 109, 74, 0);

    }



    100% {

        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.0), 0 0 0 30px rgba(255, 109, 74, 0);

    }



}



.new_btn {

    display: block;

    margin: 10px 0;

    background: #5715d9;

    /* margin: 10px auto;

    width: 70%; */

    color: #fff;

    font-size: 15px;

    border-radius: 5px;

    padding: 5px 10px;

    border: none;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    font-weight: 600;

}



/* poup  */





/* Optional: Basic styling for the popup */

.popup {

    left: 50%;

    transform: translateX(-50%);

    /* padding: 20px; */

    background-color: rgba(0, 0, 0, 0.7);

    /* color: white; */

    /* border-radius: 10px; */

    display: none;

    position: fixed;

    top: 0;

    /* left: 0; */

    z-index: 1060;

    display: none;

    width: 100%;

    height: 100%;

    /* overflow-x: hidden; */

    /* overflow-y: auto; */

    /* outline: 0; */

}



.popup button {

    background-color: red;

    color: white !important;

    border: none;

    padding: 0 8px;



    cursor: pointer;

}



.cross {

    left: 97%;

    position: relative;

}





/* poup form  */

.offersPopup .modal-dialog {

    min-height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 0px;

    margin-bottom: 0px;

}



.offersPopup .modal-content {

    min-height: initial;

    max-height: initial;

    margin-top: 0;

    overflow: initial;

    border-radius: 0;

}



/* .modal-content {

  border: 0;

  -webkit-box-shadow: 0 20px 30px 15px rgba(0, 0, 0, .1), 0 10px 40px 20px rgba(0, 0, 0, .08), 0 10px 15px -8px rgba(0, 0, 0, .1);

  box-shadow: 0 20px 30px 15px rgba(0, 0, 0, .1), 0 10px 40px 20px rgba(0, 0, 0, .08), 0 10px 15px -8px rgba(0, 0, 0, .1);

  border-radius: 18px;

  overflow: hidden;

  min-height: 625px;

  max-height: 625px;

} */



.modal-content {

    border: none;

}



/*

.modal-content {

  position: relative;

  display: flex;

  flex-direction: column;

  width: 100%;

  pointer-events: auto;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, .2);

  border-radius: .3rem;

  outline: 0;

} */



.modal-body {

    padding: 0;

}





.offersPopup-left {

    min-height: auto;

}



.offersPopup-left {

    background-color: #f2f2f2;

    min-height: 428px;

    padding: 30px 20px 20px 20px;

}



.offersPopup-left h3 {

    text-align: left;

    font-size: 22px;

    margin-bottom: 15px;

    color: #000;

    font-weight: 600;

}



.offersPopup-left ul {

    padding: 0;

    list-style: none;

}



.offersPopup-left ul li {

    font-size: 14px;

    margin-bottom: 5px;

    color: #000;

    display: flex;

    text-transform: capitalize;

    background: #fff;

    padding: 0;

    border-radius: 4px;

    overflow: hidden;

}



.offersPopup-left ul li span.circle {

    display: inline-block;

    margin-right: 5px;

    text-align: center;

    margin-left: 0;

    vertical-align: middle;

    background: #5715d9;

    padding: 2px 5px;

}



.offersPopup-left ul li span:last-child {

    flex: auto;

    display: table-cell;

    padding: 5px;

    vertical-align: middle;

    margin: 0 !important;

}



.offersPopup-left ul li span:last-child {

    flex: auto;

    display: table-cell;

    padding: 5px;

    vertical-align: middle;

    margin: 0 !important;

}



.offersPopup-left ul li span:last-child {

    flex: auto;

    display: table-cell;

    padding: 5px;

    vertical-align: middle;

    margin: 0 !important;

}



.offersPopup-left .row.at_AssureGuarantee p {

    font-size: 15px;

    font-weight: 600;

    color: #000;

}



.offersPopup-left .row.at_AssureGuarantee p span {

    display: block;

    font-size: 10px;

    font-weight: 400;

}



.offersPopup-left {

    padding: 20px 20px 10px 20px;

}







.offersPopup-left .numberContainer {

    padding: 20px 20px 10px 20px;

}



.offersPopup-left .numberContainer {

    color: #000;

    padding: 5px;

    text-align: center;

    border-top: 2px solid #ddd;

}



.ctc {

    color: #000;

    text-align: center;

}



.bgformpop {

    background: #5715d9;

}



.modal-body .bgformpop {

    position: relative;

    padding: 0;



}



.modal-body h4 {

    max-width: 100%;

    margin-bottom: 8px;

}



.modal-body h4 {

    width: 100%;

}



.modal-body h4 {

    font-weight: 600;

    border-bottom: none;

    padding-bottom: 10px;

    margin-bottom: 0;

    color: #000;

    text-transform: capitalize;

    margin-top: 0;

    font-size: 26px;

    max-width: 300px;

    margin: auto;

}



.form-group {

    margin-bottom: 10px;

}



.form-group {

    position: relative;

}



.modal-body .acform .form-group label {

    display: none;

    text-align: left;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 5px;

}



.acform .input-group {

    background: transparent;

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    border: 1px solid #d4d4d4;

    border-radius: 6px;

}



.modal-body .acform .form-group label {

    display: none;

    text-align: left;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 5px;

}



.acform .input-group-prepend {

    padding: 6px 2px;

    line-height: 50px;

}



#addresstxt2 {

    height: 100px;

}



.acform .form-control {

    border-color: transparent;

    background: transparent;

    height: 50px;

    line-height: 18px;

}



li span.circle img {

    height: 12px;

    filter: invert(1);

}



.at_AssureGuarantee img {

    height: 30px;

}



.offersPopup-left .numberContainer .number {

    font-size: 24px;

    padding-top: 12px;

    padding-bottom: 24px;

    text-align: center;

    color: #5715d9;

    font-weight: 700;

}



.modal-body .acform .btn-demo {

    padding: 13px;

    border-radius: 6px;

}



.modal-body .btn-demo {

    width: 100%;

    background: #e31e24 !important;

    margin-left: 0 !important;

}



.modal-body .acform {

    padding: 20px 30px;

    position: relative;

    z-index: 9;

    text-align: center;

}



.acform .input-group-text img {

    height: 25px;

}



.input-group-text {

    background: transparent;

    border: none;

}



.form-control:focus {

    box-shadow: none;

}



input::placeholder {

    color: #000000 !important;

    /* Change the color to your preferred one */



}



textarea::placeholder {

    color: #000000 !important;

    /* Change the color to your preferred one */



}



/* end form style  */

.gallery p {

    font-size: 14px;

    color: #FFF;

    background: #0000009e;

    padding: 0px 30px;

    position: absolute;

    top: 85%;

    /* width: 100%; */

    border-radius: 2px;

    margin-bottom: 5px;

    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}



.slick-initialized .slick-slide {

    display: flex;

    flex-direction: column;

    align-items: center;

}









.links {

    border-top: 1px solid crimson;

    height: 50px;

    line-height: 50px;

}



.link-a {

    color: crimson;

}





.slick-slide img {

    height: 300px;

}



#about-page img {

    border-radius: 10px;

}



.text-black {

    color: #000;

}



#about-page h2 {

    text-align: center;

    color: #5715d9;

    text-shadow: 1px 1px 1px #000;

    font-size: 28px;



}



.section-title h2 {

    text-align: center;

    color: #5715d9;

    text-shadow: 1px 1px 1px #000;

    font-size: 28px;

}



.flex {

    display: flex;

    justify-content: center;

    align-items: center;

}



/* Container for the boxes */

.image-container {

    display: flex;

    flex-wrap: wrap;

    gap: 20px;

}



/* Styling for each box */

.image-box {

    width: 200px;

    height: 200px;

    background-color: #fff;

    border: 1px solid #ddd;

    overflow: hidden;

    border-radius: 8px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}



/* Image styling */

.image-box img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.text {

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    /* number of lines to show */

    line-clamp: 2;

    -webkit-box-orient: vertical;

    font-size: 13px;

}



.text-sec {

    display: flex;

    flex-direction: column;

    justify-content: center;



}



.bg-image img {

    width: 100%;

    height: 45vh;

    object-fit: cover;

}



.addc p {

    font-size: 15px;

    display: flex;

}



#showPopupButton {

    border-radius: 18px;



    padding: 5px 15px !important;

    box-shadow: rgb(3 127 214) 0px 7px 29px 0px;

}



.image-section {

    padding: 20px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-evenly;

    gap: 10px;

}



.image-section img {

    border-radius: 10px;

    box-shadow: rgb(0 0 0 / 60%) 0px 3px 8px;

    border: 1px solid;

    width: 100%;

}



.popup-header input::placeholder {

    color: #000 !important;

    /* Replace 'gray' with your desired color */



}



.contacts h3 {

    font-size: 20px;

}



@media(max-width:786px) {



    .cross {

        left: 90%;

    }



    .contacts h3 {

        font-size: 16px;

    }



    .newbtn {

        width: 100%;

    }



    .gallery img {



        height: 200px;

        /* width: 160px !important; */

    }



    .navbar {

        padding-top: 0;

        padding-bottom: 0;

    }



    .shadow-sm {

        padding-top: 0px;

        padding-bottom: 0;

    }



    .image-box {

        width: 100%;

    }

}



.alertbox {

    z-index: 9999999999999 !important;

}



.bg-add {

    background: #5715d9;

}



.style img {

    border-radius: 10px !important;

    box-shadow: rgb(0 0 0 / 67%) 0px 3px 8px;

    width: 80%;

}



.bg-img {

    background: url(../img/45239.jpg);

    background-size: 100% 100%;

    /* background-size: cover; */

    background-attachment: fixed;

}



.bg-img p {

    color: #fff;

    text-align: center;

}





/* card  */

.our-group-section {
    background: linear-gradient(135deg, #f9f7ff 0%, #f4efff 100%);
}

.group-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 24px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(87, 21, 217, 0.08);
    border: 1px solid rgba(87, 21, 217, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.group-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(87, 21, 217, 0.08), rgba(87, 21, 217, 0));
    opacity: 0;
    transition: all 0.3s ease;
}

.group-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 45px rgba(87, 21, 217, 0.16);
}

.group-card:hover::before {
    opacity: 1;
}

.group-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(87, 21, 217, 0.1);
    color: #5715d9;
    font-size: 24px;
    margin-bottom: 18px;
}

.group-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #252525;
    margin-bottom: 10px;
}

.group-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

.card {

    position: ralative;

    overflow: hidden;

    height: 100%;

    box-shadow: rgb(0 0 0 / 92%) 0px 3px 8px;

    border-radius: 10px;

}



.card-overlay {

    padding: 20px;

    position: absolute;

    background: rgba(0, 0, 0, .5);

    left: 0;

    top: 100%;

    width: 100%;

    height: 100%;

    z-index: 1;

    transition: all 350ms cubic-bezier(0, 0, 0.2, 1);

    display: flex;

    align-items: center;

    border-radius: 10px;

    background: rgb(87 21 217);

}



.card:hover .card-overlay {

    top: 0;

}



.card-overlay.left {

    left: -100%;

    top: 0;

}



.card:hover .card-overlay.left {

    left: 0;

}



.card-overlay.right {

    left: 100%;

    top: 0;

}



.card:hover .card-overlay.right {

    left: 0;

}



.card-overlay.top {

    left: 0;

    top: -100%;

}



.card:hover .card-overlay.top {

    top: 0;

}



.card-body {

    background: #5715d9;

    padding: 10px;

}



.card-title {

    margin-bottom: 0;

    color: #fff;

    font-weight: 600 !important;

    font-family: sans-serif;

    text-transform: uppercase;

    text-align: center;

}



.location img {

    height: 250px;

}



/* end card  */



.home-demo .item {

    background: #ff3f4d;

}



.home-demo h2 {

    color: #FFF;

    text-align: center;

    padding: 5rem 0;

    margin: 0;

    font-style: italic;

    font-weight: 300;

}



.navbar-light .navbar-toggler-icon {

    filter: invert();

}
.py-100{
    padding:100px 0;
}

.about-premium{

    background:#fafafa;
}

.about-tag{

    background:#5715d9;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    letter-spacing:2px;
    font-weight:600;
}

.about-title{

    font-size:36px;
    font-weight:700;
    line-height:1.2;
    margin:25px 0;
}

.about-title span{

    color:#5715d9;
}

.about-desc{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-bottom: 30px;

}

.timeline{

    position:relative;
    margin-left:25px;
}

.timeline::before{

    content:"";
    position:absolute;
    left:17px;
    top:0;
    width:2px;
    height:100%;
    background:#d8d8d8;
}

.timeline-item{

    display:flex;
    position:relative;
    margin-bottom:5px;
}

.circle{
position: absolute;
    width:36px;
    height:36px;
    border-radius:50%;
    background:#5715d9;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:2;
}

.content{

    margin-left:50px;
}

.content h4{

    font-weight:700;
    margin-bottom:12px;
}

.content p{

    color:#666;
    line-height:25px;
}

.image-wrapper{

    position:relative;
}

.main-img{

    width:100%;
    border-radius:20px;
    object-fit:cover;
    box-shadow:0 30px 70px rgba(0,0,0,.15);
}

.floating-card{
display: none;
    position:absolute;
    bottom:40px;
    left:-40px;
    background:#fff;
    padding:30px;
    width:240px;
    border-radius:18px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.floating-card h2{

    color:#5715d9;
    font-size:45px;
    font-weight:700;
}

.floating-card p{

    margin:0;
    color:#555;
}

.timeline-item:hover .circle{

    transform:scale(1.15);
    transition:.3s;
}

.floating-card:hover{

    transform:translateY(-10px);
    transition:.4s;
}