::selection {
    background: #0373e2;
    /* Background color for selected text */
    color: #ffffff;
    /* Text color for selected text */
}

:root {
    --fullon-headingcolor: #60463C;
    --ever-headingcolor: #665F29;
}

/* For Mozilla Firefox */
::-moz-selection {
    background: #087df1;
    /* Background color for selected text */
    color: #ffffff;
    /* Text color for selected text */
}

body {
    background-color: #F8FBF4 !important;
}

html {
    scroll-behavior: smooth;
}

.section {

    background: url('../img/vihan-images/background.jpg') center/cover no-repeat;
}

.share-btn {
    border: none;
    background: transparent;
    color: var(--primary);
    cursor: pointer;
    padding: 4px;
    font-size: 16px;
    line-height: 1;
}

.share-btn:hover {
    color: #000;
    /* or a darker shade of var(--primary) */
}


@media (max-width: 768px) {
    .section {
        height: 60vh;
    }
}

.overlay-container {
    position: relative;
    z-index: 3;
    height: 100%;
}

.overlay-row {
    align-items: center;
    height: 100%;
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    margin-top: 8%;
}

@media (max-width: 768px) {
    .image-container {
        margin-top: 20%;
    }
}

.image-container img {
    max-height: 100vh;
    margin-top: 20px;
}

.text-overlay {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: -1;
}

/* "Switch to" Styling */
.overlay-heading1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 50px;
    color: #999;
    margin: 0;
    padding-left: 18px;
    line-height: 2px !important;
    letter-spacing: 0.02em;
}


/* "Luxury" Styling (Stretch Effect) */
.overlay-heading2 {
    font-family: 'Poppins';
    font-weight: 100;
    font-size: 310px;
    color: #00000033;
    margin: 0;
    line-height: 0.9;
    display: flex;
    letter-spacing: 0.09em;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    animation: marquee 15s linear infinite;
}

.main{
	background-color: #F8FBF4 !important;
}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Ensure responsiveness for small screens */
@media (max-width: 768px) {

    .overlay-heading1,
    .overlay-heading2 {
        display: none;
        /* Hide both headings */
    }
}


.header-logo {
    width: 199px;
    height: 47.7px;
}

@media (max-width: 768px) {
    .header-logo {
        width: 85px;
        height: 23px;
    }
}

.main-heading {
    color: #f05123;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0%;
}

@media (max-width: 768px) {
    .main-heading {
        margin: 2px;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        line-height: 35.5px;
        letter-spacing: 0%;
    }
}

.main-description {
    color: #5a5959;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}

@media (max-width: 768px) {
    .main-description {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0%;
        text-align: center;
    }
}

.image-text-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.top-space {
    margin-top: 1%;
}

@media (max-width: 768px) {
    .top-space {
        margin-top: 12%;
    }
}

@media (max-width: 768px) {
    .image-text-container {
        margin-bottom: 20px;
    }

    .image-text-container img {
        width: 276px;
        height: 176px;
        top: 771px;
        left: 49px;
    }

}

.image-text-container img {
    width: 100%;
    display: block;
}

.left-text-box {
    position: absolute;
    bottom: 65px;
    left: 12px;
    background-color: #F8FBF4;
    padding: 40px;
    max-width: 460px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .left-text-box {
        display: none;
    }
}

.left-text-box h2 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #3f3e3e;
    font-weight: 200;
}

.left-text-box p {
    margin: 10px 0 0;
    color: #5a5959;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
}

.right-text-box {
    position: absolute;
    bottom: 65px;
    right: 12px;
    background-color: #F8FBF4;
    padding: 40px;
    max-width: 460px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .right-text-box {
        display: none;
    }
}

.right-text-box h2 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 200;
    color: #3f3e3e;
}

.right-text-box p {
    margin: 10px 0 0;
    color: #5a5959;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
}

.mobile-heading {
    display: none;
}

@media (max-width: 768px) {
    .mobile-heading {
        display: block;
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 20px;
        text-align: center;
        z-index: 2;
        font-family: 'Poppins', sans-serif;
        line-height: 22.5px;
        letter-spacing: 0%;
        color: #F8FBF4;
    }
}


.content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.flip-img {
    width: 614px;
    height: 500px;
    top: 4287px;
    left: 41px;
}

.placeholder {
    height: 500px;
    top: 4287px;
    left: 783px;
}

.left-section {
    position: relative;
    width: fit-content;
}

.text-box {
    position: absolute;
    top: 20px;
    /* Adjust vertical position */
    left: 20px;
    /* Adjust horizontal position */
    z-index: 10;
    /* Ensures text appears over the image */
    color: #222;
    /* Text color */
    max-width: 400px;
    /* Prevents overly wide text */
}


.title {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 75px;
    letter-spacing: 0%;
    color: #f05123;
    text-align: center;
}


.text-box-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    letter-spacing: 0%;
    color: #3f3e3e;
}

.text-box-description {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #5a5959;
}

.product-image {
    display: none;
}


@media (max-width: 768px) {

    /* Title styling */
    .title {
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        line-height: 22.5px;
        letter-spacing: 0;
    }

    /* Hide the content section on mobile */
    .content {
        display: none;
    }

    /* Ensure the flip image container is centered */
    .product-image {
        display: flex;
        /* Use flexbox for centering */
        justify-content: center;
        /* Center horizontally */
        align-items: center;
        /* Center vertically if needed */
        width: 100%;
        /* Full width */
        height: auto;
        /* Auto height */
    }

    /* Flip image styling */
    .flip-img {
        width: 100%;
        /* Fixed width for image */
        height: 257px;
        /* Fixed height for image */

    }
}


/* Container Styling */
.visualize-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F8FBF4;
    padding: 40px;
    flex-wrap: wrap;
    /* Ensures responsiveness */
}

/* Left Section (Text) */
.text-section {
    max-width: 50%;
}

.visualize-title {
    line-height: 1.4;
    color: #f05123;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0%;
    max-width: 400px;
}

.description {
    color: #5a5959;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
}

@media (max-width: 768px) {
    .description {
        font-size: 16px;
    }
}

/* Buttons */
.buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.btn {
    padding: 10px 17px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0px 0px 9.8px 0px #00000040;
    color: #636466;
}

.visualize-btn {
    background-color: #fff;
    border: 2px solid #949191;
}

.shop-btn {
    background-color: #fff;
    border: 2px solid #949191;
}

/* Statistics */
.stats {
    display: flex;
    justify-content: center;
    /* Center the stats horizontally */
    gap: 20px;
    /* Space between stat items */
}

/* Individual Stat Item */
.stats .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center align content */
    position: relative;
    /* Needed for pseudo-elements */
    padding: 0px;
    /* Ensure spacing around content */
}

/* Vertical line between items */
.stats .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    /* Position line between items */
    top: 10%;
    bottom: 10%;
    width: 2px;
    background-color: #ccc;
    /* Line color */
}

/* Stat Heading */
.stats h3 {
    margin-bottom: 5px;
    color: #636466;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0;
}

/* Stat Description */
.stats p {
    color: #636466;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
}

/* Responsive Design - Stack vertically on small screens */
@media (max-width: 768px) {
    .stats {
        flex-direction: column;
        /* Stack stats vertically */
        gap: 20px;
        /* Reduce gap for better fit */
    }

    .stats .stat-item:not(:last-child)::after {
        content: none;
        /* Remove vertical lines */
    }

    .visualize-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: center;
    }
}

/* Right Section (Images) */
.image-section {
    position: relative;
    max-width: 50%;
    display: flex;
    justify-content: center;
}

.main-image {
    width: 100%;
}

.top-right-image {
    position: absolute;
    top: -40px;
    right: 20px;
    width: 150px;
    border-radius: 12px;
}

.mobile-image {
    display: none;
    /* Show mobile image */
}

/* Hide desktop image and show mobile image on screens <= 768px */
@media (max-width: 768px) {
    .desktop-image {
        display: none;
        /* Hide desktop image */
    }

    .mobile-image {
        display: block;
        /* Show mobile image */
    }
}

.bottom-right-image {
    position: absolute;
    bottom: -40px;
    left: 30px;
    width: 200px;
    border-radius: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .visualize-container {
        flex-direction: column;
        text-align: center;
    }

    .text-section,
    .image-section {
        max-width: 100%;
    }

    .image-section {
        margin-top: 30px;
    }
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .visualize-container {
        flex-direction: column;
        /* Stack sections vertically */
        gap: 0px;
        /* Reduce spacing */
        text-align: center;
        /* Center content */
    }

    /* Adjust button alignment */
    .buttons {
        justify-content: center;
    }

    /* Ensure image is centered */
    .image-section {
        justify-content: center;
    }

    .stats {
        flex-direction: row;
        /* Ensure side by side layout */
        gap: 10px;
        /* Adjust gap for smaller screens */
        margin-top: 30px;
    }

    /* Make items share space evenly */
    .stat-item {
        flex: 1;
        /* Ensure equal width */
        border-right: 1px solid #ccc;
        /* Keep separator */
    }

    /* Remove border from the last item */
    .stat-item:last-child {
        border-right: none;
    }

    /* Stat Heading */
    .stats h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0%;
    }

    /* Stat Description */
    .stats p {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0%;
        text-align: center;
    }
}

.awards-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 75px;
    letter-spacing: 0%;
    color: #f05123;
    text-align: center;
}

@media (max-width: 768px) {
    .awards-heading {
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        line-height: 22.5px;
        letter-spacing: 0;
    }
}

.awards-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.award-item {
    max-width: 380px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.award-item img {
    width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .awards-grid {
        flex-direction: column;
        align-items: center;
    }
}

.purpose-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 75px;
    letter-spacing: 0%;
    color: #f05123;
    text-align: center;
}

@media (max-width: 768px) {
    .purpose-heading {
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        line-height: 32.5px;
        letter-spacing: 0;
    }
}

.purpose-description {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #5a5959;
    max-width: 900px;
    margin: 0 auto;
    /* Centers the element horizontally */
    text-align: center;
    /* Ensures the text itself is centered */
}

/* Optional: Center the heading too */
.purpose-heading {
    text-align: center;
}

@media (max-width: 768px) {
    .purpose-description {
        font-size: 16px;
        line-height: 22.5px;
        letter-spacing: 0;
    }
}


.footer-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0%;
    color: #414042 !important;
}

.footer-links {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 0%;
    color: #414042 !important;
}

.footer-copyright-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: center;
    background-color: #f05123;
    padding: 10px;
}

/* Divya css */
.lauch-section {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}

.lauch-box-main {
    display: flex;
    margin: 0 -10px;
    /* Adjust for consistent spacing */
}

.lauch-box {
    flex: 1;
    /* Default flex size */
    height: 500px;
    position: relative;
    overflow: hidden;
    transition: flex 0.8s ease-in-out, transform 0.8s ease-in-out;
    /* Smooth and natural transition for flex and transform */
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 10px;
    will-change: flex, transform;
    /* Hint to browser for optimization */
}

.lauch-box-in {
    flex: 1;
    transition: .3s;
}

/* 
.lauch-box.active {
     flex: 2;
    transition: .3s;
} */
.lauch-box-in.active {
    flex: 2;
    transition: .3s;
}

.lauch-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
    /* Smooth zoom effect */
}


.lauch-box:hover {
    flex: 2;
    /* Larger flex size on hover */
    transition: .3s;
}


.text-box {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
    text-align: left;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
}


.text-box {
    transition: opacity 0.4s ease;
}

.text-box-heading {
    font-size: 30px;
    font-weight: 200;
    color: #414042;
    margin: 10px 0;
}

.text-box-description {
    font-size: 17px;
    font-weight: 300;
    color: #666;
}

.header-column {
    width: 30%;
}

.header-column2 {
    width: 70%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header_i {
    padding-left: 5px;
    font-size: 12px;
}

.bread-crumb_d {
    padding: 30px 0;
}

.bread-crumb-in ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.bread-crumb-in i {
    font-size: 12px;
    padding-left: 10px;
    color: var(--primary);
}

.bread-crumb-in ul li {
    list-style: none;
    padding: 0 12px;
}

.bread-crumb-in a {
    font-size: 16px;
    color: #414042;
    text-decoration: none !important;
}

.bread-crumb-in a:hover {
    color: var(--primary);
}

.bread-crumb-in h1 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.main-b_d {
    background-size: cover !important;
    background: url(../img/vihan-images/modular-switches.jpg) no-repeat center;
    height: 100%;
    padding: 150px 0;
}

.product-main {
    text-align: right;
}

.product-main h2 {
    font-size: 60px;
    margin-bottom: 25px;
    color: #414042;
    text-align: right;
}

.product-main img {
    margin-bottom: 100px;
}

.product-main p {
    font-size: 18px;
    /* line-height: 28px; */
    color: #60463C;
    font-weight: 300;
}

.product-top-tab {
    box-shadow: 0px 1px 3px 0px #dedede;
}

.product-top-tab ul,
.product-bottom-tab ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.product-top-tab ul li {
    list-style: none;
    padding: 20px;
    width: 16.66%;
    text-align: center;
}

.product-top-tab a {
    font-size: 20px;
    color: #414042;
    font-weight: 300;
    text-decoration: none !important;
}

.product-bottom-tab {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-bottom-tab ul li:last-child {
    border: none;
}

.product-bottom-tab ul li {
    width: 10%;
    padding: 9px;
    list-style: none;
    border-right: 1px solid #717171;
    line-height: 5px;
    text-align: center;
}

.product-bottom-tab a {
    font-size: 15px;
    color: #414042;
    text-decoration: none !important;
    font-weight: 300;
    line-height: 20px;
}

.product-top-tab ul li.active {
    /* border-radius: 20px 20px 0px 0px;
    background: #f05123; */
    color: #f05123 !important;
    /* border-color: #f05123; */
}

.product-top-tab ul li.active a {
    color: #f05123;
}

.product-bottom-tab ul li.active a {
    font-weight: 600;
}

.product_main {
    padding: 130px 0;
    /* background: url(../img/vihan-images/minibanner.jpg) no-repeat center; */
    background-size: cover !important;
}

.productdiscription h2 {
    font-size: 55px;
    color: var(--primary);
    font-weight: 300;
    text-transform: uppercase;
}

.productdiscription h3 {
    font-size: 40px;
    color: #636466;
    font-weight: 300;
}

.productdiscription p {
    color: #636466;
    font-size: 18px;
    font-weight: 300;
}

.fullonimg {
    display: flex;
    justify-content: end;
}

.fullonimg img {
    width: 70%;
}

.productitle h2 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #414042;
}

.productmodule {
    padding: 50px 0;
}

.productbox {
    background: #E1E1E1;
    padding: 30px;
    text-align: center;
    cursor: pointer;
}

.productbox img {
    width: 50%;
    margin: auto;
    height: 170px;
    min-height: 170px;
    object-fit: contain;
}

.productboxmain h3 {
    font-size: 14px;
    color: #414042;
    margin: 10px 0;
    text-align: center;
}

.productboxmain h4 {
    color: var(--primary);
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}

hr {
    margin: 0 !important;
    background: #000 !important;
}

.productdisbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.productdisbtn a {
    text-align: center;
    color: #000;
    padding: 10px 20px;
    margin-right: 15px;
    border-radius: 50px;
    box-shadow: 0px 1px 3px 3px #bfb9b98a;
}

.productdisbtn i {
    padding-right: 10px;
}

.main-bg-product {
    width: 100%;
    background-size: cover !important;
    background: url(../img/vihan-images/modular-switches.png) no-repeat center;
    padding: 300px 0 200px 0;
    position: relative;
}

.home-automation-banner {
    background: url(../img/vihan-images/home-automation-main-b.jpg) no-repeat center !important;
    background-size: cover !important;
}

.led-banner {
    background: url(../img/vihan-images/led-banner.jpg) no-repeat center !important;
    background-size: cover !important;
}

.wire-banner {
    background: url(../img/vihan-images/wires-banner.jpg) no-repeat center !important;
    background-size: cover !important;
}

.mcb-banner {
    background: url(../img/vihan-images/mcb-banner.jpg) no-repeat center !important;
    background-size: cover !important;
}

.main-bg-product::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.product-bg {
    text-align: center;
    position: relative;
    color: #fff;
}

.product-bg h1 {
    font-weight: 100;
    font-size: 55px;
    color: #fff;
}

.product-bg h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.fullon-bg_main {
    padding: 50px 0;
}

.fullon-bg {
    background: url(../img/vihan-images/modular-switches.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 25px;
}

.ever-bg {
    background: url(../img/vihan-images/ever-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 25px;
}

.full-righttext {
    text-align: right;
}

.full-righttext img {
    margin-bottom: 50px;
    width: 150px;
}

.full-righttext h2 {
    font-weight: 300;
    font-size: 40px;
}

.full-righttext p {
    font-weight: 100;
    font-size: 20px;
    color: #414042;
    line-height: 30px
}

.full-righttext a {
    padding: 10px 25px;
    background: #fff;
    border-radius: 60px;
    color: #000;
    font-weight: 300;
}

html.sticky-header-active #header .header-body.header-body-bottom-border {
    background: var(--primary) !important;
    /* padding: 15px 0; */
}

html.sticky-header-active #header .header-logo img {
    filter: brightness(0) invert(1);

}

html.sticky-header-active #header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a {
    color: #fff
}

.custom-modal {
    border-radius: 8px;
}

.color-options .color-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
}

.color-dot:hover {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.custom-modal-head {
    display: flex;
    flex-direction: column !important;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 0;
}

.modal-header .btn-close {
    text-indent: -99999px;
    box-shadow: none;
    position: absolute;
    right: -3px;
    top: -7px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.pad-ha {
    padding: 100px 25px;
}

/* About us css  */
::selection {
    background: #0373e2;
    /* Background color for selected text */
    color: #ffffff;
    /* Text color for selected text */
}

/* For Mozilla Firefox */
::-moz-selection {
    background: #087df1;
    /* Background color for selected text */
    color: #ffffff;
    /* Text color for selected text */
}

.hero-section {
    position: relative;
    width: 100%;
    height: 350px;
    background: url('../img/vihan-images/Frame.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-section-heading {
    font-family: Poppins;
    font-weight: 500;
    font-size: 90px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F8FBF4;
    text-align: center;
    margin-top: 0;
}

@media (max-width: 768px) {
    .hero-section-heading {
        font-size: 50px;
    }
}

.modular-content-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 20px !important;
    text-align: center;
    color: #f05123;
}

@media (max-width: 768px) {
    .modular-content-heading {
        font-size: 25px;
        margin: 0 0 8px 0;
    }
}

.modular-content-description {
    color: #5a5959;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    line-height: 30px;
}

@media (max-width: 768px) {
    .modular-content-description {
        font-size: 16px;
    }
}


.half_section_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    margin-top: 15px;
    font-weight: 200;
    margin-bottom: 20px !important;
    color: #f05123;
    text-align: center;
}

@media (max-width: 768px) {
    .half_section_heading {
        font-size: 25px;
    }
}

.half_section_description {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #5a5959;
    font-weight: 300;
    text-align: center;
}

@media (max-width: 768px) {
    .half_section_description {
        font-size: 15px;
    }
}

.bg-white {
    background-color: #FFFFFF;
}


@media (max-width: 768px) {
    .bottom-half-section {
        margin-top: 30px;
    }
}


/* Padding for vertical spacing */
.col-half-section {
    padding-top: 3rem;
    /* Adjust padding as needed */
    padding-bottom: 3rem;
    /* Adjust padding as needed */
}

/* Decrease padding on mobile screens */
@media (max-width: 768px) {
    .col-half-section {
        padding-top: 0rem;
        /* Reduced padding for smaller screens */
        padding-bottom: 0rem;
        /* Reduced padding for smaller screens */
    }
}


/* Footer Styling */
.footer-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0%;
    color: #414042 !important;
}

.footer-links {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 0%;
    color: #414042 !important;
}

.footer-copyright-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: center;
    background-color: #f05123;
    padding: 10px;
}

#footer {
    margin-top: 0 !important;
}

.dropdown-item i {
    padding-left: 5px;
    font-size: 12px;
}

.main {
    overflow: hidden;
}

/* Demo Education css */
.custom-bg-color-grey-1 {
    background-color: #f4f4f4 !important;
}

.custom-font-1 {
    font-family: Georgia, serif !important;
}

/* Slider */
.custom-slider-el-1 {
    max-width: 30%;
    right: 12%;
}

.custom-slider-el-2 {
    max-width: 30%;
    left: 12%;
}

.custom-slider-text-1 {
    font-size: 100px;
    text-transform: none;
    letter-spacing: 0.01em;
}

.custom-slider-text-1 em {
    display: inline-block;
    font-style: normal;
    color: transparent;
    font-size: 155px;
    transform: rotate(-15deg);
    position: relative;
    top: 37px;
    margin-right: 4px;
}

@media (max-width: 991px) {
    .custom-slider-text-1 {
        font-size: 40px;
    }

    .custom-slider-text-1 em {
        font-size: 45px;
        top: 5px;
    }
}

/* Header Nav Main */
@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li>a {
        font-size: 0.9rem;
    }
}

/* Feature Boxes */
.feature-box-steps .feature-box-step-number {
    width: 60px;
}

.feature-box-steps .feature-box-step-number em {
    font-size: 44px;
    font-style: normal;
    display: block;
    margin-top: 32px;
    margin-right: 10px;
    color: var(--light);
    font-weight: bold;
    transform: rotate(-15deg);
}

/* Courses */
.custom-card-courses {
    border: 0 !important;
}

.custom-card-courses .custom-card-courses-author {
    position: absolute;
    bottom: -30px;
    right: 20px;
}

.custom-card-courses .custom-card-courses-author img {
    height: 60px;
    width: 60px;
    border-radius: 50% !important;
}

/* Countdown */
.countdown {
    min-height: 88px;
}

/* Custom Elements */
.custom-element {
    position: absolute;
}

.custom-element.custom-element-pos-1 {
    top: 30%;
    left: -35%;
}

.custom-element.custom-element-pos-2 {
    bottom: -15%;
    right: -35%;
}

.custom-element.custom-element-pos-3 {
    top: 30%;
    left: -35%;
}

.custom-element.custom-element-pos-4 {
    top: -20%;
    right: -20%;
}

/* Section Bacgrkound */
@media (max-width: 991px) {
    .custom-section-background-1 {
        padding-bottom: 35% !important;
    }
}

@media (max-width: 991px) {
    .custom-section-background-2 {
        padding-bottom: 35% !important;
    }
}

/* Breadcrumb */
.breadcrumb>li {
    font-size: 0.9em;
    text-transform: none;
}

/* Course Details */
.custom-course-detail .custom-course-detail-avatar {
    max-height: 80px;
    max-width: 80px;
    border-radius: 50% !important;
}

@media (max-width: 767px) {
    .custom-course-detail .border-right {
        border: 0 !important;
    }
}

/* Course Details */
@media (max-width: 767px) {
    .custom-instructor-details .border-right {
        border: 0 !important;
    }
}

/* Custom Accordion Style */
.custom-accordion-style-1>.card {
    border: 1px solid transparent !important;
    transition: ease border-color 300ms;
}

.custom-accordion-style-1>.card .card-header a {
    position: relative;
    padding: 23px 30px;
    background-color: var(--light);
    transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1>.card .card-header a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: inherit;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform 300ms;
}

.custom-accordion-style-1>.card .card-header a.collapsed:after {
    transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1>.card+.card {
    margin-top: 20px;
}

/* Form */
.custom-form-style-1 .form-control {
    height: calc(1.8em + 1.85rem + 2px);
    padding: 15.6px 20px;
    padding: 0.975rem 1.25rem;
    background: var(--grey-100) !important;
    border-color: var(--grey-100) !important;
    line-height: 1.5 !important;
}

.custom-form-style-1 .form-control:focus {
    border-color: var(--grey-500);
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
    color: #a9a9a9;
}

.custom-form-style-1 .form-control::-moz-placeholder {
    color: #a9a9a9;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
    color: #a9a9a9;
}

.custom-form-style-1 select {
    color: #495057;
}

.custom-form-style-1 select option {
    color: #a9a9a9;
}

.custom-form-style-1 select option[selected] {
    color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
    height: auto;
}

/* Skin */
@media (min-width: 992px) {

    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a,
    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav>ul>li>a {
        color: #666666;
    }
}

/* Slider */
.custom-slider-text-1 em {
    -webkit-text-stroke: 2px var(--primary);
}

/* Feature Boxes */
.feature-box-steps .feature-box-step-number em {
    -webkit-text-stroke: 2px var(--primary);
}

/* Custom Nav */
.custom-nav-secondary.owl-carousel.nav-style-1 .owl-nav .owl-prev,
.custom-nav-secondary.owl-carousel.nav-style-1 .owl-nav .owl-next {
    color: var(--secondary) !important;
}

.header-sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #f05123 !important;
    /* Light background with slight transparency */
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-sticky .header-logo img {
    filter: brightness(0) invert(1);
}

.header-sticky .header-nav-main nav>ul>li>a {
    color: #fff !important;
}

.productboxmain {
    margin-bottom: 25px;
}

/* Banner-css */
.banner-img {
    text-align: center;
}

.banner-text-main {
    position: relative;
    z-index: 11;
}

.banner-text {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: -1;
}

.banner-text h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 50px;
    color: #999;
    margin: 0;
    padding-left: 18px;
    line-height: 2px !important;
    letter-spacing: 0.02em;
}

.banner-textslide {
    margin-top: -28%;
}

.banner-textslide h2 {
    font-family: 'Poppins';
    font-weight: 150;
    font-size: 250px;
    color: #00000033;
    margin: 0;
    line-height: 0.9;
    letter-spacing: 0.09em;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

#button {
    display: inline-block;
    background-color: #f05123;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.cover-img {
    padding-top: 15px;
}

.cover-img img {
    padding: 20px;
}

.btn-plate {
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border-radius: 50px;
    margin: 5px 0;
    margin-right: 15px;
    color: #444;
}

.btn-plate i {
    padding-right: 5px;
}

.tab-product-img {
    background: #EFEFEF;
    padding: 10px 20px;
}

.cover-plate h3 {
    font-size: 25px;
    margin: 0;
    color: #000000E5;
    font-weight: 300;
}

.tab-ul-li {
    padding: 0;
    margin: 0;
    justify-content: end;
    display: flex;
}

.tab-ul-li li {
    list-style: none;
}

.privacy-text {
    text-align: left;
    padding: 50px 0
}

.contactUsMain {
    padding: 80px 0;
}

.contactForm {
    padding: 30px;
    background: #fff;
}