* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #0D2F5F;
}

/* .container {
    width: 100%;
    max-width: 1820px;
    padding: 0 15px;
    margin: 0 auto;
} */
html,
body {
    overflow-x: hidden;
    width: 100%;
}

#page {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}

/* Body styles */
body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.site {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Anton', sans-serif;
    font-weight: 600;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a,
.btn,
button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
    font-weight: 600;
}

a img,
iframe {
    border: none;
}

p {
    color: #031D44;
    line-height: 28px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a,
a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
}

a:hover {
    color: #232323;
}

.pdd-sec {
    padding: 80px 0;
}

/* Hide Google top bar */
#goog-gt-tt,
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-balloon-frame {
    display: none !important;
}

/* Remove Google select */
.goog-te-combo {
    display: none !important;
}

/* Wrapper */
.country-select-wrapper {
    position: relative;
}

/* Selected flag */
.selected-country {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 6px;
}

.selected-country img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

/* Dropdown */
.lang-dropdown {
    position: absolute;
    right: 0;
    top: 35px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
    padding: 8px 0;
    min-width: 150px;
}

/* Language items */
.lang-dropdown a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    color: #000;
    text-decoration: none;
}

.lang-dropdown img {
    width: 22px;
    height: 22px;
}

.current-flag img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.country-select-wrapper .gt_container--1nsgqi .gt_switcher .gt_selected a {
    padding: 3px 20px !important;
    border: 0 !important;
}

.country-select-wrapper .gt_container-rsxt4i .gt_switcher .gt_selected {
    background: none !important;
}

/* Main content */
main {
    padding: 0 !important;
}

/* Footer */
footer {
    width: 100%;
}


/* header */


.custom-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

/* Flex Utility for CSS */
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Top Bar */
.top-bar {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
}

.scrolling-text {
    flex: 1;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

/* Country Select */
.country-select-wrapper {
    position: relative;
}

.selected-country {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.country-list {
    position: absolute;
    top: 110%;
    right: 0;
    background: #fff;
    color: #333;
    list-style: none;
    width: 140px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: none;
    border-radius: 4px;
    z-index: 1000;
    padding: 0;
}

.country-list li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-list li:hover {
    background: #f5f5f5;
}

/* Navbar */
.navbar-custom {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin-top: 30px;
}

.nav-main {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 20px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 45px;
}

/* Navigation Links */
.main-menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 70px;
}

.main-menu-list li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.main-menu-list li.active a {
    font-weight: 600;
}

.sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 200px;
    display: none;
    list-style: none;
    padding: 10px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #0D305D;
}

.has-submenu:hover .sub-menu {
    display: block;
}

.sub-menu li a {
    padding: 8px 20px;
    display: block;
    font-weight: 500;
}

/* Right Side Actions */
.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-contact-main {
    border: 1px solid #fff;
    background: var(--primary-color);
    line-height: 1;
    color: #fff;
    padding: 14px 30px;
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
}

.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
}

.btn-contact-main:hover {
    background: #fff;
    border-color: #fff;
    color: #0D305D;
}

/* Hero Section */
/*.hero-area { 
            height: 100vh; min-height: 1000px; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/hero-banner.jpg'); 
            background-size: cover; display: flex; align-items: end; color: #fff; padding: 100px 0;
        }*/
.hero-area {
    height: 100vh;
    min-height: 1000px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    color: #fff;
    padding: 100px 0;
}

.hero-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 0;
}

.hero-area.inner-banner {
    min-height: 900px;
}

.hero-content {
    max-width: 1000px;
    position: relative;
    z-index: 1
}

.hero-content h1 {
    font-size: 120px;
    font-weight: 400;
    line-height: 1.1;
    margin: 20px 0;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
}

.hero-badge span {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.hero-btns {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.btn-fill {
    background: #fff;
    color: #0D305D;
    padding: 16px 35px;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.btn-fill:hover {
    background: #0D305D;
    color: #fff;
}

.btn-line {
    border: 2px solid #fff;
    color: #fff;
    padding: 16px 35px;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.btn-line:hover {
    background: #0D305D;
    color: #fff;
    border-color: #0D305D;
}

.hero-content p {
    font-size: 23px;
    font-weight: 400;
    margin-top: 20px;
    color: #fff;
}

/* Mobile Menu */
.close-btn {
    display: none;
}

.navbar-custom.stuck {
    position: fixed;
    top: 0;
    padding: 0;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
}

.navbar-custom.stuck .nav-main {
    background: none;
    backdrop-filter: none;
    padding: 10px 0;
}



/* about */
.about-section {
    background-color: var(--primary-color);
    padding: 50px 0;
}

.about-section p {
    color: #fff;
    line-height: 37px;
}

.about-block {
    padding: 50px 40px 40px 40px;
    align-items: center;
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../images/ab-bg.jpg') no-repeat center center / cover;
}

.about-img-wrapper {
    position: relative;
    display: inline-block;
}

.about-img {
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
    height: 730px;
    object-fit: cover;
}

/* Yellow Geometric Shapes */
.yellow-shape {
    position: absolute;
    background-color: #FFC107;
    /* ইমেজের মতো ইয়েলো কালার */
    width: 80px;
    height: 10px;
    z-index: 1;
}

.top-shape {
    top: -9px;
    right: 15%;
    transform: skewX(9deg);
    width: 102px;
    height: 220px;
}

.top-shape::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 138px;
    width: 31px;
    height: 150px;
    background: #fff;
}

.bottom-shape {
    bottom: 19px;
    left: 15%;
    transform: skewX(9deg);
    width: 99px;
    height: 220px;
}


/* Text Content Styles */
.about-text-content {
    padding-left: 30px;
}

.section-title {
    font-family: 'Anton', sans-serif;
    font-size: 65px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.section-desc {
    font-family: 'Inter', sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
}

/* service */
.services-section {
    background-image: url('../images/service-bg.jpg');
    background-repeat: repeat;
    background-size: cover;
    padding: 60px 0;
}

.main-title {
    font-size: 65px;
    font-weight: 400;
    color: #333333;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.service-list-item p {
    font-size: 16px;
    font-weight: 400;
    color: #12141D;
}

.sub-title {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

.service-list-block {
    padding-top: 60px;
}

.service-list-item {
    border-bottom: 1px solid #000;
    padding: 40px 0;
    transition: 0.3s;
}

.service-list-item h3 {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 30px;
}

.service-bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
    margin-top: 15px;
    margin-left: 10px;
}

.service-bullets li {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding-left: 15px;
    color: #12141D;
}

.service-bullets li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-color);
}

.learn-more {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

/* slider */
.liner-slider {
    padding: 60px 0;
    background-color: var(--primary-color);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.liner-slider .clients-head p {
    color: #fff;
}

.liner-slider .custom-fluid {
    padding: 40px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.clients-head .main-title {
    color: #fff;
}

.clients-head .sub-title {
    color: #fff;
    max-width: 913px;
}

.liner-slider .swiper {
    width: 100%;
    margin-bottom: 14px;
    margin-top: 50px;
}

/* Slide box style (white + border) */
.liner-slider .swiper-slide {
    height: 170px;
    background: #fff;
    border: 2px solid #163a66;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo image */
.liner-slider .swiper-slide img {
    max-width: 180px;
    max-height: 55px;
    object-fit: contain;
}

/* Right side text box */
.liner-slider-box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    padding: 25px;
    background: #0b2a52;
    color: #fff;
    z-index: 10;
}

.liner-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}


/* Project Slider Wrapper */
.projects-section {
    padding: 130px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/ab-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.projects-section .projects-block p {
    color: #fff;
}

.project-slider-wrapper {
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding: 0 40px;
}

.projects-block {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.view-all {
    font-size: 22px;
    text-align: center;
    min-width: 245px;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 25px;
    text-decoration: none;
    font-weight: 600;
}

.view-all:hover {
    background: #fff;
    color: #0D305D;
    border-color: #fff;
}


.project-prev:after,
.project-next:after {
    font-size: 16px !important;
    font-weight: bold;
}

.project-prev {
    left: 5px !important;
}

.project-next {
    right: 5px !important;
}



.project-card {
    display: flex;
    background: #fff;
    width: 100%;
    min-height: 450px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.project-img-side {
    width: 50%;
    border: 1px solid #fff;
}

/* .myProjectSwiper {
    overflow: visible;
} */

.project-prev {
    left: 10px !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.project-next {
    right: 10px !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.project-img-side img {
    width: 100%;
    height: 448px;
    object-fit: cover;
}

.project-info-side {
    width: 50%;
    padding: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.project-prev,
.project-next {
    background-color: var(--primary-color) !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    color: #fff !important;
    border: 2px solid #fff !important;
    z-index: 10;
    top: 50% !important;
    transform: translateY(-50%);
}


.project-prev:after,
.project-next:after {
    font-size: 18px !important;
    font-weight: bold;
}

.project-info-side h3 {
    font-size: 50px;
    font-weight: 400;
    color: #333333;
}

.project-info-side p {
    font-size: 18px;
    font-weight: 400;
    color: #12141D;
}

.badge-project {
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    max-width: 150px;
    width: auto;
    height: 50px;
    font-weight: 600;
    color: #103A75;
    border: 1px solid #103A75;
    padding: 0 20px;
    border-radius: 20px;
    background-color: rgba(21, 101, 216, 0.07);
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

/* Status Ribbon */
.location-box span {
    margin-right: 6px;
}

.location-box {
    color: #12141D;
    font-size: 16px;
    font-weight: 500;
}

.status-ribbon {
    position: absolute;
    bottom: 50px;
    right: 0;
    font-size: 18px;
    font-weight: 600;
    background: #103a76;
    color: #fff;
    padding: 10px 20px 10px 31px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
}

/* vatical slider */
.timeline-section {
    padding: 60px 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
        url("../images/service-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.timeline-section .main-title {
    margin-bottom: 20px;
}

.timeline-slider {
    padding-top: 80px;
}

.timeline-img-wrapper {
    position: relative;
}

.timeline-img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.timeline-img-wrapper img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
    filter: grayscale(100%);
    transform: scaleX(-1);
    border: 1px solid #fff;
}

.timeline-shape-bottom {
    bottom: -30px;
    left: 7%;
    transform: skewX(8deg);
    width: 139px;
    height: 220px;
    position: absolute;
    background-color: var(--primary-color);
    z-index: 1;
}

.timeline-shape-top {
    top: 64px;
    right: 6%;
    transform: skewX(9deg);
    width: 102px;
    height: 220px;
    position: absolute;
    background-color: var(--primary-color);
    z-index: 1;
}

.timeline-slider .swiper-horizontal {
    padding: 10px 0 30px 0;
    height: 100%;
    position: relative;
}

/* --- Image Slider Styles (Angled Look) --- */
.image-container {
    position: relative;
    /* ইমেজের বাঁকা কাটআউট */
    clip-path: polygon(18% 0%, 100% 0%, 82% 100%, 0% 100%);
    border-left: 4px solid #0d2c5c;
    border-right: 4px solid #0d2c5c;
    overflow: hidden;
}

.timeline-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 0.5s ease;
}

/* স্লাইডার হোভার করলে কালার হবে */
.swiper-slide-active .timeline-img {
    filter: grayscale(0%);
}

/* --- Text Slider Styles (Overlapping Solution) --- */
.mySwiperText {
    height: 350px;
    /* ফিক্সড হাইট ওভারল্যাপ রোধ করে */
}

.year-outline {
    font-size: 160px;
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke: 2px #0C2B56;
    line-height: 1;
    margin-bottom: 50px;
    letter-spacing: 4px;
}

.timeline-divider {
    width: 525px;
    height: 2px;
    background: #333;
    position: absolute;
    margin-bottom: 25px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
}

.timeline-divider::after {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
}

.slide-title {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
}

.timeline-list {
    padding-left: 0;
    list-style: none;
}

.timeline-list li {
    font-size: 16px;
    font-weight: 400;
    color: #12141D;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.timeline-list li span {
    color: #12141D;
    font-weight: 900;
    margin-right: 15px;
    font-size: 1.2rem;
}

/* --- Custom Pagination Styles --- */
.pagination-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.swiper-pagination-bullet {
    background: transparent !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    text-align: right;
    font-weight: bold;
    color: #bbb;
    margin: 10px 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 1rem;
    position: relative;
}

.swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    background-color: var(--primary-color);
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.swiper-pagination-bullet-active {
    color: var(--primary-color) !important;
    /* transform: scale(1.1); */
}

.dot-icon {
    width: 12px;
    height: 12px;
    border: 2px solid #bbb;
    border-radius: 50%;
    margin-left: 15px;
    display: inline-block;
    transition: 0.3s;
}

.swiper-pagination-bullet-active .dot-icon {
    background-color: var(--primary-color);
    border-color: #0d2c5c;
}

/* Footer Main Styles */
.footer-section {
    color: #ffffff;
    padding-bottom: 0;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../images/ab-bg.jpg);
}

.footer-logo {
    max-width: 220px;
}

.contact-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
    display: flex;
    gap: 10px;
}

.contact-link:hover {
    color: #888;
}

/* Social Icons */
.social-icons a {
    width: 35px;
    height: 35px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.social-icons a:hover {
    background-color: #555;
}

.footer-hr {
    border-color: rgba(255, 255, 255, 1);
}

.copyright-text,
.credit-text {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}

/* Nav Links */
.footer-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.footer-nav li a:hover {
    color: #aaa;
}

/* Large Outline Text Effect */
/*.bg-footer-text {
    font-size: 10vw; 
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    letter-spacing: 5px;
    margin-top: 20px;
    text-transform: uppercase;
    pointer-events: none;
}*/
.bg-footer-text {
    /* Bold ebong Condensed font-er jonno Anton use kora hoyeche */
    font-family: 'Anton', sans-serif;
    font-size: 11vw;
    font-weight: 400;
    text-transform: uppercase;
    color: transparent;

    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);

    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 80%);
    -webkit-background-clip: text;

    /* Gap komanor jonno */
    letter-spacing: 1px;
    line-height: 0.9;
    margin: 0;
    white-space: nowrap;
}

.footer-bg-text {
    padding: 30px 0;
}

.footer-bg-text img {
    width: 100%;
}

/* about page */

.about-tag-block {
    background-image: url(../images/service-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

.about-content-box {
    padding-left: 20px;
}

.about-tag {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #333333;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.red-dot {
    width: 17px;
    height: 17px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.red-dot::before {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    background: rgba(255, 63, 63, 0.15);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.about-content-box .sub-title {
    max-width: 100%;
}

.top-row {
    margin-bottom: 100px;
    align-items: center;
}

.sub-heading {
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 15px;
    color: #333333;
}

.sub-text {
    font-size: 18px;
    color: #12141D;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
}

.vision-box img {
    margin-bottom: 50px;
}

.vision-box {
    padding-right: 30px;
}

.mission-box {
    padding-top: 50px;
    padding-left: 30px;
}

.mission-image-container {
    position: relative;
}

.mission-box img {
    position: relative;
    z-index: 1;
}

.mission-image-container::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #FFBA00;
    z-index: 0;
}

/* ================= VALUES ================= */
.values-section {
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    padding: 80px 0 0;
}

.values-section .main-title {
    color: #fff;
}

.values-section .sub-title {
    color: #fff;
}

.values-section .swiper {
    margin-top: 100px;
}

.value-slide {
    position: relative;
    height: 520px;
    overflow: hidden;
}

.value-slide:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82%;
    height: 90%;
    background-color: #00000052;
    z-index: 0;
}

.value-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* opacity: .5; */
    transition: .5s;
}

.value-slide:hover img {
    transform: scale(1.1);
    opacity: .8;
}

.value-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: 400;
    z-index: 1;
}

/* ================= LEADERSHIP ================= */
.leadership-section {
    background-image: url(../images/service-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.leadership-section .sub-title {
    text-align: left;
    margin: 0;
}

.leader-box {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: #fff;
}

.leader-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
    object-position: top;
}

.leader-info {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    background-image: url(../images/service-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    padding: 15px;
    transition: .4s;
}

.leader-box:hover .leader-info {
    bottom: 0;
}

.leader-box:hover img {
    transform: translateY(-15px);
}

.leader-name {
    font-weight: 400;
    color: var(--primary-color);
    margin: 0;
    font-size: 36px;
    text-transform: uppercase;
}

/* Swiper Arrows */
#leaderSlider .swiper-button-next,
#leaderSlider .swiper-button-prev {
    color: #002244;
}

.leader-arrows {
    display: flex;
    gap: 10px;
}

/* Custom Arrow Style */
.leadership-section .swiper {
    padding: 54px 0 0 0;
}

.leader-arrows {
    position: absolute;
    right: 0;
    top: 26px;
}

#leaderSlider .swiper-button-next,
#leaderSlider .swiper-button-prev {
    position: relative;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
}

#leaderSlider .swiper-button-next::after,
#leaderSlider .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

#leaderSlider .swiper-button-prev {
    left: auto;
}

#leaderSlider .swiper-button-next {
    right: auto;
}

/* contact */
.contact-section {
    padding: 150px 0;
    background-image: url(../images/service-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.contact-block {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
    align-items: flex-end;
}

.contact-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-end;
}

.content-area {
    flex: 1.2;
    min-width: 320px;
}

.map-area {
    flex: 1;
    min-width: 320px;
}

.address-box {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333;
}

/* Contact Card Styling */
.contact-card {
    background-color: #f2f2f2;
    padding: 30px;
    margin-bottom: 30px;
}

.contact-card:last-of-type {
    margin-bottom: 0;
}

.contact-card p {
    margin: 10px 0 0 0;
    font-size: 25px;
    font-weight: 500;
    color: #333333;
}

/* Map Styling */
.map-box {
    width: 100%;
    height: 595px;
    background-color: #eee;
    overflow: hidden;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Divider Line */
hr {
    border: 0;
    border-top: 1px solid #000;
    margin: 60px 0;
}

.project-main {
    padding: 150px 0;
    background-image: url(../images/service-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.project-row {
    margin-top: 50px;
}

.project-card-col {
    margin-bottom: 40px;
}

/* Image and Ribbon Container */
.project-image-box {
    position: relative;
    margin-bottom: 25px;
}

.project-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Complex Ribbon Design */
.ribbon {
    position: absolute;
    top: 3px;
    left: -3px;
    /* Left fold er jonno baire ber kora */
    background-color: #0b3d66;
    color: #fff;
    padding: 5px 25px 5px 15px;
    font-size: 13px;
    font-weight: 600;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 91% 50%, 100% 100%, 0 100%);
}

/* Ribbon Left Shadow/Fold */
.ribbon::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    border-left: 8px solid transparent;
    border-top: 8px solid #06213a;
    /* Darker shade for fold */
}

/* Text Styling */
.project-card-col .title {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.project-card-col .description {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    /* min-height: 75px; */
}

.project-card-col .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Button Styling */
.btn-view {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 10px 25px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.btn-view:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.project-main .sub-title {
    text-align: left;
    margin: 0;
}

/* ===============================
   INNER BANNER
=============================== */
.inner-banner {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

.inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.inner-banner .hero-content {
    position: relative;
    z-index: 2;
}

.inner-banner h1 {
    font-size: 70px;
    font-weight: 800;
    margin-top: 10px;
}

/* ===============================
   DETAILS SECTION
=============================== */
.project-details-section {
    padding: 80px 0;
}

.project-featured-image img {
    width: 100%;
    border-radius: 10px;
}

.project-content {
    font-size: 17px;
    line-height: 1.8;
}

.project-content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.project-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.project-navigation a {
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #002a5c;
    color: #002a5c;
    font-weight: 600;
}

.project-navigation a:hover {
    background: #002a5c;
    color: #fff;
}

.healthcare-section {
    background: var(--primary-color);
    padding: 80px 0;
}

.healthcare-block {
    padding-top: 100px;
}

.healthcare-card {
    position: relative;
    overflow: hidden;
}

.healthcare-image {
    position: relative;
    height: 480px;
    overflow: hidden;
}

.healthcare-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.healthcare-card:hover img {
    transform: scale(1.05);
}

.healthcare-image .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.1));
}

.healthcare-image .content {
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 25px;
    color: #fff;
}

.healthcare-image h3 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.healthcare-image p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: 0.9;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.healthcare-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.healthcare-link:hover {
    color: inherit;
}

/* ===============================
   DETAILS SECTION
=============================== */
.project-details-section {
    padding: 80px 0;
}

.project-sidebar .sidebar-box {
    background: #f8f9fa;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.project-sidebar h4 {
    margin-bottom: 20px;
    font-weight: 700;
}

.project-sidebar ul {
    list-style: none;
    padding: 0;
}

.project-sidebar ul li {
    margin-bottom: 12px;
    font-size: 15px;
}

.project-sidebar ul li strong {
    color: #002a5c;
}

.recent-projects li a {
    text-decoration: none;
    color: #333;
}

.recent-projects li a:hover {
    color: #002a5c;
}

/* Navigation */
.project-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.project-navigation a {
    padding: 8px 18px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
}

.project-navigation a:hover {
    background: var(--primary-color);
    color: #fff;
}

.healthcare-section {
    background: var(--primary-color);
    padding: 80px 0;
}

.healthcare-section .title,
.healthcare-section .description {
    color: #fff;
}

.service-item {
    display: none;
}

.services-main {
    padding: 100px 0;
    background-image: url(../images/service-bg.jpg);
    background-repeat: repeat;
    background-size: cover;

    position: relative;
}

.header-section {
    text-align: center;
    margin-bottom: 50px;
}

/* --- Tab Navigation Styling --- */
.tab-wrapper {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 40px;
}

.tab-item {
    /* padding: 15px 40px 40px; */
    padding: 0 40px 20px;
    font-size: 40px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    color: #333333;
    transition: all 0.3s ease;
    position: relative;
    font-family: 'Anton', sans-serif;
}

.tab-item:hover {
    color: var(--primary-color);
}

.tab-item.active {
    color: var(--primary-color);
}

.tab-item.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color);
}

/* --- Content Visibility --- */
.tab-content {
    display: none;
    /* Default hidden */
}

.tab-content.active {
    display: block;
    /* Show only active */
}

/* --- Custom Card Styling --- */
.custom-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    height: 100%;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.img-box {
    width: 100%;
    height: 456px;
    background: #f0f0f0;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body-custom {
    padding: 25px;
}

.card-body-custom h4 {
    font-size: 36;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1.3;
    min-height: 45px;
    color: #333333;
}

.card-body-custom p {
    font-size: 16px;
    font-weight: 400;
    color: #12141D;
    margin-bottom: 15px;
}

.card-body-custom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-body-custom ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    padding-left: 15px;
    position: relative;
    color: #12141D;
}

.card-body-custom ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #12141D;
    font-weight: 700;
}

.project-item,
.healthcare-item {
    display: none;
}

.service-item {
    margin-bottom: 26px;
}

.industries-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-heading {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: left;
    /* Image-er moto bame rakha hoyeche */
    color: #333;
}

.industries-grid {
    display: grid;
    /* Desktop e 4 ti card pashapashi thakbe */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.industry-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.industry-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.industry-item img {
    transition: 0.3s;
    height: 44px;
    object-fit: cover;
}

.industry-item p {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 20px;
    margin: 10px 0 0 0;
    line-height: 1.3;
}

/* Highlight item style */
.industry-item.highlight {
    background-color: #0056b3;
    border-color: #0056b3;
}

.industry-item:hover p {
    color: #ffffff;
}

.industry-item:hover img {
    filter: brightness(0) invert(1);
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .industries-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading {
        font-size: 26px;
        text-align: center;
    }
}

@media (max-width: 639px) {
    .industries-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
}

/* Responsive */
@media(max-width:991px) {
    .project-sidebar {
        margin-top: 40px;
    }
}

@media(max-width:991px) {
    .inner-banner h1 {
        font-size: 32px;
    }
}

/* ======================================================
   TAB & MOBILE RESPONSIVE (991px and below)
   ====================================================== */
@media (max-width: 1620px) {
    .about-content-box .main-title {
        font-size: 50px;
    }

    .value-slide {
        height: 450px;
    }

    .value-name {
        font-size: 30px;
    }

    .leader-name {
        font-size: 26px;

    }
}

@media (max-width: 1400px) {
    .section-title {
        font-size: 60px;
    }

    .service-bullets li {
        font-size: 16px;
    }

    .hero-content h1 {
        font-size: 100px;
    }
}

@media (max-width: 1299px) {
    .hero-content h1 {
        font-size: 84px;
    }

    .hero-content {
        max-width: 800px;
    }

    .hero-content p {
        font-size: 20px;
    }

    .section-title {
        font-size: 50px;
    }

    .section-desc {
        font-size: 18px;
    }

    .about-img {
        height: 540px;
    }

    .bottom-shape {
        bottom: 19px;
        left: 14%;
        transform: skewX(10deg);
        width: 99px;
        height: 220px;
    }

    .view-all {
        font-size: 18px;
        min-width: 234px;
        text-align: center;
    }

    .year-outline {
        font-size: 126px;
    }

    .main-title {
        font-size: 65px;
    }
}

@media (max-width: 1199px) {
    .hero-area {
        height: 100vh;
        min-height: 700px;
    }

    .hero-content h1 {
        font-size: 62px;
    }

    .section-title {
        font-size: 42px;
    }

    .project-info-side h3 {
        font-size: 33px;
    }

    .project-info-side h3 {
        font-size: 33px;
    }
}

@media (max-width: 1024px) {
    .top-bar .flex-between {
        gap: 20px;
    }

    .hero-area {
        height: auto;
        min-height: 700px;
    }

    .main-title {
        font-size: 50px;
    }

    .year-outline {
        font-size: 100px;
    }

    .timeline-img-wrapper img {
        height: 500px;
    }

    .timeline-list li {
        align-items: flex-start;
    }

    .timeline-shape-top {
        right: 10%;
    }

    .projects-section {
        padding: 50px 0;
    }

    .timeline-section {
        padding: 50px 0;
    }

    .liner-slider {
        padding: 50px 0;
    }

    .services-section {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {

    /* Header & Navigation */
    .custom-fluid {
        padding: 0 20px;
    }

    .hamburger {
        display: block;
    }

    .desktop-hide {
        display: none;
    }

    .nav-links-wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: var(--primary-color);
        padding: 80px 40px;
        transition: 0.4s;
        z-index: 1001;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }

    .nav-links-wrapper.active {
        right: 0;
    }

    .close-btn {
        display: block;
        position: absolute;
        top: 25px;
        left: 25px;
        font-size: 35px;
        color: #fff;
        cursor: pointer;
    }

    .main-menu-list {
        flex-direction: column;
        gap: 20px;
    }

    .sub-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        background: #fafafa;
    }

    /* Titles & Text Content */
    .hero-content h1 {
        font-size: 40px;
    }

    .section-title {
        font-size: 35px;
    }

    .section-title-dark,
    .service-main-title {
        font-size: 40px;
    }

    .about-text,
    .about-text-content {
        padding-left: 0;
        text-align: center;
    }

    .section-desc {
        margin: 0 auto;
    }

    /* Image & Layout Wrappers */
    .about-img-wrapper {
        margin-bottom: 0;
    }

    .liner-slider-box {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        transform: none;
        margin-top: 18px;
    }

    /* Projects Section */
    .project-card {
        flex-direction: column;
    }

    .project-img-side,
    .project-info-side {
        width: 100%;
    }

    .project-info-side {
        padding: 30px;
    }

    /* .project-prev,
    .project-next {
        width: 35px !important;
        height: 35px !important;
    } */

    /* Timeline & Swiper Section */
    .image-container {
        clip-path: none;
        margin-bottom: 30px;
    }

    .year-outline {
        font-size: 5rem;
        text-align: center;
    }

    .timeline-divider {
        margin: 0 auto 20px;
    }

    .slide-title,
    .timeline-list {
        text-align: center;
    }

    .timeline-list li {
        justify-content: center;
    }

    .mySwiperText {
        height: auto;
        padding-bottom: 50px;
    }
}


/* ======================================================
   MOBILE ONLY (768px and below)
   ====================================================== */
@media (max-width: 768px) {

    /* Services */
    .service-bullets {
        flex-direction: column;
        gap: 5px;
    }

    .service-list-item {
        text-align: center;
    }

    .text-md-end {
        text-align: center !important;
        margin-top: 20px;
    }

    /* Footer */
    .bg-footer-text {
        font-size: 12vw;
    }

    .footer-nav {
        flex-wrap: wrap;
        gap: 15px !important;
    }
}

/* ============================= */
/* BLOG COMMON STYLES */
/* ============================= */

.blog-section,
.blog-details {
    padding: 80px 0;
}

.blog-card {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: 0.3s;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-content {
    padding: 25px;
}

.blog-content span {
    font-size: 14px;
    color: #777;
}

.blog-content h3 {
    font-size: 20px;
    margin: 10px 0;
}

.blog-content p {
    font-size: 15px;
    line-height: 1.6;
}

#load-more {
    padding: 12px 35px;
    background: #0d6efd;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 40px;
    font-weight: 600;
}

#load-more:hover {
    background: #000;
}

/* ============================= */
/* BLOG DETAILS PAGE */
/* ============================= */

.blog-details-content img {
    width: 100%;
    margin-bottom: 20px;
}

.meta {
    margin-bottom: 20px;
    color: #777;
    font-size: 14px;
}

.blog-details-content .content {
    line-height: 1.8;
    font-size: 16px;
}

/* ============================= */
/* SOCIAL SHARE */
/* ============================= */

.social-share {
    margin-top: 40px;
}

.social-share h5 {
    margin-bottom: 15px;
}

.social-share a {
    display: inline-block;
    margin-right: 15px;
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
}

.social-share a:hover {
    text-decoration: underline;
}

/* ============================= */
/* AUTHOR BOX */
/* ============================= */

.author-box {
    margin-top: 50px;
    padding: 25px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
}

.author-img {
    margin-right: 20px;
}

.author-info h4 {
    margin-bottom: 10px;
}

/* ============================= */
/* SIDEBAR */
/* ============================= */

.sidebar {
    padding-left: 30px;
}

.sticky-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-box {
    background: #f8f9fa;
    padding: 25px;
    margin-bottom: 30px;
}

.sidebar-box h4 {
    margin-bottom: 20px;
}

.recent-post a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recent-post img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

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

.sidebar ul li a {
    text-decoration: none;
    color: #333;
}

.sidebar ul li a:hover {
    color: #0d6efd;
}

.sidebar .search-form {
    position: relative;
    width: 100%;
}

.sidebar .search-form label {
    width: 100%;
    margin-bottom: 0;
}

.sidebar .search-field {
    width: 100%;
    height: 50px;
    padding: 0 120px 0 20px;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-size: 15px;
    outline: none;
    transition: 0.3s ease;
}

.sidebar .search-field:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 8px rgba(13, 110, 253, 0.2);
}

.sidebar .search-submit {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    padding: 0 20px;
    border: none;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.sidebar .search-submit:hover {
    background: #000;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 991px) {

    .sidebar {
        padding-left: 0;
        margin-top: 40px;
    }

    .sticky-sidebar {
        position: relative;
        top: 0;
    }

    .scrolling-text {
        font-size: 10px;
    }

    /* .hero-area {
        min-height: 560px;
    } */

    .top-shape {
        transform: skewX(16deg);
    }

    .bottom-shape {
        transform: skewX(16deg);
    }

    .service-list-block {
        padding: 0;
    }

    .service-list-item {
        padding: 20px 0;
    }

    .project-info-side {
        gap: 10px;
    }

    .timeline-list li span {
        margin-right: 8px;
    }

    .timeline-list li {
        align-items: center;
    }

    .timeline-shape-bottom {
        transform: skewX(14deg);
        left: 8%;
    }

    .timeline-shape-top {
        transform: skewX(12deg);
        right: 6%;
    }

    hr {
        margin: 10px 0;
    }

    .hero-content h1 {
        font-size: 70px;
    }

    .hero-content p {
        font-size: 18px;
    }

    #menu-footer-manu {
        justify-content: center !important;
    }

    .copyright-text {
        text-align: center !important;
    }

    .status-ribbon {
        bottom: 30px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    .inner-banner {
        padding: 140px 0 30px;
    }

    .blog-card img {
        height: 200px;
    }

    .author-box {
        flex-direction: column;
        text-align: center;
    }

    .author-img {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .about-content-box {
        padding-left: 0;
    }

    .hero-area.inner-banner .hero-content h1 {
        font-size: 30px;
        line-height: 1.6;
    }

    .blog-details-content img {
        object-fit: cover;
    }

    .blog-details {
        padding-bottom: 0;
    }

    .contact-section {
        padding: 40px 0;
    }

    .address-box {
        font-size: 16px;
    }

    .map-box {
        height: auto;
    }

    .map-box iframe {
        width: 100%;
    }

    .map-area {
        width: auto;
    }

    .contact-block {
        gap: 20px;
    }

    .contact-block {
        margin-bottom: 30px;
    }

    .header-section {
        margin-bottom: 20px;
    }

    .project-navigation {
        margin-top: 20px !important;
    }

    .project-details-section {
        padding: 40px 0px 0;
    }

    .wp-block-list {
        padding-left: 10px;
    }

    .status-ribbon {
        bottom: 14px;
    }
}

@media (max-width: 540px) {

    .about-block {
        padding: 50px 0;
    }

    .about-img {
        height: 302px;
    }

    .service-bullets li {
        text-align: left;
    }

    .projects-block {
        flex-direction: column;
    }

    .project-info-side h3 {
        font-size: 20px;
    }

    .project-info-side p {
        font-size: 15px;
    }

    .project-info-side {
        padding: 30px 20px;
    }

    .project-prev,
    .project-next {
        width: 40px !important;
        height: 40px !important;
    }

    .project-prev {
        left: 15px !important;
    }

    .project-next {
        right: 15px !important;
    }

    .timeline-slider {
        padding-top: 0;
    }

    .timeline-shape-top {
        transform: skewX(5deg);
        right: 5%;
    }

    .timeline-shape-bottom {
        transform: skewX(5deg);
        left: 6%;
        bottom: -10px;
    }

    .footer-bg-text {
        padding: 0;
    }

    .hero-btns {
        flex-direction: column;
        text-align: center;
        margin-top: 30px;
    }

    .hero-badge {
        justify-content: center;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .hero-content h1,
    .hero-content p {
        text-align: center;
    }

    .top-shapeP {
        transform: skewX(11deg);
        top: -4px;
        right: 11%;
    }

    .main-title {
        font-size: 30px;
    }

    .sub-title p {
        font-size: 15px;
    }

    .section-title {
        font-size: 24px;
    }

    .about-section p {
        font-size: 16px;
        line-height: 1.8;
    }

    .about-content-box .main-title {
        font-size: 30px;
    }

    .top-row {
        margin-bottom: 10px;
    }

    .vision-box img {
        margin-bottom: 20px;
    }

    .sub-heading {
        font-size: 30px;
    }

    .mission-box {
        padding-top: 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .values-section {
        padding: 60px 0 0;
    }

    .values-section .swiper {
        margin-top: 40px;
    }

    .leadership-section {
        padding: 40px 0;
    }

    .services-main {
        padding: 30px 0;
    }

    .tab-item {
        padding: 15px 20px;
        font-size: 20px;
    }

    .tab-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .tab-item {
        padding: 15px 10px;
        font-size: 14px;
    }

    .card-body-custom {
        padding: 20px;
    }

    .custom-card {
        height: auto;
    }

    .service-item {
        margin-bottom: 0px;
    }

    .card-body-custom h4 {
        font-size: 20px;
    }

    .project-main {
        padding: 30px 0;
    }

    .project-row {
        margin-top: 10px;
    }

    .healthcare-block {
        padding-top: 30px;
    }

    .healthcare-section {
        padding: 30px 0;
    }

    .blog-section,
    .blog-details {
        padding: 40px 0;
    }

    .blog-card {
        height: auto;
    }

    .hero-area.inner-banner {
        min-height: auto;
    }

    .sub-heading {
        font-size: 20px;
    }

    .project-img-side img {
        height: 250px;
    }
}

.contact-form-block {
    padding: 40px 0;
}

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 1150px;
    margin: auto;
}

.contact-form .form-group p br {
    display: none;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all .3s ease;
    background: #fafafa;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #0d6efd;
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.contact-form textarea {
    height: 150px;
    resize: none;
}

.contact-form .btn-line {
    background-color: #0D2F5F;
    color: #fff;
    font-size: 20px;
}

.contact-form .btn-line:hover {
    background-color: #000;
    color: #fff;
}