/* Responsive tweaks */
@media (max-width: 768px) {

    .learnptl-banner .container,
    .about-us .container {
        flex-direction: column;
        text-align: center;
    }

    .about-content {
        padding-left: 0 !important;
        padding-top: 2rem;
    }

}

/* @media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 900px;
    }
} */



body {
    overflow-x: hidden;
}


p {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
}

.lerntxt {
    font-size: 34px;
    font-weight: 600;
}

.loginregbtn {
    background-image: linear-gradient(to right, #623fb4 0%, #B06AB3 51%, #4568DC 100%);
    color: white;
    padding: 10px 35px;
    border-radius: 60px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Outfit';
    font-weight: 500;
    transition: 0.5s;
    background-size: 200% auto;
}

.loginregbtn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.foot-txt {
    color: #b3b3b3 !important;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    /* optional: removes underline */
}

.foot-txt:hover {
    color: #e4395a !important;
    /* optional: hover effect */
}


a.btnfreetrial.me-1:hover {
    background: #000000;
}

.btnfreetrial {
    background: #e23959;
    color: white;
    padding: 10px 35px;
    border-radius: 60px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Outfit';
    font-weight: 500;
}

.top-bar {
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 8px 0;
    font-weight: 500;
    font-size: 16px;
}

/* Center menu items */
.custom-nav {
    display: flex;
    justify-content: center;
    flex: 1;
}

/* 🔸 Nav items spacing + hover + active underline + color */
.custom-nav .nav-link {
    margin: 0 10px;
    padding: 0.5rem 1rem;
    font-weight: 500;
    color: black;
    position: relative;
    transition: color 0.3s ease;
    padding-bottom: 5px;
}

/* Active menu item */
.custom-nav .nav-link.active,
.custom-nav .nav-item.active .nav-link {
    color: #e23959;
    font-weight: 600;
}

/* Hover effect */
.custom-nav .nav-link:hover {
    color: #e23959;
}

/* Underline on hover and active */
.custom-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e23959;
    transition: width 0.3s ease;
}

.custom-nav .nav-link:hover::after,
.custom-nav .nav-link.active::after,
.custom-nav .nav-item.active .nav-link::after {
    width: 100%;
}

/* Right buttons spacing */
.d-flex .btn {
    min-width: 90px;
}

/* Background banner */
.learnptl-banner {
    background-image: url('../../images/learn-ban.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

form[role="search"] input:focus {
    box-shadow: none;
}

form[role="search"] button {
    background: #ff4c60;
    border: none;
}


.headnav {
    background: linear-gradient(135deg, #e6f7ec 0%, #e7f9f9 30%, #fdf6fa 60%, #ffffff 100%);
    border-bottom: 1px solid #7f7f7f;
    position: sticky;
    top: 0;
    z-index: 1020;
    /* Bootstrap default for navbar */
}

.learnptl-banner .hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #202020;
}

.learnptl-banner .hero-content p {
    color: #6b6b6b;
    max-width: 500px;
}

.learnptl-banner .btn-started {
    background: #ff4c60;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    color: #fff;
    margin-right: 10px;
}

.lrnexp-box {
    background: #f0fbf8;

}

.lrnbx {
    border-radius: 30px;
    opacity: 0;
    transform: translateY(40px);
    animation: slideUp 1s ease forwards;
    animation-delay: 0.3s;
}

.lrnbx:nth-child(2) {
    animation-delay: 0.5s;
}

.lrnbx:nth-child(3) {
    animation-delay: 0.7s;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Box 1 hover */
.lrnexp-box:hover {
    background-color: #1ec28e !important;
    color: white;
}

.lrnexp-box:hover i,
.lrnexp-box:hover h5,
.lrnexp-box:hover p {
    color: white !important;
}

/* Box 2 hover */
.proins-box:hover {
    background-color: #ff853f !important;
    color: white;
}

.proins-box:hover i,
.proins-box:hover h5,
.proins-box:hover p {
    color: white !important;
}

/* Box 3 hover */
.satguar-box:hover {
    background-color: #15c1fa !important;
    color: white;
}

.satguar-box:hover i,
.satguar-box:hover h5,
.satguar-box:hover p {
    color: white !important;
}


.learnptl-banner .hero-img img {
    max-width: 100%;
    border-radius: 25px;
}

/* Features Section */
.core-features {
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.core-features .feature-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.core-features .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.core-features img {
    width: 50px;
    height: auto;
}

/* About Section */
.about-us {
    background-color: #fdfdfd;
}

.about-us h2 {
    font-size: 2rem;
    color: #1b1b1b;
}

.about-us .about-footer span {
    font-weight: bold;
    font-size: 1rem;
}

.about-us .about-footer {
    font-size: 0.95rem;
}

.about-content h3 {
    font-size: 2rem;
}

.about-footer {
    padding: 28px 0;
    background-color: #1ec28e;
}

.card-bg-1 {
    background-color: #f1f9fc;
    border: 1px solid #c9e2ed;
}

.card-bg-2 {
    background-color: #fdf7f3;
    border: 1px solid #e8d5c4;
}

.card-bg-3 {
    background-color: #f0fbf8;
    border: 1px solid #c8e9de;
}


/* Category Button */
.category-btn {
    border-radius: 25px;
    background-color: #ffc29f;
    color: #000;
}

.category-btn.active {
    background-color: #f97316;
    color: #fff;
}

.icon-custom-color {
    color: #2cc7fa;
}

.icon-custom-colortw {
    color: #ff853f;
}

.icon-custom-colorthre {
    color: #1ec28e;
}

.card-img-wrapper {
    position: relative;
    overflow: hidden;
}

.card-img-top {
    border-radius: 0;
    height: 220px;
    object-fit: cover;


}

.Coursescrd {
    padding: 14px;

}

.card-img-wrapper {
    position: relative;
    overflow: hidden;
}

.shine-effect {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(255, 255, 255, 0.3) 60%,
            rgba(255, 255, 255, 0.05) 100%);
    transform: skewX(-20deg);
    pointer-events: none;
}

.card:hover .shine-effect {
    animation: shine-slide 1s ease forwards;
}

@keyframes shine-slide {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.badge-price {
    position: absolute;
    top: 25px;
    left: 31px;
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 50px;
}

.card-title {
    font-weight: 600;
    font-size: 18px;
}

.learnptl-footer {
    background-color: #121212;
    font-size: 14px;
    color: #fff;
}

.learnptl-footer h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.learnptl-footer ul li {
    margin-bottom: 8px;
    color: #ccc;
}

.learnptl-footer ul li i {
    color: #ff3366;
    margin-right: 8px;
}

.footer-icon {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.footer-icon:hover {
    color: #00ffcc;
}

.why-choose-section {
    background-image: url('../../images/learn-ban.jpg');
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #222;
}

.section-tag {
    letter-spacing: 1px;
}

.section-heading {
    font-size: 2rem;
}

.section-description {
    line-height: 1.6;
}

.feature-box i {
    font-size: 1.2rem;
}

.support-info {
    font-weight: 500;
}

.experience-badge {
    z-index: 5;
}

.bg-soft-blue {
    background-color: #eaf6ff;
}

.bg-soft-green {
    background-color: #e6f9f1;
}

.bg-soft-orange {
    background-color: #fff1e6;
}

.bg-soft-purple {
    background-color: #f3e9fb;
}

.bg-primary-subtle {
    background-color: #dce9ff;
}

.bg-success-subtle {
    background-color: #d6f5e6;
}

.bg-warning-subtle {
    background-color: #ffeccc !important;
}

.bg-purple-subtle {
    background-color: #ebdff6;
}

.text-purple {
    color: #8e44ad;
}

.bg-purple {
    background-color: #7f3f98;
}

.bg-soft-blue {
    background-color: #e9f5ff;
}

.bg-soft-green {
    background-color: #e3f8f1;
}

.bg-soft-orange {
    background-color: #fff3e3;
}

.partners-section {
    background-color: #f0fbf8;
}

.textdta {
    color: #ff853f !important;
}

.instructor-section .text-warning {
    font-size: 22px;
}

.trial-banner {
    background-color: #76407c;
    padding: 16px 60px 26px 47px;
    border-radius: 30px !important;
}

.partner-card {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.teambox {
    width: 220px;
    height: 220px;
}

.revimg {
    height: 110px !important;
    background: white;
    border-radius: 12px;
    padding: 10px 20px 10px 20px;

}

.fintxt {
    font-weight: 500;
}

.step-image {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.step-image img {
    width: 100%;
    height: auto;
}

.step-box {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0);
    /* Transparent if needed */
}



.step1 {
    top: 35%;
    left: 11%;
}

.step2 {
    top: 35%;
    left: 41%;
}

.step3 {
    top: 36%;
    right: 12%;

}

.step-title {
    font-weight: 700;
    font-size: 1.5rem;
}

.step1 .step-title {
    color: #8e2de2;
}

.step2 .step-title {
    color: #00b894;
}

.step3 .step-title {
    color: #fd7e14;
}

.step-text {
    font-size: 0.9rem;
    color: #777;
}

.LearnAnycall {
    border: 3px solid white;
    border-radius: 50%;
    padding: 10px;
    animation: ripple-white 1.5s linear infinite;
    /* Increased duration for smoother animation */
    position: relative;
    z-index: 1;
}

/* White Ripple Animation with 3 Layers */
@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.1);
    }

    40% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.1);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 0 0 0 25px rgba(255, 255, 255, 0.5), 0 0 0 35px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

.blogbx {
    width: 100%;
    padding: 9px;
    font-weight: 500;
    font-size: 16px;
}

.feature-icon {
    width: 60px;
    transition: filter 0.3s ease;
}

.feature-box:hover .feature-icon {
    filter: brightness(0) invert(1);
    /* Makes the icon white on hover */
}


.text-purple {
    color: #6f42c1;
}

.bg-purple {
    background-color: #6f42c1;
}

.aboutus-banner {
    background: url('../../images/learn-ban.jpg') no-repeat center center;
    background-size: cover;
    height: 400px;
    /* Adjust as needed */
    position: relative;
    z-index: 1;
}

.bredcumtxt {
    color: black;
    font-size: 49px;
}

.brdlink {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1ec28e;
    font-weight: 500;
    font-family: "Outfit";
    text-decoration: none;
}

.brdtxt {
    font-weight: 500;
}

.imgbrdcum {
    max-width: 91%;
}

.aboutus-feature-box img {
    transition: transform 0.3s ease;
}

.aboutus-feature-box:hover img {
    transform: scale(1.1);
}

.banner {
    background-image: url('../../images/call-to-bg2.png');
    /* Replace with your image path */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 30px 20px;
}

.banner-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.banner-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 15px;
}

.btn-outline-light {
    border-radius: 30px;
    font-weight: bold;
    padding: 10px 25px;
}

.contact-form-bx {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.con-info {
    padding: 30px;
}

.info-box {
    background: #f0fbf9;
    border-radius: 15px;
    padding: 25px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 1.2rem;
    color: #76407c;
    transition: color 0.3s ease;
}

.info-item:hover .info-icon {
    color: #f54784;
    /* Change to any color you like */
    cursor: pointer;
}

.form-check-label {
    font-size: 0.9rem;
}

.btn-send {
    background-color: #e23959;
    border: none;
    padding: 10px 30px;
    color: white;
    border-radius: 25px;
}

.section-title {
    font-weight: 700;
}

.text-muted-custom {
    color: #666;
}

.blog-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.btn-read {
    border-radius: 50px;
    padding: 5px 20px;
    font-weight: 500;
}

.post-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f97316;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.tag {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 14px;
    margin: 4px;
    display: inline-block;
}


.blog-card {
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.blog-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.blog-date {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #0dcaf0;
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 4px;
}

.card-footer {
    background-color: transparent;
    border-top: none;
}

.author-name {
    font-size: 14px;
    color: #888;
}

.card-title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 8px;
}

.btn-read {
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 14px;
}

.sidebar h5 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.sidebar {
    filter: drop-shadow(0px 10px 20px rgba(193, 208, 203, 0.25));
    background-color: #ffffff;
    padding: 40px 40px 35px;
    position: relative;
    border-radius: 30px;
}

.recent-posts img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 10px;
}

.tag-cloud .btn {
    border-radius: 20px;
    font-size: 13px;
    margin: 5px 5px 0 0;
}

.list-unstyled a {
    color: #212529;
    /* default dark color */
    text-decoration: none;
}

.list-unstyled a:hover {
    color: #0d6efd;
    /* blue on hover */
}

.list-unstyled a:active,
.list-unstyled a:focus {
    color: #198754;
    /* green on active/click */
}

.list-unstyled a:visited {
    color: #6c757d;
    /* grey on visited (only works with real hrefs) */
}

.blog-meta img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.blog-meta span {
    font-size: 14px;
    color: #6c757d;
}

.highlight-box {
    background: #f8f8f8;
    border-left: 3px solid #000;
    padding: 15px;
    font-style: italic;
    margin: 30px 0;
}

.check-list li::before {
    content: '\2713';
    color: #28a745;
    margin-right: 10px;
}

.comment-box {
    background: #e9f9f3;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.tag-btn {
    background: #e6f4ef;
    color: #28a745;
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 5px 5px 0 0;
}

.combox {
    margin-bottom: 20px;
    position: relative;
    padding: 45px 253px 26px 40px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
}


.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.subcmt {
    transition: .5s;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
    width: 182px;
    height: 50px;
    border-radius: 25px;
    background-color: #1ec28e;
    border: 0;
    margin-top: 23px;
}

.search-bar {
    background: #fff;
    border-radius: 40px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.form-control:focus {
    box-shadow: none;
}

.search-btn {
    background-color: #7b3f9c;
    color: white;
    padding: 8px 30px;
    border-radius: 25px;
    border: none;
}

.search-btn:hover {
    background-color: #682c89;
}

.custom-dropdown {
    border: none;
    background-color: transparent;
    font-weight: 500;
    color: #666;
}

.custom-dropdown:focus {
    box-shadow: none;
}


.teacher-card {
    border: 1px solid #00b894;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.teacher-img {
    width: 100%;
    border-radius: 10px;
}

.teacher-name {
    font-weight: 600;
    font-size: 18px;
}

.teacher-rating {
    font-size: 14px;
    color: #f39c12;
}

.teacher-badge {
    background-color: #e0f8f5;
    color: #00b894;
    font-size: 12px;
    border-radius: 15px;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 6px;
    border: 1px solid #00b894;
    font-weight: 500;
}

.teacher-stats {
    font-size: 13px;
    color: #555;
    margin-top: 10px;
}

.teacher-stats i {
    color: #00b894;
    margin-right: 5px;
}

.social-icons i {
    font-size: 16px;
    color: #000;
    margin-right: 12px;
}

.social-icons i:hover {
    color: #00b894;
}

.about-section h6 {
    font-weight: 600;
    font-size: 16px;
}

.price-tag {
    background-color: #00b894;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 20px;
    padding: 6px 16px;
    float: right;
}

.about-desc {
    font-size: 13px;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
}

.contact-info {
    font-size: 14px;
    margin-top: 15px;
}

.contact-info i {
    color: #00b894;
    margin-right: 8px;
}

.view-more {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.view-more:hover {
    text-decoration: underline;
}

.social-icons i {
    transition: transform 0.3s, color 0.3s;
    color: #76407c;
}

.footsocial-icon {
    width: 40px;
    height: 40px;
    background-color: rgb(255 255 255 / 17%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16x;
}

.footsocial-icon:hover {
    background-color: #e4395a;
    color: white;
    opacity: 1;
    transform: scale(1.1);
}

.social-icons i:hover {
    color: #00b894;
    /* Color change on hover */
    transform: scale(1.1);
    /* Scale up on hover */
}

.insicon {
    font-size: 2rem;
    margin-right: 15px;
}

.btn-price {
    font-size: 1.5rem;
    /* You can adjust the size */
    text-decoration: none;
    color: #000000;
    /* Initial color */
    transition: color 0.3s ease, transform 0.3s ease;
    background: #00b894;
    padding: 4px 20px 4px 20px;
    border-radius: 60px;
}

.btn-price:hover {
    color: #ffffff;
    /* Change color on hover */
    transform: scale(1.05);
    /* Slight zoom effect on hover */
}

.instdtl-btn {
    background-color: #e4395a;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.instdtl-btn:hover {
    background-color: #c32c4b;
    text-decoration: none;
}

/* Floating button container */
.flot-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/* Main floating button style */
.btnflot {
    background-color: #e4395a;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.btnflot:hover {
    background-color: #c32c4b;
}

/* Social icons container */
.socil-ico {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Hidden class */
.hidden {
    display: none;
}

.bk-onebtn {
    background-color: #e4395a;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.bk-twobtn {
    background-color: #00b894;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}


.bk-onebtn:hover {
    background-color: #fd5d7d;

}

.bk-twobtn:hover {
    background-color: #13d5ae;

}



/* Each social icon style */
.socil-ico-item {
    background-color: #fff;
    color: #555;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.socil-ico-item:hover {
    color: white;
}

.facebook:hover {
    background-color: #3b5998;
}

.twitter:hover {
    background-color: #00acee;
}

.linkedin:hover {
    background-color: #0077b5;
}

.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
}

.whatsapp:hover {
    background-color: #25D366;
    color: white;
}

.phone:hover {
    background-color: #007bff;
    color: white;
}


.book-btn {
    background-color: #00b894;
}

.book-btn:hover {
    background-color: #00916b;
}


.navbar-toggler {
    background-color: black;
}

.auth-container{
    /* background: #f0f0f0; */
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.auth-section {
  width: 100%;
  max-width: 1050px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap; /* allows wrapping on smaller screens */
}

/* Left (image) */
.auth-left {
  flex: 1;
  min-height: 600px;
  background: url('images/sign-im.jpg') center center / cover no-repeat;
  /* Replace the URL above if you prefer another image */
}

/* Right (form) */
.auth-right {
  flex: 1;
  padding: 50px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-right img {
  height: 70px;
  margin-bottom: 20px;
}

.auth-right h3 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #5e2ced;
}

/* Form controls */
.auth-form input,
.auth-form select {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
}

/* Phone input group */
.phone-group {
  display: flex;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.phone-group select {
  max-width: 130px;
}
.phone-group input {
  flex: 1;
  min-width: 180px;
}

/* Button */
.btn-login {
  width: 100%;
  background: #e74c63;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

/* Links */
.auth-links {
  font-size: 14px;
  margin-top: 10px;
}
.auth-links a {
  text-decoration: none;
  color: #5e2ced;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .auth-section {
    flex-direction: column;
  }

  .auth-left {
    display: none; /* hide image on mobile */
  }

  .auth-right {
    padding: 30px 20px;
  }

  .phone-group {
    flex-direction: column;
  }
  .phone-group select,
  .phone-group input {
    width: 100%;
    max-width: 100%;
  }

  .auth-form .row > div {
    margin-bottom: 15px;
  }

  /* Utility alignment fix (if used) */
  .d-flex.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }

  .auth-links {
    text-align: center;
  }
}
