/* Global Styles */
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'inter', sans-serif;
}

  .carousel {
      position: relative;
      width: 100%;
      height: 100vh;
      margin-bottom: 60px;
    }
    .carousel-overlay{
        position: absolute;
        inset: 0;
        background: #c80101b4;
        z-index: 0;
    }

    .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: all 1s ease; 
      transition-delay: 0.002s;
    }

    .slide.active {
      opacity: 1;
      transform: translateY(0);
    z-index: 2;

    }

    .content {
      position: absolute;
      top: 20%;
      left: 10%;
      color: white;
      max-width: 600px;
      opacity: 0;
    }

    .slide.active .content{
    transform: translateY(0);
    opacity: 1;
}
 .content .subtitle, .content h1, .content .description, .content button {
        transform: translateY(50px);
        opacity: 0;
    }
    .active .content .subtitle{
      animation: fadeUp 1s ease forwards;
      animation-delay: 0s;
    }
    .active .content h1{
      animation: fadeUp 1s ease forwards;
      z-index: 99999;
        animation-delay: 1s;
    }
    .active .content .description{
      animation: fadeUp 1s ease forwards;
      z-index: 9999;
        animation-delay: 1.5s;
    }

    .active .content button{
      animation: fadeUp 1s ease forwards;
        animation-delay: 2s;
    }
    @keyframes fadeUp {
      from {opacity: 0; transform: translateY(30px);}
      to {opacity: 1; transform: translateY(0);}
    }

    .subtitle {
      color: #00ff00;
      font-weight: bold;
      margin-bottom: 20px;
      text-transform: uppercase;
    }

    h1 {
      font-size: 3rem;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    .description {
      font-size: 1.2rem;
      margin-bottom: 30px;
    }

    .btn {
      padding: 12px 24px;
      color: white;
      align-self: flex-start;
      text-decoration: none;
      font-weight: bold;
      border-radius: 4px;
      z-index: 999;
      margin-left: -200px;
      margin-top: 12px;
    }

    .page-nav {
      position: absolute;
      bottom: 40px;
      right: 40px;
      display: flex;
      gap: 10px;
      z-index: 10;
    }

    .page-nav span {
      font-size: 1.5rem;
      padding: 5px 10px;
      background: rgba(255, 255, 255, 0.3);
      color: #fff;
      cursor: pointer;
      border-radius: 5px;
    }

    .page-nav .active {
      background: #00b000;
      font-weight: bold;
    }

    .circle {
      position: absolute;
      width: 40px;
      height: 40px;
      border: 2px solid #00ff00;
      border-radius: 50%;
      animation: float 6s ease-in-out infinite;
      z-index: 9;
    }

    .circle.one {
      top: 15%;
      left: 15%;
      animation-delay: 0s;
    }

    .circle.two {
      bottom: 20%;
      left: 50%;
      animation-delay: 2s;
    }

    .circle.three {
      top: 60%;
      right: 20%;
      animation-delay: 4s;
    }
 @keyframes float {
      0%, 100% { transform: translate(0, 0); }
      50% { transform: translate(10px, -10px); }
    }




.hero {
    min-height: 70vh;
    overflow: hidden;
    background: url('/assets/hero-bg.jpg') no-repeat center center/cover;
}

.hero-image {
    width: 100%;
}
.hero-content {
    max-width: 60%;
    color: white;
    background: #00000093;
    min-height: 500px;
    display: flex;
    flex-direction: column;
}
.hero-content  div{
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    max-width: fit-content;
    margin: auto;
}
.hero-content h1 {
    font-size: 2.5em;
    margin: 0;
}
.hero-content p {
    font-size: 2.5em;
    text-align: start;
}
.hero-content h2 {
    font-size: 2.5em;
    position: relative;
    max-width: fit-content;
    text-align: center;
    /* align-self: center; */
}
.hero-content h2::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 9px;
    background-color: #d32f2f;
    bottom: -5px;
    left: 0;
}

.sub-content {
   text-align: start;
}


.btn {
    padding: 10px 20px;
    background-color: #d32f2f;
    color: white;
        text-decoration: none;
}

.btn:hover {
    background-color: #b71c1c;
}

/* Home Section - 2 */
.home-section-2 {
    padding: 50px 20px;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 120vh;
}
.home-section-2-bg-img{
    position: absolute;
    inset: 0;
    max-height: 100%;
    top: -200px;
}
.home-section-2-bg-img img{
    max-width: 100%;
    max-height: auto;
}
.home-section-2-red-bg{
    position: absolute;
    max-width: 700px;
    height: 100%;
    min-height:760px;
    width: 100%;
    right: 0;
    top: -120px;
    background: rgba(255, 0, 0, 0.548);
}
.home-section-2-content {
    position: absolute;
    top: 0;
    font-weight: 500;
    color: rgba(176, 176, 176, 0.447);
    font-size: 180px;
    z-index: -1;
    max-width: 100%;
    word-spacing: 300px;
}
.home-section-2-content p:nth-child(1) {
    position: absolute;
    top: 10px;
    left: 0;
}
.home-section-2-content p:nth-child(2) {
    position: absolute;
    top: 200px;
    left: 80px;
    text-transform: uppercase;
}




.home-section-3 {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
}

.home-section-3 .header {
    display: flex;
    text-align: left;
    padding: 20px;
    background-color: #e9ecef;
    justify-content: center;
    align-items: center;
    gap: 140px;
    padding-bottom: 120px;
    position: relative;
}

.home-section-3 .header .blue-box{
    position: absolute;
    top: -20px;
    left: 100px;
    width: 70px;
    height: 70px;
    background: #373F52;
}
.home-section-3 .header h1 {
    color: #dc3545;
    font-size: 50px;
    max-width: 50%;
    border-bottom: 9px solid #333;
    display: inline-block;
}
.home-section-3 .header span{
    color: #333;
}
.home-section-3 .header div{
    max-width: 50%;
    font-size: 22px;
}
.home-section-3 .header div p{
    text-align: justify;
}
.home-section-3 .header p {
    color: #495057;
    font-size: 0.9em;
    line-height: 1.5;
}

.home-section-3 .cards {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    max-width: 1100px;
    margin: auto;
    margin-top: -40px;
}

.home-section-3 .card {
    width: 30%;
    background-color: #BF272D;
    color: #fff;
    text-align: center;
    padding: 20px;
    padding-top: 32px;
    position: relative;
}
.home-section-3 .card:nth-child(2){
    background: #373F52;
}

.home-section-3 .card .number {
    font-size: 96px;
    position:absolute;
    top: -60px;
    color: transparent;                
  -webkit-text-stroke: 2px rgb(11, 9, 19);
    left: 0;
    font-weight: bold;
}

.home-section-3 .card .icon {
    font-size: 2em;
}
.home-section-3 .card .icon img{
    width: 70px;
    height: 70px;
}

.home-section-3 .card h2 {
    font-size: 1.1em;
    margin: 10px 0;
}

.home-section-3 .card p {
    font-size:27.95px;
    margin: 0;
}



.home-section-4{
    position: relative;
}

.home-section-4 .header{
    position: relative;
    min-height: 200px;
    max-height: 300px;
    overflow: hidden;
}
.home-section-4-overlay{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(to left, #08081ce4,#08081cc3,#08081ca1, #ffffff00);
}
.home-section-4 .header .header-content, .home-section-4 .red-logo-symbol{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.home-section-4 .header .header-content {
    color: #fff;
    font-size: 2.5em;
    z-index: 1;
}
.red-logo-symbol{
    z-index: -1;
}
.home-section-4 .header-sub-content{
    max-width: 40%;
    min-width: 100px;
    background:url('/assets/home-section-4-header-bg.jpg') no-repeat center left/cover;
    min-height: 500px;
    height: auto;
}
.home-section-4 .header .header-content p:nth-child(1) {
    font-size: 60px;
    margin-left: -140px;
    display: block;
    position: relative;
}
.home-section-4 .header .header-content .home-section-4-top-heading span{
    content: '';
    position: absolute;
    width: 170px;
    height: 9px;
    background-color: #d32f2f;
    right: 0;
    bottom: 0;
}
.home-section-4 .header .header-content p:nth-child(2){
    font-size: 70px;
} 
.home-section-4 .bottom-content{
    display: flex;
    justify-content: center;
    min-height: 400px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: linear-gradient(to right, #d32f2f, #d32f2f, #d32f2fd0, #d32f2fcd, #d32f2f00, #d32f2f00);
}

.home-section-4 .bottom-content .left-side{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    gap: 12px;
    width: 60%;
    z-index:999;
    box-shadow: 30px 140px 130px 130px rgba(189, 3, 3, 0.726);
}
.home-section-4 .bottom-content .left-side div {
    font-size: 41px;
    color: #373F52;
    background: white;
    min-width: 280px;
    text-align: start;
    padding-left: 32px;
    position: relative;
    z-index: 99;
}   
.home-section-4 .bottom-content .left-side div::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background:#373F52;
}
.home-section-4 .bottom-content .right-side{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    width: 70%;
    background: url('/assets/home-section-4-bottom-content-bg.jpg') no-repeat top center/cover;
}

.home-section-4 .home-section-4-left-box{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    background: transparent;
    border: 2px solid white;
    min-height: 200px;
    min-width: 400px;
    z-index: 1;
}
.home-section-4 .home-section-4-right-box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: transparent;
    border: 2px solid white;
    border-right: 0px;
    min-height: 200px;
    min-width: 60px;
    z-index: 1;
}
@media (max-width:768px) {
    .home-section-2-content p:nth-child(2) {
        font-size: 60px;
        top: 90px;
        left: 40px;
    }
    .home-section-2-red-bg{
        min-height: 200px;
    }
    .home-section-3 .header {
        flex-direction: column;
        gap: 24px;
        padding: 30px;
    }
    .home-section-3 .header h1,.home-section-3 .header div{
        max-width: 100%;
    }
    .home-section-3 .header{
        margin-top: 0;
    }
   .home-section-3 .cards{
        margin-top: 20px;
    }
    .home-section-3 .cards .number{
        top: -12px;
        -webkit-text-stroke-color: white;
        left: 4px;
        font-size: 80px;
    }
    .blue-box{
        width: 40px !important;
    height: 40px !important;
    left: 20px !important;
    }
    .home-section-4 .header .header-content p:nth-child(1){
    font-size: 30px;
}
   .home-section-4 .header .header-content p:nth-child(2){
    font-size: 40px;
   }
   .home-section-4-top-heading span{
    width: 80px !important;
    right: 40px !important;
   }
   .home-section-4 .bottom-content{
        gap: 0px;
        flex-direction: column;
        background: linear-gradient(to right, #d32f2f, #d32f2f, #d32f2fd0, #d32f2fcd, #f71212d2, #d32f2f);

   }
   .home-section-4 .bottom-content .left-side{
    width: 100%;
   }
    .home-section-4 .bottom-content .right-side {
        width: 100%;
        z-index: 999;
        min-height: 120px;
        /* display: none; */
   }
}

/* CSS */
.export-section {
    position: relative;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
}

.export-overlay {
  background-color: rgba(255, 255, 255, 0.219); /* Dark overlay */
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.export-content {
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;;
  width: 100%;
}
.export-title-container{
    width: 100%;
    min-height: 250px;
    display: flex;
    justify-content: center;
    background: url('/assets/home-export-section-5.png') no-repeat center  center/cover;
}
.home-section-5-gradient-overlay{
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    /* background: linear-gradient(180deg, #373f52cb 2.02%, rgba(59, 62, 80, 0.785) 24.78%, rgba(75, 59, 76, 0.7225) 41.63%, rgba(102, 54, 69, 0.4356) 55.96%, rgba(139, 48, 59, 0.1444) 69.44%, rgba(187, 39, 46, 0.0009) 82.08%, rgba(192, 39, 44, 0) 83.77%); */

}
.export-title {
  display: flex;
  position: relative;
  z-index: 99;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 120px;
  width: 100%;
  padding-top: 40px;
}

.export-logo {
  height: 60px;
  width: auto;
}
.export-title{
    max-width: fit-content;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: start;
}
.export-title h1 {
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}


.export-title h1 span {
  display: block;
  text-align: end;
  margin-top: -20px;
  font-weight: 400;
  margin-right: -120px;
  font-size: 54px;
  color: #ffffff;
}
.export-subtext-container{
    position: relative;
    z-index: 999999;
    background: #373F52;
    width: 100%;
    padding-bottom: 20px;
}
.export-subtext {
  margin: 15px 0;
  font-size: 0.95rem;
  color: #ffffff;
}

.export-button {
  display: inline-block;
  background-color: #cc0000;
  color: white;
  padding: 10px 25px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

.export-button:hover {
  background-color: #a80000;
}



/* Adjust for smaller screens */
@media (max-width: 600px) {

    .export-section{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .export-title-container{
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .export-title{
        padding-top: 10px;
        padding-bottom: 12px;
    }
    .export-title h1{
        font-size: 40px;
    }
    .export-title h1 span{
        font-size: 28px;
        max-width: fit-content;
        margin-top: 0;
        margin-right: -12px !important;
    }
    .home-section-3 .cards {
        flex-direction: column;
    }
    .home-section-3 .card {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
.home-section-2-content{
    font-size: 5rem;
}
.home-section-2{
    min-height: 50vh;
}
    .nav-links {
        display: none;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: #f8f8f8;
        flex-direction: column;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        z-index: 999;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 0;
    }

    .menu-toggle.open {
        color: #d32f2f;
    }
}
