@media (min-width: 1400px) {
    section .container, section .container-lg, section .container-md, section .container-sm, section .container-xl, section .container-xxl {
        max-width: 900px;
    }
}
@media (min-width: 1200px) {
    section .container, section .container-lg, section .container-md, section .container-sm, section .container-xl, section .container-xxl {
        max-width: 900px;
    }
}
@media (min-width: 992px) {
    section .container, section .container-lg, section .container-md, section .container-sm, section .container-xl, section .container-xxl {
        max-width: 900px;
    }
}
/* Breadcrumb Styling */
.breadcrumb {
    background: none;
    padding: 0;
}

.breadcrumb-item a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #6c757d;
}
.i_create__about_title {
    font-size: 3rem;
    font-family: var(--heading-font);
    font-weight: 700;
}
@media (max-width: 768px) {
    .i_create__about_title {
        font-size: 2.65rem;
    }
}
.i_create_about {
    margin-top: 40px;
}
/* top */
/* Container for the banner */
.journey-banner {
    width: 100%;
    max-width: 900px;
    max-height: 570px;
    min-height: 450px;
    margin: 0 auto;
    background-color: #000;
}

/* Background Image */
.banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    /* opacity: 0.6; */
}

/* Banner Content */
.banner-content {
    z-index: 2;
    left: 30px;
    bottom: 30px;
}

/* Banner Title */
.banner-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 3.5rem;
    line-height: 1.2;
    font-family: var(--heading-font);
}
.i_create__journey_strong_text {
    font-weight: 700;
    font-size: 1.25rem;
}
/* Banner Subtitle */
.banner-subtitle {
    font-size: 1.2rem;
    line-height: 1.5;
}

/* Banner Icons */
.banner-icons .icon {
    width: 100%;
    height: auto;
}
.i_create_about .container {
    max-width: 900px;
}
/* Section Styling */
.about-section {
    background-color: #fff;
}

/* Image Styling */
.img-fluid {
    border-radius: 12px;
}
.i_create__mission_title {
    font-family: var(--heading-font);
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 1.75rem;
}
.i_create__mission_text {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00000099;
}
.i_create__mission_img,.wp-post-image {
    width: 100%;
    max-width: 857px;
    border-radius: 30px;
    height: auto;
}

/* teams css */
section.team-section {
    padding: 1rem;
}
.i_create_india__teams_container {
    box-shadow: 20px 20px 40px 0px #00000026;
    padding-bottom: 141px;
    padding-top: 141px;
    border: 1px solid #c2c2c2;
    border-radius: 20px;
}

/* Image Styling */
.team-image img {
    object-fit: cover;
    height: 212px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px !important;
    max-width: 208px;
}
.team-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.team-social{
    display:none;
}
/* Social Media Links */
.team-social a {
    font-size: 1.2rem;
    color: #000;
    margin: 0 8px;
    transition: color 0.3s;
    width: 35px;
    display: inline-block;
    background-color: #121214;
    color: #fff;
    border-radius: 50px;
    padding: 3px;
}

.team-social a:hover {
    color: #ff6600;
}
.i_create__team_description {
    font-family: var(--heading-font);
    font-size: 14px;
    max-width: 251px;
    margin-left: auto;
    margin-right: auto;
}
.team-card h5 {
    font-family: var(--heading-font);
    font-size: 1.5rem;
}
.text-orange{
    color: #fd7e14;
}
.i_create__team_description{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team-card > div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}
.team-card h5,.text-orange {
    line-height: 1.2;
    margin-bottom: 0.5rem !important;
    font-size: 0.9rem;
}
.text-orange {
    min-height: 25px; 
    font-size: 0.7rem;
}

.read-more-popup{
    font-size: 12px;
}

.team-social {
    display:none !important;
}
.read-more-popup{
    margin-top: auto;
}
.carousel-indicators [data-bs-target] {
    background-color: #fa743e !important;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    grid-auto-rows: 150px; /* Default row height */
    gap: 10px;
    overflow: hidden; /* Prevent any overflow */
    grid-template-rows: 110px 110px 110px 110px;
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 0px; /* Rounded corners for images */
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.image-container:hover img {
    transform: scale(1.1); /* Zoom effect on hover */
}
.image-container.wide {
    grid-column: span 2; /* Span 2 columns */
    grid-row: span 1; /* Span 1 row */
}

.image-container.large {
    grid-column: span 2; /* Span 2 columns */
    grid-row: span 2; /* Span 2 rows */
}

.image-container.long {
    grid-column: span 1; /* Span 1 column */
    grid-row: span 2; /* Span 2 rows */
}
.image-container.midLong {
    grid-column: span 1; /* Span 1 column */
    grid-row: span 1.5; /* Span 2 rows */
}

.d-flex::-webkit-scrollbar {
    height: 8px;
}
.d-flex::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}