.hero_title{
    font-family: Futura Hv BT;
    font-weight: 400;
    font-size: 20px;
    line-height: 0%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}
.hero_heading{
    font-family: Mangro;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;        color: #fff;    max-width: 650px;    margin: 0 auto 44px;
}
.lead{
    font-family: Futura Bk BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;    max-width: 825px;    margin: 0 auto 60px;
}
.row.g-0.position-relative.bg-blue {
     margin-bottom: 110px;
        background-position: 50% 50%;
        /* background-image: url(https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/images/lines-bg.png); */
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('https://trdp.technocravers.com/wp-content/uploads/2025/08/Frame-783-1-1-scaled.png');
}.bg-blue {    background: #2A345E;}
.hero_img_bx{
  width: 220px;
    height: 136px;
    box-shadow: 0 0 5px 0 #000000;
    flex: 0 0 auto;
}
.img_parent{
overflow: hidden;
height: 250px;
position: absolute;
width: 100%;
left: 0;
bottom: -95px;
white-space: nowrap;
}
.img_track{
  transition: transform 0.01s linear;
}

/* 
  

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */


.hero_img_bx:nth-child(even) {
    transform: translateY(30px);
  }
  .Mission {
    background-image: url(../images/Vector-132.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 200px;
  }
  .mission_title{
    font-family: Mangro;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    color: #2A345E;
  }
  .mission_para{
    font-family: Futura Bk BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #2A345E;
  }
  .smok_heading{font-family: Mangro;
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 0;
    color: #2A345E;}
  .smok_para{
    max-width: 800px;
    font-family: Futura Md BT;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    color: #2A345E;
  }
  .navigation .next,.navigation .prev{
    width: 33px !important;
    height: 33px !important;
    border-radius: 50%;
    padding: 5px 8px 7px 7px;
    background-color: #fff !important;
    opacity: 1 !important;
    border: 2px solid #2A345E;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1rem !important;
    height: 1rem !important;
}
.navigation {
    position: absolute;
    width: 100%;
    right: 50px;
    bottom: 50px;
}
.carousel-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 255px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #00000090;

}
.carousel-title h1{
    font-family: Futura Md BT;
    font-weight: 400;
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
        width: 90%;
    max-width: 650px;
}
.Brand{
    background-image: url(../images/Vector-132-blue.png);
    background-position: bottom center;
    background-size: cover;;
    background-repeat: no-repeat;
}
.Brand .card-title {
    font-family: Futura Bk BT;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #2A345E;
}
.brand_head{
    font-family: Mangro;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
}

 

.brand_para {
  font-size: 1.1em;
  max-width: 1000px;
  margin: 0 auto 20px auto;
  line-height: 1.7;
  color: #fff;
}

.brand-grid  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  padding-left: 45px;
}


/* Inner box (card style) */
.brand-box {
    width: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    padding: 5px 10px 5px 70px;
    box-sizing: border-box;
    position: relative;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.brand-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
.brand-box .brand-logo {
        width: 100px;
    height: 110px;
    border-radius: 40px;
    background-color: #c6cff0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
    overflow: hidden;
    }
   .brand-box .brand-logo img {
    width: 100%;
}


/* Brand title */
 .brand-info h5 {
      font-size: 14px;
      font-weight: 500;
      margin: 0 ;
      text-align: left;
      color: #fff;
    }

    .brand-info p {
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
    text-align: left;
    }

/* Responsive columns */
@media (min-width: 576px) {
  .brand-grid {
    gap: 40px;
  }
  .brand-box {
    width: 45%;
  }
  .brand_para {
  margin: 0 auto 60px auto;
}
}

@media (min-width: 1200px) {
  .brand-box{
    width: 21%;
  }
}
  
  .core-strengths .text-primary {
    color: #2A345E !important;
  }
  .strenth_para{
    font-family: Futura Md BT;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    color: #2A345E;
  }
  .strenth_head{
    font-family: Mangro;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    color: #2A345E;
  }
  .core-strengths .card {
    border: 1px solid #E7E4E4;
    border-radius: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .core-strengths .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .core-strengths .card-title {
    font-family: Futura Bk BT;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    color: #2A345E;
  }
  
  .core-strengths .card-text {
        max-width: 345px;
    font-family: Futura Md BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #2A345E;
  }

.timeline_head{
    font-family: Mangro;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #2A345E;
}
 .timeline-card {
  background-color: #2A345E;
  color: #fff;
  border-radius: none;
  width: 100%;
   height: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
 
.timeline-header .timeline-year {
    font-family: Futura Md BT;
    font-weight: 400;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(180deg, #B7282C 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;   
    border-image-source: linear-gradient(180deg, #B7282C 0%, #2A345E 100%);
}

.timeline-title {
    font-family: Futura Bk BT;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.timeline-description {
    font-family: Futura Md BT;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
} 
/* Custom styles for the centered carousel */
.timeline-section {
  overflow: hidden;
  position: relative;
}

#timelineCarousel {
  width: 100%;
  position: relative;
}

#timelineCarousel .carousel-inner {
      width: 100%;
   min-height: 300px;
    height: auto;
    margin: 0 auto;
    overflow: visible;
    display: flex;
    align-items: center;
}

#timelineCarousel .carousel-item {
    width: 70%;
       min-height: 90%;
    height: auto;
    transition: all 0.5s ease-in-out;
    padding: 0 15px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Active item - full width centered */
#timelineCarousel .carousel-item.active {
     width: 50%;
        min-height: 115%;
    height: auto;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 1;
}
#timelineCarousel .carousel-item.active .timeline-card{
  padding: 40px 10px !important;
}

/* Previous item - half visible on left */
#timelineCarousel .carousel-item.carousel-item-prev {
      width: 50%;
    position: absolute;
        min-height: 90%;
    height: auto;

    top: 0;
    left: 30%;
    transform: translateX(-50%);
    opacity: 0.7;
    z-index: 1;
}
 #timelineCarousel .carousel-item.carousel-item-prev .timeline-card .timeline-title,#timelineCarousel .carousel-item.carousel-item-next .timeline-card .timeline-title,#timelineCarousel .carousel-item.carousel-item-prev .timeline-card .timeline-description,#timelineCarousel .carousel-item.carousel-item-next .timeline-card .timeline-description{
color: #2A345E;
 }
 #timelineCarousel .carousel-item.carousel-item-prev .timeline-card,#timelineCarousel .carousel-item.carousel-item-next .timeline-card {
  background-color: #ffffff;
  color: #2A345E;
 }
#timelineCarousel .carousel-item.carousel-item-next {
       width: 50%;
        min-height: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 70%;
    transform: translateX(-50%);
    opacity: 0.7;
    z-index: 1;
}


/* Other items - hidden */
#timelineCarousel .carousel-item:not(.active):not(.carousel-item-prev):not(.carousel-item-next) {
  opacity: 0;
  z-index: 0;
}

.timeline-navigation .btn {
        width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 2px solid #2A345E;
    background-color: #2A345E;
    color: #ffffff;
    transition: all 0.3s ease;
    padding-bottom: 12px;
}

.timeline-navigation .btn:hover {
  background-color: #ffffff;
  color: #2A345E;
}

.cta-section {
  background-color: #2A345E; /* Dark blue background */
  position: relative;
  overflow: hidden;
}

.cta-section::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/cts-bg.png);
    background-position: left center;
        background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.cta-section .container {
  position: relative;
  z-index: 2;
}

.cta-lead {
    font-family: 'Futura Bk BT', sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-heading {
    font-family: 'Futura Bk BT';
    font-size: 40px;
    font-weight: 600;
    line-height: 43px;
    color: #ffffff;
    margin-bottom: 20px;
        max-width: 800px;
    margin: 0 auto;
}

.cta-features {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cta-feature {
    font-family: 'Futura Bk BT';
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    margin: 10px 20px;
    text-align: center;
}

.cta-section .btn {
    background-color: #fff; /* White background */
    color: #2A345E; /* Dark blue text */
    border: 2px solid #2A345E; /* Dark blue border */
    padding: 10px 20px;
    font-family: 'Futura Bk BT', sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-section .btn:hover {
    background-color: #2A345E; /* Dark blue background on hover */
    color: #fff; /* White text on hover */
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.smokeless-bx h5{
  font-family: Futura Md BT;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.smokeless-bx img{
  height: 46px;
}

.btn-dark-bg{
  border: 1px solid #2A345E;
  color: #ffffff;
  background-color: #2A345E;
  font-family: Futura Bk BT;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  width: auto !important;
    height: auto;
    padding: 10px;
}
 #cardRow img{
  height: 50px;
 }
 .carousel_outer{
  height: 495px;
 }
@media (max-width:992px) {
  .timeline-section {
    max-width: 100% !important;
  }
    #timelineCarousel .carousel-inner{
    min-height: 350px;
  }
  .active .timeline-title {
    margin-bottom: 25px;
  }
  #timelineCarousel .carousel-item.active {
    width: 70%;
  }
  #timelineCarousel .carousel-item.carousel-item-prev {
    width: 70%;
    left:35%;
  }
  #timelineCarousel .carousel-item.carousel-item-next {
    width: 70%;
    left: 65%;
}
}
@media (min-width:992px) and (max-width:1200px) {
  #timelineCarousel .carousel-inner{
    min-height: 400px;
  }
  #timelineCarousel .carousel-inner{
        min-height: 350px;
  }
.timeline-description{
  font-size: 16px;
}

.active .timeline-title {
    margin-bottom: 25px;
  }
}
@media (min-width:768px) {
  .scroll-btn {
      display: none !important;
    }
}
@media (max-width:768px) {
  .hero_heading,.mission_title,.brand_head,.strenth_head,.timeline_head{
    font-size: 36px;
  }
  .smok_heading{
    font-size: 42px;
    line-height: 48px;
  }
  .carousel_outer{
  height: 320px;
 }
  .carousel-title {
    height: 180px;
  }
  .navigation{
    bottom: 35px;
  }
  .carousel-title h1,.cta-heading{
    font-size: 30px;
  }
  #cardRow {
      flex-wrap: nowrap;
      overflow-x: auto;
      display: flex;
      gap: 1rem;
    }
#cardRow img{
  height: 30px;
 }
 .core-strengths .card-title{
  font-size: 15px;
  line-height: 20px;
 }
 .core-strengths .card-text{
      font-size: 13px;
    line-height: 20px;
 }
    #cardRow > .col-md-4 {
      flex: 0 0 80%;
      max-width: 80%;
    }
    .scroll_btn_bx {
      position: absolute;
      width: 80px;
      left: 50%;
      transform: translateX(-50%);
      bottom: 10px;
    }
    #cardRow::-webkit-scrollbar {
      display: none;
    }

    .scroll-btn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 999;
      background: #2A345E;
      color: #fff;
      border: none;
      font-size: 2rem;
      padding: 0 10px 5px 10px;
      cursor: pointer;
    }
    .scroll-btn::before{
      position: absolute;
      content: '';
      width:38px;
      height: 38px;
      border-radius: 50%;
      background-color: #2a345e00;
      border: 3px solid #2a345e;
      z-index: -1;
      left: -4px;
      top: -4px;
    }

    .left-btn {
      left: 0;
    }

    .right-btn {
      right: 0;
    }
     .Mission {
    background-image: url(../images/bg.svg);
        background-size: 100% 100%;
  }
}
@media (max-width:576px) {
      #timelineCarousel .carousel-inner {
        min-height: 330px;
    }
  .timeline-header .timeline-year{
    font-size: 20px;
  }
   .timeline-header .timeline-year img {
    width: 25px;
   }
   .timeline-title{
    font-size: 14px;
   }
   .timeline-description {
    font-size: 12px;
   }
  .cta-lead{
        font-size: 14px;
    line-height: 20px;
  }
  .hero_heading,.mission_title,.strenth_head,.timeline_head{
    font-size: 24px;
  }
  .smok_heading {
    font-size: 36px;
    line-height: 40px;
}
  .carousel-title h1{
    font-size: 22px;
    
  }
  .carousel-title h1, .cta-heading {
        font-size: 24px;
        line-height: 35px;
    }
    .cta-features{
        gap: 5px;
    }
    .cta-feature{
      margin: 0;
    }

.Brand .card-title{
  font-size: 12px;
    line-height: 14px;
}
.smokeless-bx img {
  height: 36px;
}
.smokeless-bx h5{
  font-size: 14px;
  line-height: 25px;
}
}
@media (max-width: 480px) {
      #timelineCarousel .carousel-item.active {
        width: 90%;
    }
        #timelineCarousel .carousel-item.carousel-item-prev,#timelineCarousel .carousel-item.carousel-item-next {
        width: 85%;
        }
  .timeline-description{
    line-height: 20px;
  }
   .Mission {
        background-size: cover;
  }
  .Brand .col-lg-3{
    padding:2px !important;
  
  }
  .Brand .col-lg-3 div{
    padding: 5px !important;
    gap:5px !important;
  
  }
  
.smokeless-bx img {
  height: 30px;
}
.smokeless-bx h5,.Brand .card-title {
  font-size: 10px;
  line-height: 13px;
}
}