/* Large Screen Enhancements - Responsive improvements for screens 1400px+ */

/* Enhanced container widths for very large screens */
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl  .item-text strong {
    font-size: 1.0rem;
  }
  
  .item-text span {
    font-size: 0.85rem;
  }ainer-xxl {
    max-width: 1540px;
  }
}

@media (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1800px;
  }
}

@media (min-width: 2560px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 2200px;
  }
}

/* Welcome section enhancements for large screens */
@media (min-width: 1400px) {
  /* Smaller font sizes to fit text on one line */
  header.style-10 .content .info h1,
  .content .info h1 {
    font-size: 2.6rem !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
    max-width: 90%;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
  }
  
  header.style-10 .content .info h6,
  .content .info h6 {
    font-size: 0.8rem !important;
    margin-bottom: 1.0rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  
  /* Make image smaller */
  header.style-10 .content .img img,
  .content .img img {
    max-width: 100%;
    height: auto;
    transform: scale(1.0);
  }
  
  /* Increase spacing */
  header.style-10 .content .info,
  .content .info {
    padding-right: 1.5rem;
  }
  
  /* Override existing style-10 image positioning */
  header.style-10 .img {
    width: 750px !important;
    max-width: unset !important;
    margin-inline-start: -80px !important;
  }
  
  /* Improved button spacing */
  .content .info .btns {
    margin-top: 60px !important;
  }
  
  .content .info .btns .btn:first-child {
    margin-right: 25px;
  }
  
  /* Improved image scaling and positioning */
  .content .img {
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .content .row {
    align-items: center;
    min-height: auto;
  }
  
  /* Better grid distribution on large screens */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 45%;
  }
  
  .col-xl-7 {
    flex: 0 0 auto;
    width: 55%;
  }
}

@media (min-width: 1600px) {
  /* Keep text on one line for very large screens */
  header.style-10 .content .info h1,
  .content .info h1 {
    font-size: 2.9rem !important;
    line-height: 1.1 !important;
  }
  
  header.style-10 .content .info h6,
  .content .info h6 {
    font-size: 0.9rem !important;
    margin-bottom: 1.4rem !important;
  }
  
  /* Scale up image moderately */
  header.style-10 .content .img img,
  .content .img img {
    max-width: 110%;
    transform: scale(1.05);
  }
  
  /* Increase overall padding */
  header.style-10 .content,
  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  header.style-10 .content .info,
  .content .info {
    padding-right: 2rem;
  }
  
  /* Moderate image size for ultra-wide screens */
  header.style-10 .img {
    width: 850px !important;
    margin-inline-start: -110px !important;
  }
  
  .content .row {
    min-height: auto;
  }
}

@media (min-width: 1920px) {
  /* Single line text for ultra-large screens */
  header.style-10 .content .info h1,
  .content .info h1 {
    font-size: 3.2rem !important;
    line-height: 1.0 !important;
  }
  
  header.style-10 .content .info h6,
  .content .info h6 {
    font-size: 1.0rem !important;
    margin-bottom: 1.6rem !important;
  }
  
  /* Moderate image scaling */
  header.style-10 .content .img img,
  .content .img img {
    max-width: 120%;
    transform: scale(1.1);
  }
  
  /* Moderate spacing */
  header.style-10 .content,
  .content {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  
  header.style-10 .content .info,
  .content .info {
    padding-right: 3rem;
  }
  
  /* Moderate image size for large screens */
  header.style-10 .img {
    width: 1000px !important;
    margin-inline-start: -140px !important;
  }
  
  .content .row {
    min-height: auto;
  }
}

@media (min-width: 2560px) {
  /* Single line text scaling for 4K displays */
  header.style-10 .content .info h1,
  .content .info h1 {
    font-size: 3.6rem !important;
    line-height: 1.0 !important;
  }
  
  header.style-10 .content .info h6,
  .content .info h6 {
    font-size: 1.1rem !important;
  }
  
  /* 4K image positioning - moderate size */
  header.style-10 .img {
    width: 1200px !important;
    margin-inline-start: -200px !important;
  }
}

/* Navbar enhancements for large screens */
@media (min-width: 1400px) {
  .navbar .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  /* Larger navbar brand/logo */
  .navbar-brand img {
    max-height: 50px;
    width: auto;
  }
  
  /* Improved nav link spacing */
  .navbar-nav .nav-link {
    padding: 10px 20px !important;
    font-size: 1.0rem;
  }
  
  /* Enhanced mega menu for large screens */
  .newmenu-menu {
    min-width: 1200px;
    max-width: 1400px;
  }
  
  .dropdown-section {
    padding: 0 40px;
  }
  
  .dropdown-item {
    padding: 16px 0;
  }
  
  .item-text strong {
    font-size: 0.8rem;
  }
  
  .item-text span {
    font-size: 0.7rem;
  }
}

@media (min-width: 1600px) {
  .navbar .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  /* Even larger navbar elements */
  .navbar-brand img {
    max-height: 60px;
  }
  
  .navbar-nav .nav-link {
    padding: 12px 24px !important;
    font-size: 1.05rem;
  }
  
  /* Ultra-wide mega menu */
  .newmenu-menu {
    min-width: 1400px;
    max-width: 1600px;
  }
  
  .dropdown-section {
    padding: 0 50px;
  }
  
  .dropdown-item {
    padding: 20px 0;
  }
  
  .item-text strong {
    font-size: 0.85rem;
  }
  
  .item-text span {
    font-size: 0.75rem;
  }
}

@media (min-width: 1920px) {
  .navbar .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  
  /* Maximum navbar scaling */
  .navbar-brand img {
    max-height: 70px;
  }
  
  .navbar-nav .nav-link {
    padding: 15px 30px !important;
    font-size: 1.1rem;
  }
  
  /* Maximum mega menu width */
  .newmenu-menu {
    min-width: 1600px;
    max-width: 1800px;
  }
  
  .dropdown-section {
    padding: 0 60px;
  }
  
  .dropdown-item {
    padding: 24px 0;
  }
  
  .item-text strong {
    font-size: 0.9rem;
  }
  
  .item-text span {
    font-size: 0.8rem;
  }
  
  /* Increase icon sizes */
  .item-content i {
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 2560px) {
  /* Maximum navbar scaling */
  .navbar-nav .nav-link {
    padding: 18px 36px !important;
    font-size: 1.2rem;
  }
  
  .newmenu-menu {
    min-width: 1800px;
    max-width: 2000px;
  }
}

/* Language dropdown enhancements */
@media (min-width: 1400px) {
  .modern-lang-btn {
    padding: 6px 12px;
    font-size: 0.9rem;
  }
  
  .modern-lang-menu {
    min-width: 160px;
  }
  
  .lang-name {
    font-size: 0.85rem;
  }
  
  .lang-code {
    font-size: 0.75rem;
  }
}

@media (min-width: 1600px) {
  .modern-lang-btn {
    padding: 7px 14px;
    font-size: 0.95rem;
  }
  
  .modern-lang-menu {
    min-width: 170px;
  }
  
  .lang-name {
    font-size: 0.9rem;
  }
  
  .lang-code {
    font-size: 0.8rem;
  }
  
  /* Reduce large spacing on big screens */
  .mb-60 {
    margin-bottom: 25px !important;
  }
}

/* 1920px and larger screens */
@media (min-width: 1920px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }
}

/* 2560px and larger screens (4K) */
@media (min-width: 2560px) {
  .mb-60 {
    margin-bottom: 35px !important;
  }
}
