@import url("main.min.css");
@import url("footer.min.css");

body {
    overflow-x: hidden;
}


/* slider dots */
.owl-theme .owl-dots .owl-dot.active span {
    background: var(--success) !important;
}

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

/* Default Button */
.default-btn {
    font-size: 17px;
    background: var(--bg-color);
    color: var(--white);
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    -ms-transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    -o-transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.default-btn:hover {
    background: var(--bg-color-hover);
    transform: scale(1.05);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.default-btn:active {
    transform: scale(0.98);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.default-btn:focus {
    outline: none;
    box-shadow: 0px 0px 0px 4px rgba(0, 136, 69, 0.3);
}

/* Default Light Btn */
.default-light-btn {
    font-size: 17px;
    background: var(--light-bg-color);
    /*Lighterbackgroundcolor*/
    color: var(--success);
    /*Useyourprimarycolorfortext*/
    padding: 12px 24px;
    border: 2px solid var(--success);
    /*Addabordertocomplementthelightbackground*/
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.default-light-btn:hover {
    background: var(--bg-color);
    /* Change background to primary color on hover */
    color: var(--white);
    /* Invert text color to white on hover */
    transform: scale(1.05);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.default-light-btn:active {
    transform: scale(0.98);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.default-light-btn:focus {
    outline: none;
    box-shadow: 0px 0px 0px 4px rgba(0, 136, 69, 0.3);
    /* Use a subtle focus ring */
}

/* Default Title Font */
.title-font {
    font-family: var(--default-font) !important;
}

/* Default Card */
.default-card {
    border-radius: 0px;
    border: 0px;
    box-shadow: -1px -1px 6px 1px rgba(8, 136, 136, 0.08);
    transition: all 0.5s ease;
}

.default-card:hover {
    box-shadow: 0px 10px 10px rgba(136, 136, 136, 0.1);
    transform: translateY(-5px);
}

.default-card a {
    text-decoration: none;
}

.default-card .card-body .title {
    font-weight: bold;
    color: var(--black);
    margin: 0px;
    transition: color .3s;
}

.default-card:hover .title {
    color: var(--success);
    font-weight: 700;
}

.default-card .card-body .sub-title {
    margin: 0px;
    color: black;
    padding-top: 8px;
}

/* extra css */
.row {
    width: 100%;
    margin: auto;
}

.logo-footer a {
    font-size: 28px;
    color: var(--white);
    text-decoration: none;
}

.logo-footer img {
    height: 50px;
}

.active>.page-link, .page-link.active {
    background-color: var(--success);
    border-color: var(--success);
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

/* statistics section */
.statistics {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 25% 25% 25% auto;
    grid-column-gap: 10px;
    margin-top: -50px;
}

.statistics .item {
    margin-bottom: 10px;
}

.statistics .card {
    background: #e9e9e99e;
    border-radius: 0px;
    /*border-bottom: 3px solid var(--light-success) !important;
    */
    background-color: var(--white);
    box-shadow: 0px 0px 5px #00000070;
}

.statistics .card .card-body {
    display: flex;
    align-items: center;
}

.statistics .card .card-body .icon-box {
    height: 65px;
    width: 65px;
    background: var(--bg-color);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.statistics .card .card-body .icon-box i {
    font-size: 30px;
    color: var(--white);
}

.statistics .card .card-body .text-box {
    padding-left: 12px;
}

.statistics .card .card-body h2, .statistics .card .card-body p {
    margin: 0px;
}

.statistics .card .card-body h2 {
    font-weight: bold;
}

@media (max-width: 767px) {
    .statistics {
        grid-template-columns: 50% auto;
        margin-top: 0px;
    }

    .statistics .card .card-body {
        display: block;
        text-align: center;
        padding: 10px;
    }

    .statistics .card .card-body .icon-box {
        margin: auto;
    }
}

/* Service Section */
.service {
    background-image: url('../images/background/1.png');
}

.service .area {
    max-width: 1200px;
    margin: auto;
}

.service .card .title {
    padding-top: 20px;
}

.service .card .sub-title {
    text-align: justify;
}

.service .card .card-body img {
    height: 80px;
    width: 80px;
    border-radius: 5px;
    transition: all 0.5s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.service .card:hover img {
    transform: scale(1.05);
}

.service .see-all-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service .see-all-card img {
    height: 120px !important;
    width: 120px !important;
}

@media (max-width: 767px) {
    .service .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .service .col-6.pt-4 {
        padding-top: 10px !important;
    }

    .service .col-6 .card .card-body img {
        height: 70px;
        width: 70px;
    }

    .service .col-6 .card.see-all-card .card-body img {
        height: 100px !important;
        width: 100px !important;
    }
}

/* Contact Us Section */
.contact-us {
    max-width: 1200px;
    margin: auto;
}

.contact-us .icon {
    color: var(--success);
}

/* testimonial section */
.testimonials {
    background: #f7fafe;
}

.testimonials .area {
    max-width: 1200px;
    margin: auto;
}

.testimonial-carousel .testimonial-item {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 10px;
    max-width: 500px;
}

.testimonial-carousel .testimonial-item img {
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
}

.testimonial-carousel .testimonial-item .text-box {
    position: relative;
    text-align: justify;
    padding-left: 15px;
    padding-top: 10px;
}

.testimonial-carousel .testimonial-item .text-box .quote-icon {
    font-size: 30px;
    color: #80808066;
    position: absolute;
    top: 0;
    left: -20px;
}

@media (max-width: 767px) {
    .testimonial-carousel .testimonial-item {
        display: block;
        text-align: center;
    }

    .testimonial-carousel .testimonial-item img {
        margin: auto;
        margin-bottom: 10px;
    }

    .testimonial-carousel .testimonial-item .text-box {
        text-align: center !important;
        padding-left: 0px;
    }

    .testimonial-carousel .testimonial-item .text-box .quote-icon {
        top: 0;
        left: 0;
    }

    .testimonial-carousel .testimonial-item .text-box p::before {
        content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    }
}


/* nearest-amarseba-point section */
.nearest-amarseba-point .area {
    max-width: 1000px;
    margin: auto;
}

.nearest-amarseba-point .card img {
    height: 200px;
    padding-top: 40px;
}

/* Top Services Section */
.top-services {
    /* background: #f7fafe; */
}

.top-services .area {
    max-width: 1200px;
    margin: auto;
}

.top-service-carousel.owl-carousel.owl-loaded {
    /* display: inline-table; */
}

.top-service-carousel .top-service-item {
    /* max-width: 150px; */
    text-align: center;
}

.top-service-carousel .top-service-item img {
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
    margin: auto;
}

.top-service-carousel .top-service-item h5 {
    padding-top: 20px;
    color: var(--black);
    text-decoration: none;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
}

.top-service-carousel a {
    text-decoration: none;
}

.top-service-carousel a:hover h5 {
    color: var(--success);
}

/* short about section */
.short-about {
    background: #f7fafe;
}

.short-about .area {
    max-width: 1200px;
    margin: auto;
}

.short-about h2 {
    font-weight: 700 !important;
}

.short-about .info-card {
    display: grid;
    grid-template-columns: 80px auto;
    margin-top: 15px
}

.short-about .info-card i {
    font-size: 25px;
    color: var(--success);
    margin: 5px 0px;
}

@media screen and (max-width: 576px) {
    .short-about .info-card {
        display: block;
    }

    .short-about .info-card i {
        font-size: 40px
    }

    .short-about .info-card .text-center {
        text-align: left !important
    }
}

/* register section */
.register-section {
    color: var(--white);
    background: #2c3e50 url(../images/map-bg.png) no-repeat center center;
}

.register-section .area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-section .area p {
    font-size: 22px;
}



@media screen and (max-width: 576px) {
    .register-section .area {
        display: block;
    }

    .register-section .area p {
        text-align: center;
    }
}
