body{
    font-family: "Inter", sans-serif;
    font-style: normal;
    color: #333333;
    background-color: #f8f9fa;
  }
  .title-txt.new-style {
    text-align: left;
    padding: 30px 0;
}

.small-heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.small-heading::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #e30613; /* Red color */
    margin-right: 10px;
}

.small-heading span {
    font-size: 1em;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title-txt.new-style h2 {
    font-size: 1.9em;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .title-txt.new-style h2 {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .title-txt.new-style h2 {
        font-size: 1.5em;
    }
}
  .text-justify{
      text-align: justify;
  }
  .custom-btn{
      display: inline-block;
      background-color: #DE1D33;
      color: #fff !important;
      font-weight: 700;
      border: 1px solid #DE1D33;
      text-decoration: none;
      padding: 8px 20px;
      font-size: 0.9rem !important;
  }

  @media (min-width: 1400px){
      .container{
          width: 1140px;
      }
  }


  /* ======================
  * ======Navbar==========
  ========================*/
  .navbar{
      padding: 0;
      background-color: #fff;
  }
  .navbar-brand{
      padding: 0;
  }
  .navbar-toggler-icon {
      width: 1.5rem;
      height: 1.5rem;
  }
  .navbar-brand img {
      width: 180px;
      padding: 10px 0;
  }
  @media screen and (max-width: 1280px) {
      .navbar-brand img {
          width: 150px;
      }
  }
  .navbar-nav .nav-item{
      padding-right: 15px;
  }
  .navbar-nav .nav-item:last-child{
      padding-right: 0px;
  }
  .navbar-nav .nav-link {
      color: #000000 !important;
      font-weight: 600;
      font-size: .85rem;
      padding: 10px 10px !important;
  }
  .navbar-nav  .custom-btn{
      display: inline-block;
      padding: 5px 20px !important;
      background-color: #DE1D33;
      color: #fff !important;
  }
  .navbar-nav  .custom-btn:hover{
      color: #24890d !important;
  }


  /* Hero Section */
  .hero-top {
    padding: 70px 0 100px;
    background: url('../../assets/images/background-img.webp') no-repeat center center/cover;
    background-position: 100% 10%;
    position: relative;
    z-index: 1;
  }
  .heror-top-content {
    position: relative;
    z-index: 2;
  }
  .heror-top-content h1 {
    font-weight: 700;
    font-size: 2rem;
    color: #146e02;
    margin-bottom: 20px;
  }
  .heror-top-content p {
    color: #383838;
  }

  /* Image Container */
  .image-container img {
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: auto;
  }

  /* Section Headings */
  h2, h3, h5 {
    color: #222222;
  }

  .page-title{
    color: #146e02;
  }

  .section {
    padding: 60px 0;
    background-color: #ffffff;
  }

  /* Tabs Section */
  .nav-tabs {
    border-bottom: 2px solid #dee2e6;
    justify-content: center;
  }
  .nav-tabs .nav-link {
    border: none;
    font-weight: 600;
    color: #333333;
    padding: 15px 30px;
    transition: all 0.3s ease;
  }
  .nav-tabs .nav-link.active {
    color: #d21f26;
    border-bottom: 3px solid #d21f26;
    background: transparent;
  }
  .tab-content {
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  }

  /* Button Style */
  .btn-primary {
    background-color: #d21f26;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  .btn-primary:hover {
    background-color: #b71c1c;
  }

  /* Divider */
  .divider {
    width: 50px;
    height: 3px;
    background-color: #d21f26;
    margin-right: 15px;
  }
  .object-fit-cover {
    object-fit: cover;
  }
  /* Responsive */
  @media (max-width: 768px) {
    .tab-content .row {
      flex-direction: column-reverse;
    }
    .tab-content img {
      margin-top: 30px;
    }
    .hero-top {
      padding: 50px 0;
    }
    .heror-top-content h1 {
      font-size: 1.6rem;
    }
  }

  @media (max-width: 576px) {
    .nav-tabs .nav-link {
      padding: 12px 20px;
      font-size: 0.9rem;
    }
  }



 
 /* ======================
* ======Feature==========
========================*/
.feature .feature-list{
    margin-top: 30px;
}
.feature .feature-list h3{
    font-size: 1.2rem;
    font-weight: 700;
    margin: 20px 0px;
}
.feature a{
    font-weight: 800;
    text-decoration: none;
    font-size: 1.3rem;
    color: #000000;
    margin-bottom: 20px !important;
}
.feature a:hover{
    color: #24890d;
}

.feature i{
    color: #DE1D33;
    font-size: 2rem;
    margin-left: 10px;
    position: absolute;
}

 /* ======================
* ======Contact Us==========
========================*/
.contact-us{
    padding: 30px 0 80px;
}
.contact-us .contact-text{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    
}
.contact-us h2{
    text-align: right;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 40px !important;
}
.contact-us .contact-text a{
    font-size: 1.3rem !important;
    
}

/* ======================
* ======Footer Section==========
========================*/
footer .top-footer .middle-side,
footer .top-footer .right-side{
    margin-top: 35px;
}
footer{
    background-color: #F5F8FA;
}
footer p{
    font-size: 1rem !important;
}

footer .g-4,.gx-4 {
    --bs-gutter-x: 6.8rem
}

footer h3{
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 800;
}

footer .nav-link{
    display: inline-block;
    padding: 5px 0px;
    color: #000;
}

footer .nav-link:hover{
    color: #24890d;
}

footer .top-footer{
    padding-top: 30px !important;
}
footer .top-footer .logo{
    margin-bottom: 20px;
    width: 165px;
}

footer .top-footer .right-side i{
    color: #DE1D33;
    font-size: 0.9rem;
    margin-right: 8px;
}

footer .middle-footer{
    margin-top: 30px;
}

footer .bottom-top h3{
    font-size: 1rem !important;
}
footer .bottom-top .input,
footer .bottom-top button{
    font-size: 0.9rem !important;
}
footer .bottom-top button{
    background-color: #DE1D33;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
footer .bottom-top .review-h3{
    margin-left: -12px;
    margin-bottom: 0px;
}
footer .bottom-top .social-icon a{
    color: #000;
    border-radius: 100%;
    border: 1px solid #000;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}
footer .bottom-top .social-icon a:nth-child(1):hover{
    color: #fff;
    background-color: #285091;
    border-color: #285091;
}
footer .bottom-top .social-icon a:nth-child(2):hover{
    color: #fff;
    background-color: #D92E2E;
    border-color: #D92E2E;
}
footer .bottom-top .social-icon a:nth-child(3):hover{
    color: #fff;
    background-color: #0073B1;
    border-color: #0073B1;
}
footer .bottom-top .social-icon a:nth-child(4):hover{
    color: #fff;
    background-image: linear-gradient(45deg, #8f36b7, #F6BA50);
    border-color: #8f36b7;
}
footer .bottom-top .social-icon a:nth-child(5):hover{
    color: #fff;
    background-color: #E11A21;
    border-color: #E11A21;
}
footer .bottom-top .social-icon a:nth-child(6):hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

@media screen and (max-width: 767px) {
    
    .contact-us .contact-text h2{
        font-size: 1.5rem !important;
     }
     .contact-us .contact-text a{
        font-size: 1rem !important;
        margin-bottom: 20px;
     }
}
@media screen and (max-width: 992px) {
    
    .bottom-top h3{
        margin-top: 30px;
    }
}
@media screen and (max-width:1200px) {
    footer .bottom-top .review-h3{
        margin-left: 0px;
    }
}

/* page top banner */
.page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                url('../../assets/images/banner-template.jpg') center/cover no-repeat;
    padding: 8rem 0;
    position: relative;
    border-bottom: 1px solid #f4f2f2;
}

.banner-content {
    position: relative;
    z-index: 1;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.banner-title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.banner-subtitle {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-banner {
        padding: 6rem 0;
    }
    
    .banner-title {
        font-size: 2.5rem;
    }
    
    .banner-subtitle {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    .page-banner {
        padding: 4rem 0;
    }
    
    .banner-title {
        font-size: 2rem;
    }
    
    .banner-subtitle {
        font-size: 1rem;
    }
}  

 /* css for services */
 .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-icon {
    font-size: 2.5rem;
    color: #00a651;
    margin-bottom: 20px;
}

.service-card h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95em;
}

.service-cta {
    color: #00a651;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.service-cta:hover {
    color: #008040;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .service-card {
        padding: 30px 25px;
    }

    .service-icon {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .service-card {
        padding: 25px 20px;
    }

    .service-card h4 {
        font-size: 1.2em;
    }

    .service-card p {
        font-size: 0.9em;
    }
}
/* Main section Serive*/
.services-wrapper {
    background: linear-gradient(145deg, #2C3E50, #85f691);;
    padding: 4rem 1rem;
}

/* Card block */
.service-block {
    background: white;
    margin: 2rem auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-block:hover {
    transform: translateY(-5px);
}

/* Image section */
.service-img {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.service-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(66,153,225,0.1), transparent);
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-img:hover img {
    transform: scale(1.05);
}

/* Text section */
.service-text {
    padding: 3rem;
    position: relative;
}

.service-text h3 {
    font-size: 1.2rem;
    color: #2A4365;;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.service-text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #4299E1;
}

.service-text p {
    font-size: 0.9rem !important;
    color: #718096;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.highlight-text {
    color: #E53E3E;
    font-weight: 600;
    display: block;
    margin-top: 1rem;
}

/* Button */
.service-button {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 1.5rem;
    background: #4299E1;
    color: white;
    text-decoration: none;
    border-radius: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-button:hover {
    background: #2A4365;;
    transform: translateX(5px);
}

.service-button::after {
    content: '→';
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.service-button:hover::after {
    transform: translateX(3px);
}

/* Reverse the layout */
.service-reverse {
    direction: rtl;
}

.service-reverse .service-text {
    text-align: right;
    direction: ltr;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .service-block {
        grid-template-columns: 1fr;
        max-width: 600px;
    }
    
    .service-img {
        height: 300px;
        order: -1;
    }
    
    .service-text {
        padding: 2rem;
    }
    
    .service-text h3 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .services-wrapper {
        padding: 2rem 0.5rem;
    }
    
    .service-text {
        padding: 1.5rem;
    }
    
    .service-button {
        width: 100%;
        justify-content: center;
    }
}

/* paralax for service section */
.parallax-hero {
    /* Basic parallax setup */
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .parallax-hero::before {
    /* Parallax background layer */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                      url('../../assets/images/certificate-training-section-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transform: translateZ(-1px) scale(2);
    z-index: -1;
  }
  
  .parallax-content {
    position: relative;
    text-align: center;
    color: white;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .parallax-title {
    font-size: 3.1rem;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s forwards;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  }
  
  .parallax-text {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s 0.3s forwards;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .parallax-button {
    padding: 0.4rem 2.5rem;
    font-size: 1.2rem;
    background: #4CAF50;
    color: white;
    border: 2px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s 0.6s forwards;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .parallax-button:hover {
    background: transparent;
    border-color: #4CAF50;
    transform: translateY(-3px);
  }
  
  /* Animations */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Responsive Design */
  @media (max-width: 992px) {
    .parallax-title {
      font-size: 3rem;
    }
    
    .parallax-text {
      font-size: 1.3rem;
    }
    
    .parallax-button {
      padding: 0.8rem 2rem;
      font-size: 1.1rem;
    }
  }
  
  @media (max-width: 768px) {
    .parallax-hero::before {
      background-attachment: scroll;
    }
    
    .parallax-title {
      font-size: 2.5rem;
    }
    
    .parallax-text {
      font-size: 1.1rem;
      max-width: 80%;
    }
    
    .parallax-button {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 480px) {
    .parallax-title {
      font-size: 2rem;
    }
    
    .parallax-text {
      font-size: 1rem;
      max-width: 90%;
    }
    
    .parallax-content {
      padding: 1rem;
    }
  }
  
  /* Fallback for mobile devices */
  @media (hover: none) and (pointer: coarse) {
    .parallax-hero::before {
      background-attachment: scroll;
    }
  }

  .certification-wrapper {
    background: linear-gradient(135deg, rgb(111 209 171), rgb(85 180 119));
    padding: 4rem 1rem;
}

.certification-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.certification-image {
    margin-bottom: 2rem;
}

.certification-image img {
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.certification-title h2 {
    font-size: 1.3rem;
    color:rgb(255, 255, 255);
    margin-bottom: 1rem;
    position: relative;
}

.certification-title h2::after {
    content: '';
    display: block;
    margin: 0.5rem auto 0;
    width: 60px;
    height: 3px;
    background:rgb(207, 205, 205);
}

.certification-title p {
    font-size: 0.9rem;
    color:rgb(252, 253, 255);
    line-height: 1.8;
    margin-top: 2rem;
    text-align: center;
}

@media (max-width: 768px) {
    .certification-title h2 {
        font-size: 2rem;
    }

    .certification-title p {
        font-size: 1rem;
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .certification-wrapper {
        padding: 3rem 1rem;
    }

    .certification-image img {
        max-width: 140px;
    }
}

.about-section {
    padding: 4rem 0;
    background: #f7fafc;
}

.about-image img {
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.about-content {
    padding: 1rem 2rem;
}

.about-content h2 {
    font-size: 2.5rem;
    color: #2a4365;
    margin-bottom: 1.5rem;
}

.about-content p {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .about-content {
        padding: 0;
        text-align: center;
    }

    .about-content h2 {
        font-size: 2rem;
    }

    .about-content p {
        font-size: 1rem;
        padding: 0 1rem;
    }
}

.info-section {
    background-color: #92c9a5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5rem 0;
    position: relative;
    color: white;
}

.info-box {
    background: rgba(255, 255, 255, 0.15);
    padding: 2rem;
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.info-box:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
}

.info-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: white;
}

.info-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    .info-box {
        margin-bottom: 2rem;
    }
}

.mission-vision-section {
    background-color: #f4f9fd;
    padding: 4rem 1rem;
}

.info-block {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.info-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.info-icon_mv {
    font-size: 2.5rem;
    color: #4299e1;
    margin-bottom: 1rem;
}

.info-block h3 {
    font-size: 1.75rem;
    color: #2a4365;
    margin-bottom: 1rem;
    font-weight: 700;
}

.info-block p {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .info-block {
        padding: 1.5rem;
    }

    .info-block h3 {
        font-size: 1.5rem;
    }

    .info-block p {
        font-size: 1rem;
    }
}

/* Parallax Section */
.parallax-section {
    background-image: url('assets/images/parallax-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    text-align: center;
  }
  
  .parallax-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .parallax-section-content {
    position: relative;
    z-index: 1;
  }
  
  .parallax-section-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  
  .content-btn-parallax {
    background-color: #ffffff;
    color: #0078b0;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .content-btn-parallax:hover {
    background-color: #0078b0;
    color: white;
  }
  
  /* Our Values Section */
  .our-values-section {
    padding: 4rem 1rem;
    background-color: #f5fafd;
  }
  
  .values-content h3 {
    font-size: 2rem;
    color: #2a4365;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  
  .values-content ul {
    list-style: none;
    padding: 0;
  }
  
  .values-content li {
    margin-bottom: 1.2rem;
    font-size: .8rem;
    color: #2d3748;
    line-height: 1.6;
  }
  
  .values-content li strong {
    color: #0078b0;
    display: block;
    font-size: .8rem;
    margin-bottom: 0.2rem;
  }
  
  @media (max-width: 768px) {
    .parallax-section {
      height: 300px;
    }
  
    .parallax-section-content h2 {
      font-size: 1.8rem;
    }
  
    .content-btn-parallax {
      padding: 0.6rem 1.2rem;
    }
  
    .values-content h3 {
      font-size: 1.6rem;
    }
  
    .values-content li {
      font-size: 0.95rem;
    }
  
    .values-content li strong {
      font-size: 1rem;
    }
  }
/* ctpat sectin */
  .ctp-section {
    background-color: #f0f8ff;
    padding: 4rem 1rem;
  }
  
  .ctp-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .ctp-card:hover {
    transform: translateY(-5px);
  }
  
  .ctp-icon {
    font-size: 2.5rem;
    color: #0078b0;
    margin-bottom: 1rem;
  }
  
  .ctp-card h3 {
    font-size: 1.5rem;
    color: #2a4365;
    margin-bottom: 1rem;
  }
  
  .ctp-card p {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .ctp-card {
      padding: 1.5rem;
    }
  
    .ctp-card h3 {
      font-size: 1.3rem;
    }
  
    .ctp-icon {
      font-size: 2rem;
    }
  }

  .solutions-section {
    background: #f5fbff;
    padding: 5rem 1rem;
    position: relative;
  }
  
  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2a4365;
  }
  
  .solutions-content h3 {
    font-size: 1.75rem;
    color: #0078b0;
    margin-bottom: 1rem;
  }
  
  .solutions-content p {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.6;
  }
  
  .main-img {
    width: 100%;
    border-radius: 1rem;
  }

  
  /* Responsive Adjustments */
  @media (max-width: 992px) {
    .solutions-section {
      text-align: center;
    }
  
    .solutions-content {
      padding: 2rem 0;
    }
  }

  .ctpat-benefits-section {
    background-color: #f5fbff;
    padding: 4rem 1rem;
  }
  
  .benefits-title {
    font-size: 2rem;
    color: #2a4365;
    font-weight: 700;
  }
  
  .styled-benefits-list {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .styled-benefits-list li {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    color: #2d3748;
    transition: transform 0.3s;
  }
  
  .styled-benefits-list li:hover {
    transform: translateY(-3px);
  }
  
  .styled-benefits-list i {
    font-size: 1.3rem;
    color: #0078b0;
    margin-right: 0.75rem;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .benefits-title {
      font-size: 1.6rem;
    }
  
    .styled-benefits-list li {
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }
  
    .styled-benefits-list i {
      margin-bottom: 0.5rem;
    }
  }

  /* Scroll to Top Button Style */
  #scrollTopBtn {
    position: fixed;
      bottom: 30px;
      right: 30px;
      display: none;
      z-index: 9999;
      padding: 8px 10px;
      width: 45px;
      height: 45px;
      background-color: #003107;
      color: white;
      font-size: 1.2rem;
      border: none;
      border-radius: 8px; /* Small rounded corners */
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease;
  }

  #scrollTopBtn:hover {
    background-color: #133a01; /* Darker on hover */
  }

  .form-wrapper{
    padding: 40px;
    overflow: hidden;
    font-family: "Raleway", sans-serif !important;
    font-size: 14px !important;
}

.form-wrapper .client-title{
    font-size: 20px;
    margin:20px 0px;
    font-weight: 700;
    background: linear-gradient(265deg,rgba(0, 141, 154, 0.033) 0%, rgba(26, 152, 164, 0.125) 38%, rgb(64, 146, 154) 100%, rgb(153, 209, 215) 64%);
    color: #e6f4f5;
    padding: 10px;
}
.form-label{
    font-weight: 600; 
}
.form-control{
    font-size: 14px;
    border-radius: 0;
    border-color: #001c1f48;
    background-color: #e6f4f540;
    padding: 10px;
    border-radius: 2px;
}
.form-control:focus{
    border-color: #f99f3873;
    box-shadow: 0 0 0 0.1rem #d1852e29;
}
.form-check-input:checked{
    background-color: rgb(249, 159, 56);
}

.required-services .form-check-label{
    font-weight: 500 !important;
}

.table,
.table tr,
.table td,
.table th{
  border: 1px solid #ddd;
}


.services-sub{
    margin-left: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #e6f4f540;
    margin-bottom: 10px;
}
.form-check .form-check-input{
    border: 2px solid rgb(204, 204, 204) !important;
}

/* Title */
.title{
    margin-bottom: 30px;
    background-color: #008c9a;
    color: #fff !important;
    margin-top: -40px;
    margin-left: -40px;
    margin-right: -40px;
    padding: 30px 40px;
    font-size: 1rem;
}
.title h1{
  color: #fff;
}

/* Schedule */
.training-session-title,
.all-training {
    color: #0955c7;
}

.training-session-title {
    margin: 50px 0px;
    display: flex;
    align-items: center;
}

.training-session-title::before {
    content: "";
    flex: 1;
    align-items: center;
    border-bottom: 2px solid #ddd;
}

.training-session-title::after {
    content: "";
    flex: 1;
    align-items: center;
    border-bottom: 2px solid #ddd;
}

/* Traning Card */
.traning-card {
    overflow: hidden;
}

.traning-card .training-desc {
    padding: 20px 10px 10px 10px;
}

.traning-card .training-desc a {
    text-decoration: none;
    color: rgba(51, 103, 214, 1);
    transition: color 0.3s ease;
}

.traning-card .banner {
    transition: all 0.5s ease;
}

.traning-card:hover .banner {
    transform: scale(1.06);
}

.traning-card:hover .training-desc a:first-child {
    color: #fab86d;
}

.traning-card .training-desc h3 {
    font-weight: bold;
    font-size: 1.2rem;
}

.traning-card .training-desc .reg-btn {
    font-size: 0.9rem;
    margin-top: 10px;
    color: #fff;
}

.traning-card .training-desc .reg-btn:hover {
    color: #5282b3;
}

.traning-card .thumbnail {
    position: relative;
}

.traning-card .thumbnail .timing-part {
    background-color: #b59069;
    padding: 10px;
    color: #fff;
    width: 160px;
    border-radius: 10px;
    opacity: 0.9;
    backdrop-filter: blur(1px);
    position: absolute;
    bottom: 15px;
    left: 15px;
}

/* Training Details */
.training-details-wrapper {
    font-family: "Roboto", sans-serif;
    overflow: hidden;
}

/*
.training-details-wrapper .training-details-summary{
    background-color: #fff;
    background-image: url("../assets//bottom-right-training-details-banner.png");
    background-repeat: no-repeat;
    background-position: 291px 673px;
}*/
.training-details-wrapper .training-details-summary {
    background-image: linear-gradient(157deg, rgb(107 107 170) 9%, rgba(122, 125, 226, 1) 40%, rgb(85 89 181) 71%);
    /* background-image: linear-gradient(3deg,rgba(147, 148, 230, 1) 0%, rgba(147, 148, 230, 1) 24%, rgba(122, 125, 226, 1) 55%, rgba(199, 236, 238, 1) 87%); */
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 10px;
    position: relative;
}

.training-details-wrapper .training-details-summary {
    padding: 20px;
}

.training-details-wrapper .training-details-summary img {
    width: 100%;
    margin-bottom: 20px;
}

.training-details-wrapper .training-details-summary .summary-info p {
    font-size: 14px !important;
}

.training-details-wrapper .training-details-summary .summary-info h4 {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.training-details-wrapper .training-details-summary i {
    margin-right: 10px;
}

.training-details-wrapper .training-details-summary td {
    padding-bottom: 10px;
}

.training-details-wrapper .training-details-description {
    padding: 30px;
    background-color: #f4f4f6;
    margin-bottom: 30px;
    border: 1px solid #6d19a4;
}

.training-details-wrapper .training-details-description .linker-icon {
    width: 10px;
    position: absolute;
    left: 50%;
    top: -36px;
}

.btn-green {
    background-color: #38ada9;
    color: #fff;
    margin-top: 10px;
    border: 2px solid #38ada9;
    width: 20%;
    border-radius: 5px;
}

.btn-green:hover {
    border: 2px solid #38ada9;
    background-color: #2c8986;

    border: 2px solid #2c8986;
}