/* Descripiton Section  */
.desc-section {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}

.desc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Header Styles */
.desc-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.desc-title {
    font-size: 2.5rem;
    background: linear-gradient(45deg, #fbb03b, #ff9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.desc-subtitle {
    font-size: 28px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 500;
}

.desc-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.desc-divider span {
    height: 1px;
    width: 60px;
    background: linear-gradient(90deg, 
        rgba(251, 176, 59, 0),
        rgba(251, 176, 59, 0.5),
        rgba(251, 176, 59, 0)
    );
}

.desc-divider i {
    color: #fbb03b;
    font-size: 0.8rem;
}

/* Content Grid Styles */
.desc-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.desc-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    /* transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.6s ease; */
}

.desc-image-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.desc-main-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.desc-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
    );
}

.desc-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0;
    margin-bottom: 2rem;
}

.desc-text p {
    margin-bottom: 1.5rem;
}

.desc-highlight {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.desc-highlight i {
    color: #fbb03b;
    font-size: 1.5rem;
}

.desc-highlight span {
    font-size: 1.1rem;
    font-weight: 500;
}

/* Background Shapes */
.desc-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.desc-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.desc-shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(45deg, #fbb03b, #ff9900);
    top: -200px;
    right: -100px;
    filter: blur(60px);
}

.desc-shape-2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, #0066cc, #0044aa);
    bottom: -150px;
    left: -150px;
    filter: blur(40px);
}

.desc-shape-3 {
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, #fbb03b, #ff9900);
    top: 40%;
    right: 20%;
    filter: blur(50px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .desc-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .desc-title {
        font-size: 2.5rem;
    }

    .desc-subtitle {
        font-size: 1.8rem;
    }

    .desc-image-wrapper {
        transform: perspective(1000px) rotateY(0);
        max-width: 600px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
     .desc-section {
        padding: 30px 0px 40px 0px;
    }
    .product-specs {
        padding: 30px 0px !important;
    }
    .specs-grid {
        margin-bottom: 40px !important;
    }
}
@media (max-width: 768px) {
    .desc-section {
        padding: 30px 0;
    }
    .product-specs {
        padding: 30px 0 ;
    }

    .desc-title {
        font-size: 2rem;
    }

    .desc-subtitle {
        font-size: 1.5rem;
    }

    .desc-text {
        font-size: 1rem;
    }

    .desc-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .desc-section {
        padding: 15px 0px 30px 0px;
    }
 .desc-section .desc-header {
      margin-bottom: 10px;
 }
 .product-specs {
    padding: 0px 0 !important;
 }
 .specs-grid {
        margin-bottom: 50px;
    }
 desc-text p {
    margin-bottom: 14px;
}
     .desc-content-wrapper {
        gap:20px;
     }
    .desc-title {
        font-size: 1.8rem;
    }

    .desc-subtitle {
        font-size: 1.3rem;
    }

    .desc-highlight {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }
        .desc-header .desc-title {
            font-size:1.5rem;
            margin-bottom:0rem;
        }
       .desc-header .desc-subtitle{
         font-size:1.125rem;
         margin-bottom:16px;
        }
        .desc-text {
    margin-bottom: 1rem;
}
.desc-text p {
    margin-bottom: 0.5rem;
}
}

/* Animations */
@keyframes floatShape {
    0% { transform: translate(0, 0); }
    50% { transform: translate(10px, -10px); }
    100% { transform: translate(0, 0); }
}

.desc-shape {
    animation: floatShape 15s infinite ease-in-out;
}

.desc-header {
    animation: fadeInDown 1s ease-out forwards;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
