/* Futura BK BT */
@font-face {
    font-family: 'Futura BK BT';
    src: url('../fonts/futura-bk-bt.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura BK BT';
    src: url('../fonts/futura-bk-bt-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Gotham */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Futura BK BT', sans-serif;
    font-weight: 700; /* or 400 if you prefer the regular weight */
}

body {
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

p {
    color: #522E91;
    font-size: 14px;
    font-weight: 500;
	font-family: 'Gotham', sans-serif;
}

.web-col {
    color: #522E91;
}

/********** Header CSS **********/
.top-bar {
    background-color: #fff;
    padding: 5px 0;
}

.banner-logo {
    position: absolute;
    top: 0;
    left: 20px;
    background: #6a1b9a;
    padding: 40px 30px;
    color: white;
    font-weight: bold;
    border-radius: 0 0 25px 25px;
    font-size: 1.5rem;
    z-index: 10;
    animation: fadeInDown 1s;
}

.navbar {
    animation: fadeInDown 1s;
}

.nav-link {
	position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #522E91;
    font-weight: 700;
	padding-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.nav-item {
    padding: 5px 20px;
}

.last {
    padding-right: 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.dropdown-toggle::after {
    display: none;
}

.nav-link:hover::after {
    transform: translateY(0);
}

.nav-link:hover {
    color: #000;
}

.header-icon {
    padding: 9px 0;
}

.header-icon a {
    background-color: #522E91;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    font-size: 14px;
}

.header-icon a i::before {
    vertical-align: -0.18em;
}

.header-icon button {
    background-color: #522E91;
    border: none;
    padding: 6px 14px;
    border-radius: 15px;
    font-size: 14px;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.header-icon button:hover, .header-icon a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.header {
    padding: 0 0 0 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.3);
}

.header img {
    min-height: 150px;
}

/* Hover dropdown behavior */
/* .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdownFade 0.3s ease forwards;
} */

/* Hide menu by default (override Bootstrap) */
/* .dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
} */


 /* Custom CSS to position the nested dropdown to the right */
.dropdown-menu-end {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0px; /* Adjust for your needs */
}

.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

.nav-item.dropdown:hover > .dropdown-menu-end {
    display: block;
}

.main-menu .dropdown-item.active, .dropdown-item:active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #522E91;
}

/* Ensure dropdown appears in the right direction */
.nav-item.dropdown .dropdown-menu-end {
    left: 100%;
}

/* Animation keyframes */
@keyframes dropdownFade {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
	.header {
		padding: 0 0 15px 0;
	}
	.banner-logo {
		left: 15px;
		padding: 15px;
	}
	.header img {
		min-height: 80px;
	}
    .navbar-toggler:focus {
        box-shadow: none;
    }
}

/********** Baneer CSS **********/
.banner {
    position: relative;
}

.pointer {cursor: pointer;}

.carousel-caption-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    color: #522E91;
    max-width: 700px;
    text-align: right;
}

.carousel-caption-custom h1 {
    font-size: 5rem;
    font-weight: 900;
    animation: fadeInDown 1s;
}

.carousel-caption-custom p {
    font-size: 2rem;
    font-weight: 500;
    animation: fadeInDown 1s;
    color: #000;
}

.carousel-caption-custom p span {
    color: #522E91;
}

.carousel-caption-custom p {
    font-size: 26px;
    animation: fadeInUp 1.5s;
}

.carousel-caption-custom a {
    animation: fadeInUp 2s;
}

.carousel-indicators [data-bs-target] {
    background-color: #6a1b9a;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: none;
}

.carousel-item video {
  height: 700px;
  width: 100%;
  object-fit: cover; /* Ensures the video covers the area without distortion */
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-item img {
    object-fit: cover;
}

.carousel-buttons {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    animation: fadeInUp 2s;
}

.carousel-indicators {
    bottom: -8%;
    margin-bottom: 2rem;
}

.quiz-button-group {
    display: flex;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    width: fit-content;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.quiz-btn-left {
    background: linear-gradient(to right, #e0f7fa, #ffffff);
    color: #333;
    padding: 12px 30px;
    border: none;
    font-weight: 700;
	font-family: 'Futura BK BT', sans-serif;
    font-size: 18px;
}

.quiz-btn-right {
    background-color: #6a1b9a;
    color: white;
    padding: 12px 30px;
    border: none;
    font-weight: 700;
    border-radius: 25px 0 0 0;
	font-family: 'Futura BK BT', sans-serif;
    font-size: 18px;
}

.quiz-btn-left:hover, .quiz-btn-right:hover {
    opacity: 0.9;
}

.banner-img-mob {
    display: none !important;
}

/* .sleep-zzz {
    width: 200px;
    position: absolute;
    top: 10%;
    left: 35%;
    z-index: 2;
    transform-origin: center top;
    animation: 06s linear 1s infinite normal none running airbaloon;
    opacity: 0;
} */
 .zzz-img {
    width: 200px;
    height: auto ;
    position: absolute;
    top: 58vh;
    left: 37%;
    z-index: 2;
    transform-origin: center top;
    animation: 06s linear 1s infinite normal none running airbaloon;
    opacity: 0;
 }

@keyframes airbaloon {
    0% {
        opacity: 0.1;
        transform: translate(0, -50px);
        width: 30px;
    }

    50% {
        opacity: 1;
        transform: translate(35px, -200px);
    }

    100% {
        opacity: 0;
         transform: translate(75px, -400px);
    }
}
/* @keyframes airbaloon {
     0% {
        opacity: 0.1;
        top: 45vh;
        left: 35vw;
        width: 30px;
        transform: rotate(0deg);
    }

    80% {
        opacity: 1;
        top: 15vh;
        transform: rotate(0deg);
    }

    100% {
        opacity: 0;
        top: 15vh;
        transform: rotate(0deg);
    }
} */

@media (max-width: 768px) {
	.carousel-caption-custom {
		top: 25%;
		left: 0;
	}
    
	.quiz-button-group {
		width: max-content;
	}
	.carousel-caption-custom h1 {
		font-size: 2.2rem;
	}
	.carousel-caption-custom p {
		font-size: 16px;
        display: none;
	}
    .carousel-indicators {
        bottom: -25px;
        margin-bottom: 0;
    }
    .sleep-zzz {
        width: 80px !important;
    }
    .banner-img-mob {
        display: block !important;
    }
    
    .zzz-img {
        width: 100px;
        top: 250px;
        left: 32%;
    }
    @keyframes airbaloon {
        0% {
            opacity: 0.1;
            transform: translate(0, -50px);
            width: 30px;
        }

        50% {
            opacity: 1;
            transform: translate(0, -100px);
        }

        100% {
            opacity: 0;
            transform: translate(0px, -150px);
        }
    }
}

/**********  About Sleep Section **********/
.content-section {
    background-color: #86CDFF;
    border-radius: 0 0 50px 50px;
    position: relative;
    padding-top: 120px;
    height: 540px;
}

.abt-p {
    line-height: 30px;
}

/* Adjust images to be responsive */
.moon-icon img,
.icon-cloud img,
.icon-music img,
.icon-lamp img,
.about-cloud img,
.only-z img,
.about-zzz img {
    width: 100%;
    max-width: 100px;
}

.sleep-lady {
    position: absolute;
    left: 20%;
    top: -60px;
    z-index: 1;
	width: 341px;
    animation: sway 6s ease-in-out infinite;
    transform-origin: bottom center;
}

.extra-img {
    position: absolute;
    top: 40px;
    left: 120px;
    width: 341px;
}

@keyframes sway {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-3deg); }
    100% { transform: rotate(0deg); }
}

.moon-icon img {
    position: absolute;
    top: -95px;
    left: 90px;
    width: 80px;
}

.icon-cloud img {
    position: absolute;
    top: 55px;
    left: 40px;
    width: 100px;
}

.icon-music img {
    position: absolute;
    top: -183px;
    left: 35%;
    width: 80px;
    cursor: pointer;
  
}

.icon-music img:hover {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.icon-lamp img {
    position: absolute;
    top: -192px;
    left: 54%;
    width: 100px;
}

.about-cloud img {
    position: absolute;
    top: -100px;
    left: -210px;
    width: 70px;
}

.good-night-img img {
    position: absolute;
    top: 0;
    left: -225px;
	width: 170px;
    cursor: pointer;
}

.only-z img {
    position: absolute;
    right: 0;
    bottom: -170px;
    width: 70px;
}

.book-img img {
    position: absolute;
    top: 170px;
    right: -175px;
    width: 320px;
}

.about-zzz img {
    position: absolute;
    top: -60px;
    left: 0;
    color: #fff;
}

.heading-z img {
    position: absolute;
    bottom: 0px;
    right: -50px;
    color: #fff;
    width: 30px;
}

 #contentSection {
    transition: background-color 2.5s ease; /
  }

  /* Default: Show the regular image and hide the mobile image */
.default-img {
    display: block;
}

.mobile-img {
    display: none;
}

/* Media Queries for Responsiveness */
@media (max-width: 767px) {
    .content-section {
        height: 600px;
        padding-top: 0px;
		margin: 0px;
        margin-bottom: 0 !important;
    }
	
	.about-zzz {
		padding: 0 !important;
	}

    /* Adjust elements position on smaller screens */
    .sleep-lady {
        left: 10%;
        width: 215px;
        top: 400px;
    }
    .good-night-img img {
        top: 320px;
        left: 230px;
        width: 125px;
    }

    .moon-icon img,
    .icon-cloud img,
    .icon-music img,
    .icon-lamp img,
    .book-img img,
    .only-z img,
    .about-zzz img, .heading-z img, .extra-img {
        display: none;
    }
}

@media (max-width: 1199px) {
    /* Adjust for medium screen sizes like tablets */
    .book-img img {
        width: 250px;
    }
}

/********** Sleep Solution **********/
.sleep-section .section-heading {
    font-weight: 500;
    color: #000;
    font-size: 28px;
	margin-bottom: 20px;
}

.illustrations {
    font-size: 2rem;
    color: #6c2eb9;
    margin-bottom: 10px;
}

.content-box {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.sleep-section p {
    color: #000;
}

.icons-set {
    font-size: 3rem;
    color: #6c2eb9;
}

.read-more {
    color: #6c2eb9;
    text-decoration: underline;
    font-weight: 500;
}

.eye-lid-img {
    width: 250px;
}

.cloud-outline-img {
    width: 250px;
}

.sleep-img {
    position: absolute;
    right: 75px;
    bottom: -80px;
    width: 780px;
}

.star-icon {
    width: 80px;
    position: absolute;
    top: 15px;
    left: -165px;
    animation: rotateToC 6s ease-in-out infinite;
}

@keyframes rotateToC {
    0% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(90deg) scale(1.2);
    }
    50% {
        transform: rotate(180deg) scale(1.2) translateX(10px);
    }
    75% {
        transform: rotate(270deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}


.cloud-outline-heading {
    width: 155px;
    position: absolute;
    left: 50%;
    top: -55px;
}

.desk-height {
    height: 110px;
}

@media (max-width: 768px) {
	.cloud-outline-heading {
		display: none;
	}
	.h-220 {
		height: 260px;
	}
	.sleep-img {
		right: 0;
		bottom: 0;
	}
}

/********** Categories **********/
.custom-shadow {
    border-radius: 0 0 50px 50px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.categories-sec{
    padding: 60px 0;
}

.boy-sleep {
    padding: 0;
    border-radius: 0 0 50px 50px;
    width: 100%;
}

.pd0 {
    padding: 0;
}

.rest-img {
    background-image: url('../images/boy_sleeping.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 740px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5%;
    border-radius: 0 0 50px 50px;
}

.caption-box {
    color: white;
    max-width: 400px;
    padding: 2rem;
    margin-top: -30%;
}

.caption-box p {
    color: #fff;
}

.boy_cloud {
    width: 80px;
    position: absolute;
    top: 10%;
    left: 35%;
    animation: floatLeftToRight 10s linear infinite;
}

@keyframes floatLeftToRight {
  0% {
    transform: translateX(-100%); /* Start off-screen to the left */
  }
  50% {
    transform: translateX(100%); /* End off-screen to the right */
  }
  100% {
    transform: translateX(-100%); /* End off-screen to the right */
  }
}

@media (max-width: 768px) {
    .rest-img {
        padding: 2rem;
        justify-content: center;
        text-align: center;
    }

    .caption-box {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: left;
    }
}

.side-label, .side-label1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-90deg) translateY(-0%);
    transform-origin: left top;
    background-color: #4B0082;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0 0 8px 8px;
    font-weight: bold;
}

.category-box {
    padding: 50px 15px;
    border-radius: 12px;
    background-color: #fff;
    transition: background-color 0.3s ease;
    height: 100%;
    justify-content: center;
}

.category-box:hover {
    background-color: #f9f9f9;
}

.category-icon {
    position: relative;
}

.category-icon img {
    width: 100px;
    transition: opacity 0.3s ease;
}

/* .category-box:hover .default-icon {
    content: url("../images/eye-mask.gif");
} */
.category-box:hover .svg-icon {
    display: none;
}

.category-box:hover .gif-icon {
    display: block;
}

.gif-icon {
    display: none;
}


.category-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 6px;
}

.category-items p {
    color: #555;
    font-weight: 600;
}

/* .category-items ul {
    list-style: none;
} */

.category-items ul li {
    color: #555;
}

.category-content {
    display: flex;
    align-items: flex-start;
}

.category-box-pd {
    max-width: 220px;
}


/********** Featured Section CSS **********/
.featured-section {
    position: relative;
    padding: 100px 0;
}

.eye-mask, .featured-cloud, .alarm-clock {
    position: relative;
}

.featured-section h5 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.featured-section p {
    color: #000;
}

.eye-mask img {
    position: absolute;
    top: -85px;
    left: -50%;
    width: 300px;
}

.featured-cloud img {
    width: 180px;
    position: absolute;
    top: 160px;
    left: 13%;
}

.alarm-clock img {
    width: 305px;
    position: absolute;
    top: 460px;
    left: 0;
    animation: clock 0.5s;
    animation-iteration-count: infinite;
}

@keyframes clock {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.story-card {
    border: none;
    border-radius: 15px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.story-card img {
    border-radius: 0 0 30px 30px;
    object-fit: cover;
}

.story-card .card-body {
    padding: 20px;
}

.read-more {
    color: #522E91;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}

@media (max-width: 767px) {
	.featured-section {
		padding: 30px 0;
	}
	.three-img {
		min-height: 210px;
	}
    .eye-mask img {
        top: 100px;
        left: 50%;
        width: 150px;
    }
	.featured-cloud img {
		top: 50%;
		left: 0;
        width: 150px;
	}
    .alarm-clock img {
        top: -65px;
        left: 210px;
        width: 150px;
    }
}


/********** Exhibition CSS **********/
.section-title {
    text-align: center;
    margin-bottom: 50px;
    color: #4B0082;
    font-size: 2rem;
}

.exhibit-card {
    overflow: hidden;
}

.exhibit-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0 50px 50px;
}

.exhibit-title {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin-top: 20px;
}

.exhibit-text {
    color: #333;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .exhibit-img {
        margin-bottom: 20px;
    }
	.exhibit-title {
		margin: 20px 0 !important;
	}
}


/********** Footer CSS **********/
footer {
    margin-bottom: 100px;
}

.bg-theme {
    background: #520C89;
    padding: 0;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.top-section {
    background-image: url('../images/footer_bg.jpg');
    background-size: cover;
    background-position: center;
    height: 280px;
    position: relative;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

.overlay {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.nav-icons {
    position: absolute;
    top: 55px;
    right: 10%;
}

.nav-icons i {
    color: white;
    margin-left: 10px;
    cursor: pointer;
    font-size: 22px;
}

.search-bar {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 10px;
}

.search-bar input {
    border: none;
    outline: none;
    padding: 5px 10px;
}

.footer-section {
    background: linear-gradient(to bottom, #520C89, #9468b6);
    color: white;
    padding: 40px 20px;
    border-radius: 0 0 50px 50px;
}

.footer-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    height: 150px;
}

.footer-section h5 {
    font-weight: bold;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons a {
    display: flex;
    gap: 20px;
    background-color: #fff;
    color: #522E91;
    width: 40px;
    height: 32px;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icons i {
    font-size: 18px;
}

.footer-links a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
    font-weight: 400;
}

.footer-logo {
    width: 220px;
}

.footer-section p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
	footer {
		margin: 0 15px 15px 15px;
	}

    .footer-section {
        padding: 50px 20px 40px 20px;
    }
	
    .overlay h1 {
        font-size: 24px;
    }
	
	.footer-section p {
		text-align: center;
	}

    .social-icons {
        justify-content: center;
    }
	
	.moon-img {
		display: none;
	}
	
	.nav-icons {
		top: 50px;
        right: 0;
	}
    .search-bar {
        width: auto !important;
    }
}

.wd50 {
    width: 50px;
}

.moon-img {
    width: 60px;
    margin-left: 20px;
}


/* Mobile Code */
@media (max-width: 768px) {
	html, body {overflow-x: hidden;width: 100%;}
    .side-label {
        top: 20%;
    }
    .side-label1 {
        top: 25%;
    }
    .abt-p {
        line-height: 26px;
        margin-top: 30px;
    }
}

@media (min-width: 376px) and (max-width: 768px) {
    .no-margin-mob {margin-bottom: 0 !important;}
    .header img {
        min-height: 70px;
    }
    .content-box {
        padding: 0 15px;
        margin-top: 20px;
        margin-bottom: 0 !important;
    }
    .categories-sec {
        padding: 10px 0 60px 0;
        margin: 0 15px;
    }
    .mob-mar {margin-bottom: 10px !important;}
    .mob-text-left {text-align: left !important;}
    .cloud-outline-img{width: 150px;}
    .star-icon{top: -62px;left: 70%;}
    .footer-links a {margin-bottom: 0;}
    .pl-50 {padding-left: 50px;}

    .mobile-img {
        display: block;
        left: 4%;
        top: 330px;
        width: 338px;
        position: absolute;
    }
    .overlay, .top-section {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .eye-lid-img {
        width: 210px;
    }
    .contact-box {
        margin-top: 40px;
    }
    .all-page-shadow, .exh-reg, .visitor-registration {
        padding: 16px !important;
    }
    .category-box {padding: 15px;}
    .line-mob {display: none;}
    .terms-page ul, .terms-page ol, .privacy ul, .privacy ol  {padding-left: 10px;}
    .carousel-item video {
        height: 394px; /* Adjust height to 50% of the viewport height on mobile */
    }
}

/* Devices between 769px and 1024px (tablets in landscape mode) */
@media (min-width: 769px) and (max-width: 1024px) {
    .header {
        padding: 0 0 15px 0;
    }
    .banner-logo {
        left: 15px;
        padding: 15px;
    }
    .header img {
        min-height: 70px;
    }
    .about-zzz img, .heading-z img, .cloud-outline-heading {
        display: none;
    }
    .icon-cloud img {
        top: 65px;
        left: 20px;
        width: 70px;
    }
    .only-z img {
        width: 50px;
    }
    .good-night-img img {
        top: 90px;
        left: -80px;
        width: 115px;
    }
    .icon-lamp img {
        top: -124px;
        left: 65%;
        width: 75px;
    }
    .extra-img {
        top: 15px;
        left: 25px;
    }
    .about-cloud img {
        top: -14px;
        left: -35px;
    }
    .icon-music img {
        top: -195px;
        width: 60px;
    }
    .moon-icon img {
        top: -80px;
        left: 80px;
        width: 60px;
    }
    .tab-pd .pl-50 {padding-left: 5px !important;}
    .abt-p {
        line-height: 25px;
    }
    .sleep-img {
        right: 0px;
        bottom: -30px;
        width: 450px;
    }
    .star-icon {
        left: -120px;
    }
    .eye-mask img {
        top: 0;
        left: 0;
    }
    .banner-img-mob {
        display: block !important;
    }
    .tab-img {display: none !important;}
    .desk-height {height: 0;}
    .carousel-caption-custom p {display: none;}
    .carousel-caption-custom {
        top: 25%;
        left: 50px;
    }
    .carousel-caption-custom h1 {font-size: 3rem;}
    .line-mob {display: none;}
    .caption-box {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: 30px;
    }
    .content-section {
        height: auto;
        padding: 30px 0;
        margin: 0px;
        margin-bottom: 0 !important;
    }
    .terms-page ul, .terms-page ol, .privacy ul, .privacy ol  {padding-left: 10px;}
     .all-page-shadow, .exh-reg, .visitor-registration {
        padding: 16px !important;
    }
    .show-guide .card {min-height: 345px !important;}
    .sleep-lady {width: 240px;top: 15px;}
    .featured-section {padding: 30px 0;}
    .tab-hide {display: none;}
}

@media only screen and (max-width: 375px) {
    .header img {min-height: 60px;}
    .header-icon button {padding: 5px 10px;}
    .header-icon a {width: 30px;height: 30px;}
    .pl-50 {padding-left: 50px;}
    .sleep-lady {width: 120px;top: 480px;left:20%;}
    .abt-p {margin-top: 65px;}
    .mobile-img {
        display: block;
        left: 7%;
        top: 410px;
        width: 230px;
        position: absolute;
    }
    .good-night-img img {top: 360px;left: 180px;width: 100px;}
    .mob-text-left {text-align: left !important;}
    .star-icon {top: -62px;left: 70%;}
    .cloud-outline-img {width: 170px;}
    .content-box {padding: 0 15px;margin-top: 20px;margin-bottom: 0 !important;}
    .categories-sec {padding: 10px 0 60px 0;margin: 0 15px;}
    .h-220 {height: 200px;}
    .footer-logo {width: 170px;}
    .overlay, .top-section {border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;}
    .category-box {padding: 15px;}
    .all-page-shadow, .exh-reg, .visitor-registration {
        padding: 16px !important;
    }
    .carousel-caption-custom p {display: none;}
    .line-mob {display: none;}
    .terms-page ul, .terms-page ol, .privacy ul, .privacy ol {padding-left: 10px;}
    .carousel-item video {
        height: 330px; /* Adjust height to 50% of the viewport height on mobile */
    }
}
@media only screen and (max-width: 320px) {
    .header img {min-height: 45px;}
    .header-icon button {padding: 5px 10px;}
    .header-icon a {width: 30px;height: 30px;}
    .pl-50 {padding-left: 50px;}
    .sleep-lady {width: 120px;top: 480px;left:20%;}
    .mobile-img {
        display: block;
        left: 7%;
        top: 410px;
        width: 230px;
        position: absolute;
    }
    .good-night-img img {
        top: 330px;
        left: 160px;
        width: 100px;
    }
    .mob-text-left {text-align: left !important;}
    .star-icon {
        top: -62px;
        left: 70%;
    }
    .cloud-outline-img {width: 180px;}
    .content-box {
        padding: 0 15px;
        margin-top: 20px;
        margin-bottom: 0 !important;
    }
    .categories-sec {
        padding: 10px 0 60px 0;
        margin: 0 15px;
    }
    .alarm-clock img { left: 160px;width: 130px;}
    .featured-cloud img {width: 110px;}
    .eye-mask img {width: 130px;}
    .footer-logo {width: 180px;}
    .overlay, .top-section {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .h-220 {height: 185px;}
    .all-page-shadow, .exh-reg, .visitor-registration {
        padding: 16px !important;
    }
    .carousel-caption-custom p {display: none;}
    .line-mob {display: none;}
    .terms-page ul, .terms-page ol, .privacy ul, .privacy ol {padding-left: 10px;}
}

/********** Visitor Registration CSS **********/
.visitor-registration, .all-page-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.visitor-registration .form-card {
    background: white;
    border-radius: 20px;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.15);
    padding: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.visitor-registration .form-header {
    background: #1a144b;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    margin: -30px -30px 40px -30px;
}
.visitor-registration .form-control {
    border-radius: 15px;
    padding: 10px 15px;
}
.visitor-registration .form-control:focus {
    box-shadow: none;
    border-color: #1a144b;
}
.visitor-registration .btn-custom {
    background: #1a144b;
    color: white;
    border-radius: 20px;
    padding: 10px 40px;
    /* width: 100%; */
}
.visitor-registration .input-group-text {
    border-radius: 15px;
}
.visitor-registration .btn-submit {
    background: #00664f;
    color: white;
    border-radius: 20px;
    padding: 10px 40px;
    /* width: 100%; */
}
.visitor-registration .footer-note {
    font-size: 1rem;
    margin-top: 20px;
    color: #000 !important;
}
.visitor-banner {
    padding: 0;
}
.visitor-banner img {
    width: 100%;
}

@media (max-width: 768px) {
	/* .visitor-registration {
        padding: 0 !important;
    } */
    .visitor-registration .footer-note {
        padding-bottom: 20px;
    }
}

/********** Indian Registration CSS **********/
.indian-registration{
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.indian-registration .form-section {
    margin-bottom: 2rem;
}
.indian-registration .form-label, .form-check-label {
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.form-check-label {
    margin-left: 0.25rem;
}
.inline-checks .form-check {
    display: inline-block;
    margin-right: 1rem;
}
.indian-registration .checkbox-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.indian-registration .form-check {
    flex: 1 1 150px;
}
.width80 {
    max-width: 80px;
}
/* .indian-registration .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
} */


/********** Indian Registration CSS **********/
.international-registration {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.international-registration .exhibit-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.important-note {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    margin-bottom: 30px;
}
.contact-card {
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 8px;
}

.form-control, .form-select {
    background-color: #fafafa;
    border: 1px solid #9e9e9e;
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border: 1px solid #9e9e9e;
}
.input-group-text {
    border: 1px solid #9e9e9e;
}

.terms-page li {
    font-weight: 500;
	font-family: 'Gotham', sans-serif;
    margin-bottom: 15px;
}

.organisers-add p {
    display: flex;
    margin-bottom: 10px;
}





.organiser .info-box {
    border-radius: 0 0 10px 10px;
    padding: 30px 15px;
    background-color: #f9f9f9;
}

.organiser .card-custom {
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}

.organiser .bg-grey {
    background-color: #f9f9f9;
    margin-top: 50px;
}

.organiser .section-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border: 2px solid #ededed;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
}

.organiser .section-header div {
    flex: 1;
    /* text-align: center; */
}

.organiser .section-header img {
    max-height: 100px;
}

/* .texzone-img {
    max-width: 200px;
} */

.organiser .office-title {
    font-weight: 600;
    color: #4043a4;
    margin-bottom: 10px;
    font-size: 18px;
}

.organiser p a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 768px) {
    .organiser .section-header {
        flex-direction: column;
        gap: 10px;
    }
}

.show-guide .card-glow {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.show-guide .card-glow:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.5);
}

.show-guide .card {
    background: linear-gradient(to bottom, #520C89, #9468b6);
    color: #fff;
    /* border: 1px solid #fff; */
    border: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    min-height: 215px;
}

.show-guide .card p {
    color: #fff;
}

/* Contact Page */
.contact-us .contact-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact-us .info p {
    margin: 0;
}

.contact-us .info b {
    display: inline-block;
    margin-top: 15px;
}

.contact-us .form-control::placeholder {
    font-size: 0.9rem;
}

.contact-us .btn-custom {
    background: #e1edf5;
    color: #007baf;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: bold;
    border: 1px solid #c8dce8;
}

.contact-us .btn-custom:hover {
    background: #d1e7f0;
}

.contact-us .form-control {
    border-radius: 8px;
    padding: 10px 15px;
}


.image-box-profile .image-label {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    padding: 10px 0;
}

.image-box-profile {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.image-box-profile img {
  transition: transform 0.3s ease;
  border-radius: 8px;
}
.image-box-profile:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.image-label {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
  transition: color 0.3s ease;
}

.image-box-profile:hover .image-label {
  color: #522E91; /* Highlight color on hover */
}