/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Large Desktop */
@media (max-width: 1600px) {
    :root {
        --container-width: 1200px;
        --section-padding: 100px;
    }
    
    .hero-title {
        font-size: 70px;
    }
    
    .section-title {
        font-size: 40px;
    }
    
    .section-title.large {
        font-size: 40px;
    }
    .text-title{
       font-size: 30px !important;
}
}

/* Desktop */
@media (max-width: 1400px) {
    .service-item {
        grid-template-columns: 80px 1fr 350px 50px;
        gap: 30px;
        padding: 50px 30px;
    }
    
    .service-number {
        font-size: 60px;
    }
    
    .service-title {
        font-size: 32px;
    }
    
    .service-image {
        width: 350px;
        height: 220px;
    }
}

/* Tablet Landscape */
@media (max-width: 1200px) {
    :root {
        --container-width: 960px;
        --section-padding: 80px;
    }
    
    .container,
    .container-fluid {
        padding: 0 30px;
    }
    
    .hero-title {
        font-size: 64px;
    }
    
    .section-title {
        font-size: 42px;
    }
    
    .section-title.large {
        font-size: 52px;
    }
    
    .mission-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .mission-card:last-child {
        grid-column: span 2;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .about-grid {
        gap: 60px;
    }
    
    .about-image {
        height: 600px;
    }
    
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr;
    }
    
    .footer-grid .footer-col:last-child {
        grid-column: span 3;
        margin-top: 20px;
    }
    
    .floating-stats {
        gap: 50px;
    }
    
    .stat-number {
        font-size: 48px;
    }
}

/* Tablet Portrait */
@media (max-width: 992px) {
    .burger-menu {
        display: flex;
    }
    
    .nav-menu {
        display: none;
    }
    
    .hero-section {
        min-height: 700px;
    }
    
    .hero-title {
        font-size: 52px;
    }
    
    .hero-description {
        font-size: 18px;
    }
    
    .service-item {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 40px 20px;
    }
    
    .service-number {
        font-size: 48px;
    }
    
    .service-title {
        font-size: 28px;
    }
    
    .service-image {
        width: 100%;
        height: 300px;
    }
    
    .service-arrow {
        display: none;
    }
    
    .marquee-content span {
        font-size: 42px;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .about-image {
        height: 500px;
    }
    
    .mission-grid {
        grid-template-columns: 1fr;
    }
    
    .mission-card:last-child {
        grid-column: span 1;
        max-width: 100%;
    }
    
    .testimonial-track {
        flex-direction: column;
        align-items: center;
    }
    
    .testimonial-card {
        flex: 1 1 100%;
        width: 100%;
        max-width: 500px;
        padding: 40px;
    }
    
    .cta-title {
        font-size: 48px;
    }
    
    .floating-stats {
        position: relative;
        bottom: auto;
        margin-top: 60px;
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media (max-width: 820px) {
    .about-image {
        height: 750px;
    }

    .hero-title .title-line {
    display: block;
    overflow: hidden;
    font-size: 50px;
    color: var(--light);
}
}
/* Mobile Landscape */
@media (max-width: 768px) {
    :root {
        --section-padding: 60px;
    }
    
    .container,
    .container-fluid {
        padding: 0 20px;
    }
    
    .nav-container {
        padding: 0 20px;
    }
    
    .hero-section {
        min-height: 600px;
        padding-top: 80px;
    }
    
    .hero-title {
        font-size: 40px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
        justify-content: center;
    }

     .about-image {
        height: 750px;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .section-title.large {
        font-size: 42px;
    }
    
    .section-header {
        margin-bottom: 50px;
    }
    
    .mission-card {
        padding: 40px 30px;
    }
    
    .mission-card h3 {
        font-size: 24px;
    }
    
    .marquee-content span {
        font-size: 32px;
    }
    
    .marquee-content {
        gap: 40px;
        padding-right: 40px;
    }
    
    .voyages-content {
        max-width: 100%;
    }
    
    .voyages-desc {
        font-size: 16px;
    }
    
    .testimonial-track {
        flex-direction: column;
        align-items: center;
    }
    
    .testimonial-card {
        flex: 1 1 100%;
        width: 100%;
        max-width: 600px;
        padding: 30px;
    }
    
    .testimonial-text {
        font-size: 16px;
    }
    
    .cta-title {
        font-size: 36px;
    }
    
    .cta-text {
        font-size: 16px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-grid .footer-col:last-child {
        grid-column: span 1;
        margin-top: 0;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .logo-text {
        font-size: 28px;
    }
    
    .logo-subtext {
        font-size: 12px;
    }
    
    .hero-section {
        min-height: 500px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle .text {
        font-size: 12px;
    }
    
    .hero-subtitle .line {
        width: 40px;
    }
    
    .section-tag {
        font-size: 12px;
        padding-left: 40px;
    }
    
    .section-tag::before {
        width: 30px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-title.large {
        font-size: 32px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .stat-label {
        font-size: 12px;
    }
    
    .mission-card {
        padding: 30px 20px;
    }
    
    .card-icon {
        width: 48px;
        height: 48px;
    }
    
    .mission-card h3 {
        font-size: 22px;
    }
    
    .service-number {
        font-size: 36px;
    }
    
    .service-title {
        font-size: 24px;
    }
    
    .service-image {
        height: 250px;
    }
    
    .marquee-content span {
        font-size: 24px;
    }
    
    .about-image {
        height: 400px;
    }
    
    .about-text {
        font-size: 16px;
    }
    
    .pillar {
        font-size: 16px;
    }
    
    .testimonial-track {
        flex-direction: column;
        align-items: center;
    }
    
    .testimonial-card {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        padding: 25px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .btn {
        padding: 14px 32px;
        font-size: 15px;
    }
    
    .btn-large {
        padding: 16px 40px;
        font-size: 16px;
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    /* .hero-content{
        margin-bottom: 2rem;
    } */
   .hero-title .title-line {
    display: block;
    overflow: hidden;
    font-size: 21px;
    color: var(--light);
}
    .about-hero-image img {
    width: 100% !important;
    height: 100% !important;
    margin-top: 6rem !important;
    object-fit: cover !important;
}

    .service-ttl {
    font-size: 35px !important;
}
    
    .section-title {
        font-size: 24px;
    }
    
    .section-title.large {
        font-size: 20px !important;
    }
    
    .floating-stats {
        flex-direction: column;
        gap: 30px;
    }

    .voyages-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    color: var(--white);
    margin-top: 5rem !important;
}
    
    .mission-card {
        padding: 25px 15px;
    }
    
    .cta-title {
        font-size: 24px;
    }
}

/* Landscape Orientation */
@media (max-height: 600px) and (orientation: landscape) {
    .hero-section {
        min-height: 100vh;
        height: auto;
    }
    
    .floating-stats {
        position: relative;
        margin-top: 40px;
    }
    
    .scroll-indicator {
        display: none;
    }
}

/* Hide custom cursor on touch devices */
@media (hover: none) and (pointer: coarse) {
    .custom-cursor {
        display: none;
    }
}


/* Mobile Portrait */
@media (max-width: 576px) {
    .logo-text {
        font-size: 28px;
    }
    
    .logo-subtext {
        font-size: 12px;
    }
    
    .hero-section {
        min-height: 500px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle .text {
        font-size: 12px;
    }
    
    .hero-subtitle .line {
        width: 40px;
    }
    
    .section-tag {
        font-size: 12px;
        padding-left: 40px;
    }
    
    .section-tag::before {
        width: 30px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-title.large {
        font-size: 32px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .stat-label {
        font-size: 12px;
    }
    
    .mission-card {
        padding: 30px 20px;
    }
    
    .card-icon {
        width: 48px;
        height: 48px;
    }
    
    .mission-card h3 {
        font-size: 22px;
    }
    
    .service-number {
        font-size: 36px;
    }
    
    .service-title {
        font-size: 24px;
    }
    
    .service-image {
        height: 250px;
    }
    
    .marquee-content span {
        font-size: 24px;
    }
    
    .about-image {
        height: 400px;
    }
    
    .about-text {
        font-size: 16px;
    }
    
    .pillar {
        font-size: 16px;
    }
    
    .testimonial-track {
        flex-direction: column;
        align-items: center;
    }
    
    .testimonial-card {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        padding: 25px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .btn {
        padding: 14px 32px;
        font-size: 15px;
    }
    
    .btn-large {
        padding: 16px 40px;
        font-size: 16px;
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    /* .hero-content{
        margin-bottom: 2rem;
    } */
   .hero-title .title-line {
    display: block;
    overflow: hidden;
    font-size: 21px;
    color: var(--light);
}
    .about-hero-image img {
    width: 100% !important;
    height: 100% !important;
    margin-top: 6rem !important;
    object-fit: cover !important;
}

    .service-ttl {
    font-size: 35px !important;
}
    
    .section-title {
        font-size: 24px;
    }
    
    .section-title.large {
        font-size: 20px !important;
    }
    
    .floating-stats {
        flex-direction: column;
        gap: 30px;
    }

    .voyages-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    color: var(--white);
    margin-top: 5rem !important;
}
    
    .mission-card {
        padding: 25px 15px;
    }
    
    .cta-title {
    height: 100% !important;
    margin-top: 6rem !important;
    object-fit: cover !important;
}

    .service-ttl {
    font-size: 35px !important;
}
    
    .section-title {
        font-size: 24px;
        
    }
    
    .section-title.large {
        font-size: 20px !important;
    }
    
    .floating-stats {
        flex-direction: column;
        gap: 30px;
    }

    .voyages-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    color: var(--white);
    margin-top: 5rem !important;
}
    
    .mission-card {
        padding: 25px 15px;
    }
    
    .cta-title {
        font-size: 24px;
    }
}

/* Landscape Orientation */
@media (max-height: 600px) and (orientation: landscape) {
    .hero-section {
        min-height: 100vh;
        height: auto;
    }
    
    .floating-stats {
        position: relative;
        margin-top: 40px;
    }
    
    .scroll-indicator {
        display: none;
    }
}

/* Hide custom cursor on touch devices */
@media (hover: none) and (pointer: coarse) {
    .custom-cursor {
        display: none;
    }
}