*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
:root{
    --primary: #163a64;
            --accent: #d28c63;
            --bg-light: #fdfaf7;
            --text-dark: #2d3436;
}









.whatsapp_float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 100px;
  right: 30px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp_float img {
  width: 100%;
  height: 100%;
  padding: 10px;
}




/* Scroll to top button */
        #scrollTopBtn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: #012a58;
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 28px;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1000;
        }

        
        #scrollTopBtn.show {
            opacity: 1;
            visibility: visible;
        }

        #scrollTopBtn:hover {
            background: #034898;
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
        }

        #scrollTopBtn:active {
            transform: translateY(-1px);
        }



















        
        .fade-in {
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .fade-left {
            opacity: 0;
            transform: translateX(-50px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        .fade-left.visible {
            opacity: 1;
            transform: translateX(0);
        }

        .fade-right {
            opacity: 0;
            transform: translateX(50px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        .fade-right.visible {
            opacity: 1;
            transform: translateX(0);
        }















.btn {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    padding: 0.8rem 1.8rem;
    border-radius: 10px;
    border: 3px solid #012a58e3;
    font-weight: 700;
    font-size: 1rem;
    color: #012a58; 
    cursor: pointer;
    overflow: hidden; 
    transition: 0.4s ease-out, box-shadow 0.3s ease; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    outline: none; 
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #024088; 
    transform: translateX(-100%); 
    transition: transform 0.7s ease-out; 
    z-index: -1; 
}

.btn:hover {
    color: #ffffff;
    border-color: #012a58; 
    background: transparent;
    box-shadow: 0 6px 20px #014a9dca;
}

.btn:hover:before {
    transform: translateX(0);
}

.btn i {
    padding-left: 1rem;
}

a {
    text-decoration: none;
}

/* Responsive for mobile */
@media (max-width: 480px) {
    .btn {
        padding: 0.6rem 1.2rem; /* smaller padding */
        font-size: 0.9rem;       /* slightly smaller font */
        border-width: 2px;       /* thinner border for mobile */
    }

    .btn i {
        padding-left: 0.5rem;    /* adjust icon spacing */
    }
}
























/* main page  */

.mainD{
    height: 60vh;
    display: flex;
    justify-content: center;
    background-color: #163a64;
     background-image: 
    linear-gradient(rgba(0, 168, 232, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 168, 232, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  
    overflow: hidden;
    position: relative;
}




.daksha-Data{
    width: 50%;
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 11;
    color: #fff;

}
.daksha-Data h1{
    font-size: 2.2rem;
    font-weight: 500;
    padding-bottom: 1rem;
}
.daksha-Data h2{
    font-size: 2rem;
    font-weight: 500;
    
}
.daksha-Data span{
    font-size: 1.2rem;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    padding-bottom: 1rem;
    display: block;
}
.daksha-Data p{
    font-size: .9rem ;
    line-height: 1.4;
    padding-bottom: 1.2rem;
}

.daksh-image{
    width: 50%;
    height: 100%;  position: relative;
  overflow: hidden;

clip-path: polygon(
    0 0,
    95% 0,
    100% 0,
    100% 100%,
    95% 100%,
    0 100%,
    5% 80%,
    0 60%,
    5% 40%,
    0 20%
  );
}


.daksh-image img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

        .daksha-Data a {
            width: fit-content;
            display: flex;
            align-items: center;
            position: relative;
            padding: 0.8rem 1.8rem;
            border-radius: 10px;
            border: 3px solid #445a72;
            font-weight: 700;
            font-size: 1rem;
            color: #fff; 
            background: transparent;
            cursor: pointer;
            overflow: hidden; 
            transition: color 0.4s ease-out, box-shadow 0.3s ease; 
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            outline: none; 
        }

        .daksha-Data a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #2d4d73; 
            transform: translateX(-100%); 
            transition: transform 0.4s ease-out; 
            z-index: -1; 
        }


        .daksha-Data a:hover {
            color: #ffffff;

            box-shadow: 0 6px 20px rgba(1, 36, 134, 0.6);
        }

        .daksha-Data a:hover:before {
            transform: translateX(0);
        }

        .daksha-Data a i{
            padding-left: 1rem;
        }
        .daksha-Data a{
            text-decoration: none;
        }





/* ---------------- Responsive Styles ---------------- */
@media (min-width: 2560px) {
    .mainD {
        max-width: 2200px;
        height: 50vh;
        margin: 0 auto;
    }

    .daksha-Data h1 {
        font-size: 3.5rem; /* bigger heading */
    }

    .daksha-Data h2 {
        font-size: 2rem;
    }

    .daksha-Data p {
        font-size: 1.3rem;
        line-height: 1.8;
        max-width: 900px;
    }

    .daksha-Data button {
        font-size: 1.2rem;
        padding: 1rem 2.5rem;
    }

    .daksh-image img {
        max-width: 700px;
    }

    .skewed {
        height: 35%;
        transform: skewY(-38deg); /* slightly less steep for large screens */
    }
}
/* Tablet screens */
@media (max-width: 1024px) {
    .mainD {
        /* flex-direction: column; */
        text-align: center;
        justify-content: center;
        height: auto;
    }
.skewed{
    position: absolute;
    left: 0;
}
    .daksha-Data {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .daksha-Data h1 {
        font-size: 2.2rem;
    }

    .daksha-Data p {
        font-size: 0.95rem;
    }
    .daksh-image{
        width: 100%;
        height: auto;
    }

   
}

/* Mobile screens */
@media (max-width: 768px) {
    .mainD {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
    }
.daksha-Data{
    padding: 1.1rem;
    width: 100%;
}
    .daksha-Data h1 {
        font-size: 1.8rem;
    }

    .daksha-Data h2 {
        font-size: 1rem;
    }

    .daksha-Data p {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .daksha-Data button {
        font-size: 0.9rem;
        padding: 0.5rem 1.5rem;
    }
    .daksh-image{
   

clip-path: none;
}

    .daksh-image img {
        /* width: 300px; */
        height: 400px;
    }

    
}

/* Small mobile screens */
@media (max-width: 480px) {
    .daksha-Data {
        padding: 1rem;
    }
    .daksha-Data h1 {
        font-size: 1.7rem;
        margin-bottom: 0.2rem;
    }
    .daksha-Data tagline{
        font-size: .9rem;
    }

    .daksha-Data h2 {
        font-size: 0.9rem;
    }

    .daksha-Data p {
        font-size: 0.9rem;
    }

    .daksh-image img {
        display: none;

    }
}




























/* latest marquee */
.latest-section{
    width: 100%;
    height: 8vh;
    border: 3px solid #000000;
    display: flex;
}
.latestD{
    width: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #163a64;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
}
.latest-marq {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


@media (max-width: 768px){
    .latestD{
        font-size: .9rem;
        width: 30vw;
        padding: 0 ;
    }
}

@media (max-width: 480px){
    .latestD{
        font-size: .9rem;
        width: 50vw;
        padding: 0 ;
    }
}
































/* --- Hero Section Fixes --- */
.heroD {
    max-width: 1400px;
    margin: 2rem auto;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ececec;
    border-radius: 1.5rem;
    padding: 2rem 1rem;
    gap: 2rem;
    overflow: hidden; 
}

.hero-data {
    width: 100%;
    order: 1; 
    text-align: center;
}

.hero-data h2 {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 600;
    color: #163a64;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-data p {
    text-align: justify;
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 2rem;
    
}

/* Image Container Fix */
.hero-image {
    width: 90%; 
    max-width: 550px; /* Mobile par image control */
    order: 2; /* Mobile par image upar */
}

.hero-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3; 
    object-fit: cover;
    border-radius: 15px;
    border: 3px solid #163a64;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.hero-image img:hover {
    transform: translateY(-10px) scale(1.02);
}

/* --- Tablet & Desktop (Media Queries) --- */


@media (min-width: 768px) {
    .heroD {
        flex-direction: row; 
        text-align: left;
        padding: 4rem 2rem;
        gap: 3rem;
    }

    .hero-data {
        width: 55%;
        order: 1;
        text-align: left;
    }
    .hero-data p{
        text-align: left;
    }
    .hero-image {
        width: 45%;
        order: 2;
    }

    .hero-image img {
        max-height: 400px; /* Controlled height for tablet */
    }
}

@media (min-width: 1024px) {
    .heroD {
        gap: 5rem;
        padding: 5rem 3rem;
    }

    .hero-data h2 {
        font-size: 2rem;
    }

    .hero-image img {
        max-height: 450px; /* Perfect desktop size */
    }
}

@media (min-width: 1440px) {
    .hero-data h2 {
        font-size: 2.3rem; /* Font size increased for large screens */
    }

    .hero-image img {
        max-height: 500px;
    }
}

/* 4K screens limit */
@media (min-width: 2000px) {
    .heroD {
        max-width: 1800px;
    }
    .hero-image img {
        max-height: 600px;
    }
}

































/* .journal-section */


.section3 {
    max-width: 1400px;
    width: 95%;
    margin: 2rem auto;
    
    padding: 2rem 2rem;
    border-radius: 15px;

}

.section3 h2 {
    
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.section3 p {
    padding-bottom: 1rem;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-weight: 450;
    width: 100%;
}

/* --- UPDATED HORIZONTAL JOURNAL SECTION --- */

.journal-section {
    padding-top: 2rem;
    display: flex;
    /* flex-direction: column;  */
    align-items: center;
    gap: 2rem;
}

.journal1 {
    display: flex;
    flex-direction: row; /* Image left, Data right */
    align-items: center;
    background-color: #efefef;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.252);
    transition: all 0.3s ease;
    width: 100%; /* Mobile par full width */
    max-width: 1000px;
}

.journal1:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.408);
}

/* Image container styling */
.J-image {
    flex: 1; /* 50% space image ko dega */
    height: 300px; /* Aap height adjust kar sakte hain */
    min-width: 40%; 
}

.J-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Data container styling */
.J-data {
    flex: 1; /* Baki 50% space data ko dega */
    padding: 2rem;
    text-align: left;
}

.J-data h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #222;
}

.J-data a {
    text-decoration: none;
    color: #012a58;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.J-data a:hover {
    border-bottom: 2px solid #034898;
}

/* --- RESPONSIVENESS --- */

/* Laptop/Desktop (1024px and up) */
@media (min-width: 1024px) {
    .journal1 {
        width: 50%; /* Box ki width 50% kar di */
    }
}

/* Mobile (Small screens) */
@media (max-width: 767px) {
    .section3 {
        padding: 1.5rem 1rem;
    }
    .journal-section {
        
        flex-direction: column;
    }
    .journal1 {
        flex-direction: column; /* Mobile par image upar, data niche */
        width: 95%;
    }
    
    .J-image {
        width: 100%;
        height: 200px;
    }
    
    .J-data {
        padding: 1.5rem;
    }
}




.journal1 h2{
    text-align: center;
}
.bookBtn{
    text-align: center;
    padding-top: 3rem;
}

.service_1btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start; /* Left se expand hoga */
    width: 55px; /* Circle size */
    height: 55px;
    padding: 0 18px; /* Initial padding for icon */
    font-size: 16px;
    font-weight: 400;
    color: #163a64;
    background: transparent;
    border: 2px solid #163a64;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Icon styling */
.service_1btn i {
    font-size: 18px;
    min-width: 20px;
    text-align: center;
    transition: transform 0.5s ease, color 0.5s ease;
}

/* Text styling (Initially hidden) */
.service_1btn .btn-text {
    opacity: 0;
    max-width: 0;
    margin-right: 0;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    transition: all 0.5s ease;
    transform: translateX(-10px); /* Halki slide movement */
}

/* --- HOVER EFFECTS --- */

.service_1btn:hover {
    width: 170px; /* Expandable width */
    background: #163a64;
    color: #ffffff !important;
    justify-content: space-between; /* Text left, Icon right */
    box-shadow: 0 10px 20px rgba(22, 58, 100, 0.2);
}

.service_1btn:hover .btn-text {
    opacity: 1;
    max-width: 100px;
    margin-right: 10px;
    transform: translateX(0);
}

/* Icon animation on hover */
.service_1btn:hover i {
    color: #ffffff;
    transform: rotate(-45deg); /* Arrow thoda tilt hoga (modern look) */
}

/* Button Active state (Click effect) */
.service_1btn:active {
    transform: scale(0.95);
}

















.latest-publications {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
}

/* Header Design */
.pub-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}



.header-left h2 {
    font-size: 28px;
    color: #163a64;
    font-weight: 700;
}

/* Circular Buttons */
.slider-controls {
    display: flex;
    gap: 10px;
}

.slider-controls button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1.5px solid #163a64;
    background: white;
    color: #163a64;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 18px;
}

.slider-controls button:hover {
    background-color: #163a64;
    color: white;
}

/* Card Design Fix */
.pub-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px; /* Slight roundness like image */
    padding: 20px;
    min-height: 450px;
    margin: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.book-cover-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.book-cover-wrapper img {
    width: 100%; 
    display: block;
    object-fit: cover;
}

.pub-content {
    text-align: left;
}

.book-title {
    font-size: 22px;
    color: #163a64;
    font-weight: 700;
    margin-bottom: 15px;
}

.divider {
    height: 1px;
    background-color: #eeeeee;
    width: 100%;
    margin: 12px 0;
}

.authors {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-weight: 500;
}
.authors:hover{
    color: #163a64;
    cursor: pointer;
}

.publisher {
    font-size: 18px;
    color: #b71c1c; /* Maroon/Red color like image */
    font-weight: 600;
}
#myBookSwiper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .header-left h2 { font-size: 22px; }
    .pub-card { padding: 15px; }
    #myBookSwiper{
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 480px) {
    .header-left h2 { font-size: 20px; }
    .pub-card { padding: 10px; min-height: auto; }
    #myBookSwiper{
        grid-template-columns: repeat(1,1fr);
    }
}








.book_1Wrapper{
    max-width: 1000px;
    margin: 2rem auto;
    width: 95%;
    height: auto;
}
.book_1image{
    /* width: 70%; */
    margin: 2rem 0;
}
.book_1image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.description{
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
}



















































/* .publication-section */
/* Main Section Container */
    .pub-section {
        position: relative;
        min-height: 80vh; /* Laptop par height thodi kam ki taki compact lage */
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 20px;
        overflow: hidden; /* Bahut zaroori: background ko bahar nikalne se rokta hai */
        font-family: 'Plus Jakarta Sans', sans-serif;
        border-radius: 2rem; /* Aapki purani demand ke mutabiq rounded corners */
        margin: 20px auto;
        max-width: 1400px;
    }

    /* Background Scope Fix */
    .section-bg-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        clip-path: inset(0 0 0 0); /* Ye background ko section ke andar constrain karta hai */
    }

    .parallax-bg {
        position: absolute; /* Fixed ki jagah absolute */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/assets/main-image.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed; /* Magic: Image fix rahegi par sirf section ke andar dikhegi */
    }

    .overlay-dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(10, 25, 47, 0.9) 0%, rgba(16, 58, 100, 0.8) 100%);
    }

    .content-wrapper {
        position: relative;
        max-width: 1400px;
        width: 95%;
        z-index: 2;
        text-align: center;
    }

    .section-title {
        color: #ffffff;
        font-size: clamp(1.5rem, 3vw, 2.2rem);
        font-weight: 700;
        margin-bottom: 40px;
    }

    /* Laptop Grid: 6 Columns */
    .glass-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 15px;
    }

    .glass-card {
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        padding: 25px 10px;
        transition: 0.4s ease;
        cursor: pointer;
    }
    .glass-card svg {
    width:30%;
    height: 100%;
}
    .icon-circle {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .card-text {
        color: #ffffff;
        font-weight: 600;
        font-size: 0.85rem;
    }

    .glass-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
        border-color: #00d4ff;
    }

    /* --- RESPONSIVE FIXES --- */

    /* Tablet */
    @media (max-width: 1024px) {
        .glass-grid { grid-template-columns: repeat(3, 1fr); }
    }

    /* Mobile (2 Columns) */
    @media (max-width: 600px) {
        .pub-section {
            border-radius: 1rem;
            margin: 10px;
            min-height: auto;
        }
        .glass-grid { 
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
        .glass-card { padding: 20px 5px; }
    }




    











/* contact section  */

/* Hero Section with Book Theme Background */
        .contact-hero {
            position: relative;
            height: 350px;
            background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), 
                        url('https://images.unsplash.com/photo-1532187875605-1ef6ca237b6d?auto=format&fit=crop&q=80'); /* Lab theme background */
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
        }

        .contact-hero h2 {
            font-size: clamp(2.5rem, 6vw, 4rem);
            color: var(--primary);
            font-weight: 800;
            margin-bottom: 10px;
        }

        .contact-hero p {
            max-width: 600px;
            color: #636e72;
            line-height: 1.6;
        }

        /* Main Contact Container */
        .contact-container {
            max-width: 1400px;
            margin: -60px auto 60px;
            padding: 0 20px;
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 40px;
            position: relative;
            z-index: 10;
        }

        /* Left Side: Info Cards */
        .info-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .info-card {
            background: white;
            padding: 30px 20px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: 0.3s;
        }

        .info-card i {
            font-size: 2rem;
            color: var(--primary);
            margin-bottom: 15px;
        }

        .info-card h3 {
            font-size: 1rem;
            margin-bottom: 8px;
            color: var(--text-dark);
        }

        .info-card p {
            font-size: 0.9rem;
            color: #636e72;
            word-break: break-all;
        }

        .map-wrapper {
            grid-column: span 2;
            height: 250px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

        /* Right Side: Form */
        .form-card {
            background: white;
            padding: 50px;
            border-radius: 30px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.08);
        }

        .form-card h2 {
            font-size: 2rem;
            color: var(--primary);
            margin-bottom: 15px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .form-group input, .form-group textarea {
            width: 100%;
            padding: 12px 20px;
            border: 1px solid #dfe6e9;
            border-radius: 12px;
            background: #f9f9f9;
            outline: none;
            transition: 0.3s;
        }

        .form-group input:focus, .form-group textarea:focus {
            border-color: var(--accent);
            background: #fff;
        }

        .send-btn {
            width: 100%;
            padding: 15px;
            background: #012a58;
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
        }

        .send-btn:hover {
            background: #0353af;
            transform: translateY(-2px);
        }

        /* Responsive */
        @media (max-width: 992px) {
            .contact-container {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 600px) {
            .info-grid {
                grid-template-columns: 1fr;
            }
            .info-card {
                padding: 20px;
            }
            .form-card {
                padding: 30px 20px;
            }
        }





























.reviews-container {
    max-width: 1400px;
    width: 100%;
    margin:3rem auto 0;
    padding: 40px 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.heading-area {
    text-align: center;
    margin-bottom: 40px;
}

.category-label {
    color: #012a58;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.main-heading {
    font-size: 26px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.subtitle-text {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    max-width: 100%;
    margin: 0 auto;
}

/* =========================
   LAYOUT
========================= */

.main-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-column {
    width: 100%;
    text-align: center;
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
}

.slides-container {
    display: flex;
    transition: transform 0.5s ease;
}

.review-item {
    min-width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

/* =========================
   REVIEW CONTENT
========================= */

.client-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    text-align: center;
}

.profile-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-details h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
}

.client-details p {
    font-size: 13px;
    color: #999;
}

.feedback-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    text-align: center;
}

/* =========================
   DOTS
========================= */

.navigation-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
}

.indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator-dot.is-active {
    background: #ff5252;
    width: 26px;
    border-radius: 5px;
}

/* =========================
   TABLET (≥ 768px)
========================= */

@media (min-width: 768px) {
    .reviews-container {
        padding: 60px 30px;
    }

    .main-heading {
        font-size: 36px;
    }

    .subtitle-text {
        max-width: 500px;
        font-size: 15px;
    }

    .review-item {
        padding: 30px;
    }

    .client-header {
        flex-direction: row;
        text-align: left;
    }

    .feedback-text {
        font-size: 16px;
        text-align: left;
    }
}

/* =========================
   LAPTOP (≥ 1024px)
========================= */

@media (min-width: 1024px) {
    .main-layout {
        flex-direction: row;
        gap: 40px;
        align-items: flex-start;
    }

    .info-column {
        flex: 0 0 350px;
        text-align: left;
    }

    .main-heading {
        font-size: 44px;
    }

    .subtitle-text {
        max-width: 400px;
    }
}

/* =========================
   DESKTOP (≥ 1280px)
========================= */

@media (min-width: 1280px) {
    .main-heading {
        font-size: 48px;
    }

    .review-item {
        padding: 40px;
    }

    .feedback-text {
        font-size: 18px;
    }
}