/* ===================================================================================

* Theme Name: Barsi Child
* Theme URI: https://themexriver.com/wp/barsi
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: Architecture & Interior WordPress Theme
* Version: 1.0.0
* Template: barsi
* Text Domain: barsi-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Tested up to: 6.6
* Requires PHP: 7.4

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of barsi updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.bs-about-5-feature ul {
	display: flex !important;
	flex-direction: column !important;
}
.bs-about-5-feature ul li strong {
	font-size: 25px; 
	font-family: 'eicons' !important;
}

@media (min-width: 992px) {
    .bs-header-5-area {
        background: transparent !important;
    }
}

.bs-header-5-area {
	background: transparent !important;
}

/* Hero Title – Reduced Size */
.bs-hero-5-title-1 {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--bs-clr-white-1);
}

/* Large desktops */
@media (min-width: 1400px) {
  .bs-hero-5-title-1 {
    font-size: 64px;
  }
}

/* Desktops / laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-5-title-1 {
    font-size: 58px;
  }
}

/* Small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-5-title-1 {
    font-size: 54px;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .bs-hero-5-title-1 {
    font-size: 48px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .bs-hero-5-title-1 {
    font-size: 44px;
    letter-spacing: -0.02em;
  }
}

/* Hero Title 3 – CONSTRUCTIONS (Reduced Size) */
.bs-hero-5-title-3 {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--bs-clr-white-1);
}

/* Large desktops */
@media (min-width: 1400px) {
  .bs-hero-5-title-3 {
    font-size: 64px;
  }
}

/* Desktops / laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-5-title-3 {
    font-size: 58px;
  }
}

/* Small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-5-title-3 {
    font-size: 54px;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .bs-hero-5-title-3 {
    font-size: 48px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .bs-hero-5-title-3 {
    font-size: 30px;
    letter-spacing: -0.02em;
  }
}



/* Hero Title 2 – COMMERCIAL (Reduced from original) */
.bs-hero-5-title-2 {
    font-size: 80px !important;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--bs-clr-pr-1);
    line-height: 1;
}

/* Large screens */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-hero-5-title-2 {
        font-size: 80px !important;
    }
}

/* Medium desktops */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-hero-5-title-2 {
        font-size: 74px !important;
    }
}

/* Small desktops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bs-hero-5-title-2 {
        font-size: 68px !important;
    }
}

/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bs-hero-5-title-2 {
        font-size: 56px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .bs-hero-5-title-2 {
        font-size: 48px !important;
        letter-spacing: -0.02em;
    }
}


.bs-price-5-tabs-pane-single .item-price .dollar {
  color: var(--bs-clr-pr-1);
  font-size: 36px;
  font-weight: 800;
  transform: translateY(0px);
}
.bs-price-5-tabs-pane-single .item-price .price {
  font-size: 35px;
  font-weight: 700;
}
.bs-price-5-tabs-pane-single .item-price .time {
  font-size: 18px;
  font-weight: 400;
}

.bs-team-5-member .content {
	display: none;
}
.elementor-25 .elementor-element.elementor-element-6598a66 .elementor-image-box-title {
	text-align: center;
}
.elementor-25 .elementor-element.elementor-element-2f40873 .elementor-image-box-title { 
	text-align: center;
}
.elementor-25 .elementor-element.elementor-element-f3a9ca5 .elementor-image-box-title {
	text-align: center;
}
.bs-video-5-area {
	height: 100vh !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bs-office-1-wrap {
        grid-template-columns: 1fr auto !important;
        margin-right: 0px;
        align-items: end;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bs-office-1-wrap {
        margin-right: 0px;
        grid-template-columns: 1fr auto !important;
    }
}
.bs-hero-5-btn {
	display: none !important;
}



 .leadership-container {
            max-width: 1200px;
            margin: 0 auto;
        }

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

        .section-title {
            font-size: 42px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
        }

        .section-subtitle {
            font-size: 18px;
            color: #666;
            font-weight: 400;
        }

        .leaders-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            gap: 40px;
/*             margin-bottom: 40px; */
        }

        .leader-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 48px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            border: 1px solid #e5e5e5;
            position: relative;
            overflow: hidden;
            min-height: 480px;
            display: flex;
            flex-direction: column;
        }

        .leader-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, #000 0%, #444 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .leader-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
            border-color: #d0d0d0;
        }

        .leader-card:hover::before {
            opacity: 1;
        }

        .leader-header {
            margin-bottom: 28px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e5e5e5;
        }

        .leader-name {
            font-size: 26px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 8px;
            letter-spacing: -0.3px;
        }

        .leader-designation {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            color: #666666;
        }

        .leader-bio {
            color: #2d2d2d;
            font-size: 15.5px;
            line-height: 1.75;
            flex-grow: 1;
        }

        .leader-bio p {
            margin-bottom: 18px;
        }

        .leader-bio p:last-child {
            margin-bottom: 0;
        }

        /* Animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .leader-card {
            animation: fadeInUp 0.6s ease forwards;
        }

        .leader-card:nth-child(2) {
            animation-delay: 0.15s;
        }

        /* Responsive */
        @media (max-width: 1100px) {
            .leaders-grid {
                grid-template-columns: 1fr;
            }
        }

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

            .section-subtitle {
                font-size: 16px;
            }

            .leader-card {
                padding: 32px 24px;
            }

            .leader-name {
                font-size: 22px;
            }

            .leader-designation {
                font-size: 12px;
            }

            .leader-bio {
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 20px 16px;
            }

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

            .leaders-grid {
                gap: 24px;
            }
        }
.bs-testimonial-5-img {
	padding-top: 100px;
}
@media (max-width: 767px) {
    .bs-services-5-item-single {
        flex-wrap: wrap;
        font-size: medium !important;
    }
}