.register-btn {
    background-color: #FAA216; /* Button color */
    color: white; /* Text color */
    border: none;
    padding: 12px 24px; /* Adjust padding for better shape */
    font-size: 16px; /* Adjust font size */
    cursor: pointer;
    border-radius: 10px; /* Slightly rounded corners */
    transition: 0.3s ease-in-out;
    font-weight: bold; /* Makes text bolder */
}

/* Optional: Add hover effect */
.register-btn:hover {
    background-color: #e69514; /* Slightly darker shade on hover */
}






@media (min-width: 800px) and (max-width:1280px){
    .horizontal-scroll-container {
        height: auto; /* Adjust height for smaller screens */
        margin-top: 0; /* Remove margin */
    }

    .full-screen-image {
        height: auto;
        max-height: 100vh;
		margin-top:-40px!important;
    }

    .full-screen-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-top: 0; /* Remove margin for mobile */
    }
}

@media (width: 1024px) and (height: 600px) {
    .horizontal-scroll-container {
        height: auto;
        margin-top: 0; /* Remove any extra margin */
    }

    .full-screen-image {
        height: auto;
        max-height: 100vh;
        margin-top: -130px !important;
    }

    .full-screen-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 0; /* Remove extra gap */
    }

    /* Hide mobile-specific images on larger screens */
    .full-screen-image.mobile {
        display: none !important;
    }

    /* Adjust content section to reduce gap */
    .cont {
        margin-top: -90px !important; /* Moves content section closer to images */
        padding: 0 20px; /* Adds consistent padding */
    }

    .section-container, .section-container2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px; /* Increased gap between text and image */
        flex-wrap: wrap;
    }

    .text-content {
        flex: 1;
        font-size: 20px; /* Slightly larger font size for better readability */
        color: #36332E;
        line-height: 1.6;
    }

    .image-container {
        flex: 1;
        text-align: center;
    }

    .image-container img {
        width: 100%;
        height: auto;
        max-width: 420px; /* Increased size for better visibility */
    }

    h2 {
        font-size: 36px; /* Slightly larger heading size */
        font-weight: bold;
        color: #000000;
        margin-bottom: 16px;
    }
}

@media (width: 800px) and (height: 1180px) {
    .horizontal-scroll-container {
        height: auto;
        margin-top: 0; /* Remove any extra margin */
    }

    .full-screen-image {
        height: auto;
        max-height: 100vh;
        margin-top: -60px !important;
    }

    .full-screen-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 0; /* Remove extra gap */
    }

    /* Hide mobile-specific images on larger screens */
    .full-screen-image.mobile {
        display: none !important;
    }

    /* Adjust content section to reduce gap */
    .cont {
        margin-top: -1190px !important; /* Moves content section closer to images */
        padding: 0 20px; /* Adds consistent padding */
    }

    .section-container, .section-container2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px; /* Increased gap between text and image */
        flex-wrap: wrap;
    }

    .text-content {
        flex: 1;
        font-size: 20px; /* Slightly larger font size for better readability */
        color: #36332E;
        line-height: 1.6;
    }

    .image-container {
        flex: 1;
        text-align: center;
    }

    .image-container img {
        width: 100%;
        height: auto;
        max-width: 420px; /* Increased size for better visibility */
    }

    h2 {
        font-size: 36px; /* Slightly larger heading size */
        font-weight: bold;
        color: #000000;
        margin-bottom: 16px;
    }
}


@media (width: 912px) and (height: 1368px) {
    .horizontal-scroll-container {
        height: auto;
        margin-top: 0; /* Remove any extra margin */
    }

    .full-screen-image {
        height: auto;
        max-height: 100vh;
        margin-top: -140px !important;
    }

    .full-screen-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 0; /* Remove extra gap */
    }

    /* Hide mobile-specific images on larger screens */
    .full-screen-image.mobile {
        display: none !important;
    }

    /* Adjust content section to reduce gap */
    .cont {
        margin-top: -890px !important; /* Moves content section closer to images */
        padding: 0 20px; /* Adds consistent padding */
    }

    .section-container, .section-container2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px; /* Increased gap between text and image */
        flex-wrap: wrap;
    }

    .text-content {
        flex: 1;
        font-size: 20px; /* Slightly larger font size for better readability */
        color: #36332E;
        line-height: 1.6;
    }

    .image-container {
        flex: 1;
        text-align: center;
    }

    .image-container img {
        width: 100%;
        height: auto;
        max-width: 420px; /* Increased size for better visibility */
    }

    h2 {
        font-size: 36px; /* Slightly larger heading size */
        font-weight: bold;
        color: #000000;
        margin-bottom: 16px;
    }
}

@media (width: 853px) and (height: 1280px) {
    .horizontal-scroll-container {
        height: auto;
        margin-top: 0; /* Remove any extra margin */
    }

    .full-screen-image {
        height: auto;
        max-height: 100vh;
        margin-top: -140px !important;
    }

    .full-screen-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 0; /* Remove extra gap */
    }

    /* Hide mobile-specific images on larger screens */
    .full-screen-image.mobile {
        display: none !important;
    }

    /* Adjust content section to reduce gap */
    .cont {
        margin-top: -890px !important; /* Moves content section closer to images */
        padding: 0 20px; /* Adds consistent padding */
    }

    .section-container, .section-container2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px; /* Increased gap between text and image */
        flex-wrap: wrap;
    }

    .text-content {
        flex: 1;
        font-size: 20px; /* Slightly larger font size for better readability */
        color: #36332E;
        line-height: 1.6;
    }

    .image-container {
        flex: 1;
        text-align: center;
    }

    .image-container img {
        width: 100%;
        height: auto;
        max-width: 420px; /* Increased size for better visibility */
    }

    h2 {
        font-size: 36px; /* Slightly larger heading size */
        font-weight: bold;
        color: #000000;
        margin-bottom: 16px;
    }
}

@media (width: 1024px) and (height: 1366px) {
    .horizontal-scroll-container {
        height: auto;
        margin-top: 0; /* Remove any extra margin */
    }

    .full-screen-image {
        height: auto;
        max-height: 100vh;
        margin-top: -150px !important; /* Force the images closer to the top */
    }

    .full-screen-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: -50px; /* Tighten the gap more by reducing margin */
    }

    /* Hide mobile-specific images on larger screens */
    .full-screen-image.mobile {
        display: none !important;
    }

    /* Adjust content section to remove extra space */
    .cont {
        margin-top: -800px !important; /* Remove the large gap */
		margin-bottom:20px;
        padding-top: 0 !important; /* Ensure there’s no additional padding */
        padding: 0 20px; /* Maintain padding for consistency */
    }

    .section-container, .section-container2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px; /* Reduced gap to bring content closer */
        flex-wrap: wrap;
    }

    .text-content {
        flex: 1;
        font-size: 20px; /* Slightly larger font size for better readability */
        color: #36332E;
        line-height: 1.6;
    }

    .image-container {
        flex: 1;
        text-align: center;
    }

    .image-container img {
        width: 100%;
        height: auto;
        max-width: 420px; /* Increased size for better visibility */
    }

    h2 {
        font-size: 36px; /* Slightly larger heading size */
        font-weight: bold;
        color: #000000;
        margin-bottom: 16px;
    }
}







/* Hide Mobile Images by Default */
.mobile {
    display: none;
}



@media screen and (max-width: 1024px) and (min-height: 1366px) {
    .full-screen-image.mobile {
        display: none !important; /* Hides all mobile images */
    }
}

@media screen and (width: 853px) and (height: 1280px) {
    .full-screen-image.mobile {
        display: none !important; /* Hides all mobile images */
    }
}
@media screen and (width: 1024px) and (height: 600px) {
    .full-screen-image.mobile {
        display: none !important; /* Hides all mobile images */
    }
}


/* --- Fix for 1024x1366 Resolution --- */
@media screen and (width: 1024px) and (height: 1366px) {
    .full-screen-image img {
        margin-top: -1500px !important; /* Move image further up */
    }
}

/* --- Fix for 820x1180 Resolution --- */
@media screen and (width: 820px) and (height: 1180px) {
    .full-screen-image img {
        margin-top: -900px !important; /* Move image further up */
    }
}



/* Remove the margin-top to bring the image closer to the navbar */
.horizontal-scroll-container {
    display: flex;
    width: 100vw;
    height: 120vh; /* Adjust as needed */
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 0; /* Remove any space above the container */
}

/* Full-screen image container */
.full-screen-image {
    width: 100vw;
    height: 120vh; /* Adjust height */
    flex-shrink: 0;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    margin-top: -20px;
}

/* Adjust for smaller screens */
@media (max-width: 1024px) {
    .horizontal-scroll-container {
        height: auto; /* Adjust height for smaller screens */
        margin-top: 0; /* Remove margin */
    }

    .full-screen-image {
        height: auto;
        max-height: 100%;
    }

    .full-screen-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-top: 0; /* Remove margin for mobile */
    }
}

@media (max-width: 480px) {
    .horizontal-scroll-container {
        height: auto;
    }

    .full-screen-image {
        height: auto;
        max-height: 100%;
        margin-bottom: 30px !important;
        padding-top: 20px; /* Add padding to prevent cutting off */
        box-sizing: border-box;
    }

    .full-screen-image img {
        width: 100%;
        height: auto;
        max-height: 100vh;
        object-fit: contain;
        padding-top: 20px; /* Ensure image is pushed down */
    }
}

.offer-box-link {
    text-decoration: none; /* Removes the underline */
}

@media (max-width: 768px) {
    .section-container {
        flex-direction: column; /* Stack vertically for mobile view */
    }

    .section-container img:first-child {
        margin-top: -150px!important; /* Move the first image closer to the text */
		gap:20px;
    }

    .section-container img:last-child {
        margin-top: 20px!important; /* Move the second image closer to the paragraph */
    }
	.image-container img {
        max-width: 100%; /* ✅ Further adjust image size for smaller screens */
    }
}




/* General Container Styling */
.container1 {
  padding: 2rem;
  font-family: Arial, sans-serif;
}

/* Row Styling */
.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

/* Column Styling */
.col-md-6 {
  width: 48%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.col-md-6:hover {
  transform: translateY(-5px);
}

/* Image Styling */
.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Text Styling */
h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.5rem;
}

p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Alternating Image-Content Layout */
.row:first-child .col-md-6:first-child {
  order: 2;
}
.row:first-child .col-md-6:last-child {
  order: 1;
}

.row.mt-4 .col-md-6:first-child {
  order: 1;
}
.row.mt-4 .col-md-6:last-child {
  order: 2;
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  
  .col-md-6 {
    width: 100%;
  }
  
  /* Reset order on mobile */
  .row:first-child .col-md-6:first-child,
  .row:first-child .col-md-6:last-child,
  .row.mt-4 .col-md-6:first-child,
  .row.mt-4 .col-md-6:last-child {
    order: unset;
  }
}
/* Top Header Section */
.st-top-header-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px 20px;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #ddd;
}

/* List Container */
.st-top-header-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* List Items */
.st-top-header-list li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
  color: #000;
}

/* Links */
.st-top-header-list li a {
  text-decoration: none;
  color: #F98E1C;
  margin-left: 5px;
  transition: color 0.3s ease;
}

.st-top-header-list li a:hover {
  color:#F98E1C;
}

/* Icons */
.st-top-header-list li svg {
  width: 16px;
  height: 16px;
  fill: #555;
}

/* Button */
.st-top-header-btn {
  background-color: #F98E1C;
  color: #fff;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.st-top-header-btn:hover {
  background-color: #d9a600;
}

/* Mobile View */
@media (max-width: 768px) {
  .st-top-header-in {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding: 10px;
  }

  .st-top-header-list {
    flex-direction: column;
    align-items: flex-end;
    padding: 5px 0;
  }

  .st-top-header-list li {
    margin: 5px 0;
    font-size: 13px;
  }

  .st-top-header-btn {
    padding: 6px 12px;
    font-size: 13px;
    margin-top: 5px;
  }
}


/* Logo Styling */
/* Logo Styling */
.logo-container1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.line-left, .line-right {
  height: 2px;
  background-color: #FAA216!important;
  width: 100px;
  margin: 0 15px;
}

.logo {
  width: 120px;
  height: auto;
}

.header {
  margin-top: -70px;
}

.header1 {
  margin-top: 70px;
}
.about1{
	margin-top:-170px!important;
}

.header1 h1,
.header h1 {
  font-size: 25px;
  text-align: center;
}

/* Responsive Styles for Tablets */
@media screen and (max-width: 1280px) {
  .header {
    margin-top: -250px;
  }
  
  .header h1 {
    font-size: 22px;
    text-align: center;
  }

  .about-content {
    margin-top: -50px; /* Moves up */
    padding-top: 20px; /* Maintain space for shadow */
    position: relative;
    z-index: 10; /* Ensure shadow appears above other elements */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Example shadow */
  }
}

/* Responsive Styles for Tablets */
@media screen and (max-width: 1024px) {
  .header {
    margin-top: -250px;
  }
  
  .header h1 {
    font-size: 22px;
    text-align: center;
  }

  .about-content {
    margin-top: -30px;
    padding-top: 20px;
    position: relative;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
}

/* Responsive Styles for Mobile */
@media screen and (max-width: 768px) {
  .header {
    margin-top: 10px;
  }

  .header h1 {
    font-size: 20px;
    text-align: center;
  }

  .about-content {
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* Lighter shadow for smaller screens */
  }
}


/* Extra Small Screens */
@media screen and (max-width: 480px) {
  .header {
    margin-top: 10px;
  }

  .header h1 {
    font-size: 18px;
  }
}

/* Extra Small Mobile Screens */
@media screen and (max-width: 480px) {
  .header {
    margin-top: 80px;
  }

  .header h1 {
    font-size: 18px;
    text-align: center;
  }

  .logo {
    width: 90px;
  }

  .line-left, .line-right {
    width: 60px;
  }
}

/* Very Small Screens */
@media screen and (max-width: 360px) {
  .logo {
    width: 80px;
  }

  .header h1 {
    font-size: 18px;
    text-align: center;
  }

  .line-left, .line-right {
    width: 50px;
  }
}
@media screen (width:912px)and(height:1368px) {
	.about1{
		margin-top:80px!important;
	}
	.header1{
		margin-top:50px;
	}
}


/* Centering the Header Content */
/* Footer */
.footer {
    background-color: none;
    color: #FAA216 !important;
    padding: 20px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
	margin-top:120px;
}

.footer-column p:first-of-type {
    color: #36332E; /* Changes color only for Copyright & All rights reserved */
    font-weight: bold;
}
/* Footer Container */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

/* Footer Logo */
.footer-logo {
    height: 40px; /* Increased size */
    margin-bottom: 10px;
}

/* Footer Column Titles */
.footer-column h3 {
    font-size: 18px; /* Increased size */
    margin-bottom: 12px;
    font-weight: bold;
    text-align: left;
    color: #36332E;
}

/* Footer Links and Text */
.footer-column p, 
.footer-column a {
    color: #FAA216;
    text-decoration: none;
    font-size: 19px; /* Increased size */
    line-height: 1.6;
    display: block;
    margin-bottom: 8px;
}

.footer-column a:hover {
    text-decoration: underline;
}

/* Subscribe Input Container */
.footer-subscribe {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

/* Subscribe Input */
.subscribe-input {
    padding: 12px 16px; /* Increased padding */
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 20px; /* Increased size */
    background-color: #FAA216;
    color: #36332E;
}

.subscribe-input::placeholder {
    color: #36332E;
    opacity: 1;
}

/* Telegram Icon Inside Input */
.subscribe-button {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    font-size: 28px; /* Increased size */
    color: #fff;
    pointer-events: auto;
    cursor: pointer;
}

/* ======= MOBILE FOOTER RESPONSIVENESS ======= */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: left;
        gap: 20px;
        padding: 0 15px;
    }

    .footer-column {
        margin-bottom: 20px;
    }

    .footer-subscribe {
        justify-content: flex-start;
    }

    .subscribe-input {
        width: 100%;
    }
}


.logo-container1 {
    display: flex;
    align-items: center; /* Aligns items vertically */
    justify-content: center; /* Centers horizontally *//* Advaita Section */
.advaita-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
}

.advaita-content {
    width: 40%;
}

.advaita-title {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.advaita-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    margin-bottom: 20px;
}

.advaita-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
}

.advaita-images {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 25%;
}

.advaita-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .advaita-section {
        flex-direction: column;
        gap: 30px;
    }

    .advaita-content, 
    .advaita-images {
        width: 100%;
    }

    .advaita-img {
        width: 100%;
    }
}

    gap: 15px; /* Space between lines and logo */
    margin-top: 20px; /* Moves the entire logo section down */
}

.logo {
    height: 50px; /* Adjust logo size */
    width: auto;
    margin-top: 10px; /* Moves only the logo down */
}

.line-left, .line-right {
    width: 50px;  /* Adjust width of the lines */
    height: 2px;   /* Thickness of the lines */
    background-color: black; /* Line color */
}


/*advaitha life clinic*/

        /* Card Section Layout */
                /* Card Section Layout */
        .card-section {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px; /* Adjust spacing between cards */
            max-width: 960px;
            margin: 50px auto;
            justify-content: center;
        }

        /* Card Styling */
        .card {
            background-color: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25); /* Increased shadow for strong effect */
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            width: 100%;
            max-width: 450px; /* Ensures uniform size */
            height: 300px; /* Slightly reduced height for better responsiveness */
            display: flex;
            flex-direction: column;
            align-items: center; /* Centers content horizontally */
            text-align: center; /* Centers text */
            justify-content: center; /* Centers text vertically */
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.35); /* Stronger shadow on hover */
        }

        /* Heading Styles */
        .card h3 {
            color: #FAA216;
            font-size: 26px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* Paragraph Styling */
        .card p {
            font-size: 16px;
            color: #36332E;
            line-height: 1.6;
            max-width: 90%;
        }

        /* Centering the Last Card */
        .card-section .card:last-child {
            grid-column: span 2; /* Makes it take full width */
            justify-self: center; /* Centers the box */
            max-width: 450px; /* Same width as others */
            margin: 0 auto; /* Ensures it is centered */
        }

        /* Tablet View (Medium Screens) */
        @media (max-width: 1024px) {
            .card-section {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px; /* Reduce gap for better spacing */
                max-width: 800px;
            }
            .card {
                max-width: 380px;
                height: 280px;
                padding: 18px;
            }
            .card h3 {
                font-size: 24px;
            }
            .card p {
                font-size: 15px;
            }
        }

        /* Mobile View (Small Screens) */
        @media (max-width: 768px) {
            .card-section {
                grid-template-columns: 1fr; /* Switch to single column layout */
                gap: 15px;
                max-width: 100%;
                padding: 0 20px;
            }
            .card {
                max-width: 100%; /* Full width for smaller screens */
                height: auto;
                padding: 20px;
            }
            .card-section .card:last-child {
                grid-column: span 1; /* Keep it in one column */
                max-width: 100%;
            }
            .card h3 {
                font-size: 22px;
            }
            .card p {
                font-size: 14px;
            }
        }




/*our approach */

 .local-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    gap: 20px; /* Space between items */
    width: 100%; /* Take full width */
    max-width: 1200px;
    height: auto;
    margin: 0 auto; /* Center container itself */
}

.local-card {
    width: 500px;
    height: 300px;
    text-align: center;
    overflow: hidden;
}

.local-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    background: none;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .local-container {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .local-card {
        width: 90%;
        max-width: 400px;
        height: auto;
    }
    .local-card img {
        height: auto;
    }
}

/* Responsive Design for Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .local-container {
        flex-wrap: wrap;
        gap: 10px;
    }
    .local-card {
        width: 300px;
        height: 170px;
    }
}
