/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Exo 2', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Creative Header */
.creative-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(36, 136, 246, 0.1);
    transition: all 0.3s ease;
}

.creative-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar {
    padding: 15px 0;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.brand-logo {
    font-family: 'Orbitron', monospace;
    font-size: 2rem;
    font-weight: 900;
    color: #2488f6;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(45deg, #2488f6, #64b5f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cross{
    position: absolute;
    top: 10%;
    right: 10%;
    background: #1892a2;
    font-size: 25px;
    padding: .5rem 1.2rem;
    border-radius: 63%;
    color: #fff;
    cursor:pointer;
}

.brand-tagline {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -5px;
}

.nav-menu {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}

.nav-link {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease;
    padding: 10px 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #2488f6, #64b5f6);
    transition: width 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #2488f6;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #2488f6;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.btn-nav:hover {
    background: #1a6bc7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(36, 136, 246, 0.3);
}

.btn-nav.whatsapp {
    background: #25D366;
}

.btn-nav.whatsapp:hover {
    background: #1ea952;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 10px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #2488f6;
    transition: all 0.3s ease;
}

/* Hero Slider */
.hero-slider {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slider-container {
    position: relative;
    height: 100%;
}

.slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.8s ease-in-out;
}

.slider-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.8s ease-in-out;
}

.slider-slide.active .slide-bg {
    transform: scale(1.05);
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(36, 136, 246, 0.3) 100%);
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 600px;
    animation: slideInUp 1s ease-out;
}

.slide-badge {
    display: inline-block;
    background: rgba(36, 136, 246, 0.9);
    color: #fff;
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.slide-badge.new {
    background: rgba(255, 107, 107, 0.9);
}

.slide-badge.best {
    background: rgba(255, 193, 7, 0.9);
}

.slide-title {
    font-family: 'Orbitron', monospace;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.slide-subtitle {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #64b5f6;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slide-description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.slide-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.btn-slide {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    font-size: 1rem;
}

.btn-slide.primary {
    background: #2488f6;
    color: #fff;
}

.btn-slide.primary:hover {
    background: #1a6bc7;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(36, 136, 246, 0.4);
}

.btn-slide.secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-slide.secondary:hover {
    background: #fff;
    color: #2488f6;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

.slide-features {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.feature-item i {
    color: #64b5f6;
    font-size: 1.2rem;
}

/* Slider Controls */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(36, 136, 246, 0.9);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    z-index: 3;
    backdrop-filter: blur(10px);
}

.slider-btn:hover {
    background: #2488f6;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 10px 30px rgba(36, 136, 246, 0.4);
}

.prev-slide {
    left: 30px;
}

.next-slide {
    right: 30px;
}

/* Slider Indicators */
.slider-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 3;
}

.slider-indicators .indicator {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.slider-indicators .indicator.active {
    background: #2488f6;
    transform: scale(1.2);
}

.slider-indicators .indicator:hover {
    background: #64b5f6;
    transform: scale(1.1);
}

/* Animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Creative Title Styles */
.creative-title {
    font-family: 'Orbitron', monospace;
    font-size: 2.5rem;
    font-weight: 900;
    color: #20909f;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    background: linear-gradient(45deg, #20909f, #20909f, #20909f);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
}

.creative-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #2488f6, transparent);
    z-index: -1;
    opacity: 0.3;
}

.creative-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 2px solid #2488f6;
    opacity: 0.1;
    z-index: -1;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

/* Hero Content Section */
.hero-content-section {
    /*position: relative;*/
    overflow: hidden;
    text-align: center;
}

.hero-content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="waves" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M0,50 Q25,25 50,50 T100,50 L100,100 L0,100 Z" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23waves)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-family: 'Orbitron', monospace;
    font-size: 3rem;
    font-weight: 900;
    color: #2488f6;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.product-name {
    font-family: 'Rajdhani', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.hero-actions .btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.hero-actions .btn-contact {
    background: #2488f6;
    color: #fff;
    border: none;
}

.hero-actions .btn-contact:hover {
    background: #1a6bc7;
    transform: scale(1.1);
}

.btn-enquiry {
    background: #2488f6;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-enquiry:hover {
    background: #1a6bc7;
    transform: translateY(-2px);
    box-shadow: 0 1px 3px rgba(36, 136, 246, 0.2);
}

.hero-images {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.product-image {
    width: 200px;
    height: 300px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.product-image:hover {
    transform: translateY(-10px);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* About Section */
.about-section {
    padding: 0;
    background: #fff;
}

.about-content-section {
    padding: 60px 0;
}

.about-content{
    text-align: center;
}

.section-title {
    font-family: 'Orbitron', monospace;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2488f6;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.subsection-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Why AMTYGLOBAL Section */
.why-amtyglobal-section {
    padding: 80px 0;
    background: #e8f0f7;
}


.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.feature-card .feature-icon {
    width: 80px;
    height: 80px;
    background:#20909f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.05);
    background: #135c66;
}

.feature-card .feature-icon i {
    color: #fff;
    font-size: 2rem;
}

.feature-card h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #168398;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
    text-align: left;
}

/* Contact Form */
.contact-form {
    background: #e7f0f7;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.contact-form h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2488f6;
    margin-bottom: 30px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border: none;
    border-bottom: 2px solid #2488f6;
    padding: 12px 0;
    font-size: 1rem;
    background: transparent;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-bottom-color: #1a6bc7;
    box-shadow: none;
    outline: none;
}

.form-control::placeholder {
    color: #666;
}

.btn-send {
    background: #2488f6;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-send:hover {
    background: #1a6bc7;
    transform: translateY(-2px);
    box-shadow: 0 1px 3px rgba(36, 136, 246, 0.2);
}

/* Features Strip */
.features-strip {
    background: #1a1a2e;
    padding: 80px 0;
}

.features-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
}

.feature-item .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1);
    background: #1a6bc7;
}

.feature-item .feature-icon i {
    color: #fff;
    font-size: 2.5rem;
}

.feature-item span {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Product Sections */
.product-section {
    padding:70px 0 30px 0;
    background: #f8f9fa;
}

.product-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.product-model {
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.product-model:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.product-images {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    justify-content: center;
}

.product-images img {
   
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.product-info h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2488f6;
    margin-bottom: 20px;
    text-align: center;
}

.product-details h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.product-details ul {
    margin-bottom: 20px;
}

.product-details li {
    padding: 5px 0;
    color: #666;
    border-bottom: 1px solid #eee;
}

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

.btn-download {
    background: #2488f6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-download:hover {
    background: #1a6bc7;
    transform: translateY(-2px);
}

/* Dimensions Diagram */
.dimensions-diagram {
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    margin-bottom: 60px;
}

.dimensions-diagram h4 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #2488f6;
    margin-bottom: 20px;
    text-align: center;
}

.diagram-images {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.diagram-images img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Discover Section */
.discover-section {
    background: #fff;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.discover-section h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2488f6;
    margin-bottom: 30px;
    text-align: center;
}

.discover-item {
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.discover-item:hover {
    transform: translateY(-5px);
}

.discover-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.discover-item h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2488f6;
    margin-bottom: 15px;
}

.btn-view {
    background: #2488f6;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-view:hover {
    background: #1a6bc7;
    transform: translateY(-2px);
}

/* Products Grid */
.products-grid-section {
    padding: 80px 0;
    background: #fff;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-grid-item {
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.product-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.product-grid-item img {
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
}

/* Footer */
.footer {
    background: #1a1a2e;
    color: #fff;
    padding: 60px 0 20px;
}

.footer-content h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-content p {
    color: #ccc;
    margin-bottom: 15px;
}

.footer-link {
    color: #2488f6;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #fff;
}

.footer-form {
    background: #2a2a3e;
    padding: 30px;
}

.footer-form h4 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.footer-form .form-control {
    background: #3a3a4e;
    border: 1px solid #4a4a5e;
    color: #fff;
}

.footer-form .form-control::placeholder {
    color: #aaa;
}

.footer-form .form-control:focus {
    background: #3a3a4e;
    border-color: #2488f6;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .slide-title {
        font-size: 3rem;
    }
    
    .slide-subtitle {
        font-size: 1.5rem;
    }
    
    .creative-title {
        font-size: 3rem;
        letter-spacing: 2px;
    }
    
    .hero-title {
        font-size: 2.5rem;
        letter-spacing: 3px;
    }
    
    .product-name {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .product-showcase {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .nav-links {
        gap: 25px;
    }
    
        body , section , footer , html{
        overflow-x:hidden;
    }
    
    .hero-slider{
        height:100%;
        
    margin-top: 5.8rem;
    }
    
    .nav-link {
        font-size: 0.9rem;
    }
    
    .btn-nav {
        padding: 10px 15px;
        font-size: 0.8rem;
    }
    
    .slide-title {
        font-size: 2.5rem;
    }
    
    .slide-subtitle {
        font-size: 1.3rem;
    }
    
    .slide-description {
        font-size: 1.1rem;
    }
    
    .slide-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .slide-features {
        gap: 20px;
    }
    
    .carousel-slide {
        min-width: 50%;
        flex: 0 0 50%;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    /* Header Mobile */
    .nav-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 94%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: left 0.3s ease;
        z-index: 999;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-links {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .nav-link {
        font-size: 1.2rem;
    }
    
    .nav-actions {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    /* Slider Mobile */
    .slide-title {
        font-size: 2rem;
    }
    
    .slide-subtitle {
        font-size: 1.1rem;
    }
    
    .slide-description {
        font-size: 1rem;
    }
    
    .slide-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-slide {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .slide-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .slider-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .prev-slide {
        left: 15px;
    }
    
    .next-slide {
        right: 15px;
    }
    
    .slider-indicators {
        bottom: 20px;
    }
    
    .hero-content-section {
        padding: 0px 0;
    }
    
    .creative-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    
    .hero-title {
        font-size: 2rem;
        letter-spacing: 2px;
    }
    
    .product-name {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .why-amtyglobal-section {
        padding: 60px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .feature-card {
        padding: 30px 20px;
    }
    
    .hero-images {
        flex-direction: column;
        align-items: center;
    }
    
    .product-image {
        width: 150px;
        height: 200px;
    }
    
    .features-list {
        flex-direction: column;
        gap: 30px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .diagram-images {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-form {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .creative-title {
        font-size: 2rem;
        letter-spacing: 1px;
        margin-bottom: 40px;
    }
    
    .hero-title {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .product-name {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .why-amtyglobal-section {
        padding: 40px 0;
    }
    
    .feature-card {
        padding: 25px 15px;
    }
    
    .feature-card .feature-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .feature-card .feature-icon i {
        font-size: 1.5rem;
    }
    
    .feature-card h4 {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
    
    .feature-card p {
        font-size: 0.9rem;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .product-images {
        flex-direction: column;
        align-items: center;
    }
    
    
    .hero-actions {
        justify-content: center;
    }
}

/* Creative Footer */
.creative-footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
}

.footer-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

.footer-content {
    padding: 80px 0 40px;
    position: relative;
    z-index: 2;
        background-color: #0a636e;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-brand {
    font-family: 'Orbitron', monospace;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(45deg, #fff, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-tagline {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #64b5f6;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-description {
    color: #b0bec5;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 1rem;
}

.footer-heading {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #2488f6, #64b5f6);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #b0bec5;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
}

.footer-links a::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #2488f6;
    font-size: 0.7rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #2488f6;
    transform: translateX(5px);
}

.footer-links a:hover::before {
    opacity: 1;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(36, 136, 246, 0.1);
    border: 2px solid #2488f6;
    color: #2488f6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(36, 136, 246, 0.2), transparent);
    transition: all 0.5s ease;
}

.social-link:hover {
    background: #2488f6;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(36, 136, 246, 0.3);
}

.social-link:hover::before {
    left: 100%;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-item i {
    width: 40px;
    height: 40px;
    background: rgba(36, 136, 246, 0.1);
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-item:hover i {
    background: #2488f6;
    color: #fff;
    transform: scale(1.1);
}

.contact-label {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}

.contact-item p {
    color: #b0bec5;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    border-top: 1px solid rgba(36, 136, 246, 0.2);
    position: relative;
    z-index: 2;
}

.copyright {
    color: #b0bec5;
    font-size: 0.9rem;
    margin: 0;
}

.footer-link {
    color: #64b5f6;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #2488f6;
    text-decoration: underline;
}

.footer-badges {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.badge {
    background: rgba(36, 136, 246, 0.1);
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.badge:hover {
    background: #2488f6;
    color: #fff;
    transform: translateY(-2px);
}

/* Footer Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        padding: 60px 0 30px;
    }
    
    .footer-brand {
        font-size: 2rem;
    }
    
    .footer-tagline {
        font-size: 1rem;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-badges {
        justify-content: center;
        margin-top: 15px;
    }
    
    .copyright {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .footer-content {
        padding: 130px 0 20px;
    }
    
    .footer-brand {
        font-size: 1.8rem;
    }
    
    .footer-heading {
        font-size: 1.1rem;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: start;
        gap: 10px;
    }
    

}

/* Creative Product Showcase */
.creative-showcase {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.creative-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%232488f6" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.product-showcase-carousel {
    position: relative;
    z-index: 2;
}

.carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 33.333%;
    padding: 0 15px;
    flex: 0 0 33.333%;
}

.product-card {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.product-image-container {
    position: relative;
    overflow: hidden;
    /*height: 300px;*/
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-badge {
    background: #2488f6;
    color: #fff;
    padding: 8px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: flex-start;
}

.product-badge.new {
    background: #ff6b6b;
}

.product-actions {
    display: flex;
    gap: 10px;
    align-self: flex-end;
}

.btn-action {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-action:hover {
    background: #2488f6;
    border-color: #2488f6;
    transform: scale(1.1);
}

.product-info {
    padding: 30px;
}

.product-name {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2488f6;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature-tag {
    background: rgba(36, 136, 246, 0.1);
    color: #2488f6;
    padding: 4px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(36, 136, 246, 0.2);
}

.product-price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.price {
    font-family: 'Orbitron', monospace;
    font-size: 1.8rem;
    font-weight: 900;
    color: #2488f6;
}

.old-price {
    font-size: 1.2rem;
    color: #999;
    text-decoration: line-through;
}

.btn-product {
    background: #2488f6;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-product:hover {
    background: #1a6bc7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(36, 136, 246, 0.3);
}

/* Carousel Controls */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(36, 136, 246, 0.9);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 3;
    backdrop-filter: blur(10px);
}

.carousel-btn:hover {
    background: #2488f6;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(36, 136, 246, 0.3);
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

/* Carousel Indicators */
.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.indicator {
    width: 12px;
    height: 12px;
    background: rgba(36, 136, 246, 0.3);
    border: 2px solid #2488f6;
    transition: all 0.3s ease;
    cursor: pointer;
}

.indicator.active {
    background: #2488f6;
    transform: scale(1.2);
}

.indicator:hover {
    background: #2488f6;
    transform: scale(1.1);
}

/* Responsive Design for Carousel */
@media (max-width: 992px) {
    .carousel-slide {
        min-width: 50%;
        flex: 0 0 50%;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .creative-showcase {
        padding: 60px 0;
    }
    
    .carousel-slide {
        min-width: 100%;
        flex: 0 0 100%;
        padding: 0 10px;
    }
    
 
    
    .product-info {
        padding: 20px;
    }
    
    .product-name {
        font-size: 1.3rem;
    }
    
    .price {
        font-size: 1.5rem;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .prev-btn {
        left: 10px;
    }
    
    .next-btn {
        right: 10px;
    }
}

@media (max-width: 576px) {
    .creative-showcase {
        padding: 40px 0;
    }

    .product-info {
        padding: 15px;
    }
    
    .product-name {
        font-size: 1.2rem;
    }
    
    .product-description {
        font-size: 0.9rem;
    }
    
    .price {
        font-size: 1.3rem;
    }
    
    .btn-product {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #3e3c6f;
}

::-webkit-scrollbar-thumb:hover {
    background: #2c2a5f;
}


/* By default hide cross on desktop (screen width above 768px) */
@media (min-width: 769px) {
  .cross {
    display: none !important;
  }
}

/* Show cross only on mobile (screen width below 768px) */
@media (max-width: 768px) {
  .cross {
    display: block !important;
  }
}


