
body {
    font-family: 'Poppins', sans-serif;
}
.masterclass-section h2,
    .masterclass-section h4 {
      color: #c4122f;
    }
 
  .card-header.collapsed i {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }
  .card-header i {
    transition: transform 0.3s ease;
  }
  .card-header:not(.collapsed) i {
    transform: rotate(180deg);
  }


ul {
    list-style-type: none;
}
/* Transparent Navbar */
    .about-advanced {
      padding: 80px 0;
    }

    /*.subtitle {*/
    /*  font-size: 1rem;*/
    /*  font-weight: 700;*/
    /*  color: #dc3545;*/
    /*  text-transform: uppercase;*/
    /*  letter-spacing: 1.5px;*/
    /*}*/
.director-card {
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    padding: 35px 25px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: 0.3s ease-in-out;
    border-top: 5px solid red;
}

.director-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}

.director-photo-wrapper {
    display: flex;
    justify-content: center;
}

.director-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    /*border-radius: 50%;*/
    border: 4px solid red;
    box-shadow: 0px 0px 18px rgba(255, 0, 0, 0.35);
    transition: 0.3s ease-in-out;
}

.director-img:hover {
    transform: scale(1.05);
}

.director-name {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.director-position {
    font-size: 15px;
    font-weight: 600;
    color: red;
    margin-top: -5px;
}

.director-linkedin-btn {
    /*background-color: red;*/
     background: linear-gradient(135deg, #c0392b, #e74c3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 8px 20px;
    border-radius: 50px;
    border: 2px solid red;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.director-linkedin-btn:hover {
    background: transparent;
    color: red !important;
    box-shadow: 0 0 12px rgba(255,0,0,0.5);
}


    .main-title {
      font-size: 2.8rem;
      font-weight: 800;
      background: linear-gradient(135deg, #c0392b, #e74c3c);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 20px;
    }

    .about-content p {
      font-size: 1rem;
      color: #333;
      line-height: 1.8;
      margin-bottom: 15px;
    }

    .btn-modern {
      display: inline-block;
      background: linear-gradient(135deg, #dc3545, #b52b31);
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .btn-modern:hover {
      background: #000;
      color: #fff;
    }

    .img-container {
      /*border: 4px solid #eee;*/
      border-radius: 20px;
      overflow: hidden;
    }

    .mission-box {
      background: #f7f7f7;
      border-left: 5px solid #dc3545;
      padding: 20px 25px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
      margin-top: 40px;
    }

    .mission-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: #111;
      margin-bottom: 10px;
    }

    .mission-box p {
      font-size: 1rem;
      color: #444;
      line-height: 1.7;
    }

 .hp{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
  }
.navbar {
    background: transparent;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border: none;
}
.navbar-right {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-right .wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-right .icon {
    font-size: 30px;
    font-weight: 900;
    color: red;
    padding-right: 10px;
}

.navbar-right .text p {
    margin: 0;
    font-family: 'Architects Daughter', cursive;
    font-weight: 400;
    color: red;
    font-size: 14px;
}

.navbar-right .text h5 {
    margin: 0;
    font-size: 18px;
}

.navbar-right .text h5 a {
    text-decoration: none;
    color: white !important;
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
}
.navbar.scrolled .navbar-right .text h5 a {
    text-decoration: none !important;
    color: #000000 !important;
}
.navbar-collapse {
    background: white; /* Background for dropdown */
    padding: 10px;
    border-radius: 8px;
}
.logo-wrapper {
    float: left;
}
.logo-img {
    width: 150px;
    text-align: center;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 1); 
}


.navbar .nav-link {
    color: white;
    font-size: 16px;
    font-weight: 900;
    transition: color 0.3s;
}

.linkedin-nav-btn {
    background-color: red; /* brand color */
    color: #fff !important;
    padding: 6px 18px;
    margin-left: 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    border: 2px solid red;
}

.linkedin-nav-btn i {
    margin-right: 6px;
    font-size: 18px;
}

.linkedin-nav-btn:hover {
    background-color: transparent; 
    color: red !important;
    border-color: red;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

.navbar-nav{
    text-align: center;
}
.navbar.scrolled .nav-link {
    color: #000000; /* Change link color to red on scroll */
}




.navbar .nav-link:hover, 
.navbar .nav-link.active {
    color: red; /* Highlight color on hover and active page */
}

/* Navbar logo style */
.navbar-brand {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

/* When the navbar is scrolled, add a shadow effect */
.navbar.scrolled {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.custom-owl .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Dark overlay effect applied to the images with the data-overlay-dark attribute */
[data-overlay-dark="5"]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.685); /* Black background with 50% opacity */
    z-index: 1; /* Ensures the overlay stays on top of the image */
}

/* Image styling */
.custom-owl .item img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0; /* Make sure image stays behind the overlay */
}
.slider-content {
    position: absolute;
    color: white;
    text-align: center;
}
.slider-content-left {
    position: absolute;
    color: white;
    text-align: left;
    left: 120px; /* Adjust the value to move it further left */
}
.slider-content-right{
    position: absolute; 
    color: white;
    text-align: right;
    right: 120px; /* Adjust the value to move it further right */
}



    .btn-1 {
        display: inline-block;
        height: auto;
        padding: 20px 50px;
        border: 2px solid red;
        border-radius: 80px;
        background-color: red;
        -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
        transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
        color: #fff;
        line-height: 20px;
        text-align: center;
        margin-right: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
    }

    .btn-1:hover{
        display: inline-block;
        height: auto;
        padding: 20px 50px;
        border: 2px solid red;
        border-radius: 80px;
        background-color: red;
        -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
        transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
        color: #fff;
        line-height: 20px;
        text-align: center;
        margin-right: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
    }
    .btn-5 {
        display: inline-block;
        height: auto;
        padding: 20px 50px;
        border: 1px solid #fff;
        border-radius: 80px;
        background-color: #fff;
        -webkit-transition: border-color 400msease, color 400msease, background-color 400msease;
        transition: border-color 400msease, color 400msease, background-color 400msease;
        color: #1b1b1b;
        line-height: 20px;
        text-align: center;
        margin-right: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
    }
.custom-owl
{
    height: 100vh;
}
.custom-owl .item img {
    height: 100vh;
    object-fit: cover;
}
.custom-owl .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.custom-owl .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    border: solid 1px red !important;
    color: #ffffff;
    transition: background-color 0.3s;
}

.custom-owl .owl-dots .owl-dot.active {
    background-color: red;
}

.custom-owl .owl-nav .nav-btn {
    background-color: transparent;         
    color: white;                            
    font-size: 16px;                         
    padding: 15px;                          
    border: 2px solid red; 
    border-radius: 50%;                     
    cursor: pointer;                        
    display: flex;                          
    align-items: center;                    
    justify-content: center;                
    transition: background-color 0.3s ease; 
    width: 50px;                            
    height: 50px;                           
}


.custom-owl .owl-nav .nav-btn:hover {
    background-color: rgba(220, 39, 81, 0.1); 
}


.custom-owl .owl-nav .nav-btn:focus {
    outline: none;  
    box-shadow: 0 0 5px red; 
}


.custom-owl .owl-nav .nav-btn:hover {
    background-color: red;
}

.custom-owl .owl-nav .nav-btn .arrow {
    margin: 0 5px;
}

.custom-owl .owl-nav .nav-btn.left-btn .arrow {
    transform: rotate(180deg); 
}


.arrow {
    font-size: 20px;
    font-weight: bold;
}

.custom-owl .owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    z-index: 1;
}

.custom-owl .owl-prev {
    left: 10px; 
}

.custom-owl .owl-next {
    right: 10px; 
}

#owl-demo .item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
    text-align: center;
  }
  
  #owl-demo .item img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  #owl-demo .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  
  #owl-demo .caption h3 {
    font-size: 20px;
    color: #1b1b1b;
    font-weight: 700;
    margin: 10px 0 5px;
  }
  
  #owl-demo .caption p {
    font-size: 16px;
    color: #FF3B3F;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
  }

  
  .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: red !important; 
}

/*#owl-demo .item {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border-radius: 10px; */
/*}*/

/*#owl-demo .item img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*    transition: transform 0.3s ease-in-out;*/
/*}*/

/*#owl-demo .overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.6); */
/*    transition: opacity 0.3s ease-in-out;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    color: white;*/
/*    text-align: center;*/
/*    opacity: 1;*/
/*}*/


/*#owl-demo .overlay h3,*/
/*#owl-demo .overlay p {*/
/*    opacity: 0;*/
/*    transform: translateY(10px); */
/*    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;*/
/*}*/


/*#owl-demo .item:hover .overlay {*/
/*    background: rgba(0, 0, 0, 0); */
/*}*/
/*.owl-theme .owl-dots .owl-dot.active span,*/
/*.owl-theme .owl-dots .owl-dot:hover span {*/
/*    background: red !important; */
/*}*/

/*#owl-demo .item:hover .overlay h3,*/
/*#owl-demo .item:hover .overlay p {*/
    opacity: 1; /* Show text */
/*    transform: translateY(0); */
/*}*/



/*#owl-demo .item:hover img {*/
/*    transform: scale(1.1); */
/*}*/

.bg-drk {
    background: #f0f0f3;
}
.footer {
    background-color: #0a0a0a; /* Dark background for footer */
    color: #fff; /* White text color */
    padding: 50px 0;
}

.footer .top {
    border-bottom: 1px solid  red;/* Light border between sections */
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .top .container .row .col-md-3 {
    margin-bottom: 45px;
}

.footer h4, .footer h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 900;
}

.footer .social {
    display: flex; /* Align items in a row */
    gap: 10px; /* Add spacing between icons */
}

.footer .social a {
    background-color: transparent;         
    color: white;                            
    font-size: 16px;                         
    padding: 15px;                          
    border: 2px solid red; 
    border-radius: 50%;                     
    cursor: pointer;                        
    display: flex;                          
    align-items: center;                    
    justify-content: center;                
    transition: background-color 0.3s ease; 
    width: 50px;                            
    height: 50px;  
    text-decoration: none; /* Ensure links don’t have underlines */
}

.footer .social a:hover {
    color:rgb(255, 255, 255); /* Change color on hover */
    background-color: red;
}

.footer .list-unstyled {
    padding-left: 20px;
    list-style-type: disc;
    color: red;
}

.footer .list-unstyled li {
    margin-bottom: 10px;
}
.phone a {
    font-size: 24px;
    color: red;
    font-weight: 600;
    text-decoration: none; /* Ensure links don’t have underlines */
}
.mail a{
       color:white;
    text-decoration: underline;
    text-decoration-color: red; /* Set the underline color */
    text-decoration-thickness: 2px; /* Adjust underline thickness */
    text-underline-offset: 3px; /* Adjust spacing between text and underline */ /* Ensure links don’t have underlines */
}
.mail a:hover{
    color:white;
 text-decoration: underline;
 text-decoration-color: red; /* Set the underline color */
 text-decoration-thickness: 2px; /* Adjust underline thickness */
 text-underline-offset: 3px; /* Adjust spacing between text and underline */ /* Ensure links don’t have underlines */
}

.phone a:hover {
    color: red;
    text-decoration: none;
}
.footer .list-unstyled li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer .list-unstyled li a:hover {
    color: red;;
}

.footer .bottom {
    margin-top: 30px;
    padding-top: 20px;
}

.footer .horizontal-link .rest {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
}

.footer .horizontal-link .rest li {
    margin-right: 30px;
}

.footer .horizontal-link .rest li a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

.footer .horizontal-link .rest li a:hover {
    color:   red;
}

.footer .copyrights {
    text-align: right;
    color: #aaa;
}

.footer .copyrights .underline a {
    text-decoration: underline;
    color: #fff;
}

.footer input[type="email"] {
    padding: 10px;
    width: 80%;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
}

.footer button {
    padding: 10px 20px;
    border: none;
    background-color: red;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.footer button:hover {
    background-color: red;
}
.custom-toggler {
    border: none;
    background: none;
    font-size: 24px;
    color: white; /* Adjust to match your theme */
}
/* ✅ Mobile View (Max Width: 767px) */
.navbar-toggler {
    border: none; 
    background: transparent;
    padding: 10px;
    outline: none;
    cursor: pointer;
    display: block; /* Ensure it’s visible */
}

/* Custom red Hamburger Icon */
.navbar-toggler-icon {
    background-image: none !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='red' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") no-repeat center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 30px !important;
    height: 30px !important;
    display: inline-block !important;
}
.services {
    position: relative;
}
.silder-title {
    position: relative;
    line-height: 120px;
    letter-spacing: 3px;
    font-weight: 900;
    font-size: 100px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff; /* White stroke effect */
    opacity: 0.8;
    text-align: center;
}
.silder-title-1 {
    position: relative;
    line-height: 120px;
    letter-spacing: 3px;
    font-weight: 900;
    font-size: 100px;
    color: #ffffff;
    text-align: center;
}

.section-padding
{
    padding: 130px 0;
}
.title-head{
    margin: 0;
    font-family: 'Architects Daughter', cursive;
    font-weight: 400;
    color: red;
    font-size: 14px;
}
.service-head{
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #1b1b1b;
}
.agency-head{
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #ffffff;
}
.line-hr-section {
    width: 70px;
    border-top: 3px solid red !important;
    opacity: 1;
    margin: 15px 0;
}
.line-hr-section.center {
    margin: 15px auto;
}

.services {
    position: relative;
  }
  .services .item {
    background-color: #f0f0f3;
    position: relative;
    border-radius: 10px;
    transition: 0.7s;
      border: none;
  }
  .services .item .wrap {
      transition: 0.7s;
      text-align: center;
      padding: 75px 30px 5px 30px;
      overflow: hidden;
  }
  .services .item .wrap .icon-1 {
      color: red;
      transition: 0.7s;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
      margin-bottom: 25px;
  }
  .services .item .wrap .icon-1 img {
  width: 100px !important;
  height: auto !important;
  }
  .services .item .wrap .con {
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  }
  .services .item .wrap .con h4 {
    font-size: 24px;
    color: #1b1b1b;
    font-weight: 900;
  }
  .services .item .wrap .con p {
    color: #7b7b7b;
  }
  .services .item .wrap .con .icon-2 a {
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: 0.7s;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  }
   .services .item:hover {
    background: linear-gradient(to right, rgb(106, 103, 206), rgb(252, 99, 107)) !important;
  }
  .services .item:hover .wrap .icon-1 { 
      color: #fff;
      transform: translateY(-25px);
  }
  .services .item:hover .wrap .con {
    color: #fff;
    transform: translateY(-25px);
  }
  .services .item:hover .wrap .con h4 {
    color: #fff;
  }
  .services .item:hover .wrap .con p {
    color: #fff;
  }
  .services .item:hover .wrap .con .icon-2 a {
    color: #fff;
    opacity: 1;
  }
  .services .item .wrap .numb {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 100px;
      position: relative;
      bottom: 0px;
      right: -15px;
      text-align: end;
      color: transparent;
      -webkit-text-stroke: 2px rgba(0,0,0,0.05);
      opacity: .8;
      margin:-20px !important;
    padding: 0 !important; /* Ensure no extra padding */
    line-height: 1; /* Adjust if necessary */
  }
  .services .item:hover .wrap .numb {
     color: transparent;
      -webkit-text-stroke: 2px rgba(255,255,255,0.2);
      opacity: .8;
  }
  .services .item.active {
      background:linear-gradient(to right, rgb(106, 103, 206), rgb(252, 99, 107)) !important;
  }
  .services .item.active .wrap .icon-1,
  .services .item.active .wrap .con h4,
  .services .item.active .wrap .con p {
      color: #fff;
  }
  .services .item.active .sub-icon {
      color: rgba(255,255,255,0.05);
  }
  .services .item.active .numb {
          color: transparent;
      -webkit-text-stroke: 2px rgba(255,255,255,0.2);
      opacity: .8;
  }
  
  
  
  .services-single h5 {
      font-size: 27px;
      color: #1b1b1b;
  }
  .video-popup {
    position: relative;
    width: 100%;
    height: 50vh; /* Full screen height */
    background-size: cover;
    background-position: start;
    background-attachment: fixed; /* This creates the parallax effect */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.video-popup .container {
    position: relative;
    z-index: 2; /* Ensures content is visible over the background */
}

/* Play button style */
.vid-butn {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.vid-butn:hover {
    background: rgba(255, 255, 255, 0.4);
}

.vid-butn .icon {
    font-size: 30px;
    color: white;
}
.team-card {
    position: relative;
    width: 350px;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-card img {
    width: 100%;
    display: block;
    transition: filter 0.3s ease-in-out;
}

.team-info {
    position: absolute;
    bottom: -20px;
    left: 10px;
    background: rgba(255, 255, 255, 0.466);
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    width: calc(100% - 20px);
    transition: background 0.3s ease-in-out;
}

.team-info h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    transition: color 0.3s ease-in-out;
}

.team-info p {
    font-size: 14px;
    color: #666;
    transition: color 0.3s ease-in-out;
}

/* Hover effect - pink background */
.team-card:hover .team-info {
    background:red;
    color: #fff;
}

.team-card:hover .team-info h4,
.team-card:hover .team-info p {
    color: #fff;
}
 /* Arrow button */
 .arrow-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: white;
    color: #d91c4c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


.team-card:hover .arrow-btn {
    opacity: 1;
}

.line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-left: 3px solid;
    border-color: red;
    width: 3px;
    height: 50px;
    z-index: 10;
    opacity: 1;
}
/* .section-padding {
    padding: 130px 0;
}
.section-padding h1 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #1b1b1b;
}
.section-padding h1.cd {
    color: #1b1b1b;
}
.section-padding h1.cw {
    color: #fff;
}
.section-padding h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 5px;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
}
.section-padding h5 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
}
.section-padding[data-overlay-dark] h6,
.section-padding h6 {
    display: inline-block;
    font-family: 'Architects Daughter', cursive;
    font-size: 18px;
    font-weight: 400;
    color: red;
    margin-bottom: 5px;
} */
.events .item .date > span {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    line-height: 48px;
    font-size: 85px;
    margin-right: 12px;
    color: transparent;
    -webkit-text-stroke: 1.5px red;
    opacity: .8;
}
.events .item {
    padding: 30px 0;
    border-bottom: 2px solid rgba(0,0,0,0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .events .item:first-of-type {
    border-top: 2px solid rgba(0,0,0,0.05);
  }
  .events .item:hover {
    border-bottom-color: red;
  }
  .events .item:hover .text a {
    text-decoration: none;
  }
  .events .item:hover .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .events .item .text h5,
  .events .item .text h5 a {
      font-size: 24px;
      margin-bottom: 0;
      color: #1b1b1b;
  }
  .events .item .text p {
      color: red;
      font-size: 16px;
      font-weight: 400;
      font-family: 'Architects Daughter', cursive;
      margin-bottom: 0;
  }
  .events .item .date {
      display: flex;
      align-items: center;
  }
  .events .item .date > span {
      font-family: 'Poppins', sans-serif;
      font-weight: 900;
      line-height: 48px;
      font-size: 85px;
      margin-right: 12px;
      color: transparent;
      -webkit-text-stroke: 1.5px red;
      opacity: .8;
  }
  .events .item .date div span {
      display: block;
      color: #1b1b1b;
      font-size: 26px;
      line-height: 16px;
      margin-top: 4px;
  }
  .events .item .date > h4 {
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 5px;
  }
  .events .item .date h5 {
      color: #fff;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 400;
      font-family: 'Hind', sans-serif;
      margin-bottom: 0;
  }
  .events .item .img {
    position: absolute;
    top: 50%;
  /*  right: -30px;*/
      right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
  }
  .events .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .btn-3 {
    display: inline-block;
    height: auto;
    padding: 20px 50px;
    border: 1px solid red;
    border-radius: 80px;
    background-color: red;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}
.btn-3 i {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
.btn-3:hover {
  border: 1px solid #1b1b1b;
  background-color: #1b1b1b;
  color: #fff;
}


.testimonial-card {
    background:#f0f0f3;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    /*height: 250px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.quote-icon {
    color: #E63946;
    font-size: 28px;
    margin-bottom: 10px;
}
.testimonial-text {
    color: black;
    font-size: 18px;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 10px;
}
.divider {
    margin: 10px 0;
    border-top: 1px solid #ddd;
}
.profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.profile img {
width: 50px !important;
height: 50px !important;
max-width: 50px !important;
max-height: 50px !important;
border-radius: 50% !important;
object-fit: cover !important;
aspect-ratio: 1 / 1 !important;
display: block !important;
border: 2px solid #E63946 !important;
}


.profile-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.profile-info .name {
    font-weight: bold;
    font-size: 22px !important;
}
.profile-info .company {
    font-size: 12px;
    color: #666;
}

/*.banner-header {*/
/*    height: 70vh;*/
/*    background-position: center;*/
/*}*/
/*.banner-header.full-height {*/
/*    min-height: 100vh;*/
/*}*/
/*.banner-header[data-overlay-dark] h1,*/
/*.banner-header h1 {*/
/*    font-size: 48px;*/
/*    color: #fff;*/
/*    position: relative;*/
/*    line-height: 1.25em;*/
/*    margin-bottom: 0;*/
/*}*/
/*.banner-header p {*/
/*    font-size: 16px;*/
/*    margin-bottom: 0;*/
/*    color: #fff;*/
/*    -webkit-animation-delay: 1s;*/
/*    animation-delay: 1s;*/
/*}*/
/* breadcrumbs */
/*.banner-header {*/
/*    position: relative;*/
/*    background: url('../images/breadcrum.jpeg') 
/*    background-size: cover;*/
/*    background-attachment: fixed;*/
/*    padding: 120px 0;*/
/*    display: flex;*/
    /*align-items: center*/
    /*justify-content: center;*/
/*    text-align: center;*/
/*    color: white;*/
/*}*/

/*.banner-header .overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
    /*background: rgba(0, 0, 0, 0.6); */
/*}*/

/*.banner-header .content {*/
/*    position: relative;*/
/*    text-align: center !important;*/
/*    z-index: 1;*/
/*}*/
/*.banner-header .content h1 {*/
/*    font-size: 48px;*/
/*    color: #fff;*/
/*    position: relative;*/
/*    font-weight: 900;*/
/*    line-height: 1.25em;*/
/*    margin-bottom: 0;*/
/*}*/
/*.breadcrumbs {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin-top: 10px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 10px;*/
/*}*/
/*.breadcrumbs a {*/
/*    color: white;*/
/*    text-decoration: none;*/
/*}*/

/*. a:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*.banner-header .breadcrumbs li {*/
/*    display:inline-block;*/
/*    margin:0;*/
/*    font-size: 16px;*/
/*    font-weight: 900;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    color:#fff;*/
/*}*/
/*.banner-header .breadcrumbs li a {*/
/*    color:red;*/
/*}*/
/*.banner-header .breadcrumbs li a:hover {*/
/*    color:#fff;*/
/*}*/
/*.banner-header .breadcrumbs li:not(:last-child):after {*/
/*    margin: 0 20px 0 20px;*/
/*    vertical-align: middle;*/
/*    position: relative;*/
/*    top: 0px;*/
/*    display: inline-block;*/
/*    font-size: inherit;*/
/*    text-rendering: auto;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    content: "|";*/
/*    font-size: 12px;*/
/*    font-weight: 900;*/
/*    color:red;*/
/*}*/
.banner-header {
  position: relative;
  background: linear-gradient(135deg, #000000c4, #000000ee); /* light red tones */
  color: #2c2c2c;
  text-align: center;
  padding: 140px 20px 100px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  overflow: hidden;
}

.banner-header .container {
  position: relative;
  z-index: 2;
}

.banner-header h1 {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #c4122f;
}

.banner-header .subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  color: #6e6e6e;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #888;
}

.breadcrumbs a {
  color: #c4122f;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumbs a:hover {
  color: #a0001f;
}

.breadcrumbs .current {
  font-weight: bold;
  color: #ffffff;
}

/* Floating background icons */
.icon-bg .icon {
  position: absolute;
  opacity: 1;
  width: 120px;
  height: 120px;
  pointer-events: none;
  animation: float 8s ease-in-out infinite;
}

.icon-bg .email {
  top: 25%;
  left: 8%;
}

.icon-bg .phone {
  top: 60%;
  right: 10%;
}

.icon-bg .location {
  bottom: 20%;
  left: 25%;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.contact h5 {
    font-size: 30px;
    color: #1b1b1b;
    margin-bottom: 30px;
    font-weight: 900;
    line-height: 1.2em;
}
.contact .item {
    padding: 15px 0px;
}
.contact .item .wrap-block {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.contact .item .icon {
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 24px;
    border-radius: 100%;
    margin-right: 15px;
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    border: 2px solid red;
    font-weight: normal;
}
.contact .item .text-block {
    overflow: hidden;
}
.contact .item h5 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
}
.contact .item p {
    margin-bottom: 0px;
}
.google-map {
	width: 100%;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
    height: calc(100% + 30px);
    overflow: hidden;
}
.contact .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #1b1b1b;
    text-decoration: none;
}
.contact .con .icon {
    width: 50px;
    height: 50px;
    line-height: 48px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 100%;
    border: 2px solid red;
    text-align: center;
    background: red;
    font-size: 18px;
    color: #fff;
}
.contact .con .icon .img {
    border-radius: 0;
    border: 2px solid red;
}
.contact .con .icon img {
    background: transparent;
    padding: 13px;
}
.contact .con .text {
    color: #1b1b1b;
    line-height: 1.5em;
    margin-top: 15px;
}
/* opening-hours list */
.opening-hours ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    width: 320px;
}
.opening-hours ul li .tit,
.opening-hours ul li .dots,
.opening-hours ul li span {
    display: table-cell;
    white-space: nowrap;
}
.opening-hours ul li {
    margin-bottom: 15px;
    font-size: 16px;
}
.opening-hours ul li:last-of-type {
    margin-bottom: 0;
}
.opening-hours ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: #727272;
}
.opening-hours ul li .tit {
    padding-right: 10px;
    color: #727272;
}
.opening-hours ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 2px solid rgba(0,0,0,0.05);
    position: relative;
    top: -7px;
}


/* form element */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Hind', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    background-image: none;
    border: 2px solid #f0f0f3;
    border-radius: 30px;
}
input:focus,
textarea:focus {
    border: 2px solid red;
}
/* submit and alert success  */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
     font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    border: none;
    border-radius: 80px;
    background-color: red;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 20px 50px;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: none;
    background: #1b1b1b;
    color: #fff;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
    background: transparent;
}
.alert-success {
    background: transparent;
    color: #727272;
    border: 2px solid red;
    border-radius: 0px;
}
select {
    padding: 10px;
    
}
th,
tr,
td {
    padding: 10px 0;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #727272;
    font-size: 16px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #727272;
}
::-moz-placeholder {
    color: #727272;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #727272;
}
.about {
    position: relative;
  }
  .about .item {
      position: relative;
      margin-bottom: 1.5rem;
  }
  .about .item .wrap {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  .about .item .wrap .img {
    position: relative;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    overflow: hidden;
      border-radius: 10px;
      background: #101010;
  }
  .about .item .wrap .img img {
    width: 100%;
    margin: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    background-size: cover;
    opacity: 1;
  }
  .about .item .wrap:hover .img {
    transform: scale(0.98);
  }
  .about .item .wrap .img:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: rgb(16, 16, 16);
      background: linear-gradient(0deg, rgba(16, 16, 16, 0.9528186274509804) 20%, rgba(16, 16, 16, 0) 75%);
  }
  .about .item .wrap .title {
    position: absolute;
    bottom: 0px;
    padding: 30px 30px 30px 45px;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  }
  .about .item .wrap .title h4 {
      color: #fff;
      font-size: 24px;
      margin-bottom: 5px;
      
  }
  .about .item .wrap .title h6 {
      font-size: 16px;
      font-family: 'Didact Gothic', sans-serif;
      font-weight: 400;
      color: rgba(255,255,255,0.7);
      position: relative;
      text-transform: none;
      letter-spacing: 0;
  }
  .about .item .wrap:hover .title {
    transform: translateY(-10px);
     transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  }
  .about h5 {
      font-size: 24px;
  }
  .achievements-section {
      /*background: #f8f9fa;*/
     background: linear-gradient(135deg, #f7f9fa, #dee1e3);
      color: #212529;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      position: relative;
      padding: 80px 0;
      overflow: hidden;
    }

    .section-title {
      font-size: 48px;
      font-weight: 900;
      text-align: center;
      margin-bottom: 4rem;
      /*background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);*/
      background: black;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
     
      position: relative;
    }

    .section-title::after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 4px;
      background: linear-gradient(135deg, #e74c3c 0%, #c44569 100%);
      border-radius: 2px;
    }

    .achievement-card {
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(20, 20, 20, 0.9));
      color: #f1f1f1;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 2.5rem;
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: all 0.4s ease;
      height: 100%;
      cursor: pointer;
    }

    .achievement-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 107, 107, 0.1), transparent);
      transition: left 0.6s;
    }

    .achievement-card:hover::before {
      left: 100%;
    }

    .achievement-card:hover {
      transform: translateY(-15px) scale(1.02);
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
      border-color: rgba(255, 255, 255, 0.2);
    }

    .achievement-number {
      font-size: 4rem;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 1rem;
      background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 50%, #dc3545 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .achievement-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .achievement-description {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.85);
      line-height: 1.6;
      margin-bottom: 2rem;
    }

    .achievement-icon {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 2rem;
      opacity: 0.2;
      transition: all 0.3s ease;
      color: #ff6b6b;
    }

    .achievement-card:hover .achievement-icon {
      opacity: 0.6;
      transform: scale(1.1) rotate(10deg);
    }

    .stats-bar {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      border-radius: 0 0 20px 20px;
      background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 50%, #dc3545 100%);
      transition: width 1s ease 0.5s;
    }

    .card-1 .stats-bar {
      width: 85%;
    }

    .card-2 .stats-bar {
      width: 70%;
    }

    .floating-elements {
      position: absolute;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 0;
    }

    .floating-element {
      position: absolute;
      background: rgba(220, 60, 60, 0.08);
      border-radius: 50%;
      animation: float 6s ease-in-out infinite;
    }

    .floating-element:nth-child(1) {
      width: 80px;
      height: 80px;
      top: 20%;
      left: 10%;
      animation-delay: 0s;
    }

    .floating-element:nth-child(2) {
      width: 60px;
      height: 60px;
      top: 60%;
      right: 10%;
      animation-delay: 2s;
    }

    .floating-element:nth-child(3) {
      width: 40px;
      height: 40px;
      top: 80%;
      left: 20%;
      animation-delay: 4s;
    }

    /*@keyframes float {*/
    /*  0%, 100% {*/
    /*    transform: translateY(0px) rotate(0deg);*/
    /*    opacity: 0.7;*/
    /*  }*/
    /*  50% {*/
    /*    transform: translateY(-20px) rotate(180deg);*/
    /*    opacity: 0.3;*/
    /*  }*/
    /*}*/

    /*.pulse-animation {*/
    /*  animation: pulse 2s infinite;*/
    /*}*/

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7);
      }
      70% {
        box-shadow: 0 0 0 10px rgba(255, 107, 107, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(255, 107, 107, 0);
      }
    }

  .ullist {
    display: grid;
    font-size: 16px;
}
.ullist ul {
    position: relative;
    float: left;
    padding: 0px;
}
.ullist ul li {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-left: 25px;
}
.ullist ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: 2px;
    color: red;
    font-weight: 400;
    font-size: 12px;
}
/* list */
.list {
    position: relative;
    display: block;
}
.list li {
    position: relative;
    display: flex;
    align-items: baseline;
}
.list li + li {
    margin-top: 10px;
}
.list-icon {
    align-items: center;
    line-height: 0;
}
.list-icon i {
    font-size: 16px;
    color: red;
}
.list-text {
    margin-left: 10px;
}
.list-text p {
    font-size: 16px;
    margin: 0;
    color: #727272;
}
.list-text p b {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #1b1b1b;
}
p {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    margin: 0 0 15px;
    color: #727272;
    font-weight: 400;
}

.about-box {
    position: relative;
  }
  /*.about-box .item {*/
  /*  background-color: transparent;*/
  /*  position: relative;*/
  /*  border-radius: 0px;*/
  /*  transition: 0.7s;*/
  /*    border: none;*/
  /*}*/
  
  .about-box .item {
  /*background: linear-gradient(130deg, rgb(173, 144, 193) 0%, rgb(3, 0, 84) 100%),*/
  /*            linear-gradient(130deg, rgb(9, 0, 123) 0%, rgba(15, 0, 66, 0) 30%),*/
  /*            linear-gradient(129.96deg, rgb(255, 47, 47) 10.43%, rgb(0, 4, 96) 92.78%),*/
  /*            radial-gradient(100% 246.94% at 100% 0%, rgb(255, 255, 255) 0%, rgba(37, 0, 66, 0.8) 100%),*/
  /*            linear-gradient(121.18deg, rgb(20, 0, 255) 0.45%, rgb(27, 0, 62) 100%),*/
  /*            linear-gradient(154.03deg, rgb(206, 0, 0) 0%, rgb(255, 0, 61) 74.04%),*/
  /*            linear-gradient(341.1deg, rgb(178, 91, 186) 7.52%, rgb(16, 0, 119) 77.98%),*/
  /*            linear-gradient(222.34deg, rgb(169, 0, 0) 12.99%, rgb(0, 255, 224) 87.21%),*/
  /*            linear-gradient(150.76deg, rgb(183, 213, 0) 15.35%, rgb(34, 0, 170) 89.57%) !important;*/

  /*background-blend-mode: overlay, normal, overlay, color-burn, screen, overlay, difference, difference, normal !important;*/
background-color: white;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: 0.7s;
  border: 1px solid red;
  min-height: 320px;
}
  .about-box .item .wrap {
    transition: 0.7s;
    padding: 25px 30px 15px 30px;
  }
  .about-box .item .wrap .con {
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  }
  
  .about-box .item .wrap .con h4 {
    font-size: 24px;
    color:  black;
    font-weight: 900;

    line-height: 1.25em;
  }
  .about-box .item .wrap .con p {
    color: black;
  }
  .about-box .item .wrap .con .icon-2 a {
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: 0.7s;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  }
  .about-box .item:hover {
    background-color: red;
  }
  .about-box .item:hover .wrap .con {
    color: #fff;
    transform: translateY(-25px);
  }
  .about-box .item:hover .wrap .con h4 {
    color: #fff;
  }
  .about-box .item:hover .wrap .con p {
    color: #fff;
  }
  .about-box .item:hover .wrap .con .icon-2 a {
    color: #fff;
    opacity: 1;
  }
  /* ======= Works style ======= */
.works {
    overflow: hidden;
}
.works .item {
    margin-bottom: 25px;
}
.works .item .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.works .item .wrap .img {
  position: relative;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    border-radius: 10px;
}
.works .item .wrap .img img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
    border-radius: 10px;
}
.works .item .wrap:hover img {
  opacity: 0.7;
}
.works .item .wrap:hover .img {
  transform: scale(0.95);
}
.works .item .wrap:hover .text {
  opacity: 1;
  transform: translateX(0px);
}
.works .item .wrap .text {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  padding: 15px;
}
.works .item .wrap .text h4 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #fff;
}
.works .item .wrap .text p {
    font-family: 'Architects Daughter', cursive;
    font-size: 20px;
    color: red;
    margin-bottom: 0;
    font-weight: 400;
}
/* icon box button */
.works .item .wrap .text .icon-box {
  position: relative;
  display: block;
}
.works .item .wrap .text a .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.3s;
    z-index: 1;
    margin: 0 auto;
}
.works .item .wrap .text a .icon-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid red;
  background: red;
  border-radius: 50%;
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
  content: "";
}
.works .item:hover .wrap .text a .icon-box::before {
  transform: scale(1.0);
  opacity: 1;
}
.works .item .wrap .text a .icon-box i::before {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.works .item:hover .wrap .text a .icon-box i::before {
    transform: rotate(0);
    color: #fff;
    z-index: 9;
}
/* btn-1 */
.works .item:hover .wrap .text .btn-1 i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.works .item:hover .wrap .text.btn-1:hover i {
    transform: rotate(0);
}
/* =======  Work Single style  ======= */
.work-single {
    position: relative;
}
.work-single h5 {
    font-size: 27px;
    color: #1b1b1b;
}
.work-single .s-list {
    padding: 0;
    list-style: none;
}
.work-single .s-list>li::after, 
.work-single .s-list>li::before {
    content: "";
    display: table;
}
.work-single strong {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 900;
    display: block;
    color: #1b1b1b;
}
.work-single span {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.work-single .s-list>li>:last-child {
    margin-bottom: 0;
}
.work-single .s-list>li::after {
    clear: both;
}
.work-single .s-list-divider>li:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid rgba(0,0,0,0.05);
}
.work-single .s-list a {
    color: #727272;
}
.services-single h5 {
    font-size: 27px;
    color: #1b1b1b;
}


 .gallery-box {
    position: relative;
    overflow: hidden;
    border: 3px solid #ff4b5c;
    box-shadow: 0 0 20px rgba(255, 75, 92, 0.4);
    animation: morph-radius 3s infinite ease-in-out;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  
  .gallery-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: inherit;
    transition: transform 0.4s ease;
  }
  
  .gallery-box:hover .gallery-img img {
    transform: scale(1.05);
  }
  
 
  

 
  
  /* 🔁 KEYFRAME ANIMATION for dynamic border-radius */
  @keyframes morph-radius {
    0% {
      border-radius: 25px 5px 25px 5px;
    }
    25% {
      border-radius: 15px 25px 5px 20px;
    }
    50% {
      border-radius: 5px 25px 25px 5px;
    }
    75% {
      border-radius: 20px 10px 15px 25px;
    }
    100% {
      border-radius: 25px 5px 25px 5px;
    }
  }
  
  


/* ======= Services Sidebar style ======= */
.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 30px 25px;
    background: #f7f9fb;
    border-radius: 16px;
    margin-top: -225px;
    z-index: 9;

    /* New Red Glow */
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.4), 
                0 0 40px rgba(255, 0, 0, 0.2), 
                0 0 60px rgba(255, 0, 0, 0.1);
}


/* Sidebar List */
.sidebar .services ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* List Item Spacing */
.sidebar .services ul li {
    margin-bottom: 15px;
}

/* Common Card-Like Style */
.sidebar .services ul li a {
    display: block;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #1b1b1b;
    background: #d8d6d6;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}


/* Hover Effects */
.sidebar .services ul li a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    color: #000;
}

/* Optional: Active Styling */
.sidebar .services ul li.active a {
    background: linear-gradient(to right, #6c63ff, #ff5b5b);
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1067px) {
    .owl-prev, .owl-next {
        display: none; /* Hide Owl Carousel Arrows */
    }
    .silder-title{
    font-size: 60px;
    line-height: 1.2em;}
    .silder-title-1{
        font-size: 60px;
        line-height: 1.2em;
    }
    
    .navbar-collapse {
        display: none; /* Hide menu by default */
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px;
        z-index: 1000;
    }

    .navbar-collapse.show {
        display: block !important; 
    }

    .navbar-nav {
        flex-direction: column;
        text-align: left;
    }

    .navbar-nav .nav-item {
        padding: 8px 15px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    .navbar-toggler {
        display: block !important;
    }
    .navbar .nav-link {
        color: rgb(2, 2, 2);
        font-size: 16px;
        font-weight: 900;
        transition: color 0.3s;
    }
    
}

 .hero-container {
            width: 100%;
            position: relative;
            overflow: hidden;
            
        }

        .slider-wrapper {
            position: relative;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 0;
            overflow: hidden;
        }
        
        /* Dark overlay strip for navbar visibility */
        .slider-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 150px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.1) 70%, transparent 100%);
            z-index: 2;
            pointer-events: none;
        }

        /* Animated geometric pattern background */
        .hero-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            overflow: hidden;
            
              /*background-image: url('../images/flag.png');*/
                /*background-size: cover;*/
    background-size: contain;
  background-repeat: no-repeat;
  background-position: top;

        }

        .pattern-grid {
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: 
                linear-gradient(rgba(220, 38, 38, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(220, 38, 38, 0.03) 1px, transparent 1px);
            background-size: 50px 50px;
            animation: gridMove 30s linear infinite;
        }

        @keyframes gridMove {
            0% { transform: translate(0, 0); }
            100% { transform: translate(50px, 50px); }
        }

        .floating-shapes {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .shape {
            position: absolute;
            opacity: 0.08;
        }

        .shape-1 {
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, #dc2626, #ef4444);
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            top: 10%;
            right: 15%;
            animation: morph 15s ease-in-out infinite;
        }

        .shape-2 {
            width: 150px;
            height: 150px;
            background: linear-gradient(135deg, #ef4444, #f87171);
            border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
            bottom: 20%;
            left: 10%;
            animation: morph 20s ease-in-out infinite reverse;
        }

        .shape-3 {
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, #f87171, #fca5a5);
            border-radius: 41% 59% 42% 58% / 45% 60% 40% 55%;
            top: 60%;
            right: 40%;
            animation: morph 18s ease-in-out infinite;
        }

        @keyframes morph {
            0%, 100% { 
                border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
                transform: rotate(0deg) scale(1);
            }
            50% { 
                border-radius: 41% 59% 42% 58% / 45% 60% 40% 55%;
                transform: rotate(180deg) scale(1.2);
            }
        }

        /* Diagonal stripe accent */
        .diagonal-stripe {
            position: absolute;
            width: 150%;
            height: 300px;
            background: linear-gradient(135deg, 
                transparent 0%, 
                rgba(220, 38, 38, 0.05) 40%, 
                rgba(239, 68, 68, 0.08) 50%, 
                rgba(220, 38, 38, 0.05) 60%, 
                transparent 100%);
            top: 30%;
            left: -25%;
            transform: rotate(-15deg);
            pointer-events: none;
        }

        .content-container {
            position: relative;
            z-index: 2;
            min-height: 420px;
            display: flex;
            align-items: center;
        }

      .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 120px 30px 80px;
  margin-left: 20px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95) translateY(20px);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}

.tab-content.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  position: relative;
  pointer-events: auto;
}

        .elite-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 24px;
            background: #ffffff;
            border: 2px solid #dc2626;
            color: #dc2626;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            border-radius: 50px;
            margin-bottom: 20px;
            width: fit-content;
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.15);
            position: relative;
            overflow: hidden;
        }

        .elite-badge::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(220, 38, 38, 0.1), transparent);
            animation: badgeShine 3s ease-in-out infinite;
        }

        @keyframes badgeShine {
            0% { left: -100%; }
            50%, 100% { left: 200%; }
        }

        .badge-icon {
            width: 6px;
            height: 6px;
            background: #dc2626;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.3); opacity: 0.7; }
        }

        .title {
            font-size: clamp(32px, 4.5vw, 52px);
            font-weight: 900;
            color: #111827;
            line-height: 1.1;
            margin-bottom: 18px;
            letter-spacing: -1.5px;
            position: relative;
        }

        .title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 0;
            height: 4px;
            background: linear-gradient(90deg, #dc2626, #ef4444);
            animation: underlineGrow 1s ease-out 0.5s forwards;
        }

        @keyframes underlineGrow {
            0% { width: 0; }
            100% { width: 100px; }
        }
.highlight-wrapper {
  display: inline-block;
  overflow: visible;
  padding-bottom: 6px;
}

      .highlight {
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #f87171 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
  display: inline-block;
  position: relative;
  font-style: italic;

  /* 👇 Fix clipping */
  line-height: 1.25;
  padding-bottom: 8px;  /* more space below */
  margin-bottom: -2px;  /* balance spacing visually */
  overflow: visible;
  transform: translateY(1px);
  text-shadow: 0 0 1px rgba(255,255,255,0.2); /* subtle glow edge fix */
}


        @keyframes shimmer {
            0% { background-position: 0% center; }
            100% { background-position: 200% center; }
        }

        .subtitle {
            font-size: clamp(14px, 1.6vw, 18px);
            color: #374151;
            line-height: 1.6;
            max-width: 700px;
            margin-top: 18px;
            margin-bottom: 28px;
            font-weight: 400;
            position: relative;
            padding-left: 20px;
        }

        .subtitle::before {
            content: '';
            position: absolute;
            left: 0;
            top: 6px;
            width: 3px;
            height: 80%;
            background: linear-gradient(180deg, #dc2626, #ef4444);
            border-radius: 2px;
        }

        .elite-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 20px;
            max-width: 850px;
        }

        .stat-item {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 25px 20px;
            background: #ffffff;
            border: 2px solid #e5e7eb;
            border-left: 4px solid #dc2626;
            border-radius: 12px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        }

        .stat-item::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            transform: translate(30%, -30%);
        }

        .stat-item:hover {
            transform: translateX(10px) translateY(-5px);
            border-color: #dc2626;
            box-shadow: 0 20px 50px rgba(220, 38, 38, 0.2);
            background: linear-gradient(135deg, #ffffff 0%, #fef2f2 100%);
        }

        .stat-number {
            font-size: clamp(30px, 3.5vw, 44px);
            font-weight: 900;
            background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1;
            position: relative;
            z-index: 1;
        }

        .stat-label {
            font-size: 12px;
            color: #6b7280;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            font-weight: 600;
            position: relative;
            z-index: 1;
        }

        /* Progress bar animation */
        .progress-bar {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            background: linear-gradient(90deg, #dc2626, #ef4444);
            width: 0;
            z-index: 4;
        }

        .progress-bar.active {
            animation: progress 6s linear;
        }

        @keyframes progress {
            0% { width: 0%; }
            100% { width: 100%; }
        }

        .slider-controls {
            position: relative;
            z-index: 3;
            display: flex;
            gap: 16px;
            justify-content: center;
            align-items: center;
            padding: 35px 0;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #d1d5db;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: 2px solid transparent;
            position: relative;
        }

        .dot:hover {
            background: #9ca3af;
            transform: scale(1.3);
        }

        .dot.active {
            width: 12px;
            height: 12px;
            background: #dc2626;
            box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.2);
            transform: scale(1.3);
        }

        .nav-arrows {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 40px;
            pointer-events: none;
            z-index: 10;
        }

        .arrow {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background: #ffffff;
            border: 2px solid #dc2626;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            pointer-events: all;
            color: #dc2626;
            font-size: 22px;
            font-weight: 600;
            user-select: none;
            box-shadow: 0 4px 20px rgba(220, 38, 38, 0.15);
            position: relative;
            overflow: hidden;
        }

        .arrow::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: #dc2626;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .arrow:hover::before {
            width: 200%;
            height: 200%;
        }

        .arrow:hover {
            color: white;
            transform: scale(1.1);
            box-shadow: 0 8px 30px rgba(220, 38, 38, 0.3);
        }

        .arrow span {
            position: relative;
            z-index: 1;
        }

        .arrow:active {
            transform: scale(0.95);
        }
        
           /* Container */
        .am-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* HEADER SECTION */
        .am-header {
            padding: 80px 0 60px;
            text-align: center;
            background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
            position: relative;
            overflow: hidden;
        }

        .am-header::before {
            content:"";
            position: absolute;
            top: 0; left: -50%;
            width: 200%; height: 100%;
            background: linear-gradient(90deg, transparent, rgba(220,38,38,0.1), transparent);
            animation: am-shimmer 3s infinite;
        }

        @keyframes am-shimmer {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .am-h1 {
            font-size: 4rem;
            font-weight: 800;
            letter-spacing: 2px;
            background: linear-gradient(135deg, #fff 0%, #dc2626 50%, #fff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .am-subtitle {
            font-size: 1.3rem;
            color: #cfcfcf;
            font-weight: 300;
        }

        /* INTRO SECTION */
        .am-intro-section {
            padding: 60px 0;
            background: #fff;
        }

        .am-intro-content {
            max-width: 900px;
            margin: auto;
            text-align: center;
            font-size: 1.2rem;
            line-height: 1.8;
            color: #4a4a4a;
            padding: 35px;
            background: #f9f9f9;
            border-radius: 20px;
            border: 2px solid rgba(220,38,38,0.25);
        }

    .gp-main {
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
}

/* ACCORDION SECTION */
.gp-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gp-accordion-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    border: 2px solid #f0f0f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gp-accordion-item.active {
    border-color: #dc2626;
    box-shadow: 0 8px 30px rgba(220,38,38,0.2);
}

.gp-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    cursor: pointer;
}

.gp-accordion-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gp-icon-wrapper {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gp-icon-wrapper img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.gp-region-title {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    background: linear-gradient(135deg, #1a1a1a, #dc2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gp-accordion-toggle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.gp-accordion-item.active .gp-accordion-toggle {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
}

.gp-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.gp-accordion-item.active .gp-accordion-content {
    max-height: 800px;
}

.gp-accordion-inner {
    padding: 12px 16px 16px 16px;
}

.gp-divider {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ef4444, transparent);
    margin-bottom: 12px;
    border-radius: 2px;
}

.gp-country-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

.gp-country-item {
    padding: 8px 10px;
    background: #fafafa;
    border-radius: 10px;
    font-size: 0.85rem;
    color: #4a4a4a;
    border: 1px solid #eee;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* MAP SECTION */
.gp-map-section {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid #e0e0e0;
}

.gp-map-header {
    text-align: center;
    margin-bottom: 20px;
}

.gp-map-header h2 {
    font-size: 2rem;
    font-weight: 700;
}

.gp-map-header p {
    color: #666;
    font-size: 0.95rem;
}

.gp-world-map {
    width: 100%;
    height: 450px; /* Smaller height */
    border-radius: 14px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
}

.gp-map-label {
    pointer-events: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 10px;
    fill: #1a1a1a;
    text-shadow: 0 0 4px #fff;
}

    .inf-global-wrapper {
        max-width: 1400px;
        margin: 0 auto;
    }

    .inf-global-hero {
        text-align: center;
        margin-bottom: 60px;
    }

    .inf-global-title {
        font-size: 3.5em;
        color: #dc143c;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .title-underline {
        width: 100px;
        height: 3px;
        background: #dc143c;
        margin: 20px auto;
    }

    .hero-description {
        font-size: 1.1em;
        color: #666;
        max-width: 900px;
        margin: 0 auto;
        line-height: 1.8;
    }
    .inf-global-layout {
    display: flex;
    flex-wrap: wrap;       /* allows vertical stacking when needed */
    gap: 60px;
    margin-top: 80px;
    align-items: flex-start;
}

.inf-regions-box,
#infGlobe {
    flex: 1 1 500px;       /* grow/shrink, minimum 500px each */
    min-width: 300px;      /* below this width, items stack vertically */
}

/* Optional: adjust globe height for smaller screens */
/*@media (max-width: 768px) {*/
/*    #infGlobe { height: 350px; }*/
/*}*/

/*@media (max-width: 500px) {*/
/*    #infGlobe { height: 260px; }*/
/*}*/


    /*.inf-global-layout {*/
    /*    display: grid;*/
    /*    grid-template-columns: 1fr 1fr;*/
    /*    gap: 60px;*/
    /*    margin-top: 80px;*/
    /*    align-items: center;*/
    /*}*/

    /*.inf-regions-box {*/
    /*    padding-right: 30px;*/
    /*}*/

    .inf-region-heading {
        font-size: 2em;
        color: #333;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .inf-region-item {
        margin-bottom: 35px;
        padding: 25px;
        background: #fafafa;
        border-left: 4px solid #dc143c;
        border-radius: 6px;
        transition: 0.3s ease;
    }

    .inf-region-item:hover {
        background: #fff5f5;
        box-shadow: 0 3px 15px rgba(220, 20, 60, 0.10);
    }

    .region-title {
        font-size: 1.2em;
        color: #dc143c;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .region-content {
        color: #666;
        line-height: 1.8;
        font-size: 0.95em;
    }

    /* Responsive Globe ID */
    #infGlobe {
      width: 100%;
      height: 600px;
    }
          


        .careers-hero h1 {
            font-size: 5rem;
            margin-bottom: 20px;
            font-weight: 800;
            letter-spacing: -2px;
            animation: fadeInUp 1s ease;
            text-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }

        .careers-hero p {
            font-size: 1.4rem;
            opacity: 0.95;
            animation: fadeInUp 1s ease 0.2s backwards;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Glassmorphism Culture Section */
        .culture-section {
            padding: 100px 20px;
            background: linear-gradient(to bottom, #ffffff, #fef2f2);
            position: relative;
        }

        .culture-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 400px;
            background: radial-gradient(circle at 30% 50%, rgba(220, 38, 38, 0.1), transparent);
            pointer-events: none;
        }

        .culture-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .culture-text h4 {
            font-size: 2 rem;
            background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 30px;
            font-weight: 800;
            line-height: 1.2;
        }

        .culture-text p {
            color: #4b5563;
            font-size: 1.2rem;
            margin-bottom: 30px;
        }

        .culture-values {
            list-style: none;
            margin-top: 40px;
        }

        .culture-values li {
            padding: 25px;
            margin-bottom: 20px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(220, 38, 38, 0.1);
            border-radius: 15px;
            border-left: 4px solid #dc2626;
            color: #374151;
            transition: all 0.3s ease;
            animation: slideIn 0.6s ease backwards;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        .culture-values li:nth-child(1) { animation-delay: 0.1s; }
        .culture-values li:nth-child(2) { animation-delay: 0.2s; }
        .culture-values li:nth-child(3) { animation-delay: 0.3s; }
        .culture-values li:nth-child(4) { animation-delay: 0.4s; }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
        }

        .culture-values li:hover {
            background: rgba(220, 38, 38, 0.05);
            transform: translateX(10px);
            border-left-width: 6px;
            box-shadow: 0 8px 16px rgba(220, 38, 38, 0.15);
        }

        .culture-image {
            position: relative;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(220, 38, 38, 0.2);
            transition: transform 0.5s ease;
        }

        .culture-image:hover {
            transform: scale(1.02);
        }

        .culture-image img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .culture-image:hover img {
            transform: scale(1.1);
        }

        .culture-badge {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(220, 38, 38, 0.95);
            backdrop-filter: blur(10px);
            color: white;
            padding: 30px 50px;
            border-radius: 20px;
            text-align: center;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .culture-badge h3 {
            font-size: 2.5rem;
            margin-bottom: 10px;
            font-weight: 800;
        }

        .culture-badge p {
            font-size: 1rem;
            opacity: 0.9;
        }

        .connect-btn {
            display: inline-block;
            background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
            color: white;
            padding: 18px 50px;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: 600;
            margin-top: 30px;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
        }

        .connect-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(220, 38, 38, 0.5);
        }
.partner-section {
            padding: 120px 20px;
            background: linear-gradient(135deg, #fef2f2 0%, #ffffff 50%, #fef2f2 100%);
            position: relative;
            overflow: hidden;
        }

        /* Animated Background Elements */
        .partner-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(220, 38, 38, 0.1), transparent);
            animation: pulse 8s ease-in-out infinite;
        }

        .partner-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(239, 68, 68, 0.08), transparent);
            animation: pulse 10s ease-in-out infinite reverse;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.2); opacity: 0.8; }
        }

        .partner-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        /* Left Content */
        .partner-content {
            animation: slideInLeft 1s ease;
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .partner-tag {
            display: inline-block;
            background: linear-gradient(135deg, #dc2626, #ef4444);
            color: white;
            padding: 10px 25px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 25px;
            text-transform: uppercase;
            box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
        }

        .partner-content h1 {
            font-size: 4rem;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 30px;
            line-height: 1.1;
            background: linear-gradient(135deg, #dc2626 0%, #1f2937 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .partner-subtitle {
            font-size: 1.3rem;
            color: #dc2626;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .partner-description {
            font-size: 1.1rem;
            color: #4b5563;
            margin-bottom: 20px;
            line-height: 1.8;
        }

        .partner-features {
            list-style: none;
            margin: 30px 0;
        }

        .partner-features li {
            padding: 15px 0;
            color: #374151;
            font-size: 1.05rem;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .partner-features li::before {
            content: '✓';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            background: linear-gradient(135deg, #dc2626, #ef4444);
            color: white;
            border-radius: 50%;
            font-weight: bold;
            flex-shrink: 0;
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
            color: white;
            padding: 20px 50px;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: 700;
            border-radius: 50px;
            margin-top: 30px;
            transition: all 0.4s ease;
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
            border: none;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s;
        }

        .cta-button:hover::before {
            left: 100%;
        }

        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(220, 38, 38, 0.6);
        }

        /* Right Logo Section */
        .partner-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            animation: fadeInRight 1s ease;
            position: relative;
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .logo-container {
            background: white;
            padding: 60px;
            border-radius: 30px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
            border: 3px solid rgba(220, 38, 38, 0.1);
            transition: all 0.4s ease;
            position: relative;
        }

        .logo-container:hover {
            transform: translateY(-10px) rotate(2deg);
            box-shadow: 0 30px 80px rgba(220, 38, 38, 0.2);
        }

        .logo-container::before {
            content: '';
            position: absolute;
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px;
            background: linear-gradient(135deg, #dc2626, #ef4444, #f87171);
            border-radius: 33px;
            z-index: -1;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .logo-container:hover::before {
            opacity: 1;
        }

        .logo-graphic {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }

        .logo-icon {
            display: flex;
            align-items: flex-end;
            gap: 8px;
            margin-bottom: 20px;
        }

        .bar {
            width: 35px;
            background: linear-gradient(to top, #dc2626, #ef4444);
            border-radius: 8px 8px 0 0;
            transition: all 0.3s ease;
        }

        .bar:nth-child(1) { height: 60px; }
        .bar:nth-child(2) { height: 90px; }
        .bar:nth-child(3) { height: 120px; }
        .bar:nth-child(4) { height: 80px; }

        .logo-container:hover .bar:nth-child(1) { height: 80px; }
        .logo-container:hover .bar:nth-child(2) { height: 110px; }
        .logo-container:hover .bar:nth-child(3) { height: 140px; }
        .logo-container:hover .bar:nth-child(4) { height: 100px; }

        .climbing-person {
            position: absolute;
            top: 20px;
            left: 30px;
            font-size: 40px;
            animation: climb 3s ease-in-out infinite;
        }

        @keyframes climb {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }

        .logo-text {
            text-align: center;
        }

        .logo-text h2 {
            font-size: 2.5rem;
            font-weight: 900;
            color: #1f2937;
            letter-spacing: -1px;
            margin-bottom: 5px;
        }

        .logo-text p {
            font-size: 1.3rem;
            font-weight: 700;
            color: #dc2626;
            letter-spacing: 1px;
        }

        /* Stats Section */
        .stats-section {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 60px;
        }

        .stat-card {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            padding: 30px;
            border-radius: 20px;
            text-align: center;
            border: 2px solid rgba(220, 38, 38, 0.1);
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        .stat-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(220, 38, 38, 0.2);
            border-color: #dc2626;
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 900;
            background: linear-gradient(135deg, #dc2626, #ef4444);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 10px;
        }

        .stat-label {
            font-size: 1rem;
            color: #6b7280;
            font-weight: 600;
        }
 .header {
            text-align: center;
            margin-bottom: 60px;
        }

        .header h1 {
            font-size: 4rem;
            color: #c62828;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .header p {
            font-size: 1.2rem;
            color: #d32f2f;
            font-weight: 500;
        }

        .forms-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-top: 40px;
        }

        .form-section {
            background: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .form-section h2 {
            font-size: 2rem;
            color: #c62828;
            margin-bottom: 10px;
        }

        .form-description {
            margin-bottom: 20px;
        }

        .form-description p {
            color: #555;
            line-height: 1.6;
            margin-bottom: 5px;
        }

        .form-description .highlight {
            color: #d32f2f;
            font-weight: 600;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        label {
            display: block;
            margin-bottom: 8px;
            color: #333;
            font-weight: 500;
            font-size: 0.9rem;
        }

        input[type="text"],
        input[type="email"],
        input[type="tel"],
        textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 1rem;
            transition: border-color 0.3s;
        }

        input:focus,
        textarea:focus {
            outline: none;
            border-color: #c62828;
        }

        textarea {
            resize: vertical;
            min-height: 150px;
            font-family: inherit;
        }

        .char-count {
            text-align: right;
            font-size: 0.85rem;
            color: #999;
            margin-top: 5px;
        }

        .file-upload {
            border: 2px dashed #ddd;
            border-radius: 5px;
            padding: 40px;
            text-align: center;
            background: #fafafa;
            cursor: pointer;
            transition: all 0.3s;
        }

        .file-upload:hover {
            border-color: #c62828;
            background: #f5f5f5;
        }

        .file-upload-icon {
            font-size: 2.5rem;
            color: #999;
            margin-bottom: 10px;
        }

        .file-upload-text {
            color: #666;
            font-size: 0.9rem;
        }

        .file-upload-link {
            color: #d32f2f;
            text-decoration: none;
            font-weight: 500;
        }

        .file-upload input[type="file"] {
            display: none;
        }

        .recaptcha-container {
            margin: 20px 0;
            display: flex;
            align-items: center;
        }

        .recaptcha-box {
            border: 1px solid #ddd;
            padding: 15px;
            border-radius: 5px;
            background: #f9f9f9;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .recaptcha-checkbox {
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

        .recaptcha-label {
            color: #333;
            font-size: 0.9rem;
        }

        .submit-btn {
            background: #d32f2f;
            color: white;
            padding: 14px 35px;
            border: none;
            border-radius: 5px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }

        .submit-btn:hover {
            background: #b71c1c;
        }

        .submit-btn-dark {
            background: #c62828;
        }

        .submit-btn-dark:hover {
            background: #b71c1c;
        }

        .file-name {
            margin-top: 10px;
            color: #27ae60;
            font-size: 0.9rem;
        }
         .marquee-section {
            background: white;
            padding: 60px 0;
            overflow: hidden;
        }

        .marquee-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 300;
            margin-bottom: 50px;
            color: #333;
        }

        .marquee-container {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .marquee-content {
            display: flex;
            animation: scroll 25s linear infinite;
        }

        .marquee-content:hover {
            animation-play-state: paused;
        }

        .logo-item {
            flex: 0 0 auto;
            padding: 0 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .logo-item img {
            max-height: 60px;
            width: auto;
            /*filter: grayscale(100%);*/
            opacity: 0.7;
            transition: all 0.3s ease;
        }

        .logo-item:hover img {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.1);
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        /* Gradient overlays for smooth edges */
        .marquee-container::before,
        .marquee-container::after {
            content: '';
            position: absolute;
            top: 0;
            width: 100px;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        .marquee-container::before {
            left: 0;
            background: linear-gradient(to right, white, transparent);
        }

        .marquee-container::after {
            right: 0;
            background: linear-gradient(to left, white, transparent);
        }
        
 .trainers-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
        }

        .trainer-card {
            background: white;
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .trainer-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }

     .trainer-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* ensures the image stays inside the circle */
    border: 5px solid #f0f0f0;
    background: #e0e0e0; /* fallback background */
}

.trainer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures image fills the circle */
}


        .trainer-name {
            font-size: 24px;
            font-weight: 700;
            color: #333;
            margin-bottom: 8px;
        }

        .trainer-specialty {
            font-size: 16px;
            color: #667eea;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .trainer-bio {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .trainer-credentials {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
            margin-bottom: 15px;
        }

        .credential-badge {
            background: #f0f0f0;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 12px;
            color: #555;
            font-weight: 500;
        }

        .trainer-stats {
            display: flex;
            justify-content: space-around;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 2px solid #f0f0f0;
        }

        .stat {
            text-align: center;
        }

        .stat-number {
            font-size: 24px;
            font-weight: 700;
            color: #667eea;
        }

        .stat-label {
            font-size: 12px;
            color: #888;
            text-transform: uppercase;
        }
.framework-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 15px;
            position: relative;
            /*background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);*/
            min-height: 100vh;
            font-family: 'Inter', sans-serif;
        }

        .section-wrapper {
            background: #ffffff;
            border-radius: 16px;
            border: 1px solid red;
            padding: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .section-wrapper:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
        }

        /* Apex Section */
        .apex-section {
            text-align: center;
            margin-bottom: 20px;
            position: relative;
        }

        .apex-badge {
            background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
            width: 40px;
            height: 40px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 16px;
            color: white;
            margin: 0 auto 12px;
            box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
            transform: rotate(45deg);
        }

        .apex-badge span {
            transform: rotate(-45deg);
        }

        .apex-title {
            font-size: 18px;
            font-weight: 800;
            background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 6px;
            letter-spacing: -0.3px;
        }

        .apex-subtitle {
            font-size: 12px;
            color: #6b7280;
            font-weight: 400;
        }

        /* Main Pillars */
        .main-pillars {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
            margin-bottom: 20px;
        }

        .pillar {
            background: linear-gradient(145deg, #f8f9fa, #ffffff);
            border: 2px solid #e5e7eb;
            border-radius: 14px;
            padding: 18px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .pillar:hover {
            transform: translateY(-5px);
            border-color: #dc2626;
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.2);
        }

        .pillar-badge {
            background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
            width: 32px;
            height: 32px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            margin-bottom: 12px;
            box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
            font-size: 14px;
        }

        .pillar-title {
            font-size: 14px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .pillar-content {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .pillar-content li {
            font-size: 11px;
            color: #4b5563;
            margin-bottom: 8px;
            padding-left: 16px;
            position: relative;
        }

        .pillar-content li:before {
            content: "→";
            position: absolute;
            left: 0;
            color: #dc2626;
            font-weight: bold;
            font-size: 12px;
        }

        /* Dynamics Section */
        .dynamics-section {
            background: linear-gradient(135deg, #f87171 0%, #dc2626 100%);
            padding: 18px;
            border-radius: 14px;
            text-align: center;
            margin-bottom: 20px;
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
        }

        .dynamics-badge {
            background: rgba(255, 255, 255, 0.3);
            width: 36px;
            height: 36px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            margin: 0 auto 10px;
            font-size: 16px;
            backdrop-filter: blur(10px);
        }

        .dynamics-title {
            font-size: 16px;
            font-weight: 800;
            margin-bottom: 6px;
            color: white;
        }

        .dynamics-subtitle {
            font-size: 11px;
            opacity: 0.95;
            color: white;
            font-weight: 300;
        }

        /* Role Cards */
        .role-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 15px;
            margin-bottom: 20px;
        }

        .role-card {
            background: linear-gradient(145deg, #ffffff, #f8f9fa);
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            padding: 16px;
            transition: all 0.3s ease;
        }

        .role-card:hover {
            transform: translateY(-5px);
            border-color: #dc2626;
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.2);
        }

        .role-badge {
            background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
            width: 32px;
            height: 32px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            margin-bottom: 10px;
            font-size: 10px;
            box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
        }

        .role-title {
            font-size: 13px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 10px;
            line-height: 1.3;
        }

        .role-content {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .role-content li {
            font-size: 10px;
            color: #4b5563;
            margin-bottom: 6px;
            padding-left: 14px;
            position: relative;
        }

        .role-content li:before {
            content: "▸";
            position: absolute;
            left: 0;
            color: #dc2626;
            font-weight: bold;
        }

        /* Foundation */
        .foundation {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 15px;
        }

        .foundation-item {
            background: linear-gradient(145deg, #ffffff, #f8f9fa);
            border: 2px solid #e5e7eb;
            border-radius: 14px;
            padding: 20px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .foundation-item:hover {
            transform: scale(1.03);
            border-color: #dc2626;
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.2);
        }

        .foundation-badge {
            background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
            width: 38px;
            height: 38px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            margin: 0 auto 10px;
            box-shadow: 0 6px 20px rgba(220, 38, 38, 0.3);
            font-size: 16px;
        }

        .foundation-title {
            font-size: 14px;
            font-weight: 700;
            color: #1f2937;
        }

        .header-section {
            text-align: center;
            margin-bottom: 25px;
        }

        .main-titles {
            font-size: 28px;
            font-weight: 800;
            background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 8px;
            letter-spacing: -0.5px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .main-subtitles {
            font-size: 13px;
           background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 300;
        }

        .section-title {
            text-align: center;
            color: #1f2937;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 18px;
        }
.intro-section{
    padding:80px 20px;
    text-align:center;
}
.intro-section h2{
    font-size:42px;
    font-weight:800;
    color:#B30000;
    margin-bottom:15px;
}
.intro-section p{
    font-size:19px;
    color:#444;
    max-width:1000px;
    margin:0 auto 18px;
    line-height:1.8;
}
        .approach-section-wrapper {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            background: linear-gradient(135deg, #ffffff 0%, #fee2e2 50%, #fef2f2 100%);
            padding: 80px 20px;
            min-height: 100vh;
            position: relative;
            overflow-x: hidden;
        }

        .approach-section-wrapper::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 20% 50%, rgba(239, 68, 68, 0.05) 0%, transparent 50%),
                        radial-gradient(circle at 80% 80%, rgba(220, 38, 38, 0.05) 0%, transparent 50%);
            pointer-events: none;
        }

        .approach-main-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .approach-header-section {
            text-align: center;
            margin-bottom: 100px;
        }

        .approach-main-title {
            font-size: 4rem;
            font-weight: 800;
            background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #f87171 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            animation: approachFadeInUp 0.8s ease;
        }

        .approach-subtitle-text {
            font-size: 1.3rem;
            color: #6b7280;
            font-weight: 400;
            animation: approachFadeInUp 0.8s ease 0.2s both;
        }

        @keyframes approachFadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .approach-steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 30px;
            margin-bottom: 80px;
        }

        .approach-step-card {
            background: white;
            border-radius: 24px;
            padding: 40px;
            border: 2px solid #fee2e2;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        .approach-step-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(239, 68, 68, 0.03) 0%, rgba(220, 38, 38, 0.03) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .approach-step-card:hover {
            transform: translateY(-12px);
            border-color: #fca5a5;
            box-shadow: 0 20px 40px rgba(220, 38, 38, 0.15);
        }

        .approach-step-card:hover::before {
            opacity: 1;
        }

        .approach-card-inner-content {
            position: relative;
            z-index: 1;
        }

        .approach-step-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            color: white;
            margin-bottom: 24px;
            box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
        }

        .approach-step-number-circle {
            width: 28px;
            height: 28px;
            background: white;
            color: #dc2626;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 0.95rem;
        }

        .approach-card-title-heading {
            font-size: 1.6rem;
            color: #1f2937;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .approach-card-description-text {
            color: #4b5563;
            font-size: 1rem;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .approach-visual-illustration-box {
            background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
            border-radius: 16px;
            padding: 40px;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 200px;
            border: 2px solid #fecaca;
            position: relative;
            overflow: hidden;
        }

        .approach-visual-illustration-box::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(239, 68, 68, 0.08) 0%, transparent 70%);
            animation: approachVisualRotate 20s linear infinite;
        }

        @keyframes approachVisualRotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .approach-visual-illustration-box svg {
            position: relative;
            z-index: 1;
        }

        .approach-features-list {
            list-style: none;
            padding: 0;
            display: grid;
            gap: 12px;
        }

        .approach-feature-list-item {
            color: #4b5563;
            font-size: 0.95rem;
            padding: 14px 20px;
            padding-left: 50px;
            position: relative;
            background: #fef2f2;
            border-radius: 12px;
            border-left: 3px solid #dc2626;
            transition: all 0.3s ease;
        }

        .approach-feature-list-item:hover {
            background: #fee2e2;
            transform: translateX(5px);
        }

        .approach-feature-list-item::before {
            content: '✓';
            position: absolute;
            left: 20px;
            color: #dc2626;
            font-size: 1.2rem;
            font-weight: 700;
        }

        .approach-text-highlight {
            color: #dc2626;
            font-weight: 600;
        }

        .approach-footer-cta-section {
            text-align: center;
            padding: 60px 40px;
            background: white;
            border-radius: 24px;
            border: 2px solid #fee2e2;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        .approach-footer-cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(239, 68, 68, 0.03) 0%, rgba(220, 38, 38, 0.03) 100%);
        }

        .approach-footer-text-content {
            color: #374151;
            font-size: 1.2rem;
            line-height: 1.8;
            position: relative;
            z-index: 1;
            margin-bottom: 30px;
        }

        .approach-cta-button-link {
            display: inline-block;
            padding: 16px 40px;
            background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
            position: relative;
            z-index: 1;
        }

        .approach-cta-button-link:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(220, 38, 38, 0.4);
            background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%);
        }

        .regional-coverage-wrapper {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            background: linear-gradient(135deg, #ffffff 0%, #fee2e2 50%, #fef2f2 100%);
            padding: 80px 20px;
            min-height: 100vh;
        }

        .regional-main-container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .regional-header-section {
            text-align: center;
            margin-bottom: 60px;
        }

        .regional-main-title {
            font-size: 3.5rem;
            font-weight: 800;
            background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #f87171 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
        }

        .regional-subtitle {
            font-size: 1.2rem;
            color: #6b7280;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Globe Section */
        .regional-globe-section {
            text-align: center;
            margin-bottom: 80px;
        }

        .regional-globe-container {
            background: white;
            border-radius: 24px;
            padding: 40px;
            border: 2px solid #fee2e2;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            max-width: 500px;
            margin: 0 auto;
        }

        .regional-globe-image {
            width: 100%;
            max-width: 400px;
            height: auto;
            animation: regionalGlobeRotate 30s linear infinite;
        }

        @keyframes regionalGlobeRotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /* Region Cards Section */
        .regional-cards-section {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 35px;
        }

        .regional-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            border: 2px solid #fee2e2;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .regional-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(220, 38, 38, 0.2);
            border-color: #fca5a5;
        }

        .regional-card-header {
            background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
            padding: 30px;
            text-align: center;
        }

        .regional-card-icon {
            font-size: 3rem;
            margin-bottom: 15px;
        }

        .regional-card-title {
            font-size: 1.8rem;
            color: white;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .regional-card-subtitle {
            font-size: 0.95rem;
            color: rgba(255, 255, 255, 0.9);
        }

        .regional-card-body {
            padding: 30px;
        }

        .regional-card-body h3 {
            font-size: 1.1rem;
            color: #dc2626;
            margin-bottom: 20px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .regional-countries-list {
            display: flex;
            flex-direction: column;
            gap: 7px;
        }

        .country-item {
            padding: 10px 13px;
            background: #fef2f2;
            border-radius: 8px;
            color: #4b5563;
            font-size: 0.75rem;
            transition: all 0.2s ease;
            border-left: 3px solid transparent;
        }

        .country-item:hover {
            background: #fee2e2;
            border-left-color: #dc2626;
            transform: translateX(5px);
        }

        @media (max-width: 1200px) {
            .regional-cards-section {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .regional-main-title {
                font-size: 2.5rem;
            }

            .regional-subtitle {
                font-size: 1rem;
            }

            .regional-cards-section {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .regional-card-header {
                padding: 25px;
            }

            .regional-card-body {
                padding: 25px;
            }

            .regional-card-title {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 1200px) {
            .approach-steps-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .approach-main-title {
                font-size: 2.5rem;
            }

            .approach-subtitle-text {
                font-size: 1.1rem;
            }

            .approach-steps-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .approach-step-card {
                padding: 30px 25px;
            }

            .approach-card-title-heading {
                font-size: 1.3rem;
            }
        }
        
          .bmc-container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }

        .bmc-banner {
            width: 100%;
            height: 400px;
            overflow: hidden;
            position: relative;
        }

        .bmc-banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .bmc-banner-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            padding: 40px;
            color: white;
        }

        .bmc-banner-overlay h1 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        .bmc-banner-overlay p {
            font-size: 18px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        }

        .bmc-tabs {
            display: flex;
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            padding: 0;
        }

        .bmc-tab {
            flex: 1;
            padding: 20px;
            text-align: center;
            color: white;
            cursor: pointer;
            border: none;
            background: transparent;
            font-size: 16px;
            font-weight: 600;
            transition: all 0.3s ease;
            position: relative;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .bmc-tab::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%) scaleX(0);
            width: 80%;
            height: 3px;
            background: linear-gradient(90deg, #667eea, #764ba2);
            transition: transform 0.3s ease;
        }

        .bmc-tab.active::after {
            transform: translateX(-50%) scaleX(1);
        }

        .bmc-tab.active {
            background: rgba(102, 126, 234, 0.2);
        }

        .bmc-tab:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .bmc-content-wrapper {
            position: relative;
        }

        .bmc-content {
            padding: 50px;
            line-height: 1.8;
            color: #2c3e50;
            display: none;
            animation: bmcFadeIn 0.5s ease;
        }

        .bmc-content.active {
            display: block;
        }

        @keyframes bmcFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .bmc-content h2 {
            margin-bottom: 30px;
            font-size: 28px;
            color: #2c3e50;
            font-weight: 700;
            line-height: 1.4;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .bmc-content h3 {
            margin-top: 30px;
            margin-bottom: 15px;
            font-size: 22px;
            color: #34495e;
            font-weight: 600;
        }

        .bmc-content p {
            margin-bottom: 20px;
            font-size: 16px;
            text-align: justify;
            color: #555;
        }

        .bmc-content ul {
            margin: 20px 0;
            padding-left: 30px;
        }

        .bmc-content li {
            margin-bottom: 15px;
            color: #555;
            line-height: 1.8;
            position: relative;
        }

        .bmc-content li::marker {
            color: #667eea;
            font-weight: bold;
        }

        .bmc-highlight-box {
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
            border-left: 4px solid #667eea;
            padding: 20px;
            margin: 25px 0;
            border-radius: 8px;
        }

        .bmc-download-btn {
            display: inline-block;
            padding: 15px 40px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            margin-top: 20px;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
        }

        .bmc-download-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
        }

        @media (max-width: 768px) {
            .bmc-tabs {
                flex-direction: column;
            }

            .bmc-content {
                padding: 30px 20px;
            }

            .bmc-content h2 {
                font-size: 22px;
            }

            .bmc-banner {
                height: 250px;
            }

            .bmc-banner-overlay h1 {
                font-size: 28px;
            }

            .bmc-banner-overlay p {
                font-size: 14px;
            }

            body {
                padding: 20px 10px;
            }
        }
        @media (max-width: 768px) {
            .framework-container {
                padding: 20px 10px;
            }

            .section-wrapper {
                padding: 15px;
            }

            .main-title {
                font-size: 22px;
            }

            .main-pillars,
            .role-cards,
            .foundation {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 768px) {
          
            
            .trainers-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 968px) {
            .forms-container {
                grid-template-columns: 1fr;
            }

            .header h1 {
                font-size: 3rem;
            }

            .form-row {
                grid-template-columns: 1fr;
            }
        }
        /* Responsive Design */
        @media (max-width: 1024px) {
            .partner-container {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .partner-content h1 {
                font-size: 3rem;
            }

            .logo-container {
                padding: 40px;
            }

            .stats-section {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .partner-section {
                padding: 80px 20px;
            }

            .partner-content h1 {
                font-size: 2.5rem;
            }

            .partner-description {
                font-size: 1rem;
            }

            .cta-button {
                padding: 16px 40px;
                font-size: 1.1rem;
            }
        }
       

        /* Responsive Design */
        @media (max-width: 768px) {
            .careers-hero h1 {
                font-size: 3rem;
            }

            .culture-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .culture-text h2,
            .jobs-section h2,
            .application-section h2 {
                font-size: 2.5rem;
            }

            .job-listings {
                grid-template-columns: 1fr;
            }

            .application-form {
                padding: 30px;
            }
        }


    @media (max-width: 1024px) {
      #infGlobe { height: 450px; }
      .inf-global-layout { grid-template-columns: 1fr; }
    }

    @media (max-width: 768px) {
      #infGlobe { height: 350px; }
      .inf-global-title { font-size: 2.6em; }
    }

    @media (max-width: 500px) {
      #infGlobe { height: 260px; }
    }

    .inf-features-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 80px;
    }

    .inf-feature-card {
        background: #ffffff;
        padding: 35px;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        text-align: center;
        transition: 0.3s ease;
    }

    .inf-feature-card:hover {
        box-shadow: 0 8px 25px rgba(220, 20, 60, 0.12);
        transform: translateY(-5px);
    }

    .inf-cta-box {
        background: linear-gradient(135deg, #dc143c, #ff4757);
        padding: 60px 40px;
        text-align: center;
        border-radius: 8px;
        margin-top: 80px;
        color: white;
    }
    .more-trainers {
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background: #f5f5f5;
    padding: 12px 25px;
    border-radius: 50px;
    border: solid 1px red;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: 0.3s;
}

.more-trainers:hover {
    background: red;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}


    .inf-btn-cta {
        display: inline-block;
        padding: 14px 45px;
        background: #fff;
        color: #dc143c;
        font-weight: 700;
        border-radius: 6px;
        text-decoration: none;
        transition: 0.3s ease;
    }

    .inf-btn-cta:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
/* RESPONSIVE */
@media (max-width: 992px) {
    .gp-main {
        grid-template-columns: 1fr;
    }
    .gp-map-section {
        order: 1;
    }
    .gp-accordion {
        order: 2;
    }
    .gp-world-map {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .gp-header h1 {
        font-size: 2rem;
    }
    .gp-header p {
        font-size: 0.9rem;
    }
    .gp-map-header h2 {
        font-size: 1.5rem;
    }
    .gp-map-header p {
        font-size: 0.85rem;
    }
    .gp-world-map {
        height: 300px;
    }
}

        @media(max-width: 768px){
            .am-h1 { font-size: 2.7rem; }
            .am-section-title { font-size: 2.2rem; }
        }

        /* Tablet Styles */
        @media (max-width: 1024px) {
            .content-container {
                min-height: 380px;
            }

            .tab-content {
                padding: 30px 50px 25px;
            }

            .elite-stats {
                gap: 18px;
            }

            .stat-item {
                padding: 22px 18px;
            }

            .nav-arrows {
                padding: 0 20px;
            }

            .arrow {
                width: 48px;
                height: 48px;
                font-size: 20px;
            }
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
            .content-container {
                min-height: auto;
            }

            .tab-content {
                padding: 40px 25px 30px;
            }

            .elite-badge {
                font-size: 9px;
                padding: 10px 20px;
                margin-bottom: 18px;
            }

            .title {
                margin-bottom: 16px;
                letter-spacing: -1px;
            }

            .subtitle {
                margin-top: 15px;
                margin-bottom: 25px;
                padding-left: 18px;
            }

            .elite-stats {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .stat-item {
                padding: 20px 18px;
            }

            .stat-item:hover {
                transform: translateY(-5px);
            }

            .slider-controls {
                padding: 30px 0;
                gap: 12px;
            }

            .dot {
                width: 10px;
                height: 10px;
            }

            .dot.active {
                width: 10px;
                height: 10px;
            }

            .nav-arrows {
                display: none;
            }

            .shape-1, .shape-2, .shape-3 {
                opacity: 0.05;
            }
        }

        /* Small Mobile Styles */
        @media (max-width: 480px) {
            .tab-content {
                padding: 120px 20px 25px;
            }

            .elite-stats {
                gap: 12px;
            }

            .stat-item {
                padding: 18px 16px;
            }

            .slider-controls {
                padding: 25px 0;
            }
        }

        /* Touch device optimizations */
        @media (hover: none) and (pointer: coarse) {
            .arrow:hover {
                background: #ffffff;
                color: #dc2626;
                transform: none;
            }

            .arrow:hover::before {
                width: 0;
                height: 0;
            }

            .stat-item:hover {
                transform: none;
            }

            .dot:hover {
                background: #d1d5db;
                transform: none;
            }
        }
/* ✅ Desktop View (Min Width: 768px) */
@media (min-width: 1068px) {
    .navbar-collapse {
        position: static;
        background: transparent;
        box-shadow: none;
        display: flex !important;
    }

    .navbar-nav {
        flex-direction: row;
        text-align: center;
    }

    .navbar-nav .nav-item {
        padding: 0px 15px;
        border-bottom: none;
    }

   
    .navbar-toggler {
        display: none;
    }
}
