.aboutus-hero {
    position: relative;
    padding: 60px 20px;
    text-align: center;
   
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus-hero::before {
    content: "";
    background: url('../images/about-us.webp') no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.aboutus-hero h1 {
    font-size: 40px;
    font-weight: bold;
   
    color: #fff;
    margin-bottom: 12px;
}

.aboutus-hero h1 span {
    color: #18529c;
}

.aboutus-hero p {
    font-size: 18px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23CBD5E1' d='m14.413 10.663-6.25 6.25a.939.939 0 1 1-1.328-1.328L12.42 10 6.836 4.413a.939.939 0 1 1 1.328-1.328l6.25 6.25a.94.94 0 0 1-.001 1.328'/%3E%3C/svg%3E") no-repeat center;
    margin: 0 .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '' !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.breadcrumb-item i {
    font-size: 20px;
    color: var(--primary-color) !important;
}

.vision-card{
    padding: 20px;
    border: none;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.timeline {
    max-width: 900px;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 2px;
    background: #dee2e6;
}

@media (min-width: 768px) {
    .timeline-line {
        left: 50%;
        transform: translateX(-50%);
    }
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
}

.timeline-dot {
    position: absolute;
    left: 14px;
    top: 24px;
    width: 14px !important;
    height: 30px !important;
    background: red;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 2;
}

@media (min-width: 768px) {
    .timeline-dot {
        left: 50%;
        transform: translateX(-50%);
    }
}

.timeline-card {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.timeline-year {
    display: block;
    color: red;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.timeline-card h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.timeline-card p {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 0.95rem;
}

.text-warning {
    color: red !important;
}

.bg-custom {
    position: relative;
    background: radial-gradient(circle at 15% 50%, rgb(253 114 114 / 28%), transparent 60%), radial-gradient(circle at 85% 50%, rgb(253 114 114 / 22%), transparent 60%), #ffffff;

    overflow: hidden;
}

.bg-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.bg-custom>* {
    position: relative;
    z-index: 1;
}
.icon-box{
    border-radius: 12px;
    overflow: hidden;
}
.icon-box img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.card h4{
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.core-values-section {
    background: radial-gradient(circle at top center,
            rgba(253, 214, 114, 0.12),
            transparent 55%),
        #141007;
    color: #ffffff;
}

/* Badge */
.core-badge {
    background: transparent;
    color: red;
    border: 1px solid rgba(255, 0, 0, 0.4);
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    padding: 0.4rem 0.75rem;
}

/* Headings */
.core-title {
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.core-title span {
    color: red;
}

.core-subtitle {
    color: #9ca3af;
    max-width: 600px;
    margin: 0 auto;
    font-size: 0.95rem;
}

/* Cards */
.core-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 2rem 1.75rem;
    text-align: center;
    transition: all 0.35s ease;
    height: 100%;
}

.core-card:hover {
    transform: translateY(-8px);
    border-color: rgba(251, 191, 36, 0.4);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}

/* Icon */
.core-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1.25rem;
    border-radius: 14px;
    background: rgba(251, 191, 36, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fbbf24;
}

/* Card Text */
.core-card h5 {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.core-card p {
    font-size: 0.9rem;
    color: #9ca3af;
    margin-bottom: 0;
}

/* Responsive Tweaks */
@media (max-width: 575px) {
    .core-card {
        padding: 1.75rem 1.25rem;
    }
}

.slick-track{
    padding-bottom: 20px;
}

/* Heading */
.team-badge {
    background: transparent !important;
    color: #fb2424 !important;
    border: 1px solid rgba(251, 36, 36, 0.4) !important;
    letter-spacing: 0.12em !important;
    font-size: 0.75rem !important;
    padding: 0.4rem 0.75rem !important;
}

.team-title {
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.team-title span {
    color: red;
}

.team-subtitle {
    color: #9ca3af;
    max-width: 650px;
    margin: 0 auto;
    font-size: 0.95rem;
}

/* Card */
.team-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 0, 0, 0.08);
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    height: 100%;
    transition: all 0.35s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Avatar */
.team-img {
    height: 270px;
    margin: 0 auto 1.25rem;
    border-radius: 12px;
    background: linear-gradient(135deg,
            rgba(251, 191, 36, 0.35),
            rgba(251, 191, 36, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #070b14;
    overflow: hidden;

}

.team-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Text */
.team-card h5 {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.team-role {
    display: block;
    font-size: 0.85rem;
    color: red;
    margin-bottom: 0.75rem;
}

.team-card p {
    font-size: 0.9rem;
    color: #9ca3af;
    margin-bottom: 0;
}

.slick-arrow-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: red !important;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.slick-prev-custom {
  left: -55px;
}

.slick-next-custom {
  right: -55px;
}

.slick-arrow-custom:hover {
  background: red;
  border-color: rgba(251,191,36,0.5);
   color: #fff !important;
}

/* Mobile */
@media (max-width: 768px) {
  .slick-prev-custom { left: -15px; }
  .slick-next-custom { right: -15px; }
}
.slick-dots{
    display: none !important;
}

/*about*/
.missionSection {
    border-radius: 0px 0px 60px 60px;
}
.bg-brand-color {
    background-color: #ff0000;
}
.text-white {
    --bs-text-opacity: 1;
    color: #fff;
}
.lh-base {
    line-height: 1.5 !important;
}
/*end about*/
.a-img img {
    height: 375px;
}


@media only screen and (max-width:768px){
    .aboutus-hero{
        width:auto !important;
    }
    .aboutus-hero h1{
        font-size: 20px;
    }
    .a-img img{
        height: 250px;
    }
}