@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primary-color: #0c2931;
    --secondary-color: #121212;
    --text-color: #7b7b7b;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.gaps-3 {
    gap: 3rem;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.navbar-toggler {
    border: none !important;
}

/* header css start  */
header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

header.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.navbar {
    background-color: #ffffff !important;
    padding: 1rem 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo {
    max-width: 130px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.brand-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.4;
}

.nav-link {
    color: var(--secondary-color);
    font-weight: 400;
    padding: 0.5rem 1.6rem !important;
    font-size: 16px !important;
}

.nav-link:hover {
    color: var(--primary-color);
    font-weight: 600;
}
.active-nav {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}
.buttons {
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    min-width: 135px;
}

.btn-contact {
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 8px 15px;
}
.btn-1 {
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 10px 15px;
}
.btn-2 {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 10px 15px;
}
.btn-3 {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 10px 15px;
    background-color: #0c29310d;
}
.btn-3:hover {
    background-color: var(--primary-color);
    color: white;
}
.btn-3:hover img {
    filter: brightness(0) invert(1);
}
.btn-1:hover {
    background-color: var(--primary-color);
    color: white;
}
.btn-2:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-contact:hover {
    background-color: var(--primary-color);
    color: white;
}

.section-container {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

/* home page css start */

/* hero seciton css start */
.hero-section {
    width: 1360px;
    margin: auto;
    padding-bottom: 5rem;
    /* min-height: 90vh; */
}
.hero-slider-contanier {
    display: flex !important;
    align-items: stretch !important;
    gap: 1.5rem !important;
    min-height: 100% !important;
}

.hero-slider-left {
    background-color: #f2f2f2;
    padding: 3rem;
    width: 60%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-slider-left-1 {
    background-color: #f2f2f2;
    padding: 3rem;
    width: 50%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-silder-right {
    width: 40%;
    min-height: 100%;
}
.hero-silder-right-1 {
    width: 50%;
    background-image: url(../image/contact-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
    padding: 3rem;
}
.hero-silder-right img {
    width: 100%;
    height: 100%;
}
.subtiles {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}
.hero-titles {
    font-size: 56px !important;
}
.titles {
    font-size: 44px;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 2rem;
}
.content-text {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 500;
}
.slider-arrow {
    padding-top: 2rem;
}
.arrow-icon {
    height: 40px;
    width: 40px;
    border: 2px solid #0c2931;
    border-radius: 16px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #0c293133;
}

/* hero section css end */

.shaping-section {
    display: flex;
    gap: 4rem;
    padding-bottom: 3rem;
}
.shaping-left {
    width: 40%;
}
.shaping-right {
    width: 60%;
}
.shaping-right p {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.6;
}
.shaping-count-contnet {
    margin-top: 4rem;
}
.shaping-count {
    text-align: center;
}
.shaping-count h4 {
    font-size: 40px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0.7rem;
}
.shaping-count span {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
}
.shaping-grid {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-bottom: 5rem;
    margin-top: 1rem;
}
.shaping-cards {
    background: #f2f2f2;
    border-radius: 18px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}
.shaping-cards-text {
    font-size: 16px;
    color: var(--text-color);
}

.shaping-cards-title {
    font-size: 32px;
    color: var(--secondary-color);
    font-weight: 600;
}
.empower-container {
    background-color: #f2f2f2;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.empower-grid {
    margin-top: 3rem;
}
.empower-card {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 0 18px 1px #0000001a;
}
.empower-content h3 {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-top: 1.3rem;
}
.empower-content p {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 1.3rem;
}
.lates-new {
    margin-top: 3rem;
}
.lates-card {
    /* border: 1px solid #0c293133; */
    border-radius: 16px;
    box-shadow: 0 0 18px 1px #0000001a;
}
.late-img {
    width: 100%;
    height: 250px;
}
.late-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.late-content {
    padding: 1.5rem;
}
.late-content h4 {
    color: var(--secondary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
    line-height: 1.5;
}
.late-content p {
    font-size: 15px;
    color: var(--text-color);
    font-weight: 500;
    margin-top: 0.6rem;
    margin-bottom: 1.5rem;
}
.late-date-content {
    font-size: 14px;
    color: #616161;
    font-weight: 400;
}

/* create gap between cards */
/* Make each slide act like a true block */
.lates-new.slider .slick-slide {
    margin: 0 12px !important; /* Your GAP */
}

/* Fix Slick margin collapsing */
.lates-new.slider .slick-list {
    margin: 0 -12px !important;
}
.lates-new .slick-list {
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important;
}

/* home page css end */

/* about page css start */
.about-section {
    background-image: url(../image/about-banner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 96%;
    margin: auto;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 3rem;
    padding-right: 3rem;
}
.clinet-container {
    margin-top: 3rem;
    margin-bottom: 5rem;
}
.client-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.client-swiper {
    width: 100%;
    padding: 30px 0;
}

.client-img {
    height: 140px !important;
    width: 100%;
    background-color: #f2f2f2;
    padding: 15px;
}
.client-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.transforming-container {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
}
.transforming-left {
    width: 45%;
}
.transforming-right {
    width: 55%;
}
.transforming-right-card {
    border-top: 2px solid var(--primary-color);
    padding-top: 20px;
}
.transforming-right-card h3 {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 600;
}
.transforming-right-card p,
.transforming-right-card ul li {
    font-size: 16px;
    font-weight: 500;
    color: #474747;
}
.transforming-gird {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 5rem;
    height: 500px;
    /* ensure grid rows can expand equally */
    grid-auto-rows: 1fr;
    align-items: stretch;
}

/* Make sure *each direct grid child* fills the grid cell */
.transforming-gird > * {
    height: 100%;
    min-height: 0; /* IMPORTANT: lets children shrink / fill correctly in grid */
    display: flex;
    flex-direction: column;
}

/* Middle cell specifics */
.about-mddile-img {
    width: 100%;
    height: 100%;
    display: block; /* ensure it's block-level */
    overflow: hidden; /* hide any overflow when using object-fit */
}

/* Image should truly fill the container */
.about-mddile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.about-card {
    height: 150px;
    background: #164b59;
    color: #fff;
    padding: 20px;
}
.about-card h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}
.about-card p {
    font-size: 16px;
    font-weight: 500;
}
.about-card-img {
    width: 100%;
    height: calc(100% - 150px);
    display: block; /* ensure it's block-level */
    overflow: hidden; /* hide any overflow when using object-fit */
}
.about-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.border-top-left-radius {
    border-top-left-radius: 15px;
}
.border-bottom-left-radius {
    border-bottom-left-radius: 15px;
}
.border-top-right-radius {
    border-top-right-radius: 15px;
}
.border-bottom-right-radius {
    border-bottom-right-radius: 15px;
}
.about-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 5rem;

    gap: 1.5rem;
}

/* about page css end */

/* service page css start */
.servce-container {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 3rem;
    background-color: #f2f2f2;
}
.service-gird {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 3rem;
}
.service-card {
    background: #164b59;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
}
.challenges-container {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.challenges-crad {
    display: flex;
    gap: 3.5rem;
    align-items: center;
}
.challenges-crad-2 {
    display: flex;
    gap: 3.5rem;
    align-items: center;
}
.challenges-card-left {
    width: 55%;
}
.challenges-card-right {
    width: 45%;
}
.challenges-img {
    width: 100%;
}
.challenges-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.challenges-card-title {
    font-size: 30px;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 1rem;
}
.challenges-content {
    margin-top: 4rem;
}
/* servive page css end */

/* team css start */
.team-section {
    background-image: url(../image/team_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 96%;
    margin: auto;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 3rem;
    padding-right: 3rem;
}
.team-list-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.grid-team {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}
.card-team {
    background-color: #f2f2f2;
    padding: 1rem;
    border-radius: 12px;
}
.team-card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0.3rem;
}
.team-card-subtitle {
    font-size: 14px;
    color: #474747;
    font-weight: 500;
}
.team-img {
    width: 100%;
    height: 280px;
    display: block; /* ensure it's block-level */
    overflow: hidden; /* hide any overflow when using object-fit */
    margin-top: 1rem;
}
.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
    display: block;
}
/* team css end */

/* Insights css start */
.Insights-section {
    background-image: url(../image/Insights-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 96%;
    margin: auto;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 3rem;
    padding-right: 3rem;
}
.insights-container {
    margin-bottom: 4rem;
    margin-top: 5rem;
}
/* Insights css end */

/* contact css start */
.form-content {
    background-color: #fff;
    border-radius: 16px;
    padding: 1.5rem;
}
.label-text {
    font-size: 15px;
    font-weight: 400;
    color: #2c2c2c;
}
.input-field {
    border: 1px solid #cacaca;
    border-radius: 14px;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
}
.input-field::placeholder {
    color: #969696;
}
.input-field:focus {
    outline: none;
    box-shadow: none;
}
.contact-location {
    background-image: url(../image/contact_location.png);
    background-color: #123c47;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 1360px;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
}
/* contact css end */

/* footer css start */
.footer-bg {
    background-color: #f2f2f2 !important;
}
.logo-section {
    padding: 40px 0 5px 0;
}

.description {
    padding: 20px 0 40px 0;
}

.description p {
    color: var(--secondary-color);
    line-height: 1.6;
    margin: 0;
}

.social-icons {
    text-align: right;
}

.social-icons h6 {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.3s;
}

.social-icons a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.footer-links {
    padding: 40px 0;
}

.footer-links h5 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #474747;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 15px;
}

.footer-links ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.contact-info p {
    color: #333;
    margin-bottom: 8px;
}

.footer-bottom {
    background-color: var(--primary-color);
    color: white;
    padding: 20px 0;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.footer-bottom a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    transition: text-decoration 0.3s;
}
.footer-bottom a i {
    font-size: 8px;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* footer css end  */

@media only screen and (min-width: 250px) and (max-width: 575px) {
    .Insights-section {
        height: 50vh;
    }
    .team-list-section {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .challenges-content {
        margin-top: 2rem;
    }
    .challenges-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .empower-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .shaping-grid {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 3rem;
        margin-top: 1rem;
    }
    .about-section {
        height: 50vh;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .clinet-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .contact-location {
        width: 96%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    .insights-container {
        margin-bottom: 2rem;
        margin-top: 3rem;
    }
    .team-img {
        width: 100%;
        height: 350px;
    }
    .grid-team {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }
    .team-section {
        height: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .challenges-card-title {
        text-align: center;
        font-size: 24px;
    }
    .challenges-crad {
        display: flex;
        flex-direction: column-reverse;
        gap: 1.7rem;
        align-items: center;
    }
    .challenges-crad-2 {
        display: flex;
        flex-direction: column;
        gap: 1.7rem;
        align-items: center;
    }
    .challenges-card-left {
        width: 100%;
    }
    .challenges-card-right {
        width: 100%;
    }
    .service-card {
        padding: 1.5rem;
        text-align: center;
    }
    .servce-container {
        padding: 3rem 1rem;
    }
    .service-gird {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }
    .about-grid {
        grid-template-columns: 1fr;
        margin-bottom: 3rem;
        padding-top: 2rem;
    }
    .transforming-gird {
        grid-template-columns: 1fr;
        height: 100%;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    .border-top-left-radius {
        border-top-left-radius: 0;
    }
    .border-bottom-left-radius {
        border-bottom-left-radius: 0;
    }
    .border-top-right-radius {
        border-top-right-radius: 0;
    }
    .border-bottom-right-radius {
        border-bottom-right-radius: 0;
    }
    .about-card {
        text-align: center;
    }
    .transforming-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 3rem;
    }
    .transforming-left {
        width: 100%;
    }
    .transforming-right {
        width: 100%;
    }
    .section-container {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    .br {
        display: none;
    }
    .hero-section {
        min-height: 100% !important;
        width: 100%;
        padding-bottom: 3rem;
    }
    .hero-slider-contanier {
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: center !important;
        gap: 1.5rem;
        min-height: 100% !important;
    }
    .hero-slider-left,
    .hero-slider-left-1 {
        background-color: #f2f2f2;
        padding: 2.5rem 1rem !important;
        width: 100% !important;
        min-height: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero-silder-right-1 {
        width: 100%;
        padding: 1rem;
    }
    .hero-silder-right {
        width: 100% !important;
        min-height: 100% !important;
    }
    .subtiles {
        font-size: 18px;
        font-weight: 500;
        color: var(--secondary-color);
        margin-bottom: 1rem;
        text-align: center;
    }
    .hero-titles {
        font-size: 28px !important;
    }
    .titles {
        font-size: 28px;
        color: var(--secondary-color);
        font-weight: 600;
        margin-bottom: 1.3rem;
        text-align: center;
    }
    .content-text {
        margin-bottom: 1.5rem;
        text-align: center;
    }
    .shaping-section {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding-bottom: 3rem;
    }
    .shaping-left {
        width: 100%;
    }
    .shaping-right {
        width: 100%;
    }
    .shaping-right p {
        text-align: center;
    }
    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .gaps-3 {
        gap: 1rem;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Insights-section {
        height: 50vh;
    }
    .team-list-section {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .challenges-content {
        margin-top: 2rem;
    }
    .challenges-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .empower-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .shaping-grid {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 3rem;
        margin-top: 1rem;
    }
    .about-section {
        height: 50vh;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .clinet-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .contact-location {
        width: 96%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    .insights-container {
        margin-bottom: 2rem;
        margin-top: 3rem;
    }
    .team-img {
        width: 100%;
        height: 350px;
    }
    .grid-team {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }
    .team-section {
        height: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .challenges-card-title {
        text-align: center;
        font-size: 24px;
    }
    .challenges-crad {
        display: flex;
        flex-direction: column-reverse;
        gap: 1.7rem;
        align-items: center;
    }
    .challenges-crad-2 {
        display: flex;
        flex-direction: column;
        gap: 1.7rem;
        align-items: center;
    }
    .challenges-card-left {
        width: 100%;
    }
    .challenges-card-right {
        width: 100%;
    }
    .service-card {
        padding: 1.5rem;
        text-align: center;
    }
    .servce-container {
        padding: 3rem 1rem;
    }
    .service-gird {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }
    .about-grid {
        grid-template-columns: 1fr;
        margin-bottom: 3rem;
        padding-top: 2rem;
    }
    .transforming-gird {
        grid-template-columns: 1fr;
        height: 100%;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    .border-top-left-radius {
        border-top-left-radius: 0;
    }
    .border-bottom-left-radius {
        border-bottom-left-radius: 0;
    }
    .border-top-right-radius {
        border-top-right-radius: 0;
    }
    .border-bottom-right-radius {
        border-bottom-right-radius: 0;
    }
    .about-card {
        text-align: center;
    }
    .transforming-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 3rem;
    }
    .transforming-left {
        width: 100%;
    }
    .transforming-right {
        width: 100%;
    }
    .section-container {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    .br {
        display: none;
    }
    .hero-section {
        min-height: 100% !important;
        width: 100%;
        padding-bottom: 3rem;
    }
    .hero-slider-contanier {
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: center !important;
        gap: 1.5rem;
        min-height: 100% !important;
    }
    .hero-slider-left,
    .hero-slider-left-1 {
        background-color: #f2f2f2;
        padding: 2.5rem 1rem;
        width: 100% !important;
        min-height: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hero-silder-right {
        width: 100% !important;
        width: 100% !important;
        min-height: 100% !important;
    }
    .hero-silder-right-1 {
        width: 100% !important;
        padding: 1rem;
    }
    .subtiles {
        font-size: 18px;
        font-weight: 500;
        color: var(--secondary-color);
        margin-bottom: 1rem;
        text-align: center;
    }
    .hero-titles {
        font-size: 28px !important;
    }
    .titles {
        font-size: 28px;
        color: var(--secondary-color);
        font-weight: 600;
        margin-bottom: 1.3rem;
        text-align: center;
    }
    .shaping-section {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding-bottom: 3rem;
    }
    .shaping-left {
        width: 100%;
    }
    .shaping-right {
        width: 100%;
    }
    .shaping-right p {
        text-align: center;
    }
    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .gaps-3 {
        gap: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Insights-section {
        height: 60vh;
    }
    .team-list-section {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .challenges-content {
        margin-top: 3rem;
    }
    .challenges-container {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .shaping-grid {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-bottom: 4rem;
        margin-top: 1rem;
    }
    .about-section {
        height: 60vh;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .clinet-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .contact-location {
        width: 96%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-bottom: 4rem;
    }
    .insights-container {
        margin-bottom: 2rem;
        margin-top: 3rem;
    }
    .grid-team {
        grid-template-columns: 1fr 1fr;
    }
    .team-section {
        height: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .challenges-card-title {
        text-align: center;
        font-size: 24px;
    }
    .challenges-crad {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
        align-items: center;
    }
    .challenges-crad-2 {
        display: flex;
        flex-direction: column;
        gap: 1.7rem;
        align-items: center;
    }
    .challenges-card-left {
        width: 100%;
    }
    .challenges-card-right {
        width: 100%;
    }
    .service-card {
        padding: 2rem;
        text-align: center;
    }
    .service-gird {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }
    .about-grid {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 3rem;
        padding-top: 2rem;
    }
    .transforming-gird {
        grid-template-columns: 1fr;
        height: 100%;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    .border-top-left-radius {
        border-top-left-radius: 0;
    }
    .border-bottom-left-radius {
        border-bottom-left-radius: 0;
    }
    .border-top-right-radius {
        border-top-right-radius: 0;
    }
    .border-bottom-right-radius {
        border-bottom-right-radius: 0;
    }
    .about-card {
        text-align: center;
    }
    .transforming-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 3rem;
    }
    .transforming-left {
        width: 100%;
    }
    .transforming-right {
        width: 100%;
    }
    .section-container {
        margin-top: 4rem;
        margin-bottom: 3rem;
    }
    .br {
        display: none;
    }
    .hero-section {
        min-height: 100%;
        width: 100%;
        padding-bottom: 4rem;
    }
    .hero-slider-contanier {
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: center;
        gap: 1.5rem;
        min-height: 100% !important;
    }
    .hero-slider-left,
    .hero-slider-left-1 {
        background-color: #f2f2f2;
        padding: 3rem;
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hero-silder-right {
        width: 100%;
        min-height: 100%;
    }
    .hero-silder-right-1 {
        width: 100%;
        padding: 1.5rem;
    }
    .subtiles {
        font-size: 18px;
        font-weight: 500;
        color: var(--secondary-color);
        margin-bottom: 1rem;
        text-align: center;
    }
    .hero-titles {
        font-size: 28px !important;
    }
    .titles {
        font-size: 28px;
        color: var(--secondary-color);
        font-weight: 600;
        margin-bottom: 1.3rem;
        text-align: center;
    }
    .shaping-section {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding-bottom: 3rem;
    }
    .shaping-left {
        width: 100%;
    }
    .shaping-right {
        width: 100%;
    }
    .shaping-right p {
        text-align: center;
    }
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .gaps-3 {
        gap: 1rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
