@import url('https://fonts.googleapis.com/css2?family=Ancizar+Serif:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+Devanagari:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Noto Sans Devanagari", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: fit-content;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

.whatsapp{
    width: 60px;
    height: 60px;
    background: green;
    position: fixed;
    right: 0px;
    bottom: 75px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.whatsapp a{
    color: white;
    cursor: pointer;
}
.whatsapp i{
    color: white;
    font-size: 28px;
}

.header {
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.inner-header {
    width: 90%;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    font-size: 24px;
    font-weight: 600;
    color: crimson;
}

.header-logo span {
    color: black;
}

.header-link {
    display: flex;
    gap: 20px;
}

.header-link a {
    transition: color 0.3s ease, transform 0.3s ease;
}

.header-link a:hover {
    color: crimson;
}

.header-btn {
    padding: 10px 15px;
    background-color: crimson;
    color: white;
}

.logout-btn {
    border: none;
    padding: 10px 15px;
    background-color: crimson;
    color: white;
    cursor: pointer;
}

.sidebar-btn {
    padding: 10px 15px;
    background-color: crimson;
    color: white;
    display: none;
    cursor: pointer;
}

.sidebar {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: -115%;
    z-index: 1000;
    background-color: #2222228e;
    transition: left 0.4s ease-in-out;
}

.sidebar.active {
    left: 0px;
}

.inner-sidebar {
    width: 100%;
    height: 100%;
    position: relative;
}

.sidebar-box {
    width: 70%;
    height: 100%;
    background-color: #ffffff;
    padding: 25px;
}

.sidebar-logo {
    font-size: 24px;
    font-weight: 600;
    color: crimson;
}

.sidebar-logo span {
    color: black;
}

.sidebar-link {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.sidebar-link a {
    transition: color 0.3s ease, transform 0.3s ease;
}

.sidebar-link a:hover {
    color: crimson;
}

.sidebarbtn {
    padding: 10px 15px;
    background-color: crimson;
    color: white;
    margin-top: 25px;
}

.sidebar-close {
    width: 45px;
    height: 45px;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: crimson;
    color: white;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: display 1s ease-in-out;
}

.sidebar-close.active {
    display: flex;
}

.sidebar-close i {
    font-size: 18px;
}

.hero {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    margin-top: 70px;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease;
}

.hero:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.676);
    /* semi-transparent black */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.overlay h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.overlay h1 span {
    color: crimson;
}

.overlay p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    width: 100%;
    text-align: center;
    margin: 0 auto 20px auto;
    white-space: normal;
    /* allows text to wrap */
    padding: 0 20px;
}

.overlay p strong {
    color: crimson;
}

.overlay .call-btn {
    padding: 10px 15px;
    background-color: crimson;
    color: white;
    display: none;
}

.call-btn a {
    color: white;
}

.heading {
    width: 100%;
    height: fit-content;
    margin-top: 30px;
    margin-bottom: 25px;

}

.inner-heading {
    width: 90%;
    height: fit-content;
    margin: auto;
    text-align: center;
}

.inner-heading {
    width: 90%;
    max-width: 900px;
    margin: 60px auto 40px auto;
    text-align: center;
    padding: 20px;
}

.inner-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    position: relative;
}

.inner-heading h2::after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #ff5a5f;
    display: block;
    margin: 12px auto 0;
    border-radius: 2px;
}

.inner-heading p {
    font-size: 18px;
    color: #555;
    font-weight: 400;
    margin-top: 10px;
}

.sectiontwo {
    width: 100%;
    padding: 40px 0;
    background-color: #fce4e4;
}

.inner-sectiontwo {
    width: 90%;
    margin: auto;
}

.img-card {
    width: 100%;
    max-width: 350px;
    /* Control card width */
    height: 250px !important;
    /* Fixed height for uniformity */
    overflow: hidden;
    margin-left: 20px;


    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.img-card img {
    width: 100%;
    height: 100% !important;
    /* Fill full height */
    object-fit: cover;
    /* Crop to fit */
    display: block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}




.slick-dots {
    bottom: -30px;
    display: flex !important;
    justify-content: center;
    gap: 10px;
}

.slick-dots li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Active dot */
.slick-dots .slick-active button {
    background-color: #ff5a5f;
    width: 14px;
    height: 14px;
}

.space-container {
    width: 100%;
    height: fit-content;
    background-color: white;
}

.space {
    width: 100%;
    padding: 40px 0;

}

.inner-space {
    width: 90%;
    margin: auto;
}

.about {
    width: 100%;
    height: fit-content;
}

.inner-about {
    width: 90%;
    height: fit-content;
    margin: auto;
    display: flex;
    margin-bottom: 20px;
}

.aboutone h3 {
    margin-bottom: 15px;
}

.aboutone p {
    margin-bottom: 15px;
}

.abouttwo {
    width: 100%;
}

.abouttwo h3 {
    margin-bottom: 15px;
}

.abouttwo ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.abouttwo ul li {
    padding: 10px 15px;
    margin-bottom: 10px;

    background-color: #ffecec;
    color: black;
}

.abouttwo ul li i {
    margin-right: 10px;
    color: crimson;
}

.enquiry {
    width: 100%;
    height: fit-content;
}

.inner-enquiry {
    width: 90%;
    height: fit-content;
    display: flex;
    justify-content: center;
    margin: auto;
}

.form {
    width: 50%;
}

.input-box {
    width: 100%;
    margin-bottom: 20px;
}


.input-box input {
    display: block;
    width: 100%;
    padding: 15px 10px;
    margin-top: 5px;
}

.input-box textarea {
    display: block;
    width: 100%;
    padding: 15px 10px;
    resize: vertical;
    margin-top: 5px;
}

.input-box span {
    display: block;
    font-size: 14px;
    color: #ff4d4f;
    text-align: end;
    margin-top: 7px;
}

.button-box {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.button-box button {
    border: 0px;
    padding: 15px 25px;
    color: white;
    background-color: crimson;
    cursor: pointer;
}

.footer {
    width: 100%;
    height: fit-content;
    background-color: rgb(67, 66, 66);
    margin-top: 50px;
    border-top: 5px solid crimson;
}

.inner-footer {
    width: 90%;
    height: 300px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-logo {
    font-size: 24px;
    font-weight: 600;
    color: crimson;
}

.footer-logo span {
    color: rgb(255, 255, 255);
}

.footer-link {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.footer-link a {
    color: white;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-link a i {
    margin-right: 15px;
    color: white;
}

.footer-link a:hover {
    color: crimson;
}

.copy {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    padding: 15px 10px;
    background-color: black;
    color: white;
}

.copy a {
    color: #ff5a5f;
    margin-left: 10px;
}

.leads {
    width: 100%;
    margin-top: 100px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.inner-leads {
    width: 90%;
    max-height: 600px;
    margin: auto;
    overflow-x: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 0px;
    padding: 0px;
}

.inner-leads table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.inner-leads th,
.inner-leads td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.inner-leads thead {
    background-color: #f5f5f5;
}

.inner-leads tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.inner-leads tbody tr:hover {
    background-color: #f1f1f1;
}

.inner-leads button {
    background-color: #ff4d4f;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.inner-leads button:hover {
    background-color: #d9363e;
}