body {
    scroll-behavior: smooth;
    font-family: "Montserrat", serif!important;
    color:#000;
}
h1,h2.h3,h4,h5{
    font-weight: 600;
}
/* Navbar */
.navbar {
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff; */
}
.navbar-dark {
    /*background-color: #3D0347!important;*/
}
.navbar-brand {
    font-weight: bold;
    font-size: 1.1rem;
}

.navbar-toggler {
    border: none;
}
.nav-logo{
    max-height: 60px;
    margin-right: 5px;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #fff;
    transition: all 0.3s ease;
}

.navbar-toggler.collapsed .icon-bar {
    transform: rotate(45deg);
    position: relative;
}

 .navbar-collapse.show {
    position: fixed;
    top: 84px;
    right: 0;
    width: 80%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1050;
    padding-left: 20%;
}

.navbar-nav .nav-link {
    color: white;
    font-size: 1rem;
    margin: 0.5rem 0;
}

.cta-button {
    margin-left: auto;
    background-color: #007bff;
    color: white;
    border: none;
}
/* General Navbar Styling */
.navbar {
    padding: 10px 20px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.menu > li {
    position: relative;
}
.menu a.white {color: #fff;}
.menu a.white:hover {color: #d6a13d;}

.menu a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    display: block;
}

.menu .btn {
    background: #007bff;
    color: #fff;
    border-radius: 4px;
}

/* Dropdown Styling */
.dropdown-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 200px;
    z-index: 1000;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu a {
    padding: 10px 15px;
    white-space: nowrap;
    border: 1px solid #f6f6f6;
}
.dropdown-menu a:hover {
    color: #c0820f;
    background:#f6f6f6;
}
.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -1px;
    border: 1px solid #ddd;
}

/* Responsive Menu for Mobile */
@media (max-width: 768px) {
    .menu {
        flex-direction: column;
    }

    .menu > li {
        width: 100%;
    }

    .menu > li > a {
        padding: 10px 20px;
    }

    .dropdown-menu {
        position: static;
        border: none;
        display: none;
        width: 100%;
    }

    .dropdown-menu .dropdown-menu {
        position: static;
        display: none;
    }

    .menu .dropdown.open > .dropdown-menu {
        display: block;
    }
}

/* Hero Section 
.hero {
    background: linear-gradient(rgba(236, 8, 104, 0.2), rgba(236, 8, 104, 0.8)), url(../images/TheDentalHouse-Hero.jpg) center/cover no-repeat;
    color: white;
    text-align: left;
    padding: 100px 20px;
    height: 90vh;
    overflow: hidden;
    position: relative;
}
.hero .container {
    max-width: 700px;
    position: relative;
    z-index: 2;
}
.hero h1 {
    font-size: 3rem;
    animation: fadeInDown 1s ease-in-out forwards;
    opacity: 0;
}
.hero p {
    font-size: 1.25rem;
    animation: fadeInUp 1.5s ease-in-out forwards;
    opacity: 0;
    animation-delay: 0.5s;
}
.hero .btn {
    animation: fadeInUp 2s ease-in-out forwards;
    opacity: 0;
    animation-delay: 1s;
}
.hero .bg-animation {
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(236, 8, 104, 0.2), transparent);
    transform: translateX(-50%) scale(1);
    animation: pulse 5s infinite;
    z-index: 1;
}

@keyframes fadeInDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
    }
    50% {
        transform: translateX(-50%) scale(1.1);
    }
}
*/

/* Hero Section 
.hero {
    position: relative;
   /* background: linear-gradient(120deg, #f5f5f5, #d1f0ff);
    background: linear-gradient(rgba(33, 37, 41), rgba(236, 8, 104, 0.8)), url(../images/TheDentalHouse-Hero.jpg) center/cover no-repeat;
 
    text-align: left;
    padding: 100px 20px;
    height: 90vh;
    overflow: hidden;
    color: #333;
}

.hero .container {
    max-width: 700px;
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.hero p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.hero .btn {
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
}

.hero .btn:hover {
    background-color: #0056b3;
    color: white;
}

/* Floating Particles 
.particle {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: float 8s infinite ease-in-out;
    opacity: 0.8;
}

.particle:nth-child(1) {
    width: 50px;
    height: 50px;
    top: 10%;
    left: 20%;
    animation-duration: 6s;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    width: 30px;
    height: 30px;
    top: 40%;
    left: 60%;
    animation-duration: 10s;
    animation-delay: 2s;
}

.particle:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 80%;
    left: 30%;
    animation-duration: 12s;
    animation-delay: 4s;
}

.particle:nth-child(4) {
    width: 40px;
    height: 40px;
    top: 20%;
    left: 80%;
    animation-duration: 9s;
    animation-delay: 1s;
}

@keyframes float {
    0% {
        transform: translateY(0px);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-50px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        opacity: 0.7;
    }
}
.hero {
    position: relative;
    /*background: linear-gradient(180deg, #e0f7ff, #ffffff);
    background: linear-gradient(rgba(33, 37, 41), rgba(236, 8, 104, 0.8)), url(../images/TheDentalHouse-Hero.jpg) center/cover no-repeat;
    text-align: left;
    padding: 100px 20px;
    height: 90vh;
    overflow: hidden;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .container {
    max-width: 700px;
    z-index: 2;
    position: relative;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0077b6;
}

.hero p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #555;
}

.hero .btn {
    font-size: 1.2rem;
    padding: 12px 25px;
    border-radius: 30px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero .btn:hover {
    background-color: #0056b3;
    color: white;
    transform: scale(1.05);
    transition: 0.3s;
}

/* SVG Wave Background 
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(0);
    }
}
.wave path {
    animation: wave 8s infinite linear;
}

.toothgif{
    position: fixed;
    z-index: -1;
    opacity: 0.2;
    left:5%;
}
body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, #007bff 0%, #0056b3 100%);
    overflow: hidden;
}

.hero .container {
    z-index: 2;
    position: relative;
}

.hero h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

.hero p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero .btn {
    font-size: 1.2rem;
    padding: 12px 30px;
    border-radius: 30px;
    background-color: #ff6b6b;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero .btn:hover {
    background-color: #ff3d3d;
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}

/* Canvas Styling */
/* General Styles 
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #0056b3, #007bff);
    color: white;
    height: 100vh;
    padding: 0 50px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 50%;
    z-index: 2;
    animation: fadeInUp 1.5s ease-out;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-content .btn {
    font-size: 1.2rem;
    padding: 12px 30px;
    background-color: #ff6b6b;
    color: white;
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.hero-content .btn:hover {
    background-color: #ff3d3d;
    transform: scale(1.05);
}

/* Dental Visual Section 
.hero-visual {
    position: relative;
    max-width: 50%;
    text-align: center;
    z-index: 1;
}

.hero-visual .dental-chair {
    max-width: 100%;
    animation: fadeIn 2s ease-out;
}

/* Sparkle Animation 
.sparkle-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/sparkles.png) center;
    opacity: 0.2;
    z-index: -1;
    animation: moveSparkles 10s linear infinite;
}

/* Animations 
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes moveSparkles {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

/* General Styles 
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    /* overflow-x: hidden; 
}

.hero {
    position: relative;
    height: 100vh;
    background: url(../images/TheDentalHouseVizag.jpeg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

/* Overlay Effect 
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 123, 255, 0.5), rgba(0, 123, 255, 0.8));
    z-index: 1;
}

/* Hero Content 
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    animation: fadeInUp 1.5s ease-out;
}

.hero-content h1 {
    font-size: 4rem;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content .btn {
    font-size: 1.2rem;
    padding: 12px 30px;
    background-color: #ff6b6b;
    color: white;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.hero-content .btn:hover {
    background-color: #ff3d3d;
    transform: scale(1.1);
}

/* Subtle Floating Animation 
.hero-content {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Sparkle Effect 
@keyframes sparkle {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}

/* Background Parallax Effect 
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 150%;
    background: inherit;
    z-index: 0;
    filter: blur(4px);
    transform: scale(1.1);
    animation: moveBg 10s linear infinite;
}

@keyframes moveBg {
    0% {
        transform: scale(1.1) translateY(0);
    }
    50% {
        transform: scale(1.1) translateY(-20px);
    }
    100% {
        transform: scale(1.1) translateY(0);
    }
}

/* Sparkle Effect */
/* Hero Section */
.hero {
    position: relative;
    height: 88vh;
    background: url(../images/TheDentalHouse-Hero.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
}
.hero-replacement {
    position: relative;
    height: 88vh;
    background: url(../images/teeth_replacement2.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
}
.hero-implants {
    position: relative;
    height: 88vh;
    background: url(../images/Implants.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
}
.hero-full-mouth-rehablitation {
    position: relative;
    height: 88vh;
    background: url(../images/full-mouth-rehablitation.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
}
.hero-CastPartialDenture{
    position: relative;
    height: 88vh;
    background: url(../images/Cast-Partial-Denture.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px; 
}
.hero-Mavillo-facial-prosthesis{
    position: relative;
    height: 88vh;
    background: url(../images/Mavillo-facial-prosthesis.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px; 
}
.hero-bleaching{
    position: relative;
    height: 88vh;
    background: url(../images/bleaching.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px; 
}
.hero-bleaching2{
    position: relative;
    height: 88vh;
    background: url(../images/Bleaching2.jpg) left center no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px; 
}
.hero-polishing{
    position: relative;
    height: 88vh;
    background: url(../images/Polishing.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px; 
}
.hero-flapsurgery{
    position: relative;
    height: 88vh;
    background: url(../images/FlapSurgery.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px; 
}
.hero-kids-dental{
    position: relative;
    height: 88vh;
    background: url(../images/kids-dental.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px; 
}
.hero-complete-denture{
    position: relative;
    height: 88vh;
    background: url(../images/complete-denture.jpg) center/cover no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px; 
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(33, 37, 41), rgba(236, 8, 104, 0.5));
    z-index: 1;
}
.hero-text-background{
    background: linear-gradient(rgba(33, 37, 41), rgba(236, 8, 104, 0.5));
    border-bottom-right-radius: 50px;
    padding-top:20px;
}

.hero-content {
    position: relative;
    z-index: 2;
    /* max-width: 600px; */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    text-align: left;
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.hero-content .btn {
    font-size: 1.1rem;
    padding: 10px 20px;
}
/* Target the images inside .carousel-item */
.carousel-item img {
    width: 100%; /* Ensure the image takes the full width of the item */
    height: auto;
    /*border: 10px solid #fff;  Add border around the image */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
   
}

  
/* Optional: Hover effect to increase shadow and add zoom effect */
.carousel-item img:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); /* Stronger shadow on hover */
    transform: scale(1.05); /* Slight zoom effect */
}

/* .hero-inner-height{
    height: 100vh;
} */
/* Sparkle Effect */
/* Sparkle Effect */
.sparkle-container {
    position: absolute;
    top: 80px; /* Added 80px gap from the top */
    left: 0;
    width: 100%;
    height: calc(100% - 80px); /* Adjusted height to account for the top gap */
    pointer-events: none;
    overflow: hidden;
    z-index: 3;
    mask-image: linear-gradient(to bottom, transparent,  rgba(236, 8, 104, 0.8)); /* Top fade-out effect */
    -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(236, 8, 104, 0.8)); /* Safari support for mask-image */
}

.sparkle-container::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7), transparent);
    background-size: 100px 100px;
    background-repeat: repeat;
    animation: sparkle 8s infinite linear;
    opacity: 0.5;
    top: -50%;
    left: -50%;
}

@keyframes sparkle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-200px, -200px);
    }
}

.contact-section, .green-section{
    min-height: 98vh;
}

/* Teeth Whitening Icons */
.teeth-icons {
    position: absolute;
    bottom: 40px;
    left: 22%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 15px;
    z-index: 4;
}

.teeth-icon {
    width: 60px;
    height: 60px;
    animation: floatIcons 6s ease-in-out infinite;
}

.teeth-icon1 {
    animation-delay: 0s;
}

.teeth-icon2 {
    animation-delay: 1.5s;
}
.teeth-icon3 {
    animation-delay: 2.5s;
}
@keyframes floatIcons {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Section Titles */

.section-title {
    font-size: 2rem;
    font-weight: 600;
    /* text-align: center; */
    margin-bottom: 40px;
}
.btn-primary{
    background: #FFC7C5;
    border-color: #FFC7C5;
    color: #000;
}
.btn-primary:hover{
    background:#b88887;
    border-color: #b88887;
    color: #000;
}
.w-15rem{
    width:13rem;
}
.card{
    box-shadow: 1px 1px 5px rgb(51 51 51 / 22%);
}
.card-icon-top{
    width:60px;
    height: auto;
}
/* Cards */
.card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.contact-section{
    background:url(../images/Dental-House-Building.jpg) no-repeat center center;
    background-size: cover;
    padding:5rem 0;
}
/* Footer */
.footer-home {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
    /* position: fixed;
    bottom: 0;
    width:100%; */
}
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width:100%;
}
.map-placeholder {
    background-color: #ddd;
    height: 200px;
    text-align: center;
    line-height: 200px;
}
.green-section{
    background: #E5FFC7;
}
.vector-bg{
    background:#FFC7C5 url(../images/Vector.png) center center no-repeat;
    padding:5rem 0;
}
/* Big Text Overlay Container */
.big-text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Push behind content */
}

.big-text {
    position: absolute;
    top: 20%;
    right: -90%; /* Start off-screen on the right */
    font-size: 12rem; /* Extra-large text for overlay */
    font-weight: 900;
    color:#C7E79F; /* Subtle background text */
    white-space: nowrap;
    transform: translateY(-50%); /* Center vertically */
    transition: transform 0.5s ease; /* Smooth scroll animation */
}

/* When the container becomes visible, animate */
.scroll-visible .big-text {
    transform: translateX(-100vw) translateY(-50%); /* Move fully across the screen */
}
.mandatory{
    color:#ff0202!important;
}
/* Adjust z-index and position of main content to overlay */
.green-section {
    position: relative;
    overflow: hidden;
}
.light{
    background-color: #FAF7F2;
}
.big-text2 {
    position: absolute;
    top: 0;
    left: 0; /* Start off-screen on the right */
    font-size: 12rem; /* Extra-large text for overlay */
    font-weight: 900;
    color:rgb(199 231 159 / 50%); /* Subtle background text */
    z-index: -1;
}
/* Responsive Design */
@media (max-width: 768px) {
    .big-text {
        font-size: 7rem; /* Adjust size for smaller screens */
    }
    .big-text2 {
        font-size: 3.1rem; /* Adjust size for smaller screens */
    }
    .w-15rem{
        width:11rem;
    }
    .carousel-item img {
        height: 50vh;
        max-height: 400px;
      }
}


@media only screen and (max-width: 600px) {
    .teeth-icons {
        left:30%;
        bottom: 20px;
    }
}
