* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.top-head {
    color: #896c26;
    font-weight: 600;
    font-size: 18px;
}

.btn-sec {
    color: #c9a96e;
    text-decoration: none;
}

.btn-sec:hover {
    color: #a88532;
    ;
    text-decoration: none;
    transition: 0.5s;
}

.btn-sec i {
    color: #c9a96e;
    font-size: 14px;
}

.btn-sec:hover i {
    color: #a88532;
    ;
    transition: 0.5s;
}

/* btn-main start */
.btn-main {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 18px;
    /* border: 1px solid #fff; */
    background: transparent;
    /* IMPORTANT: transparent */
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: color .35s ease, border-color .35s ease;
    text-decoration: none;
    border-radius: 36px;
    z-index: 2;
}

.btn-main span i {
    color: white;
}

/* Base background (primary color) */
.btn-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #896c26;
    z-index: -1;
}

/* Sliding background (secondary color) */
.btn-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: black;
    transform: translateX(-100%);
    /* left se start */
    transition: transform .35s ease;
    z-index: -1;
}

/* Text wrapper */
.btn-main span {
    position: relative;
    z-index: 1;
}

/* Hover effects */
.btn-main:hover::after {
    transform: translateX(0);
    /* left â†’ right swipe */
    border: 1px solid black;
}

.btn-main:hover {
    color: white;
    border-color: black;
}

/* btn-sec end */


.heading {
    font-size: 40px;
    color: black;
    font-weight: bold;
    margin-bottom: 26px;
    position: relative;
    font-family: "Playfair Display ";
}

.heading::after {
    position: absolute;
    content: "";
    background-color: #896c26;
    height: 3px;
    width: 10%;
    bottom: -5px;
    left: 0;
}


/* top-header start */
#top-header .left p a {
    color: white;
    transition: 0.5s;
    text-decoration: none;
}

#top-header .left i {
    color: #896c26;
}

#top-header .left p span {
    color: white;
}

#top-header {
    background-color: black;
    padding: 10px 0;
}

#top-header .right .main-box .icon i {
    color: #896c26;
    margin-right: 10px;
    font-size: 18px;

}

#top-header .right .main-box .content {
    margin-right: 10px;
}

#top-header .right .main-box .content p {
    color: white;
}

#top-header .right .main-box .soci-icon i {
    color: white;
    border-right: 1px solid #ffffff73;
    padding-right: 20px;
    padding-left: 5px;
    transition: 0.5s;
    transition: transform .6s ease;
    transform-style: preserve-3d;
}

#top-header .right .main-box .soci-icon i:hover {
    transform: rotateY(360deg);
    color: #896c26;
}

/* top-header end */


/* header start */
.navbar-toggler:focus {
    box-shadow: none !important;
}

#header {
    position: relative;
}

#header .nav-link {
    color: black;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}

#header .nav-link:hover {
    color: #896c26;
    border-bottom: 1px solid #896c26;
    transition: 0.5s;
}

#header .nav-link.active {
    color: #896c26;
    border-bottom: 1px solid #896c26;
    transition: 0.5s;
}

#header .nav-item {
    margin-right: 10px;
}

.dropdown-item {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: black !important;
    transition: 0.5s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: white !important;
    color: var(--red) !important;
}


/* header end */

/* home-banner section start */

.carousel-control-next-icon {
    background: var(--primary);
    border-radius: 50%;
}

.carousel-control-prev-icon {
    background: var(--primary);
    border-radius: 50%;
}

.carousel-indicators {
    display: none
}

#home-banner.home-banner-1 {
    display: block;
}

#home-banner.home-banner-2 {
    display: none;
}

#home-banner {
    position: relative;
}

.home-banner .carousel-inner .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    height: fit-content;
}

.home-banner {
    background-image: url("img/banner.jpg");
    background-position: center;
    background-size: cover;
    height: 87vh;
    background-repeat: no-repeat;
    background-image: #172c59e3;
}

.home-banner-2 {
    background-image: url("img/banner-short.jpg");
    background-position: center;

}

.home-banner .main-box {
    justify-content: center;
}


.home-banner .carousel-inner .first .carousel-caption {
    text-align: end;

}

.home-banner .carousel-inner .second .carousel-caption {
    text-align: start;
}

.home-banner .left h1 {
    font-size: 60px;
    color: white;
    margin-bottom: 20px;
    font-family: popins;
    font-weight: bold;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
}

.home-banner .left p {
    font-size: 18px;
    color: var(--secondary);
    /* font-weight: 600; */
    color: white;
    transform: translateY(30px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.6s;
}

.home-banner .left .sub-head {
    color: white;
    margin-bottom: 20px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeDown 1s ease forwards;
}

.home-banner .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-banner .ban-box {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.9s;
}


/* .home-banner .carousel-inner .carousel-caption p span{
  color: #1a72dc;
} */

.home-banner .carousel-inner .first .carousel-caption p:nth-child(2) {
    font-size: 20px;
    font-weight: normal;
    color: white;
    margin-left: 30%;

}

.home-banner .carousel-inner .second .carousel-caption p:nth-child(2) {
    margin-right: 30%;
    margin-left: 0;
    margin-bottom: 25px;
}


.home-banner .carousel-inner .third .carousel-caption p:nth-child(2) {
    margin-left: 30%;
}

.home-banner .carousel-inner .carousel-caption .calling {
    background-color: white;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-left: 10px;
    text-align: end;
}

.home-banner .carousel-inner .carousel-caption .calling a i {
    color: var(--primary);
}

/* 
.home-banner .carousel-inner .carousel-caption h5 {
  color: var(--primary);
} */


/* Keyframes */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* home-banner section end */


/* about-sec start */
#about-sec .right .icon-box .img-box {
    height: 50px;
    width: 50px;
}

.about-sec {
    height: fit-content;
}

#about-sec .right .num {
    font-weight: bold;
    font-size: 40px;
    margin-left: 5px;
}

#about-sec .right .second {
    font-size: 24px;
    font-weight: bold;
    font-family: "Playfair Display";
}

#about-sec .left .img-box {
    position: relative;
}

#about-sec .left .img-box .img-wrapper {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: black;
    top: 30px;
    right: 30px;
    z-index: -1;
}
#about-sec .heading{
    text-align:justify;
}

#about-sec .right p{
    text-align:justify;
}


/* about-sec end */

/* practice-section start */

.practice-section {
    position: relative;
    background: url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f') no-repeat center center/cover;
}

#practice-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(4 4 4 / 85%);
    top: 0;
    left: 0;
}

#practice-section .heading::after {
    left: 50%;
    transform: translateX(-50%);
}


#practice-section .practice-card {
    text-align: center;
    padding: 20px;
    transition: 0.3s;
}

#practice-section .practice-card i {
    font-size: 46px;
    margin-bottom: 20px;
    color: #fff;
}

#practice-section .practice-card h4 {
    margin-bottom: 15px;
    font-weight: 500;
}

#practice-section .practice-card p {
    font-size: 16px;
    color: #e7e4e4;
}

#practice-section .practice-card span {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #c9a96e;
}

#practice-section .practice-card:hover {
    transform: translateY(-5px);
}

/* why-choose start */
#why-choose {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
        url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f') right center/cover no-repeat;
    padding: 80px 0;
    font-family: 'Segoe UI', sans-serif;
}

#why-choose .right h4 {
    font-family: "Playfair Display ";
    margin-bottom: 5px;
    font-weight: 600;
}

#why-choose .right .icon-box {
    padding: 10px;
}

#why-choose .right .main-box {
    border-bottom: 1px solid #80808036;
    margin-bottom: 10px;
}


/* practice-section start */


.services-sec {
    /* background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
        url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f') right center/cover no-repeat; */
    padding: 80px 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #fbf8f2;
}

.services-sec .heading::after {
    left: 50%;
    transform: translateX(-50%);

}

#services-sec .card .card-title {
    font-weight: 600;
    font-size: 22px;
    font-family: "Playfair Display ";
}

#services-sec .card {
    border: 1px solid #7d7c7c36;
    overflow: hidden;
}

#services-sec .card:hover .card-img-top {
    transform: scale(1.1);
    transition: 0.8s;
}


/* services-sec end */


/* hero-section start */
.hero-section {
    position: relative;
    height: 450px;
    background: url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Dark overlay */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 70%));
}

/* Content */
.hero-section .hero-content {
    position: relative;
    color: #fff;
    max-width: 850px;
    z-index: 2;
}

.hero-section .hero-content h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}

.hero-section .hero-content p {
    font-size: 18px;
    color: #ececec;
    margin-bottom: 25px;
    font-weight: normal;
}

/* Button */
.hero-section .hero-btn {
    background: #c8b38a;
    color: #000;
    padding: 14px 35px;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    transition: 0.3s;
}

.hero-section .hero-btn:hover {
    background: #a89268;
    color: #fff;
}



/* hero-section end */

/* testimonial start */
#testimonial {
    position: relative;
}

#testimonial::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background-color: #fbf8f2;
    z-index: -1;

}

#testimonial .heading::after {
    left: 50%;
    transform: translateX(-50%);
}

#testimonial .card-custom {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    background: #fff;
    max-width: 700px;
}

#testimonial .profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #f1f1f1;
}

#testimonial .username {
    color: #6c757d;
    font-size: 14px;
}

#testimonial .card-text {
    font-size: 15px;
    color: #444;
}


/* testimonial end */

/* footer start */

.site-footer {
    background-color: black;
    color: #ffffff;
    padding: 70px 0 30px;
    font-size: 15px;
}

.footer-logo {
    font-size: 42px;
    font-weight: 700;
    font-family: "Playfair Display ";
    color: white;
}

.footer-logo span {
    display: block;
    font-size: 11px;
    letter-spacing: 4px;
    margin-top: -5px;
}

.footer-text {
    margin: 20px 0;
    line-height: 1.7;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.footer-social a:hover {
    background: #ffffff;
    color: #896c26;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}

.footer-links a::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #896c26;
    ;
}

.footer-links a:hover {
    color: #896c26;
    ;
    transition: 0.5s;
}

.footer-contact {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.footer-contact a {
    color: white;
}

.footer-contact a:hover {
    color: #896c26;
    transition: 0.5s;
}

.footer-contact i {
    font-size: 20px;
    margin-right: 15px;
    margin-top: 4px;
}

.footer-contact p {
    margin: 5px 0 0;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.3);
    margin: 40px 0 20px;
}

.footer-bottom {
    font-size: 14px;
}

.footer-bottom a {
    color: white;
}

.bottom-footer a:hover {
    color: white;
}


/* footer end */

/* faq start */

.faq-section {
    background: #ffffff;
}



.accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion-button {
    background: #f8f9fa;
    border-radius: 8px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button:not(.collapsed) {
    background: var(--primary) !important;
    color: black !important;
}

.accordion-button .icon {
    margin-left: auto;
    transition: 0.3s;
}

.accordion-button:not(.collapsed) .icon {
    transform: rotate(180deg);
    color: black;
}

.accordion-body {
    border-radius: 0 0 8px 8px;
    color: #555;
}

.accordion-button::after {
    display: none;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.form-control {

    border: 1px solid #2f2f2f !important;
}

form label {
    color: black;
    font-weight: 600;
}

.form-control:focus {
    box-shadow: none !important;
}

/* faq end */

/* fixed-social icon */
.social {
    width: 200px;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 80%;
    right: -160px;
    border-radius: 10px;
    z-index: 10;
    box-sizing: border-box;
    transform: translateY(-50%);
}


.social a {
    padding: .5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
    margin-top: 0.2rem;
    transition: all 0.5 ease;
    border-radius: 5px;
    margin-right: 5px;
}

.social a:hover {
    transform: translateX(-100px);
    transition: 0.5s;
}

.social a svg {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    color: white;
}

.social a i {
    margin-right: 1rem;
    color: white;
    font-size: 20px;
}

.social a.facebook {
    background-color: #1877F2;
}

.social a.instagram {
    background-color: #E4405F;
}

.social a.youtube {
    background-color: #CD201F;
}

.social a.phone {
    background-color: #ff8433;
}

.social a.linkedin {
    background-color: #0A66C2;
}

.social a.whatsapp {
    background-color: #13bd2f
}

/* fixed-left end */


