.title-breadcrumb-area {
    text-align: center;
    padding: 100px 0px;
    background: linear-gradient(to right, #00aae51f, #d5c6f2, #c6e4f2);
}
.title-breadcrumb-area h1 {
    font-size: 44px;
    font-weight: 700;
}
.section-padding-2 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.about-company-section .content h4 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 400;
    color: #000;
}
.about-company-section .content h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about-company-section .content h2 span {
    color: var(--primary-color);
}
.about-company-section .content p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    /* text-align: justify; */
}
.about-company-section .video-section {
    position: relative;
}
.about-company-section .video-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 1;
}
.about-company-section .video-section img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.about-company-section .video-section a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: #fff;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.about-company-section .video-section a:hover {
    color: var(--primary-color);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
}
.about-company-section .video-section a svg {
    fill: #fff;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.about-company-section .video-section a:hover svg {
    fill: var(--primary-color);
}
.company-location-s {
    padding: 30px;
    padding-bottom: 0;
    background: #e5e7ff;
    background: linear-gradient(to right, #00aae51f, #d5c6f2, #c6e4f2);
    border-radius: 4px;
}
.single-location-box {
    padding: 15px;
}

.office-title {
    color: #0a3b66;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.company-name {
    color: #0a3b66;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.location-address {
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.phone-number a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.phone-number a:hover {
    color: #0056b3;
}

.phone-number i {
    color: #0a3b66;
    margin-right: 8px;
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .company-location-s {
        padding: 20px 15px;
    }

    .single-location-box {
        padding: 10px;
        margin-bottom: 15px;
    }
}
.who-we-content p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0;
}
.who-we-content h4 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.who-we-content ul {
    display: grid;
    gap: 12px;
    margin-left: 15px;
}
.who-we-content ul li {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: start;
    gap: 10px;
    line-height: 1.8;
}
.who-we-content ul li span.icon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    border-radius: 2px;
    margin-top: 4px;
}
.who-we-content ul li span.icon svg {
    width: 20px;
    height: 20px;
    padding: 3px;
    fill: #fff !important;
    color: #fff;
}
.who-we-content-list {
    display: grid;
    gap: 25px;
}

.who-we-content-list .who-we-content-item {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 5px;
    border-left: 3px solid #000;
    padding: 20px;
    box-shadow: 0px 0px 11px 0px #cccccc5c;
}
.who-we-content-list .who-we-content-item:nth-child(2n) {
    border-left: 3px solid #3b82f6;
}
.who-we-content-list .who-we-content-item:nth-child(3n) {
    border-left: 3px solid #ac24fb;
}
.who-we-content-list .who-we-content-item .icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3b82f61a;
    border-radius: 6px;
    margin-top: 7px;
    font-size: 19px;
    color: #000;
}
.who-we-content-list .who-we-content-item:nth-child(2n) .icon {
    color: #3b82f6;
}
.who-we-content-list .who-we-content-item:nth-child(3n) .icon {
    color: #ac24fb;
}
.who-we-content-list .who-we-content-item .who-we-content-text h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.who-we-content-list .who-we-content-item .who-we-content-text p {
    font-size: 14px;
}

.major-achievements-tab ul#myTab {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    gap: 10px;
    margin-bottom: 30px;
}

.major-achievements-tab ul#myTab button {
    border: none;
    padding: 0;
    display: grid;
    gap: 12px;
    justify-content: start;
    text-align: center;
    padding: 10px 21px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #dddddd5e;
    background-color: #decfff30 !important;
    position: relative;
}
.major-achievements-tab ul#myTab button .tab-content-short strong {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}
.major-achievements-tab ul#myTab button .tab-content-short p {
    font-size: 13px;
    color: #666;
}
.major-achievements-tab ul#myTab button.active {
    border-color: var(--primary-color);
    border-width: 2px;
    background-color: #00aae512 !important;
}
.major-achievements-tab ul#myTab button.active:after {
    content: "";
    position: absolute;
    /* width: 10px;
    height: 5px;
    background-color: var(--primary-color); */
    bottom: -2px;
    left: 0;
}
.major-common-main {
    background: #f0f7fb;
    border-radius: 4px;
    padding: 30px;
}
.major-common-main h3 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}
.major-common-main h3 span {
    color: var(--primary-color);
}
.major-common-main h3 b {
    font-weight: 500;
}
.major-common-main h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}
.major-common-main p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 14px;
}
.major-common-main p strong {
    color: var(--primary-color);
}
.major-common-main p b {
    font-weight: 500;
}
.major-common-main ul {
    margin-left: 20px;
    margin-bottom: 20px;
    display: grid;
    gap: 10px;
    font-size: 15px;
}

.major-common-main ul li {
    font-weight: 500;
    position: relative;
    padding-left: 12px;
}

.major-common-main ul li span {
    font-weight: 500 !important;
}

.major-common-main ul li:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    left: -5px;
    top: calc(50% - 3.5px);
}
.certification-sec .section-heading h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.certification-sec .section-heading h2 span {
    color: #ff9900;
}
.cer-item-2 {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    height: 100%;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-top: 5px solid var(--primary-color);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.cer-item-2 .img {
    max-width: 100px;
    width: 100px;
}
.cer-item-2 .con p {
    margin-bottom: 13px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: -0.3px;
    line-height: 23px;
    color: #080056;
}
.cer-item-2 .con h4 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--primary-color);
}
.category-sidebar {
    display: grid;
    gap: 16px;
}
.category-sidebar .btn {
    width: 100%;
    border-radius: 5px;
    background: transparent;
    color: #444;
    border: 1px solid #333;
    padding: 30px 10px;
    font-size: 16px;
}
.category-sidebar .btn:hover,
.category-sidebar .btn.active {
    border-color: var(--primary-color);
    color: #fff;
    background: var(--primary-color);
}
.project-section h4.project-section-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}
.project-single-card-item {
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid #cccccc47;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}
.project-single-card-item .content {
    padding: 20px;
}
.project-single-card-item .content h5.card-title {
    font-size: 18px;
    font-weight: 600;
}
.project-single-card-item .content p.card-text {
    font-size: 14px;
    line-height: 26px;
}
.project-single-card-item:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.project-details-modal-body .content {
    padding-top: 20px;
}

.project-details-modal-body .thumbnail {
    text-align: center;
}

.project-details-modal-body .thumbnail img {
    width: 100%;
}

.project-details-modal-body .content p#modalDesc {
    text-align: left;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 14px;
}
.category-sidebar {
    position: sticky;
    top: 30px;
}
.project-section h4.project-section-title {
    position: sticky;
    top: 20px;
    z-index: 9999;
}
.technology-item-card {
    background: #fff;
    height: 100%;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.technology-item-card .header-t-c {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.technology-item-card .header-t-c .icon {
    width: 46px;
    height: 46px;
    background: #d6cdffa1;
    padding: 6px;
    border-radius: 5px;
}
.technology-item-card .header-t-c .text-h h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.technology-item-card p.content {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    line-height: 23px;
}
.technology-item-card ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 10px 4px;
    text-align: center;
    margin-bottom: 10px;
}
.technology-item-card ul li .card-content h5 {
    font-size: 13px;
    font-weight: 600;
}
.technology-item-card ul li {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px;
}
.technology-item-card ul li:hover {
    background: #e6f2f977;
}
.technology-item-card ul .icon-box {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6f2f9;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.technology-item-card ul li:hover .icon-box {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.book-a-call-sec .content-se {
    text-align: center;
    background: linear-gradient(135deg, #c2e9fb, #e0c3fc);
    padding: 60px 20px;
    border-radius: 20px;
}
.book-a-call-sec .content-se h2 {
    font-size: 40px;
    margin-bottom: 25px;
}
.book-a-call-sec .content-se a.btn {
    background: var(--primary-color);
    padding: 20px 40px;
}
/* .project-section.active .project-section-title {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 28px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(16px);
} */
.blog-details-auth .con {
    width: 100%;
}
.project-cateogry-item {
    background: #fff;
    border-radius: 8px;
    height: 100%;
}
.project-cateogry-item a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #e7e7ff85;
    transition: all 0.3s ease;
    border-radius: 8px;
    height: 100%;
}
.project-cateogry-item a:hover {
    border-color: var(--primary-color);
}
.project-cateogry-item img {
    border-radius: 6px;
}
.project-cateogry-item .con {
    padding: 20px;
}
.project-cateogry-item .con h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.project-cateogry-item .con p {
    font-size: 13.4px;
    color: #60606e;
}
.project-cateogry-item:hover .con h4 {
    color: var(--primary-color);
}
.project-single-card-item .thumbnail img {
    width: 100%;
}
.project-single-card-item .content a.view-project {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
    display: inline-block;
}
.project-single-card-item .content a.view-project:hover {
    color: var(--primary-color);
}
.category-sidebar-sticky .project-cateogry-item {
    height: auto;
}
.category-sidebar-sticky {
    position: sticky;
    top: 20px;
}
.client-project-details-section .category-details-sticky-title {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-bottom: 50px;
}
.client-project-details-section .sticky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    padding: 13px 0;
}
.client-project-details-section .category-details-sticky-title h3 {
    font-size: 40px;
    font-weight: 700;
}
.client-project-details-section .category-details-sticky-title p {
    font-size: 16px;
    margin-top: 13px;
    color: #000;
    line-height: 30px;
}
.client-project-details-section .category-details-sticky-title.sticky-fixed p {
    display: none;
}
.client-project-details-section .category-details-sticky-title.sticky-fixed h3 {
    font-size: 24px;
}
.category-sidebar-sticky {
    position: sticky;
    top: 62px;
}
.category-details-sticky-title .text-center p {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 15px;
}
.major-card-item {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #d0d2e561;
}

.major-card-item:hover {
    border-color: var(--primary-color);
}

.major-card-item a {
    display: inline-block;
    padding: 4px;
}

.major-card-item a .thum {
    overflow: hidden;
}

.major-card-item a .thum img {
    border-radius: 8px;
    transition: all 0.4s ease;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
}

.major-card-item:hover a .thum img {
    transform: scale(1.05);
}
.major-card-item a .content {
    padding: 20px;
}
.major-card-item a .content h4 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.major-card-item a .content p {
    font-size: 14px;
    color: #666;
}
.major-card-item a .content ul {
    margin-top: 20px;
}
.major-card-item a .content ul li {
    display: inline-block;
    margin: 1px 1px;
    padding: 1px 11px;
    background: #dddbfb;
    border-radius: 22px;
    font-size: 11px;
}
.major-card-item:hover a .content h4 {
    color: var(--primary-color);
}
.position-sticky-20 {
    position: sticky !important;
    top: 30px;
}
.project-details .content-box-section-area .content-2 p {
    font-size: 15px;
    color: #605774;
    line-height: 30px;
}
.project-details .content-box-section-area .content-2 p {
    margin-bottom: 10px;
}
@media (max-width: 1400px) {
    .about-company-section .content h2 {
        font-size: 36px;
    }
    .about-company-section .content h4 {
        font-size: 24px;
    }
    .about-company-section .content p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .title-breadcrumb-area h1 {
        font-size: 30px;
    }
    .section-padding-2 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .book-a-call-sec .content-se h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .about-company-section .video-section {
        margin-left: 40px;
    }
}
