.sp {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* HEADER SECTION START HERE */

.header-section {
    background-color: #171516;
    position: sticky;
    z-index: 3;
    width: 100%;
}

header {
    position: fixed;
    top: 0;
}

.navbar-nav {
    gap: 40px;
}

.header-sp-btn {
    position: relative;
    font-size: 16px;
    border: 2px solid #FA9928;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s;
}

.header-sp-btn:hover {
    transform: scale(1.05);
}

.header-sp-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FA9928, #e4a257);
    transition: all 0.5s ease;
    z-index: -1;
}

.header-sp-btn:hover::before {
    left: 0;
}

.nav-item a {
    font-size: 14px !important;
    font-weight: 400 !important;
    transition: all 0.3s;
}

.main-links a:hover {
    color: #FA9928 !important;
}

.sp-nav {
    color: #FA9928 !important;
}

/* HEADER SECTION END HERE */

/* HERO SECTION START HERE */

.hero-section {
    background-color: #222222;
    background-image: url(../assets/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
}

.hero-short-tittle i {
    color: #ffffffbd;
}

.hero-short-tittle {
    display: flex;
    gap: 5px;
    border-radius: 30px;
    background-color: #ffffff2c;
    align-items: center;
    padding: 5px;
    width: 33%;
    justify-content: center;
    margin-bottom: 20px;
}

.hero-short-tittle p {
    margin-bottom: 0 !important;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-content {
    padding-top: 90px;
    padding-bottom: 70px;
}

.hero-btns {
    display: flex;
    gap: 30px;
    margin-top: 25px;
}

.hero-btn-1 {
    font-size: 16px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #FA9928;
    padding: 5px 10px;
    transition: all 0.3s;
}

.hero-btn-1:hover {
    transform: scale(1.05);
}

.hero-btn-2 {
    font-size: 16px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px solid #FA9928;
    padding: 5px 10px;
    transition: all 0.3s;
}

.hero-btn-2:hover {
    background-color: #FA9928;
    transform: scale(1.05);
}

.hero-img img {
    width: 100%;
    margin-top: 120px;
}


/* HERO SECTION END HERE */

/* ABOUT SECTION START HERE */

.about-img-1 img {
    width: 80%;
}

.about-section {
    background-color: #121212;
}

.about-imgs {
    position: relative;
    z-index: 1;
}

.about-img-2 {
    position: absolute;
    z-index: 2;
    top: 0;
    margin-top: -50px;
    left: 50px;
}

.about-img-2 img {
    width: 100%;
}

.fixed-image {
    top: 50px;
    left: 50px;
    width: 150px;
    transition: transform 1s ease;
    transform-origin: center;
}

.about-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.about-btn {
    font-size: 16px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px solid #FA9928;
    padding: 5px 10px;
    transition: all 0.3s;
    width: 21.5%;
    gap: 5px !important;
    margin-top: 25px;
}

.about-btn i {
    color: #ffffffd0;
    margin-left: 5px;
}

.about-btn:hover {
    background-color: #FA9928;
    transform: scale(1.05);
    justify-content: center;
    display: flex;
}

/* ACHIVMENTS */

.achievements {
    padding-top: 90px;
}

.achievements .item {
    text-align: center;
}

.achievements .item .counter {
    color: #ffffff;
    font-size: 42px;
}

.count {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.count h3 {
    margin-bottom: 0 !important;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}

/* CONTACT BOX */

.contact-box h1 {
    font-size: 48px;
}

.contact-box-btn {
    font-size: 16px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px solid #FA9928;
    padding: 10px 10px;
    transition: all 0.3s;
    width: 19.3%;
    gap: 5px;
    margin-top: 25px;
}

.contact-box-btn:hover {
    background-color: #FA9928;
    transform: scale(1.05);
    justify-content: center;
    display: flex;
}

.contact-box {
    border: 2px solid #FA9928;
    box-shadow: 0px 0px 10px 1px rgba(250, 153, 40, 1);
    border-radius: 30px;
    padding: 20px 50px;
    margin-top: 90px;
}

.contact-box-img img {
    width: 60%;
}

.contact-box-img {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 20px;
}

/* ABOUT SECTION SLIDER */

.about-slider {
    height: 100%;
    position: relative;
    width: 100%;
    display: grid;
    align-items: center;
    margin-top: 90px;
    overflow: hidden;
}

.about-slider-list {
    display: flex;
    width: calc(250px * 18);
    animation: scroll 40s linear infinite;
}

.about-slider-list img {
    width: 93%;
    border-radius: 30px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 9));
    }
}

.about-slider-list .item {
    width: 100%;
    display: flex;
    justify-content: center;
}


/* ABOUT SECTION END HERE */

/* SERVICE SECTION START HERE */

.service-tittle-bar i {
    color: #ffffffbd;
}

.service-tittle-bar {
    display: flex;
    gap: 5px;
    border-radius: 30px;
    background-color: #ffffff2c;
    align-items: center;
    padding: 5px;
    width: 13%;
    justify-content: center;
    margin: auto;
}

.service-section {
    text-align: center;
}

.service-section p {
    margin-bottom: 0 !important;
}

.service-section h1 {
    font-size: 48px;
    margin-top: 30px;
}

.service-tittle-p {
    font-size: 20px !important;
    padding-left: 100px;
    padding-right: 100px;
}

.service-item {
    display: flex;
    border: 2px solid #FA9928;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgba(250, 153, 40, 1);
    margin-top: 70px;
    text-align: start;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s;
}

.service-img img {
    width: 100%;
}

.service-img {
    justify-content: end;
    display: flex;
}

.service-content h4 {
    margin-bottom: 185px;
    margin-top: 20px;
}

.service-content a {
    text-decoration: underline !important;
    font-weight: 300;
    font-size: 16px;
}

.sp-s h4 {
    margin-bottom: 98px;
}

.sp-s-2 h4 {
    margin-bottom: 158px;
}

.service-item {
    position: relative;
    font-size: 16px;
    border: 2px solid #FA9928;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s;
}

.service-item:hover {
    transform: scale(1.05);
}

.service-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FA9928, #e4a257);
    transition: all 0.5s ease;
    z-index: -1;
}

.service-item:hover::before {
    left: 0;
}

@keyframes riseRealistically {
    0% {
        transform: perspective(800px) rotateX(80deg) scale(0.6) translateY(0px);
        opacity: 0;
    }

    100% {
        transform: perspective(800px) rotateX(0deg) scale(1) translateY(0px);
        opacity: 1;
    }
}

/* AOS Custom Animation */
[data-aos="real-rise"] {
    opacity: 0;
    transform: perspective(800px) rotateX(80deg) scale(0.6) translateY(0px);
    transition-property: transform, opacity;
}

[data-aos="real-rise"].aos-animate {
    animation: riseRealistically 0.6s ease-out forwards;
}

/* SERVICE SECTION END HERE */

/* WHY CHOOSE US SECTIONN START HERE */

.why-choose-us {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #121212;
}

.why-choose-us h1 {
    font-size: 48px;
}

.wuc-icon img {
    width: 55px;
}

.wuc-icon {
    margin-top: 80px;
}

.wcu-item h5 {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.wcu-item h5:hover {
    color: #FA9928 !important;
}

.wcu-items-second-row p {
    padding-left: 80px;
    padding-right: 80px;
}


/* WHY CHOOSE US SECTIONN START HERE */

/* FINAL SECTION START HERE */

.final-section {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.final-section h1 {
    font-size: 48px;
}

.final-section-btns {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.final-section-btns p {
    margin-bottom: 0 !important;
}

.fsbtn {
    font-size: 16px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #FA9928;
    padding: 5px 10px;
    transition: all 0.3s;
}

.fsbtn:hover {
    transform: scale(1.05);
}

/* FINAL SECTION END HERE */

/* FOOTER SECTION START HERE */

.footer-section {
    padding-top: 50px;
    background-color: #000000;
}

.ftr-1sec p {
    color: #ffffffd7 !important;
    margin-top: 20px;
}

.footer-section h5 {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 40px;
}

.footer-section a {
    color: #ffffff;
}

.footer-section ul {
    padding-left: 0 !important;
}

.footer-section li {
    margin-bottom: 20px;
}

.first-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.ftr-1sec img {
    width: 30%;
}

.second-row {
    display: flex;
    gap: 10px;
}

.first-row img {
    border-radius: 10px;
}

.copyright {
    display: flex;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #ffffff85;
    margin-top: 30px;
}

.fs {
    justify-content: end;
    display: flex;
}

.copyright p {
    color: #ffffffbe !important;
}

.socialmedia-icons {
    color: #fff;
    display: flex;
    gap: 30px;
}

.contact-list i {
    color: #fff;
    margin-right: 5px;
}

/* FOOTER SECTION END HERE */

/* ABOUT INNER PAGE START HERE */

.about-section-header {
    background-image: url(../assets/hero-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-tittle {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 0;
}

.about-content h6 {
    margin-bottom: 0 !important;
}

.about-tittle-bar {
    margin-bottom: 50px;
}

.about-innet-img img {
    width: 100%;
    border-radius: 30px;
}

.why-choos-us-tittle {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.why-choos-us-tittle h4 {
    font-size: 20px;
    font-weight: 500;
}

.why-choos-us-tittle i {
    color: #FA9928 !important;
    font-size: 22px;
}

.about-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 30px;
}

/* ABOUT INNER PAGE END HERE */

/* SERVICE INNER START HERE */

.inner-sevice-item h4 {
    margin-bottom: 20px !important;
}

.inner-sevice-item p {
    margin-bottom: 20px !important;
}

.inner-sevice-item {
    padding-right: 20px;
}

/* SERVICE INNER END HERE */

/* CONTACT SECTION START HERE */

.contact-section {
    background-image: url(../asset/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-section h2 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    color: #ffffff;
}

.contact-content p {
    color: #ffffffe1 !important;
}

.contact-items {
    margin-top: 20px;
}

.cntct-item {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.cntct-item a {
    color: #fff;
}

.conact-form input {
    width: 100%;
    border: none;
    border-radius: 30px;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 30px;
}

.conact-form textarea {
    width: 100%;
    border: none;
    border-radius: 30px;
    padding-left: 30px;
    padding-top: 1%;
    margin-bottom: 20px;
    height: 120px;
}

.submit-btn {
    width: 30% !important;
    padding-left: 0 !important;
    background-color: #FA9928;
    color: #fff;
}

.map {
    width: 100%;
}

.contact-section h1 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 40px;
}

/* CONTACT SECTION END HERE */

/* APPOIMENT INNER START HERE */



.appoiment-section input {
    padding: 12px 15px;
    margin-top: 15px;
    width: 100%;
    border: none;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 16px;
    transition: 0.2s;
}

.appoiment-section {
    padding-bottom: 80px;
    text-align: center;
}

.appoiment-section input:focus {
    border-color: #e4a257;
    outline: none;
    box-shadow: 0 0 4px #e4a257;
}

#slots {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.appoiment-section button {
    padding: 12px 18px;
    border: none;
    border-radius: 8px;
    background-color: #FA9928;
    color: white;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
    width: 100%;
}

.appoiment-section button:hover:not(:disabled) {
    background-color: #e4a257 #e4a257;
}

.appoiment-section button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.appointment-item {
    padding: 15px;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.appointment-item button {
    width: auto;
    margin: 5px;
}

#adminAppointments {
    margin-top: 30px;
}

.appoiment-section p {
    color: #000000c7 !important;
}

.appoiment-p {
    color: #ffffff !important;
}

.loader, .success-message, .error-message {
    padding: 5px 15px;
    margin: 10px 0;
    border-radius: 30px;
    text-align: center;
  }
  
  .loader {
    background-color: #FA9928;
    color: #ffffff;
  }
  
  .success-message {
    background-color: #FA9928;
    color: #ffffff;
  }
  
  .error-message {
    background-color: #FA9928;
    color: #721c24;
  }

  /* APPOIMENT INNER END HERE */