* {
    margin: 0 !important;
    padding: 0 !important;
}

html,
body {
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important;
    font-family: "Poppins", serif !important;
}

.navbar {
    width: 100% !important;
    height: 80px !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 5% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000 !important;
    backdrop-filter: blur(10px) !important;
    transition: transform 0.3s ease-in-out !important;
}

.navbar.hidden {
    transform: translateY(-100%) !important;
}

.logo {
    width: 250px !important;
    height: 80px !important;
}

.logo img {
    width: 250px !important;
    height: 70px !important;
    object-fit: cover !important;

}

.nav-links {
    list-style: none !important;
    display: flex !important;
    gap: 20px !important;
}


.nav-links a {
    text-decoration: none !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 8px 15px !important;
    position: relative !important;
    transition: color 0.3s ease-in-out !important;
}

.nav-links a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -3px !important;
    width: 100% !important;
    height: 2px !important;
    background: #000000 !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease-in-out !important;
}

.nav-links a:hover::after {
    transform: scaleX(1) !important;
}

/* 📱 Mobile Responsive */
.menu-toggle {
    display: none !important;
    font-size: 28px !important;
    background: none !important;
    border: none !important;
    color: black !important;
    cursor: pointer !important;
}

/* Dropdown */
/* Basic Dropdown Styling for Desktop */

/* Remove extra padding/margin from dropdown-item */
.dropdown-menu .dropdown-item {
  padding-right: 1rem; /* Adjust if needed */
  position: relative;
}


/* For the Hamburger Toggle Button (Mobile) */
.hamburger-menu {
    display: block;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    background-color: transparent;
    border: none;
}

/* Show dropdown menu on hover */
.dropdown-hover:hover > .dropdown-menu-hover {
  display: block;
}

/* Ensure submenus inside dropdowns appear on hover */
.dropdown-menu li:hover > .dropdown-submenu{
  display: block;
}

.dropdown-menu{
    left: 0;
}

/* Position nested submenus */
.dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  margin-top: -1px; /* Adjust if needed */
}

.dropdown-submenu3 {
  position: absolute;
  top: 0; /* Aligns the submenu vertically with its parent */
  left: 100%; /* Opens to the right */
  display: none;
  margin-top: 0; /* Optional: fine-tune if needed */
  z-index: 1000; /* Keeps it above other elements */
}

/* Show submenu on hover of the parent <li> */
.dropdown-menu li:hover > .dropdown-submenu3 {
  display: block;
}

/* Optional: Fix z-index if menus go behind content */
.dropdown-menu,
.dropdown-submenu {
  z-index: 1000;
}

.dropdown-menu li {
  position: relative;
}


@media (max-width: 768px) {
    .menu-toggle {
        display: block !important;
    }

    .nav-links {
        display: none !important;
        flex-direction: column !important;
        position: absolute !important;
        top: 60px !important;
        right: 0 !important;
        width: 100% !important;
        background: rgba(0, 0, 0, 0.9) !important;
        color: #ffffff !important;
        text-align: center !important;
        padding: 20px 0 !important;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
    }

    .nav-links.active {
        display: flex !important;
    }

    .nav-links li {
        margin: 10px 0 !important;
        color: #ffffff !important;
    }

    .nav-links li a {
        color: #ffffff !important;
    }
    .dropdown-menu li a {
        color: #000000 !important;
        left: 0;
        right: 0;
    }
}


.hero {
    height: 680px !important;
    background: linear-gradient(140deg, #2d4d92, #0d1322) !important;
    color: white !important;
    overflow: hidden !important;
    position: relative !important;
    /*margin-top: 20px !important;*/
}

.hero-scroller {
    display: flex !important;
    overflow-x: hidden !important;
    overflow: hidden !important;
    scroll-snap-type: x mandatory !important;
    gap: 20px !important;
    padding: auto !important;
    margin: auto !important;
    scroll-behavior: smooth !important;
}

.dots-container {
    text-align: center !important;
    z-index: 1 !important;
    position: absolute !important;
    bottom: 0px !important;
    left: 45% !important;
    /* margin-top: 20px !important; */
}

.dot {
    height: 12px !important;
    width: 12px !important;
    margin: 0 5px !important;
    background-color: #bbb !important;
    border-radius: 50% !important;
    display: inline-block !important;
    transition: background-color 0.3s ease !important;
}

.dot.active {
    background-color: #25c0fd !important;
}

.hero-slide {
    margin-top:80px !important;
    flex: 0 0 100% !important;
    scroll-snap-align: start !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 600px !important;
    position: relative !important;
}

.hero-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100vw !important;
}

.hero-content1 img {
    height:600px !important;
    /*margin-top: 75px !important;*/
    object-fit: fill !important;
}

.hero-content2 img {
    height:600px !important;
    width:100vw !important;
    /*margin-top: 65px !important;*/
    object-fit: fill !important;
}

.hero-content img {
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    width: 100vw !important;
    /* margin-top: -100px !important; */
    z-index: 1 !important;
}

/* .hero-content video{
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    width: 100vw !important;
    margin-top: -100px !important;
    z-index: 1 !important;
} */
.hero-text {
    width: 600px !important;
    position: relative !important;
    top: 150px !important;
    left: 50px !important;
    flex: 1 !important;
    /* text-align: left !important; */
    padding: 20px !important;
    z-index: 999 !important;
}

.hero-text h1 {
    width: 500px !important;
    font-size: 50px !important;
    margin-bottom: 10px !important;
}

.hero-text p {
    font-size: 24px !important;
    line-height: 1.5 !important;
    color: #25c0fd !important;
}

.hero-image {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
}

.small {
    width: 250px !important;
    height: 200px !important;
    position: absolute !important;
    top: 50px !important;
    left: 400px !important;

}

.small2 {
    position: absolute !important;
    top: 100px !important;
    left: 200px !important;
}

.hero-image img {
    margin-top: 100px !important;
    width: 0% !important;
    height: auto !important;
    border-radius: 20px !important;
    opacity: 0 !important;
    transform: translateX(50px) scale(0.25) !important;
    transition: opacity 2s ease, transform 7s ease !important;


}

.hero-slide.active .hero-image img {
    opacity: 1 !important;
    width: 50% !important;
    transform: translateX(0) scale(1.2) !important;
    transition: opacity 1s ease, transform 5s ease !important;

    filter: drop-shadow(10px 10px 20px #25c0fd3d);
}

/* .hero-scroller::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
} */

/* .hero-scroller::-webkit-scrollbar-thumb {
    background: #25c0fd00 !important;
    border-radius: 10px !important;
} */

/* Initial state for text animation */
.hero-slide .hero-text h1,
.hero-slide .hero-text p {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

/* Animation when slide becomes active */
.hero-slide.active .hero-text h1,
.hero-slide.active .hero-text p {
    opacity: 1;
    transform: translateY(0);
}




.hero-text span {
    font-size: 50px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: typewriter 2s forwards;
}

.hero-text h1 span .blue-color {
    color: #25c0fd !important;
}

.hero-text .span2 {
    font-size: 50px !important;
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: typewriter 6s forwards;
}

.hero-slide.active .hero-text span {
    animation-delay: calc(0.1s * var(--i)) !important;
}

.hero-slide.active .hero-text1 span {
    animation-delay: calc(5s + 0.1s * var(--i)) !important;
}

.hero-slide.active .hero-text2 span {
    animation-delay: calc(10s + 0.1s * var(--i)) !important;
}

.hero-slide.active .hero-text3 span {
    animation-delay: calc(15s + 0.1s * var(--i)) !important;
}

@keyframes typewriter {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Optional: Hide text after full animation */
.hero-slide.active .hero-text {
    animation: hideText 6s forwards;
}

@keyframes hideText {

    0%,
    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 1080px) and (max-height: 1920px) {
 .hero {
     height: 520px !important;
 }
 .cctv-container{
     margin-top: -69px !important;
 }
 .why-choose-us .card {
         width: 430px !important;
 }
}


/* Tablets (Portrait) */
@media (max-width: 1024px) {
    .hero-text h1 {
        font-size: 2.5rem !important;
    }

    .hero-text p {
        font-size: 1.25rem !important;
    }

    .hero-image img {
        width: 70% !important;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .hero{
        margin-top:70px !important;
        height:300px !important;
    }
    .hero-slide{
         height:300px !important;
         margin-top:0px !important;
    }
    .hero-scroller{
        height:300px !important;
    }
    .hero-content img {
        position: absolute !important;
        left: 0px !important;
        top: 0px !important;
        width: 100vw !important;
        height: 300px !important;
        margin-top: 0px !important;
        z-index: 1 !important;
    }

    .hero-content {
        flex-direction: column !important;
        text-align: center !important;
    }

    .hero-text h1 {
        font-size: 2rem !important;
    }

    .hero-text p {
        font-size: 1rem !important;
    }

    .hero-image img {
        width: 100px !important;
        height: 100px !important;
    }
}

/* Small Phones */
@media (max-width: 480px) {
    .hero-text {
        padding: 10px !important;
    }

    .hero-text h1 {
        font-size: 1.5rem !important;
    }

    .hero-text p {
        font-size: 0.9rem !important;
    }

    .hero-image img {
        width: 90% !important;
    }
}



.top-product {
    width: 100vw !important;
    height: 600px !important;
    position: relative !important;
}

.heading-top h1 {
    text-align: center !important;
    padding-top: 50px !important;
    margin-bottom: 0px !important;
}

.top-product-main {
    width: 100vw !important;
    height: 500px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly !important;


}

.top-product-left {
    width: 48vw !important;
    height: 500px !important;
    border-radius: 12px !important;
    background-color: #ffffff00 !important;
}

.custom-container {
    position: relative !important;
    width: 350px !important;
    height: 440px !important;
    margin: 0px auto !important;
    background-color: #ffffff00 !important;
}

.custom-card {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background: #ffffff00 !important;
    width: 300px !important;

    height: 350px !important;
    border-radius: 4px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.055) !important;
    transform-origin: center !important;
    /* transition: 1s cubic-bezier(0.28, 0.55, 0.385, 1.65) !important; */
    cursor: pointer !important;
}

.custom-card:nth-child(1) {
    z-index: 10 !important;
    top: 0px !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.custom-card:nth-child(2) {
    z-index: 9 !important;
    top: -15px !important;
    transform: scale(0.9) !important;
    opacity: 0.9 !important;
}

.custom-card:nth-child(3) {
    z-index: 8 !important;
    top: -30px !important;
    transform: scale(0.8) !important;
    opacity: 0.8 !important;
}

.custom-card:nth-child(4) {
    z-index: 7 !important;
    top: -45px !important;
    transform: scale(0.7) !important;
    opacity: 0.7 !important;
}

.custom-card:nth-child(5) {
    z-index: 6 !important;
    top: -60px !important;
    transform: scale(0.6) !important;
    opacity: 0.6 !important;
}

.custom-card:first-child:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) !important;
    transform: scale(1.05) !important;
}

.top-product-right {
    width: 48% !important;
    height: 500px !important;
}

.custom-container1 {
    position: relative !important;
    width: 350px !important;
    height: 440px !important;
    margin: 0px auto !important;
}

.custom-card1 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background: #FFFFFF !important;
    width: 300px !important;
    height: 350px !important;
    border-radius: 12px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
    transform-origin: center !important;
    transition: 3s cubic-bezier(2.28, 2.55, 2.385, 1.65) !important;
    cursor: pointer !important;
}

.custom-card1:nth-child(1) {
    z-index: 10 !important;
    top: 0px !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.custom-card1:nth-child(2) {
    z-index: 9 !important;
    top: -15px !important;
    transform: scale(0.9) !important;
    opacity: 0.9 !important;
}

.custom-card1:nth-child(3) {
    z-index: 8 !important;
    top: -30px !important;
    transform: scale(0.8) !important;
    opacity: 0.8 !important;
}

.custom-card1:nth-child(4) {
    z-index: 7 !important;
    top: -45px !important;
    transform: scale(0.7) !important;
    opacity: 0.7 !important;
}

.custom-card1:nth-child(5) {
    z-index: 6 !important;
    top: -60px !important;
    transform: scale(0.6) !important;
    opacity: 0.6 !important;
}

.custom-card1:first-child:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) !important;
    transform: scale(1.05) !important;
}


/* Enhanced Products and Services Section */
.products-services-section {
    width: 100vw !important;
    padding: 70px 10px !important;
    background: linear-gradient(135deg, #e6f3ff, #e6f3ff) !important;
    text-align: center !important;
    overflow: hidden !important;
    position: relative !important;
}

.products-services-section .latest-brand-heading3 {
    text-align: left !important;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    margin-left: 20px !important;
    font-size: 32px !important;
    color: #000000b2 !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 30px !important;
    top: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', sans-serif !important;
}



.section-description {
    font-size: 1.2rem !important;
    color: #00000050 !important;
    text-align: justify !important;
    margin-bottom: 60px !important;
    width: 610px !important;
    position: absolute !important;
    left: 50px !important;
    top: 90px !important;
}

.cards-slider {
    width: 100% !important;
    margin-top: 70px !important;
    overflow: hidden !important;
    position: relative !important;
}

.cards-containerr {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    padding: 0 20px !important;
    transition: transform 1s ease-in-out;
}

.cardd {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    padding: 15px !important;
    width: 360px !important;
    text-align: left !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.cardd:hover {
    transform: translateY(-12px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.cardd::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 5px !important;
    background: #2d4d92 !important;
    border-radius: 12px 12px 0 0 !important;
    transition: height 0.3s ease !important;
}

.cardd:hover::before {
    height: 100% !important;
    z-index: -1 !important;
}

.cardd-icon {
    font-size: 3rem !important;
    color: #2d4d92 !important;
    margin-bottom: 15px !important;
}

.cardd-icon img {
    width: 60px !important;
    height: 60px !important;
}

.cardd h3 {
    font-size: 21px !important;
    color: #25c0fd !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}

.cardd p {
    font-size: 16px !important;
    text-align: justify !important;
    color: #000000 !important;
    line-height: 1.8 !important;
    margin-bottom: 15px !important;
}

.cardd:hover p {
    color: #ffffff !important;
}

.scroller-container {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}



@media (max-width: 768px) {
    .products-services-section{
        height:370px !important;
        position:relative !important;
        padding:10px !important;
        display:flex !important;
        align-items:center !important;
        
    }
    .slider-container-heading{
        width:100vw !important;
        
    }
      .slider-container-heading .latest-bran{
        margin-bottom: 0px !important; 
        margin-top: 0px !important; 
        margin-left: 0px !important;
        text-align: left !important;
       font-size: 32px !important;
       color: #000000b2 !important;
       font-weight: 900 !important;
       position: absolute !important;
       left: 30px !important;
       top: 10px !important;
       text-transform: uppercase;
       letter-spacing: 1.5px;
       text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
       font-family: 'Poppins', sans-serif !important;
      }
    .cards-slider{
        width:100vw !important;
        height:300px !important;
    }
    .slider-container{
        padding:0px !important;
        height:300px !important;
        position: absolute !important;
        top:0px !important;
        left: -12px !important;
    }
    .cards-containerr{
       height:300px !important;
    }
    .cardd{
        height:280px !important;
        width: 200px !important;
    }
    .products-services-section h2 {
        font-size: 2.4rem !important;
    }

    .section-description {
        font-size: 1.1rem !important;
    }

   
}


.features-section {
    margin: 70px auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1200px !important;
    width: 100% !important;
    gap: 20px !important;
    padding: 40px !important;
    background: #556ea6 !important;
    border-radius: 12px !important;
    backdrop-filter: blur(8px) !important;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.features-image {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
}

.features-image img {
    width: 80% !important;
    height: auto !important;
    border-radius: 40px !important;
    transition: transform 0.3s ease-in-out;
}

.features-image img:hover {
    transform: scale(1.20) !important;
}

.features-content {
    flex: 1 !important;
    text-align: left !important;
}

.features-content h2 {
    font-size: 2.5rem !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
}

.features-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    opacity: 0.9 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
}

.features-list {
    list-style: none !important;
    padding: 0 !important;
}

.tick {
  color: #00aaff; /* Blue */
  font-weight: 900;
  margin-right: 5px!important;
}


@media (max-width: 900px) {
    .features-section {
        flex-direction: column !important;
        text-align: center !important;
        padding: 30px !important;
    }

    .features-content {
        text-align: center !important;
    }

    .features-list li {
        justify-content: center !important;
    }
}



.parts-section {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1200px !important;
    width: 100% !important;
    gap: 40px !important;
    padding: 50px !important;
    margin: 30px auto !important;
    background: #556ea6 !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
}


.parts-content {
    flex: 1 !important;
    opacity: 1 !important;
    padding-left: 70px !important;
    transform: translateX(-50px) !important;
    animation: fadeIn 1s forwards 0.3s !important;
}

.parts-content h2 {
    font-size: 2.8rem !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
}

.parts-content p {
    font-size: 1.3rem !important;
    line-height: 1.7 !important;
    color: #ffffff !important;
    text-align: justify !important;
    margin-bottom: 10px !important;
}

.parts-list {
    list-style: none !important;
    padding: 0 !important;
}

.parts-list li {
    font-size: 1.2rem !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    font-weight: 500 !important;
}

.parts-list li::before {
    content: "✔" !important;
    color: #3e29ff !important;
    font-weight: bold !important;
    margin-right: 12px !important;
    font-size: 1.3rem !important;
}

.parts-image {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    position: relative !important;
    opacity: 1 !important;
    transform: translateX(50px) !important;
    animation: fadeIn 1s forwards 0.6s !important;
}

.parts-image img {
    max-width: 100% !important;
    height: auto !important;

    border-radius: 12px !important;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}

.parts-image img:hover {
    transform: scale(1.20) !important;
    background-color: #ffffff00 !important;
    /* box-shadow: 0px 10px 30px rgba(116, 41, 255, 0.4) !important; */
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 900px) {
    .parts-section {
        flex-direction: column !important;
        text-align: center !important;
        /*padding: 40px !important;*/
    }

    .parts-content {
        text-align: center !important;
        width: 100vw !important;
    }

    .parts-list li {
        justify-content: center !important;
    }
}


/* WHY CHOOSE US */
.why-choose-us {
    position: relative !important;
    padding: 100px 20px !important;
    background: linear-gradient(135deg, #00396b, #00396b) !important;
    text-align: center !important;
    color: white !important;
    overflow: hidden !important;
}

/* SVG Wave Background */
.wave {
    position: absolute !important;
    top: -50px !important;
    left: 0 !important;
    width: 100% !important;
    height: 150px !important;
    background: url("https://www.svgrepo.com/show/333532/wave.svg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.why-choose-us h2 {
    font-size: 3rem !important;
    margin-bottom: 50px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}

/* Cards Container */
.cards-container {
    display: flex !important;
    justify-content: center !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
}

.card {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 15px !important;
    padding: 30px !important;
    max-width: 350px !important;
    text-align: center !important;
    transition: all 0.4s ease-in-out !important;
    position: relative !important;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.card:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 15px 30px rgba(255, 255, 255, 0.3) !important;
}

/* Card Icons */
.card .icon {
    width: 90px !important;
    height: 90px !important;
    line-height: 90px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    font-size: 2.8rem !important;
    color: white !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease-in-out !important;
}

.card .icon img {
    width: 80% !important;
    height: 80% !important;
}

.card:hover .icon {
    transform: rotate(20deg) scale(1.1) !important;
}

.card h3 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    color: #25c0fd !important;
    font-weight: bold !important;
}

.card p {
    font-size: 1rem !important;
    text-align: justify !important;
    color: #f1f1f1 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

.card .btn {
    display: inline-block !important;
    background: rgba(255, 204, 0, 0.9) !important;
    color: black !important;
    padding: 12px 22px !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out !important;
}

.card .btn:hover {
    background: rgba(255, 99, 71, 0.9) !important;
    color: white !important;
}

.custom-shape-divider-top-1740212625 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1740212625 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 86px;
}

.custom-shape-divider-top-1740212625 .shape-fill {
    fill: #FFFFFF;
}

@media (max-width: 1024px) {
    .cards-container {
        flex-wrap: wrap !important;
        gap: 30px !important;
    }

    .card {
        max-width: 320px !important;
    }
}

@media (max-width: 768px) {
    .why-choose-us {
        padding: 80px 20px !important;
    }

    .why-choose-us h2 {
        font-size: 2.5rem !important;
    }

    .cards-container {
        flex-direction: column !important;
        align-items: center !important;
        width:100vw !important;
    }

    .why-choose-us .card {
       width: 100% !important;
       margin-left:-80px !important;
    }
}

@media (max-width: 480px) {
    .why-choose-us h2 {
        font-size: 2rem !important;
    }

    .card {
        padding: 20px !important;
        width: 190px !important;
    }
}



/* Form */
.contact-form-section {
    padding: 80px 20px !important;
    background: linear-gradient(135deg, #ffffff, #ffffff) !important;
    text-align: center !important;
    position: relative;
    overflow: hidden;
}

.contact-form-section h2 {
    font-size: 2.5rem !important;
    color: #333 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.section-description {
    font-size: 1.1rem !important;
    color: #666 !important;
    margin-bottom: 40px !important;
}

.contact-form {
    max-width: 600px !important;
    margin: 0 auto !important;
    background: #fff !important;
    padding: 30px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    position: relative;
    z-index: 2;
}

.form-group {
    margin-bottom: 20px !important;
    text-align: left !important;
}

.form-group label {
    display: block !important;
    font-size: 1rem !important;
    color: #333 !important;
    margin-bottom: 8px !important;
    font-weight: 500 !important;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    color: #555 !important;
    background: #f9f9f9 !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2) !important;
    outline: none !important;
}

.form-group textarea {
    resize: vertical !important;
}

/* Submit Button */
.submit-btn {
    width: 100% !important;
    padding: 14px !important;
    background: linear-gradient(135deg, #ffffff, #007bff) !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: transform 1s ease, box-shadow 0.3s ease !important;
}

.submit-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4) !important;
    background: linear-gradient(135deg, #007bff, #ffffff) !important;
}

.submit-btn:active {
    transform: translateY(0) !important;
}

.camera-object {
    position: absolute;
    background: #bef8e6 !important;
    border: 2px solid #bef8e6 !important;
    border-radius: 50%;
    z-index: 1;
    animation: float 6s infinite ease-in-out;
}

.camera-1 {
    width: 60px;
    height: 60px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.camera-2 {
    width: 80px;
    height: 80px;
    bottom: 10%;
    right: 1%;
    animation-delay: 3s;
}

.camera-3 {
    width: 60px;
    height: 60px;
    top: 30%;
    right: 15%;
    animation-delay: 1.5s;
}

/* Lens Effect */
.camera-object::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background: #bef8e6 !important;
    border-radius: 50%;
    top: 25%;
    left: 25%;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}

/* Floating Animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-100px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-form {
        padding: 20px !important;
    }

    .contact-form-section h2 {
        font-size: 2rem !important;
    }

    .section-description {
        font-size: 1rem !important;
    }

    .camera-object {
        display: none;
        /* Hide objects on smaller screens */
    }
}



/* Footer */
.footer {
    background: linear-gradient(135deg, #00396b, #00396b) !important;
    color: white !important;
    padding: 50px 0 !important;
    font-size: 16px !important;
}


.footer-content {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}

.footer-section {
    width: 22% !important;
    margin-bottom: 30px !important;
}

.footer-section h3 {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    letter-spacing: 1px !important;
}

.footer-section p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    text-align: justify !important;
}

.footer-section ul {
    list-style: none !important;
}

.footer-section ul li {
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

.footer-section ul li strong {
    font-size: 18px !important;
}

.footer-section a {
    color: white !important;
    text-decoration: none !important;
    transition: color 0.3s ease, transform 0.3s ease !important;
}

.footer-section a:hover {
    color: #25c0fd !important;
    transform: translateX(5px) !important;
}

.social-links {
    display: flex !important;
    gap: 15px !important;
}

.social-icon {
    display: inline-block !important;
    color: white !important;
    background-color: #25c0fd !important;
    border-radius: 50% !important;
    text-align: center !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease, transform 0.3s ease !important;
}

.social-icon:hover {
    background-color: #ffffff !important;
    color: #25c0fd !important;
    transform: translateY(-5px) !important;
}

.social-icon.fb {
    /* background-color: #25c0fd !important; */
    font-size: 22px !important;
}

.social-icon.tw {
    /* background-color: #25c0fd !important; */
    font-size: 22px !important;
}

.social-icon.ig {
    /* background-color: #25c0fd !important; */
    font-size: 22px !important;
}

.social-icon.ln {
    /* background-color: #25c0fd !important; */
    font-size: 22px !important;
}

.footer-bottom {
    text-align: center !important;
    margin-top: 30px !important;
}

.footer-bottom p {
    font-size: 14px !important;
    color: #f0f0f0 !important;
}

@media screen and (max-width: 768px) {
    .footer-section {
        width: 48% !important;
    }
}

@media screen and (max-width: 480px) {
    .footer-section {
        width: 100% !important;
    }

    .social-links {
        justify-content: center !important;
    }
}

/* Trust Section Styles */
.trust-section {
    padding: 100px 20px !important;
    text-align: center !important;
    background: linear-gradient(140deg, #00396b, #00396b) !important;
    color: white !important;
    animation: fadeInUp 1s ease-in-out !important;
    position: relative !important;
}

.trust-section-bg {
    width: 100vw !important;
    height: 800px !important;
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    z-index: -1 !important;
}

.containeeer {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 30px 20px !important;
    /* background-color: #ffffff71 !important; */
    z-index: 1 !important;
}

.trust-title {
    font-size: 3rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
}

.trust-title span {
    color: #007bff !important;
}

.trust-text {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    line-height: 1.7 !important;
    margin-bottom: 40px !important;
    text-align: justify !important;

    color: #ffffff !important;
}



/* CTA Button */
.cta-button {
    display: inline-block !important;
    margin-top: 20px !important;
    padding: 15px 35px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: white !important;
    background: #25c0fd !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: 0.5s ease-in-out !important;
}

.cta-button:hover {
    background: #25c0fd !important;
    transform: scale(1.02) !important;
}

@media (max-width: 768px) {
    .trust-title {
        font-size: 2.3rem !important;
    }

    .trust-text {
        font-size: 1.1rem !important;
    }

    .trust-cards {
        flex-direction: column !important;
        align-items: center !important;
    }

    .trust-card {
        max-width: 90% !important;
    }

    .cta-button {
        font-size: 1rem !important;
        padding: 12px 30px !important;
    }
}

@keyframes fadeInUp {
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
    100%{
        opacity: 1 !important;
        transform: translateY(0);
    }
}


/* Page4 Styling */
#page4{
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) !important;
    padding: 70px 0 !important;
    overflow: hidden !important;
}

.latest-brand-heading2 {
    margin-top: 40px !important;
}

.page4-page-img {
    /* content: "" !important; */
    position: absolute !important;
    color: #000000 !important;
    width: 100px !important;
    height: 100px !important;
    margin-top: 10px !important;
    padding: 20px 20px !important;
    background-color: #ffffff00 !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 1 !important;
    border: none !important;
    animation: rotateBackground 10s ease-in-out infinite;
    z-index: 1 !important;
}

@keyframes rotateBackground {
    0% {
        right: 0%;
        top: 0%;
        transform: scale(1) rotate(0deg);
        opacity: 0.6;
    }

    25% {
        right: 25%;
        top: 10%;
        transform: scale(1.1) rotate(15deg);
        opacity: 0.8;
    }

    50% {
        right: 20%;
        top: 10%;
        transform: scale(1.2) rotate(5deg);
        opacity: 0.6;
    }

    75% {
        right: 25%;
        top: 5%;
        transform: scale(1.1) rotate(7deg);
        opacity: 0.8;
    }

    100% {
        right: 0%;
        top: 20%;
        transform: scale(1) rotate(1deg);
        opacity: 0.6;
    }
}



#page4 h1 {
    color: #003366 !important;
    font-size: 2.5rem !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

.underlinee {
    width: 100px !important;
    height: 4px !important;
    background-color: #ff4d4d !important;
    margin: 20px auto !important;
}

.clint_slider {
    position: relative !important;
    display: flex !important;
    overflow: hidden !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    z-index: 2 !important;
    margin-top: 40px !important;
}


.slider_wrapper1 {
    display: flex !important;
    gap: 30px !important;
    z-index: 2 !important;
}

.product-box {
    width: 300px !important;
    height: 350px !important;
    border-radius: 12px !important;
    padding-top: 30px !important;
    background-color: #ffffff !important;
    z-index: 2 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-box {
    position: relative;
    transition: transform 0.3s ease; /* Smooth transition */
}

.product-box:hover {
    transform: translateY(-10px); /* Moves the box up by 10px on hover */
}

.product-box:active {
    transform: translateY(5px); /* Moves the box down when clicked */
}


.product-img {
    width: 300px !important;
    height: 150px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}

.product-img1 img {
    /* margin-top: 20px !important; */
    width: 300px !important;
    height: 200px !important;
    object-fit: cover !important;
}

.product-img img {
    width: 200px !important;
    height: 150px !important;
    object-fit: cover !important;
    margin-left: 50px !important;
    border-radius: 12px !important;
}

.product-content {
    width: 300px !important;
    height: 200px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    scale: 0.9 !important;
}

.product-content:hover {
    scale: 0.9 !important;
}

.feature_boxx {
    width: 150px !important;
    height: 35px !important;
    display: flex !important;
    gap: 5px !important;
    padding: 10px 0px !important;
}

.feature_boxx img {
    width: 35px !important;
    height: 35px !important;
}

.feature_boxx p {
    color: #25c0fd !important;
    padding-top: 10px !important;

}

.feature_boxx p span {
    color:#20b2f4 !important;
}

.product-content button {
    padding: 6px 20px !important;
    position: relative !important;
    left: 50% !important;
    margin-top: 5px !important;
    border: none !important;
}

.product-content a {
    font-weight: 700 !important;
}





/* Main Section */
.cctv-section {
    width: 100% !important;
    height: 580px !important;
    padding: 60px 20px !important;
    background-color: #2d4d921f !important;
    position: relative !important;
}

.cctv-video-main {
    width: 100% !important;
    height: 500px !important;
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    z-index: -1 !important;
}

.cctv-video-main video {
    width: 100% !important;
}

.custom-shape-divider-top-1740228147 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.custom-shape-divider-top-1740228147 svg {
    position: relative !important;
    display: block !important;
    width: calc(100% + 1.3px) !important;
    height: 72px !important;
}

.custom-shape-divider-top-1740228147 .shape-fill {
    fill: #e6f3ff !important;
}

.cctv-container {
    display: flex !important;
    flex-direction: column !important;
    /* flex-wrap: wrap !important; */
    align-items: center !important;
    justify-content: center !important;
    gap: 0px !important;
}


.cctv-benifits-logo {
    height: 100px !important;
    width: 300px !important;
    padding-top: 40px !important;
    object-fit: cover !important;
}

/* Benefits Content */
.cctv-benefits {
    flex: 1 !important;
    min-width: 300px !important;
    max-width: 500px !important;
    background-color: #0033669c !important;
    padding: 30px !important;
    border-radius: 20px !important;
    /* margin-top: 100px !important; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important; */
}

.cctv-benefits h2 {
    font-size: 2rem !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
}

.cctv-benefits ul {
    list-style: none !important;
    padding: 0 !important;
}

.cctv-benefits li {
    font-size: 20px !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .cctv-container {
        flex-direction: column !important;
        text-align: center !important;
    }
    .cctv-video-main video {
    width: 100vw !important;
    height:400px !important;
    scale: 3 !important;
}
.cctv-section {
    width: 100% !important;
    height: 470px !important;
}
    .cctv-benefits h2 {
        font-size: 1.8rem !important;
    }
    .cctv-benefits li{
         font-size: 12px !important;
    }
}

.custom-shape-divider-bottom-1740375439 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1740375439 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 47px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1740375439 .shape-fill {
    fill: #e6f3ff;
}


.custom-shape-divider-bottom-1740375668 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1740375668 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 64px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1740375668 .shape-fill {
    fill: #00396b;
}








/* Slicebox Style */
.sb-slider {
    margin: 10px auto !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 500px !important;
    list-style-type: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sb-slider li {
    margin: 0 auto !important;
    width: 600px !important;
    padding: 0 !important;
    /* display: none ; */
}

.sb-slider li>a {
    outline: none !important;
}

.sb-slider li>a img {
    border: none !important;
    width: 300px !important;
}

.sb-slider img {
    width: 600px !important;
    height: 400px !important;
    display: block !important;
}

.sb-description {
    padding: 20px !important;
    bottom: 10px !important;
    left: 10px !important;
    right: 10px !important;
    z-index: 1000 !important;
    position: absolute !important;
    background: rgba(190, 176, 155, 0.4) !important;
    border-left: 4px solid rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
    color: #fff !important;
    -webkit-transition: all 200ms !important;
    -moz-transition: all 200ms !important;
    -o-transition: all 200ms !important;
    -ms-transition: all 200ms !important;
    transition: all 200ms !important;
    transition: all 200ms !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.sb-slider .sb-description {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 1;
}

.sb-slider .sb-description:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    background: rgba(190, 176, 155, 0.7) !important;
}

.sb-perspective {
    position: relative !important;
}

.sb-perspective>div {
    position: absolute !important;
    transform-style: preserve-3d !important;
    -webkit-transform-style: preserve-3d !important;
    -moz-transform-style: preserve-3d !important;
    -o-transform-style: preserve-3d !important;
    -ms-transform-style: preserve-3d !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    -o-backface-visibility: hidden !important;
    -ms-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}

.sb-side {
    margin: 0 !important;
    display: block !important;
    position: absolute !important;
    transform-style: preserve-3d !important;
    -moz-backface-visibility: hidden !important;
    -webkit-transform-style: preserve-3d !important;
    -moz-transform-style: preserve-3d !important;
    -o-transform-style: preserve-3d !important;
    -ms-transform-style: preserve-3d !important;
}

/* Custom Style */
.containerrr {
    margin: 30px !important;
}

.shadow {
    width: 100% !important;
    height: 168px !important;
    position: relative !important;
    margin-top: -110px !important;

    background-size: 100% 100% !important;
    z-index: -1 !important;
    display: none;
}

.sb-description h3 {
    font-size: 20px !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
}

.sb-description h3 a {
    color: #4a3c27 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) !important;
}

.nav-arrows {
    display: none;
}

.nav-arrows a {
    width: 42px !important;
    height: 42px !important;

    position: absolute !important;
    top: 50% !important;
    left: 2px !important;
    text-indent: -9000px !important;
    cursor: pointer !important;
    margin-top: -21px !important;
    opacity: 0.9 !important;
    border-radius: 50% !important;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) !important;
}

.nav-arrows a:first-child {
    left: auto !important;
    right: 2px !important;
    background-position: top right !important;
}

.nav-arrows a:hover {
    opacity: 1 !important;
    background-color: #003366 !important;
}

.nav-dots {
    text-align: center !important;
    position: absolute !important;
    bottom: -5px !important;
    height: 30px !important;
    width: 100% !important;
    left: 0 !important;
    display: none;
}

.nav-dots span {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    margin: 3px !important;
    background: #cbbfae !important;
    cursor: pointer !important;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.1) !important;
}

.nav-dots span.nav-dot-current {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 3px #cbbfae, inset 0 0 0 8px #fff !important;
}

.nav-options {
    width: 70px !important;
    height: 30px !important;
    position: absolute !important;
    right: 70px !important;
    bottom: 0px !important;
    display: none !important;
}

.nav-options span {
    width: 30px !important;
    height: 30px !important;

    text-indent: -9000px !important;
    cursor: pointer !important;
    opacity: 0.7 !important;
    display: inline-block !important;
    border-radius: 50% !important;
}

.nav-options span:first-child {
    background-position: -30px 0px !important;
    margin-right: 3px !important;
}

.nav-options span:hover {
    opacity: 1 !important;
}





.latest-brand {
    /* padding: 70px !important; */
    padding-left: 50px !important;
    height: 400px !important;
}

.latest-brand-heading {
    text-align: left !important;
    margin-top: 40px !important;
    font-size: 32px !important;
    color: #000000d5 !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 30px !important;
    top: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', sans-serif !important;
}

#page4 .latest-brand-heading2 {
    text-align: left !important;
    margin-bottom: 20px !important;
    font-size: 32px !important;
    color: #000000d8 !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 30px !important;
    top: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', sans-serif !important;
}


.rainbow-glow {
    margin-top: 120px !important;
    margin-left: 30px !important;
    display: inline-block !important;
    padding: 2px !important;
    position: relative !important;
    /* // overflow:hidden; */
    border-radius: 25px !important;

    &:before {
        content: '';
        display: block !important;
        position: absolute !important;
        width: 200% !important;
        right: -50% !important;
        bottom: -50% !important;
        top: -50% !important;
        background-position: center center !important;
        background-image: conic-gradient(from 0 at 50% 50%, transparent 50%, #fff845, #1cc98c, #24cbde, #57a9f7, #bd52f9, #ebb347);
        animation: rainbowGlowRotate 4s linear infinite;
        /* filter:blur(150px) !important; */
    }

    .card {
        padding: 1px !important;
        position: relative !important;
        overflow: hidden !important;
        border-radius: 25px !important;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);

        &:before {
            content: '';
            display: block !important;
            position: absolute !important;
            width: 200% !important;
            right: -50% !important;
            bottom: -50% !important;
            top: -50% !important;
            background-position: center center !important;
            background-image: conic-gradient(from 0 at 50% 50%, transparent 50%, #fff845, #1cc98c, #24cbde, #57a9f7, #bd52f9, #ebb347);
            animation: rainbowRotate 4s linear infinite;
        }
    }

    .content {
        /* padding:100px !important; */
        background: rgb(255, 255, 255) !important;
        border-radius: 25px !important;
        position: relative !important;
        /* z-index:1 !important; */
    }

    .content img {
        width: 200px !important;
        height: 200px !important;
        z-index: -1 !important;
        scale: 0.8 !important;
    }

    .latest-brand-dis {
        position: relative !important;
        top: -40px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        z-index: 1 !important;
    }

    .taggs {
        padding: 4px 8px !important;
    }
}

@keyframes rainbowRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rainbowGlowRotate {
    0% {
        transform: rotate(0deg) scale(0.3);
    }

    50% {
        transform: rotate(180deg) scale(0.3);
    }

    100% {
        transform: rotate(360deg) scale(0.3);
    }
}


@media (max-width: 768px){
    .latest-brand-heading{
        font-size:20px !important;
    }
    .latest-brand{
        display:flex !important;
        width:100vw !important;
        height:900px !important;
        padding-left:10px !important;
    }
    .rainbow-glow-main{
        width:100vw !important;
        margin-top: 120px !important;
        display:flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        position:relative !important;
    }
    .rainbow-glow{
        width:50% !important;
        margin-top: 0px !important;
        height:250px !important;
        top:0px !important;
        margin-left: 0px !important;
    }
}





.full-width-section {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 50px 20px !important;
    position: relative !important;
    overflow: hidden !important;
}

.box-wrappererr {
    position: relative !important;
}

/* Background Animated Objects */
.full-width-section::before,
.full-width-section::after {
    content: "" !important;
    position: absolute !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #bef8e6 !important;
    border-radius: 50% !important;
    z-index: -1 !important;
    animation: floatAnimationn 6s infinite alternate ease-in-out !important;
}

.full-width-section::before {
    top: 0px !important;
    left: 0px !important;
}

.full-width-section::after {
    top: 300px !important;
    right: 0px !important;
}

@keyframes floatAnimationn {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(200px);
    }
}

/* Box Styling */
.box {
    width: 600px !important;
    height: 350px !important;
    margin: 15px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.788) !important;
    transition: transform 0.3s ease !important;
    position: relative !important;
}

.box img {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    top: 0px !important;
    transition: top 3s ease !important;
}

.box:hover img {
    top: -130% !important;
    transition: all 2s linear !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .box {
        width: 350px !important;
        height: 250px !important;
    }
}

@media (max-width: 480px) {
    .box-wrappererr{
        width:350px !important;
    }
    .box {
        width: 350px !important;
        height:250px !important;
    }
}





.slider-wrap {
    height: 400px !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 70px 0px !important;
    background: linear-gradient(0deg, #ffffff, #ffffff) !important;

    .slider-wrap-heading {
        font-size: 25px !important;
        text-align: center !important;
        color: #000000 !important;
    }

    .slider {
        position: absolute !important;
        width: 100% !important;
        height: 200px !important;
        left: 30% ;
        top: 150px !important;
    }
}

.slider-item {
    /* margin: 0px auto !important; */
    width: 530px !important;
    padding: 20px 0 25px 30px !important;
    border-radius: 10px !important;
    background-color: #f9f9f9 !important;
    display: flex !important;
    justify-content: flex-start !important;
    position: absolute;
    opacity: 0;
    z-index: 0;
    box-shadow: 0 4px 9px #ffffff !important;
    left: 0;
    top: 0;

    .animation-card_image {
        max-width: 60px !important;
        max-height: 60px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 50% !important;
        box-shadow: 0 4px 9px rgba(255, 255, 255, 0.72) !important;
        background-color: #ffffff !important;

        img {
            width: 53px !important;
            height: 53px !important;
            border-radius: 50% !important;
            object-fit: cover !important;
        }
    }

    .animation-card_content {
        width: 100% !important;
        max-width: 374px !important;
        margin-left: 26px !important;

        font-family: "Open Sans", sans-serif !important;

        .animation-card_content_title {
            color: #000000 !important;
            font-size: 16px !important;
            font-weight: 700 !important;
            letter-spacing: -0.18px !important;
            line-height: 24px !important;
            margin: 0 !important;
        }

        .animation-card_content_description {
            color: #000000 !important;
            font-size: 15px !important;
            font-weight: 400 !important;
            letter-spacing: normal !important;
            line-height: 24px !important;
            margin: 10px 0 0 0 !important;
        }

        .animation-card_content_city {
            font-size: 11px !important;
            margin: 10px 0 0 0 !important;
            font-weight: 700 !important;
            padding-left: 10px !important;
            text-transform: uppercase !important;
            color: #000000 !important;
        }
    }
}


@media (max-width: 768px){
    .slider-item{
        width:400px !important;
        margin-left:4px !important;
    }
        .slider {
        left: 0% !important;
    }
}
@media (max-width: 480px){
        .slider {
        left: 0% !important;
    }
}






.sectionn {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 30px !important;
  background: #e6f3ff !important;
  min-height: 100vh !important;
  /* overflow: hidden !important; */
}

.contentt {
    width: 45vw !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* backdrop-filter: blur(30px) !important; */
  border-radius: 20px !important;
  /* width: min(900px, 100%) !important; */
  box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset,
    0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 10 !important;
}

.info {
    width: 250px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  /* max-width: 450px !important; */
  /* padding: 0 35px !important; */
  text-align: justify !important;
}
.info h1{
    font-size: 25px !important;
    margin-bottom: 20px !important;
}
.info p {
  color: #000000 !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  text-align: justify !important;
  line-height: 1.5 !important;
}

.movie-night {
  background: linear-gradient(225deg, #00396b 0%, #784ba0 50%, #2b86c5 100%);
}




/* SWIPER */

.swiper {
  width: 250px !important;
  height: 350px !important;
  padding: 30px 0 !important;
  overflow: hidden !important;
}

.swiper-slide {
  position: relative ;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px !important;
  user-select: none ;
}

.swiper-slide img {
  position: absolute ;
  /* inset: 0 !important; */
  width: 248px !important;
  height: 300px !important;
  /* scale: 0.7 !important; */
  /* object-fit: cover !important; */
}

.img-position {
  object-position: 50% 0% ;
}

.overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to top, #0f2027, transparent, transparent);
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.overlay span {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  color: #fff !important;
  padding: 7px 18px !important;
  margin: 10px !important;
  border-radius: 20px !important;
  letter-spacing: 2px !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  background: rgba(255, 255, 255, 0.095);
  box-shadow: inset 2px -2px 20px rgba(214, 214, 214, 0.2),
    inset -3px 3px 3px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(74px) !important;
}

.overlay h2 {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 1.1rem !important;
  line-height: 1.4 !important;
  margin: 0 0 20px 20px !important;
  z-index: 999 !important;
}

/* ANIMATED BACKGROUND */

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background-color: #00396b;
  background-image: linear-gradient(
    225deg,
    #00396b 0%,
    #ffffff 50%,
    #2b86c5 100%
  );
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}


@media (max-width: 750px) {
  /*.content {*/
  /*   flex-direction: column-reverse;*/
  /*}*/
  
  /*.btn {*/
  /*  margin: 10px auto 40px;*/
  /*}*/
  
  
.sectionn {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
  background: #e6f3ff !important;
  min-height: 800px !important;
  /* overflow: hidden !important; */
}

.contentt {
  width: 98vw !important;
    /*margin-left: !important;*/
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* backdrop-filter: blur(30px) !important; */
  border-radius: 20px !important;
  /* width: min(900px, 100%) !important; */
  box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset,
    0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 10 !important;
}

.info p{
    font-weight: 300 !important;
    font-size: 13px !important;
    padding: 6px !important;
}
  
}




.white-bg{
    background-color: #ffffff !important;
}




.camera-section {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: bold;
}

.camera-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.camera-card {
  background: #0b0b0c;
  border-radius: 20px;
  padding: 30px 20px;
  width: 300px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  position: relative;
  transition: transform 0.3s;
}

.camera-card:hover {
  transform: translateY(-10px);
}

.camera-mp {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.05);
  font-weight: 900;
  z-index: 0;
}

.camera-card img {
    width: 80%;
    height: auto;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}



.price {
  font-size: 1rem;
  margin: 10px 0;
  color: #f5f5f5;
}

.price del {
  color: #888;
  margin-right: 8px;
}

.features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.5;
}

.card-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.learn-btn,
.cart-btn {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.9rem;
}

.learn-btn {
  background: #999;
  color: #000;
}

.cart-btn {
  background: #007bff;
  color: #fff;
  transition: background 0.3s ease;
}

.cart-btn:hover {
  background: #0056b3;
}






.carder-main {
    padding: 2rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: "Roboto", sans-serif;
    background-color: #e6f3ffa9 !important;
    width: 100%;
    box-sizing: border-box;
}

.cardmain-head {
    width: 100% !important;
    margin-bottom: 2rem !important;
    z-index: 999 !important;
}

.cardmain-head h1 {
    text-align: center !important;
    font-size: clamp(1.5rem, 5vw, 2.5rem) !important;
    color: #000000b2 !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', sans-serif !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    z-index: 999 !important;
}

.cardmain-bottom {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 1.5rem !important;
    padding: 0 1rem !important;
    max-width: 1400px;
    margin: 0 auto;
}

.carder {
    width: 100% !important;
    height: 250px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px #555 !important; 
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0px !important;
    overflow: hidden !important;
    transition: all 0.5s ease !important;
    transform: rotateX(35deg) scale(0.9) !important;
    perspective: 1200px !important;
}

.home-gall {
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px !important;
    object-fit: cover;
    transition: all 0.5s ease !important;
}

.carder:hover {
    transform: rotate(0deg) scale(1.05) translateY(10px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important;
}

.carder:hover .home-gall {
    transform: scale(1.1) !important;
}

/* Responsive Adjustments */
@media (min-width: 768px) {
    .carder-main {
        padding: 3rem 2rem !important;
    }
    
    .cardmain-bottom {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .carder {
        height: 300px !important;
    }
}

@media (min-width: 1024px) {
    .cardmain-bottom {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    
    .carder {
        height: 350px !important;
    }
    
    .carder:hover {
        transform: rotate(0deg) scale(1.1) translateY(10px) !important;
    }
}

@media (max-width: 480px) {
    .carder {
        height: 200px !important;
        transform: rotateX(25deg) scale(0.9) !important;
    }
    
    .cardmain-bottom {
        gap: 1rem !important;
    }
}