.container-fluid .slider_content {
    padding: 100px 0px 100px 0px;
}

.text-brown {
    color: #552C07;
}

.text-blue {
    color: #193B7F;
}

/* Parees Custom Styles - Slider Content Bottom Alignment */

:root {
    --parees-orange: #ffb435;
}

.slider.style_two .slide-item-content {
    min-height: 650px;
    display: flex;
    flex-direction: column;
}

.slider.style_two .slide-item-content .container-fluid {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.slider.style_two .slide-item-content .container-fluid .row {
    flex: 1;
    min-height: 100%;
}

.slider.style_two .slide-item-content .slider_content {
    padding: 50px 50px 50px 50px;
    margin-top: auto;
}

/* Parees Heading Styles */
.parees-heading-orange {
    font-size: 48px;
    font-weight: 700;
    color: var(--parees-orange);
    font-family: 'Spartan', sans-serif;
    line-height: 1.2;
    margin-bottom: 0;
}

.parees-heading-black {
    font-size: 46px;
    font-weight: 700;
    color: #000;
    font-family: 'Spartan', sans-serif;
    line-height: 1.1;
    margin-bottom: 0;
}

.parees-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
}

/* Request a Quote Button */
.parees-quote-btn {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid var(--parees-orange) !important;
    padding: 14px 40px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-transform: none !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.parees-quote-btn:hover {
    background: var(--parees-orange) !important;
    color: #fff !important;
    border-color: var(--parees-orange) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

/* Video Styling */

.slider .owl-prev::before,
.slider .owl-next::before {
    display: none !important;
}

.slider .owl-prev::before,
.slider .owl-next::after {
    display: none !important;
}

.slider.style_two .slide-item-content .slider_image {
    height: 650px;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    z-index: 15;
}

.slider.style_two .slide-item-content .slider_image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
    max-width: none !important;
    z-index: 16;
}

.slider.style_two .slide-item-content .image_column {
    position: relative;
    z-index: 15;
}

.slider.style_two .slide-item-content .image-layer {
    z-index: 1;
}

/* INSIGHTS Heading and Navigation Arrows - Spanning Both Columns */
.slider.style_two .slide-item-content .container-fluid {
    position: relative;
}

.insights-heading-wrapper {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    padding: 0 50px;
}

.insights-heading {
    position: relative;
    font-size: 90px;
    font-weight: 700;
    left: -120px;
    line-height: 1;
    color: #fff;
    -webkit-text-stroke: 3px var(--parees-orange);
    text-stroke: 3px var(--parees-orange);
    font-family: 'Spartan', sans-serif;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 30px;
}

.insights-nav-arrows {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
    left: -105px;
    z-index: 21;
}

.insights-arrow-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    outline: none;
    position: relative;
}

.insights-arrow-btn.insights-prev {
    background: var(--parees-orange);
    color: #fff;
}

.insights-arrow-btn.insights-next {
    background: #fff;
    color: var(--parees-orange);
    border: 2px solid var(--parees-orange);
}

.insights-arrow-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .parees-heading-black {
        font-size: 48px;
    }

    .parees-heading-orange {
        font-size: 42px;
    }

    .insights-heading {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .slider.style_two .slide-item-content {
        min-height: 500px;
    }

    .slider.style_two .slide-item-content .slider_content {
        padding: 30px 20px 30px 20px;
    }

    .parees-heading-black {
        font-size: 42px;
    }

    .parees-heading-orange {
        font-size: 36px;
    }

    /* TABLET VIDEO VISIBILITY FIX - Added for 768px-991px */
    .slider.style_two .slide-item-content .slider_image {
        height: 400px;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        overflow: hidden;
        width: 100%;
    }

    .slider.style_two .slide-item-content .slider_image video {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 16 !important;
    }

    .slider.style_two .slide-item-content .image_column {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 15 !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .slider.style_two .slide-item-content .image_column.pe-0 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    /* Ensure row layout works properly on tablet */
    .slider.style_two .slide-item-content .container-fluid .row {
        flex-direction: column;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-5 {
        order: 2;
        margin-bottom: 20px;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-7 {
        order: 1;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-5 .slider_content {
        text-align: center;
        padding-top: 20px;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-5 .parees-cta {
        display: flex;
        justify-content: center;
    }

    .insights-heading-wrapper {
        top: 40px;
        padding: 0 20px;
    }

    .insights-heading {
        font-size: 70px;
        left: 0;
        -webkit-text-stroke: 2px var(--parees-orange);
        text-stroke: 2px var(--parees-orange);
        margin-bottom: 20px;
    }

    .insights-nav-arrows {
        left: 0;
    }
}

@media (max-width: 767px) {
    .slider.style_two .slide-item-content {
        min-height: auto;
    }

    .slider.style_two .slide-item-content .container-fluid {
        padding: 0 15px;
    }

    .slider.style_two .slide-item-content .slider_content {
        padding: 30px 15px 30px 15px;
        margin-top: 0;
    }

    .parees-heading-black {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .parees-heading-orange {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .parees-description {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .parees-quote-btn {
        padding: 12px 25px !important;
        font-size: 13px !important;
        width: 100%;
        max-width: 250px;
        text-align: center;
    }

    .slider.style_two .slide-item-content .slider_image {
        height: 250px;
        margin-top: 20px;
        position: relative;
        display: block !important;
        width: 100%;
        overflow: hidden;
        visibility: visible !important;
        z-index: 15;
    }

    .slider.style_two .slide-item-content .slider_image video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100%;
        min-width: 100%;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 16;
    }

    .slider.style_two .slide-item-content .slider_image video.img-fluid {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }

    .slider.style_two .slide-item-content .image_column {
        display: block !important;
        padding: 0 !important;
        visibility: visible !important;
        position: relative;
        z-index: 15;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .slider.style_two .slide-item-content .image-layer {
        z-index: 1;
    }

    .insights-heading-wrapper {
        top: 20px;
        padding: 0 15px;
        position: relative;
    }

    .insights-heading {
        font-size: 45px;
        left: 0;
        -webkit-text-stroke: 2px var(--parees-orange);
        text-stroke: 2px var(--parees-orange);
        margin-bottom: 15px;
        letter-spacing: -1px;
    }

    .insights-nav-arrows {
        left: 0;
        gap: 10px;
    }

    .insights-arrow-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .slider.style_two .slide-item-content .container-fluid .row {
        flex-direction: column;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-5 {
        order: 2;
        margin-bottom: 20px;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-7 {
        order: 1;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-7.image_column {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .slider.style_two .slide-item-content .slider_image._flipInX {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-5 .slider_content {
        text-align: center;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-5 .parees-cta {
        display: flex;
        justify-content: center;
    }
}

/* Tablet Small (576px - 998px) - Additional Video Visibility Fix */
@media (max-width: 998px) {
    .slider.style_two .slide-item-content {
        min-height: auto;
    }

    .slider.style_two .slide-item-content .container-fluid {
        padding: 0 15px;
    }

    .slider.style_two .slide-item-content .slider_content {
        padding: 30px 15px 30px 15px;
        margin-top: 0;
    }

    /* TABLET SMALL VIDEO VISIBILITY FIX */
    .slider.style_two .slide-item-content .slider_image {
        height: 300px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        overflow: hidden;
        width: 100%;
        margin-top: 20px;
    }

    .slider.style_two .slide-item-content .slider_image video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        min-height: 100% !important;
        min-width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 16 !important;
    }

    .slider.style_two .slide-item-content .slider_image video.img-fluid {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }

    .slider.style_two .slide-item-content .image_column {
        display: block !important;
        padding: 0 !important;
        visibility: visible !important;
        position: relative !important;
        z-index: 15 !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .slider.style_two .slide-item-content .image_column.pe-0 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .slider.style_two .slide-item-content .image-layer {
        z-index: 1;
    }

    /* Row layout for tablet small */
    .slider.style_two .slide-item-content .container-fluid .row {
        flex-direction: column;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-5 {
        order: 2;
        margin-bottom: 20px;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-7 {
        order: 1;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-7.image_column {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .slider.style_two .slide-item-content .slider_image._flipInX {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-5 .slider_content {
        text-align: center;
        padding-top: 20px;
    }

    .slider.style_two .slide-item-content .container-fluid .row .col-lg-5 .parees-cta {
        display: flex;
        justify-content: center;
    }

    .parees-heading-black {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .parees-heading-orange {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .parees-description {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .parees-quote-btn {
        padding: 12px 25px !important;
        font-size: 13px !important;
        width: 100%;
        max-width: 250px;
        text-align: center;
    }

    .insights-heading-wrapper {
        top: 20px;
        padding: 0 15px;
        position: relative;
    }

    .insights-heading {
        font-size: 50px;
        left: 0;
        -webkit-text-stroke: 2px var(--parees-orange);
        text-stroke: 2px var(--parees-orange);
        margin-bottom: 15px;
        letter-spacing: -1px;
    }

    .insights-nav-arrows {
        left: 0;
        gap: 10px;
    }

    .insights-arrow-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .insights-heading {
        font-size: 38px;
    }

    .parees-heading-black {
        font-size: 24px;
    }

    .parees-heading-orange {
        font-size: 20px;
    }

    .slider.style_two .slide-item-content .slider_image {
        height: 200px;
        position: relative;
        display: block !important;
        width: 100%;
        overflow: hidden;
        visibility: visible !important;
        z-index: 15;
    }

    .slider.style_two .slide-item-content .slider_image video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100%;
        min-width: 100%;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 16;
    }

    .slider.style_two .slide-item-content .slider_image video.img-fluid {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }

    .insights-arrow-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}

/* About Parees Section Styles */
.about-parees-section {
    padding: 80px 0;
    position: relative;
}

.about-subheading {
    color: #193B7F;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Spartan', sans-serif;
}

.about-main-title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 30px;
}

.about-intro {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.mission-title,
.vision-title {
    color: #193B7F;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mission-text,
.vision-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Statistics Section */
.statistics-section {
    padding-left: 0;
}

.stat-item {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
}

.stat-bar {
    width: 10px;
    min-height: 120px;
    background: var(--parees-orange);
    margin-right: 25px;
    flex-shrink: 0;
    border-radius: 2px;
}

.stat-content {
    flex: 1;
    padding-top: 5px;
}

.stat-number {
    font-size: 38px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    line-height: 1;
    font-family: 'Spartan', sans-serif;
    letter-spacing: -1px;
}

.stat-label {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 1199px) {
    .about-main-title {
        font-size: 42px;
    }

    .stat-number {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .about-parees-section {
        padding: 60px 0;
    }

    .about-main-title {
        font-size: 36px;
    }

    .stat-number {
        font-size: 48px;
    }

    .stat-bar {
        width: 8px;
        min-height: 100px;
        margin-right: 20px;
    }

    .stat-label {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .about-parees-section {
        padding: 40px 0;
    }

    .about-main-title {
        font-size: 28px;
    }

    .stat-number {
        font-size: 40px;
    }

    .stat-bar {
        width: 6px;
        min-height: 80px;
        margin-right: 15px;
    }

    .stat-label {
        font-size: 14px;
    }

    .statistics-section {
        margin-top: 40px;
    }
}

/* Header Menu Styles */
:root {
    --parees-orange: #ffb435;
    --parees-dark-blue: #1E3A5F;
    --parees-brown: #8B6F47;
}

.header .navigation_menu .navbar_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header .navigation_menu .navbar_nav .nav-link {
    color: var(--parees-brown);
    font-weight: 500;
    font-size: 15px;
    padding: 8px 15px 10px 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.header .navigation_menu .navbar_nav .nav-link.active,
.header .navigation_menu .navbar_nav li.active>.nav-link {
    color: #ffb435 !important;
    font-weight: 600 !important;
}

.header .navigation_menu .navbar_nav .nav-link.active::after,
.header .navigation_menu .navbar_nav li.active>.nav-link::after,
.header .navigation_menu .navbar_nav li.menu-item-has-children:has(.dropdown-menu .nav-link.active)>.nav-link::after,
.header .navigation_menu .navbar_nav li.menu-item-has-children.has-active-child>.nav-link::after {
    content: '' !important;
    position: absolute !important;
    color: #ffb435 !important;
    bottom: 0 !important;
    left: 15px !important;
    right: 15px !important;
    height: 3px !important;
    background: #ffb435 !important;
    z-index: 1 !important;
    display: block !important;
    border-radius: 2px 2px 0 0 !important;
}

.header .navigation_menu .navbar_nav li.menu-item-has-children:has(.dropdown-menu .nav-link.active)>.nav-link,
.header .navigation_menu .navbar_nav li.menu-item-has-children.has-active-child>.nav-link {
    color: #ffb435 !important;
    font-weight: 600 !important;
}

.header .navigation_menu .navbar_nav li.menu-item-has-children:has(.dropdown-menu .nav-link.active)>.nav-link .text-brown,
.header .navigation_menu .navbar_nav li.menu-item-has-children.has-active-child>.nav-link .text-brown {
    color: #ffb435 !important;
}

.header .navigation_menu .navbar_nav .nav-link:hover {
    color: #ffb435;
}

.header .navigation_menu .navbar_nav li.active>.nav-link .text-brown {
    color: #ffb435 !important;
}

.header .navigation_menu .navbar_nav .nav-link i.fa-plus {
    font-size: 10px;
    margin-left: 4px;
    color: var(--parees-brown);
}

.header .navigation_menu .navbar_nav .nav-link.active i.fa-plus {
    color: var(--parees-orange) !important;
}

/* Send A Quote Button */
.send-quote-btn {
    background: var(--parees-dark-blue) !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    border: none !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.send-quote-btn:hover {
    background: #193B7F !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
    color: #fff !important;
}

/* Responsive Header */
@media (max-width: 991px) {
    .header .navigation_menu .navbar_nav {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .header .header_content_collapse {
        display: none !important;
    }

    .header .navbar_togglers {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .header .navigation_menu .navbar_nav {
        gap: 15px;
    }

    .send-quote-btn {
        padding: 10px 20px !important;
        font-size: 12px !important;
    }

    .header .header_content_collapse {
        display: none !important;
    }

    .header .navbar_togglers.hamburger_menu {
        display: block !important;
    }

    .header .navigation_menu .navbar_nav {
        display: none !important;
    }

    .header .menu_column {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
    line-height: 25px !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 5px;
    width: 5px;
    line-height: 4px;
    text-align: center;
}

/* About Texture Image */
.texture-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 200px;
    opacity: 0.8;
}

.texture-image img {
    width: 60px;
    height: 200px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .texture-image {
        width: 50px;
        height: 120px;
    }

    .texture-image img {
        width: 50px;
        height: 120px;
    }
}

@media (max-width: 767px) {
    .texture-image {
        width: 40px;
        height: 100px;
        opacity: 0.6;
    }

    .texture-image img {
        width: 40px;
        height: 100px;
    }
}

.texture-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 200px;
    opacity: 0.8;
}

.texture-image-right img {
    width: 60px;
    height: 200px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .texture-image-right {
        width: 50px;
        height: 120px;
    }

    .texture-image-right img {
        width: 50px;
        height: 120px;
    }
}

@media (max-width: 767px) {
    .texture-image-right {
        width: 40px;
        height: 100px;
        opacity: 0.6;
    }

    .texture-image-right img {
        width: 40px;
        height: 100px;
    }
}

/* Section Three - Background Video with Overlay */
.section-three {
    position: relative;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
    padding: 80px 0;
}

.section-three .video-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-three .video-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
}

.section-three .bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.section-three .container-sm {
    position: relative;
    z-index: 3;
}

/* Services Content Styles */
.services-content {
    text-align: center;
    color: #fff;
}

.services-subheading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-heading {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
    line-height: 1.2;
}

.services-grid {
    margin-top: 40px;
}

.service-item {
    text-align: left;
    padding: 30px;
    background: transparent;
    /* border-radius: 8px; */
    height: 100%;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #1E3A5F;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}

.service-arrow i {
    font-size: 14px;
}

.service-title {
    font-size: 22px;
    font-weight: 700;
    color: #1E3A5F;
    margin-bottom: 15px;
    font-family: 'Spartan', sans-serif;
}

.service-description {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 991px) {
    .section-three {
        min-height: auto;
        padding: 60px 0;
    }

    .services-heading {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .section-three {
        padding: 40px 0;
    }

    .services-heading {
        font-size: 28px;
    }

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

/* Section Four - How We Work */
.section-four {
    padding: 80px 0;
    position: relative;
    background: #f5f5f5;
}

.section-four .texture-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 200px;
    opacity: 0.8;
}

.section-four .texture-image img {
    width: 60px;
    height: 200px;
    object-fit: cover;
}

/* Work Image Wrapper */
.work-image-wrapper {
    position: relative;
    height: 600px;
    overflow: hidden;
    /* border-radius: 8px; */
}

.work-background-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: opacity 0.3s ease-in-out;
}

/* Blue Box */
.work-blue-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #1E3A5F;
    padding: 20px 25px;
    border-radius: 0px;
    z-index: 10;
    min-width: 200px;
}

.work-box-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Spartan', sans-serif;
}

.work-box-subtitle {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}

.work-box-arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: var(--parees-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.work-box-arrow i {
    color: #fff;
    font-size: 12px;
}

/* How We Work Panel */
.how-we-work-panel {
    position: relative;
    padding: 50px 30px;
    background-image: url('/assets/images/black-texture.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 500px;
}

.how-we-work-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.how-we-work-panel>* {
    position: relative;
    z-index: 2;
}

.how-we-work-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.work-steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-step {
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    font-family: 'Spartan', sans-serif;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.work-step:last-child {
    border-bottom: none;
}

.work-step.active {
    color: var(--parees-orange);
    padding-left: 30px;
}

.work-step.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background: var(--parees-orange);
}

.work-step-arrow {
    margin-right: 10px;
    color: var(--parees-orange);
}

/* Desktop positioning for how-we-work-column */
@media (min-width: 992px) {
    .how-we-work-column {
        top: -150px;
        left: -150px;
        position: relative;
    }

    .section-four-row {
        background-size: 300px 550px;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .section-four {
        padding: 60px 0;
    }

    .how-we-work-column {
        top: 0;
        left: 0;
        position: relative;
        margin-top: 0;
    }

    .work-image-wrapper {
        height: 400px;
        margin-bottom: 40px;
    }

    .how-we-work-panel {
        padding: 40px 30px;
        min-height: auto;
    }

    .how-we-work-title {
        font-size: 36px;
    }

    .work-connecting-line {
        display: none;
    }

    .section-four-row {
        background-size: 200px 400px;
        background-position: right bottom;
    }
}

@media (max-width: 767px) {
    .section-four {
        padding: 40px 0;
    }

    .how-we-work-column {
        top: 0;
        left: 0;
        position: relative;
        margin-top: 0;
    }

    .work-image-wrapper {
        height: 300px;
        margin-bottom: 30px;
    }

    .how-we-work-panel {
        padding: 30px 20px;
        min-height: auto;
    }

    .how-we-work-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .work-step {
        font-size: 16px;
        padding: 12px 0;
    }

    .work-blue-box {
        min-width: 150px;
        padding: 15px 20px;
    }

    .work-box-title {
        font-size: 16px;
    }

    .work-box-subtitle {
        font-size: 12px;
    }

    .section-four-row {
        background-size: 150px 300px;
        background-position: right bottom;
    }

    .work-steps-list {
        margin-top: 20px;
    }
}

/* Section Five - Survey Cards Carousel */
.section-five {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.survey-card {
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.survey-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.card-img-wrapper {
    height: 250px;
    background: #f5f5f5;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.survey-card .card-title {
    font-size: 20px;
    color: #1E3A5F;
    font-family: 'Spartan', sans-serif;
    line-height: 1.4;
}

.survey-card .card-text {
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

.read-more-link {
    color: var(--parees-orange) !important;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Spartan', sans-serif;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: var(--parees-orange) !important;
    transform: translateX(5px);
}

.read-more-link i {
    transition: transform 0.3s ease;
}

.read-more-link:hover i {
    transform: translateX(5px);
}

/* Owl Carousel Dots Styling for Section Five */
.section-five .owl-dots {
    margin-top: 40px;
    text-align: center;
}

.section-five .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d0d0d0;
    margin: 0 6px;
    display: inline-block;
    transition: all 0.3s ease;
}

.section-five .owl-dots .owl-dot.active {
    background: #1E3A5F;
    width: 30px;
    border-radius: 15px;
}

.section-five .owl-dots .owl-dot:hover {
    background: #1E3A5F;
}

/* Responsive */
@media (max-width: 991px) {
    .section-five {
        padding: 60px 0;
    }

    .survey-card .card-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section-five {
        padding: 40px 0;
    }

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

    .survey-card .card-body {
        padding: 20px !important;
    }

    .survey-card .card-title {
        font-size: 16px;
    }

    .survey-card .card-text {
        font-size: 14px;
    }
}

/* Section Six - Our Partners */
.partners-heading {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Spartan', sans-serif;
    line-height: 1.2;
}

.partners-heading .text-primary {
    color: #1E3A5F !important;
}

.partners-heading .text-orange {
    color: var(--parees-orange) !important;
}

.text-orange {
    color: var(--parees-orange) !important;
}

/* Partners Carousel */
.partners-carousel {
    position: relative;
    padding: 20px 0;
}

.partners-carousel .item {
    padding: 10px;
}

.partners-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.partner-logo-item {
    padding: 20px;
    transition: transform 0.3s ease;
}

.partner-logo-item:hover {
    transform: translateY(-5px);
}

.partner-logo {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.partner-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(0%);
    transition: all 0.3s ease;
}

.partner-logo-item:hover .partner-logo img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.partner-name {
    font-size: 18px;
    color: #1E3A5F;
    font-family: 'Spartan', sans-serif;
    margin-bottom: 5px;
}

.partner-tagline {
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
}

.become-partner-btn {
    background: #1E3A5F;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Spartan', sans-serif;
    padding: 15px 40px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.become-partner-btn:hover {
    background: var(--parees-orange);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 991px) {
    .section-six {
        padding: 60px 0;
    }

    .partners-heading {
        font-size: 36px;
    }

    .partner-logo {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .section-six {
        padding: 40px 0;
        background-image: none;
    }

    .partners-decorative-stripes {
        display: none;
    }

    .partners-heading {
        font-size: 28px;
        text-align: center;
    }

    .partner-logo {
        height: 80px;
    }

    .partner-name {
        font-size: 16px;
    }

    .partner-tagline {
        font-size: 12px;
    }

    .become-partner-btn {
        font-size: 14px;
        padding: 12px 30px;
    }
}

/* Section Eight - Contact Section */
.section-eight {
    padding: 100px 0;
    background: #f8f8f8;
    position: relative;
    background-image: url('/assets/images/dotted.png');
    background-repeat: repeat;
    background-size: auto;
}

.contact-bg-image {
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.contact-heading {
    font-size: 48px;
    font-weight: 700;
    color: #1E3A5F;
    font-family: 'Spartan', sans-serif;
    line-height: 1.2;
}

.contact-subtitle {
    font-size: 18px;
    color: #1E3A5F;
    font-family: 'Inter', sans-serif;
}

/* Contact Information Card */
.contact-info-card-wrapper {
    height: 100%;
    min-height: 500px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}


.contact-info-wrapper {
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-item {
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.contact-info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.contact-icon-box {
    width: 50px;
    height: 50px;
    background: var(--parees-orange);
    border-radius: 12px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.3);
    transition: all 0.3s ease;
}

.contact-info-item:hover .contact-icon-box {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(255, 87, 34, 0.4);
}

.contact-icon-box i {
    font-size: 20px;
}

.contact-info-label {
    font-size: 16px;
    color: #1E3A5F;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    margin: 0;
}

/* Contact Form */
.contact-form-wrapper {
    border-radius: 20px;
    position: relative;
    z-index: 2;
    background: transparent;
}

.form-heading {
    font-size: 20px;
    color: #1E3A5F;
    font-family: 'Spartan', sans-serif;
}

.contact-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #1E3A5F;
    font-family: 'Inter', sans-serif;
    margin-bottom: 8px;
}

.contact-form .form-control {
    height: 55px;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    padding: 12px 20px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: #333;
    transition: all 0.3s ease;
    background: #ffffff;
}

.contact-form .form-control:focus {
    border-color: #1E3A5F;
    outline: none;
    background: #ffffff;
    transform: translateY(-2px);
}

.contact-form .form-control-lg {
    height: 55px;
}

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

.contact-submit-btn {
    background: linear-gradient(135deg, #1E3A5F 0%, #2a4a6f 100%);
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Spartan', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--parees-orange) 0%, #ff7043 100%);
    transition: left 0.3s ease;
    z-index: 0;
    border-radius: 50px;
}

.contact-submit-btn>* {
    position: relative;
    z-index: 1;
}

.contact-submit-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 87, 34, 0.3);
}

.contact-submit-btn:hover::before {
    left: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .section-eight {
        padding: 60px 0;
    }

    .contact-heading {
        font-size: 36px;
    }

    .contact-form-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .section-eight {
        padding: 40px 0;
        background-image: none;
    }

    .contact-decorative-stripes {
        display: none;
    }

    .contact-heading {
        font-size: 28px;
    }

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

    .contact-form-wrapper {
        padding: 30px 20px !important;
    }

    .contact-info-card-wrapper {
        min-height: 400px;
    }

    .contact-icon-box {
        width: 45px;
        height: 45px;
    }

    .contact-icon-box i {
        font-size: 18px;
    }

    .contact-info-label {
        font-size: 14px;
    }

    .contact-submit-btn {
        width: 100%;
        font-size: 14px;
        padding: 12px 30px;
    }
}

/* Footer Styles */
.parees-footer {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 85%, #ffe8d6 100%);
    position: relative;
    overflow: hidden;
}

/* Footer Logo Section */
.footer-logo-section {
    position: relative;
    z-index: 2;
}

.footer-logo img {
    max-height: 60px;
    width: auto;
}

.footer-company-name {
    font-size: 18px;
    color: #1E3A5F;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

/* Social Media Icons */
.footer-social-icons {
    margin-top: 20px;
}

.social-icon-link {
    width: 40px;
    height: 40px;
    border: 2px solid #1E3A5F;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E3A5F;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icon-link:hover {
    background: #1E3A5F;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(30, 58, 95, 0.3);
}

/* Footer About Section */
.footer-about {
    position: relative;
    z-index: 2;
}

.footer-about-text {
    font-size: 18px;
    color: #718096;
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    text-align: justify;
}

/* Footer Links Section */
.footer-links {
    position: relative;
    z-index: 2;
}

.footer-links-title {
    font-size: 21px;
    font-weight: 700;
    color: #4a5568;
    font-family: 'Spartan', sans-serif;
    margin-bottom: 20px;
}

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

.footer-link {
    font-size: 18px;
    color: #718096;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-link:hover {
    color: var(--parees-orange);
    transform: translateX(5px);
}

/* Footer Bottom Section */
.footer-bottom {
    border-top: 1px solid #e2e8f0;
    position: relative;
    z-index: 2;
}

.footer-copyright {
    font-size: 14px;
    color: #a0aec0;
    font-family: 'Inter', sans-serif;
}

.footer-legal-links {
    flex-wrap: wrap;
}

.footer-legal-link {
    font-size: 18px;
    color: #a0aec0;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-legal-link:hover {
    color: var(--parees-orange);
}

.footer-divider {
    color: #a0aec0;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 991px) {
    .parees-footer {
        padding: 50px 0 25px;
    }

    .footer-decorative-stripes {
        display: none;
    }

    .footer-about-text {
        text-align: left;
        margin-top: 20px;
    }

    .footer-links {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .parees-footer {
        padding: 40px 0 20px;
    }

    .footer-company-name {
        font-size: 13px;
    }

    .footer-about-text {
        font-size: 14px;
    }

    .footer-links-title {
        font-size: 16px;
    }

    .footer-link {
        font-size: 14px;
    }

    .footer-copyright,
    .footer-legal-link {
        font-size: 12px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-legal-links {
        justify-content: center !important;
        margin-top: 15px;
    }
}

/* Section Seven - Testimonial Slider */
.section-seven {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Blue Arc Decorative Elements */
.testimonial-blue-arc-top {
    width: 600px;
    height: 600px;
    background: transparent;
    border: 100px solid #1E3A5F;
    border-radius: 50%;
    border-top: none;
    border-right: none;
    border-left: none;
    z-index: 1;
    opacity: 0.95;
    left: -10px !important;
    top: -120px !important;
    transform: rotate(270deg);
    transform-origin: center;
}

.testimonial-carousel {
    position: relative;
    z-index: 2;
}

.testimonial-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.testimonial-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.testimonial-image:hover {
    transform: scale(1.05);
}

.testimonial-content-wrapper {
    padding: 30px 0;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-text-wrapper {
    position: relative;
    z-index: 2;
}

.testimonial-quote {
    font-size: 20px;
    line-height: 1.6;
    color: #2d3748;
    background: white;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.testimonial-author {
    font-size: 20px;
    color: #1E3A5F;
    font-family: 'Spartan', sans-serif;
}

/* Responsive */
@media (max-width: 991px) {
    .section-seven {
        padding: 60px 0;
    }

    .testimonial-blue-arc-top,
    .testimonial-blue-arc-bottom {
        width: 400px;
        height: 400px;
        border-width: 70px;
        left: -200px;
    }

    .testimonial-blue-arc-top {
        top: -200px;
    }

    .testimonial-blue-arc-bottom {
        bottom: -200px;
    }

    .testimonial-image {
        height: 250px;
    }

    .testimonial-content-wrapper {
        min-height: auto;
        padding: 30px 0;
    }

    .testimonial-quote {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .section-seven {
        padding: 40px 0;
    }

    .testimonial-blue-arc-top,
    .testimonial-blue-arc-bottom {
        width: 300px;
        height: 300px;
        border-width: 50px;
        left: -150px;
    }

    .testimonial-blue-arc-top {
        top: -150px;
    }

    .testimonial-blue-arc-bottom {
        bottom: -150px;
    }

    .testimonial-image {
        height: 250px;
        margin-bottom: 30px;
    }

    .testimonial-content-wrapper {
        padding: 20px 0;
    }

    .testimonial-quote {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .testimonial-author {
        font-size: 16px;
    }
}

.survey-carousel .item {
    min-height: 500px !important;
    display: flex;
    height: auto !important;
}

.survey-carousel .survey-card {
    display: flex;
    flex-direction: column;
    min-height: 500px !important;
    height: 100% !important;
    width: 100% !important;
}

.survey-carousel .card-img-wrapper {
    max-height: 400px;
    overflow: hidden;
    flex-shrink: 0;
}

.survey-carousel .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.survey-carousel .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.survey-carousel .card-text {
    flex-grow: 1;
}

/* about us start */
.counter-block.style_two {
    background: transparent !important;
    box-shadow: none !important;
}

.counter-block.style_two .coun_ter span {
    font-size: 54px !important;
    font-weight: 500 !important;
}

/* Counter Section with Background */
.section__counter {
    position: relative;
    padding: 100px 0;
    background-image: url('/assets/images/black-texture.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
}

.section__counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(255 190 72 / 85%) 0%, rgb(255 190 53 / 85%) 100%);
    /* background: linear-gradient(135deg, rgba(255, 137, 72, 0.85) 0%, rgba(255, 107, 53, 0.85) 100%); */
    z-index: 1;
}

.section__counter .container-sm {
    position: relative;
    z-index: 2;
}

.section__counter .counter-block.style_two {
    color: #fff;
}

.section__counter .counter-block.style_two .coun_ter span {
    color: #fff !important;
}

.section__counter .counter-block.style_two .coun_ter small {
    color: #fff !important;
}

.section__counter .counter-block.style_two .content_box h6 {
    color: #fff !important;
}

@media (max-width: 991px) {
    .section__counter {
        padding: 80px 0;
        background-attachment: scroll;
    }
}

@media (max-width: 767px) {
    .section__counter {
        padding: 60px 0;
    }
}

/* Our Team Section */

.our-team-header {
    margin-bottom: 80px;
}

.our-team-header h2 {
    font-size: 64px;
    font-weight: 700;
    color: #ffb435;
    margin-bottom: 15px;
    line-height: 1.2;
}

.our-team-header .team-underline {
    width: 80px;
    height: 4px;
    background: #ffb435;
    margin-bottom: 25px;
}

.our-team-header p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 0;
}

.team-members-wrapper {
    position: relative;
    min-height: 450px;
}

.team-members-orange-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 39%;
    transform: translateY(-50%);
    height: 70px;
    background: #ffb435;
    z-index: 1;
}

.team-member-card {
    text-align: center;
    position: relative;
    z-index: 2;
    height: 100%;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    /* max-width: 320px; */
    margin: 0 auto;
}

.team-member-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffb435 0%, #1E3A5F 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.team-member-card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 107, 53, 0.3);
}

.team-member-card:hover::before {
    opacity: 1;
}

.team-member-photo-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    z-index: 1;
}

.team-member-photo-wrapper::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffb435 0%, #1E3A5F 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.team-member-card:hover .team-member-photo-wrapper::after {
    opacity: 0.2;
}

.team-member-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: #f0f0f0;
    border: 4px solid #ffffff;
    transition: all 0.4s ease;
}

.team-member-card:hover .team-member-photo {
    /* transform: scale(1.05); */
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.team-member-name {
    font-size: 15px;
    font-weight: 700;
    color: #1E3A5F;
    transition: color 0.3s ease;
}

.team-member-card:hover .team-member-name {
    color: #ffb435;
}

.team-member-role {
    font-size: 14px;
    color: #ffb435;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.team-member-description {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 0 10px;
    max-width: 100%;
    font-weight: 400;
}

.team-member-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: auto;
}

.team-member-social a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffb435;
    font-size: 18px;
    transition: all 0.3s ease;
}

.team-member-social a:hover {
    color: #ffb435;
    transform: translateY(-3px);
}

@media (max-width: 991px) {

    .our-team-header {
        margin-bottom: 50px;
    }

    .our-team-header h2 {
        font-size: 48px;
    }

    .team-members-orange-bar {
        height: 20px;
    }

    .team-member-card {
        padding: 25px 20px;
        max-width: 280px;
    }

    .team-member-photo {
        width: 150px;
        height: 150px;
    }

    .team-member-name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .our-team-section {
        padding: 60px 0;
    }

    .our-team-header {
        margin-bottom: 40px;
    }

    .our-team-header h2 {
        font-size: 36px;
    }

    .team-members-wrapper {
        padding: 40px 0;
    }

    .team-members-orange-bar {
        height: 18px;
    }

    .team-member-card {
        padding: 25px 15px;
        border-radius: 15px;
        max-width: 100%;
    }

    .team-member-photo {
        width: 140px;
        height: 140px;
        border-width: 3px;
    }

    .team-member-name {
        font-size: 16px;
    }

    .team-member-role {
        font-size: 12px;
    }

    .team-member-description {
        font-size: 12px;
        padding: 0 10px;
        line-height: 1.5;
    }
}

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 0;
    overflow: visible;
    position: relative;
    min-height: 700px;
}

.why-choose-us-right .texture-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.9;
    pointer-events: none;
}

.why-choose-us-right .texture-image-right img {
    max-width: 300px;
    height: auto;
    display: block;
}

.why-choose-us-section .row {
    position: relative;
    z-index: 1;
}

.why-choose-us-left {
    background: #1e3a5f;
    padding: 100px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 700px;
    position: relative;
}

.why-choose-us-left h2 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.why-choose-us-left h2 span {
    display: block;
}

.why-choose-us-left p {
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
    margin-bottom: 0;
}

.why-choose-us-right {
    background: #fff;
    padding: 100px 60px;
    min-height: 700px;
    position: relative;
    overflow: visible;
}

.why-choose-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
}

.why-choose-item:last-child {
    margin-bottom: 0;
}

.why-choose-circle {
    width: 100px;
    height: 100px;
    left: -50px;
    border-radius: 50%;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}

.why-choose-circle.circle-1 {
    background: #1e3a5f;
}

.why-choose-circle.circle-2 {
    background: #5a7a9a;
}

.why-choose-circle.circle-3 {
    background: #ffb435;
}

.why-choose-item::before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e0e0e0;
    z-index: 1;
}

.why-choose-item:last-child::before {
    display: none;
}

.why-choose-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.3;
}

.why-choose-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .why-choose-us-left,
    .why-choose-us-right {
        padding: 80px 40px;
        min-height: auto;
    }

    .why-choose-us-right {
        padding: 80px 40px;
    }

    .why-choose-us-left h2 {
        font-size: 42px;
    }

    .why-choose-circle {
        width: 80px;
        height: 80px;
        font-size: 36px;
        border-width: 3px;
        margin-right: 25px;
    }

    .why-choose-item::before {
        left: 40px;
    }

    .why-choose-content h4 {
        font-size: 22px;
    }

    .why-choose-us-right .texture-image-right img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {

    .why-choose-us-left,
    .why-choose-us-right {
        padding: 60px 30px;
        min-height: auto;
    }

    .why-choose-us-right {
        padding: 60px 30px;
    }

    .why-choose-us-left h2 {
        font-size: 36px;
    }

    .why-choose-us-left p {
        font-size: 16px;
    }

    .why-choose-circle {
        width: 70px;
        height: 70px;
        font-size: 32px;
        border-width: 3px;
        margin-right: 20px;
    }

    .why-choose-item::before {
        left: 35px;
    }

    .why-choose-content h4 {
        font-size: 20px;
    }

    .why-choose-content p {
        font-size: 14px;
    }

    .why-choose-item {
        margin-bottom: 40px;
    }

    .why-choose-us-right .texture-image-right img {
        max-width: 150px;
    }
}

/* CTA Section */
.cta-section {
    position: relative;
    padding: 100px 0;
    background-image: url('/assets/images/black-texture.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.85) 0%, rgb(255 151 53 / 85%) 100%);
    z-index: 1;
}

.cta-section .container-sm {
    position: relative;
    z-index: 2;
}

.cta-section h2,
.cta-section p {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .cta-section {
        padding: 80px 0;
        background-attachment: scroll;
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding: 60px 0;
    }
}

/* Common Section Styles */
.who-we-are-section,
.mission-section,
.vision-section {
    padding: 30px;
}

.who-we-are-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.who-we-are-section .texture-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.9;
    pointer-events: none;
}

.who-we-are-section .texture-image-right img {
    max-width: 300px;
    height: auto;
}

.who-we-are-section .container-sm {
    position: relative;
    z-index: 1;
}

.vision-section .texture-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.9;
    pointer-events: none;
}

.vision-section .texture-image img {
    max-width: 300px;
    height: auto;
}

.vision-section .container-sm {
    position: relative;
    z-index: 1;
}

.vision-section {
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.mission-section {
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.mission-section .texture-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.9;
    pointer-events: none;
}

.mission-section .texture-image-right img {
    max-width: 300px;
    height: auto;
}

.mission-section .container-sm {
    position: relative;
    z-index: 1;
}

.section-image-wrapper {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.section-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    position: relative;
    z-index: 2;
}

.section-gray-overlay {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 50%;
    height: 50%;
    background: #e5e5e5;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.section-gray-box-bottom-right {
    position: absolute;
    bottom: 40px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: #e5e5e5;
    z-index: 1;
}

.section-content-wrapper {
    position: relative;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.section-content {
    position: relative;
    z-index: 2;
}

.section-gray-box-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: #e5e5e5;
    z-index: 1;
}

.section-gray-box-bottom-left {
    position: absolute;
    bottom: 0;
    left: -140px;
    width: 200px;
    height: 200px;
    background: #e5e5e5;
    z-index: 1;
}

.section-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.2;
}

.section-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

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

.section-content ul li {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.section-content ul li i {
    color: #007bff;
    margin-right: 10px;
}

@media (max-width: 991px) {

    .who-we-are-section,
    .vision-section,
    .mission-section {
        padding: 35px 0;
    }

    .section-image-wrapper {
        min-height: 400px;
        margin-bottom: 40px;
    }

    .section-content-wrapper {
        padding: 40px 20px;
    }

    .section-gray-box-top-right,
    .section-gray-box-bottom-left,
    .section-gray-box-bottom-right {
        width: 150px;
        height: 150px;
    }

    .section-content h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .section-content p,
    .section-content ul li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .who-we-are-section,
    .vision-section,
    .mission-section {
        padding: 30px 0;
    }

    .who-we-are-section .texture-image-right img,
    .vision-section .texture-image img,
    .mission-section .texture-image-right img {
        max-width: 200px;
    }

    .section-image-wrapper {
        min-height: 300px;
    }

    .section-content h2 {
        font-size: 32px;
    }

    .section-content p,
    .section-content ul li {
        font-size: 15px;
    }

    .section-gray-box-top-right,
    .section-gray-box-bottom-left,
    .section-gray-box-bottom-right {
        width: 100px;
        height: 100px;
    }
}

.four_column .grid_show_case .grid_box {
    margin-bottom: 0px !important;
}

/* about us end */
/* Partners css start */
.partners-section {
    padding: 80px 0 60px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.partners-decorative-stripes {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background: repeating-linear-gradient(90deg,
            transparent,
            transparent 10px,
            rgba(255, 137, 72, 0.1) 10px,
            rgba(255, 137, 72, 0.1) 20px);
    z-index: 0;
}

.partners-section .texture-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.9;
    pointer-events: none;
}

.partners-section .texture-image img {
    max-width: 300px;
    height: auto;
}

.partners-section .container-sm {
    position: relative;
    z-index: 1;
}

.partners-intro-section {
    padding: 80px 0 40px 0;
    background: #f8f9fa;
    position: relative;
}

.partners-intro-section .texture-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.9;
    pointer-events: none;
}

.partners-intro-section .texture-image-right img {
    max-width: 300px;
    height: auto;
}

.partners-intro-section .container-sm {
    position: relative;
    z-index: 1;
}

.partners-intro-section h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.partners-intro-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 0;
}

.partner-logo-item {
    text-align: center;
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.partner-logo-item:hover {
    transform: translateY(-5px);
}

.partner-logo {
    margin-bottom: 20px;
}

.partner-logo img {
    max-width: 150px;
    height: auto;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.partner-logo-item:hover .partner-logo img {
    filter: grayscale(0%);
}

.partner-info {
    margin-top: 15px;
}

.partner-name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.partner-tagline {
    font-size: 14px;
    color: #666;
}

.become-partner-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e3a5f 0%, #ffb435 100%);
    position: relative;
    overflow: hidden;
}

.become-partner-section .texture-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.2;
    pointer-events: none;
}

.become-partner-section .texture-image img {
    max-width: 300px;
    height: auto;
}

.become-partner-section .container-sm {
    position: relative;
    z-index: 1;
}

.become-partner-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.become-partner-section p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.become-partner-btn {
    background: #fff;
    color: #1e3a5f;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.become-partner-btn:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    transform: translateY(-3px);
}

@media (max-width: 991px) {

    .partners-section,
    .partners-intro-section,
    .become-partner-section {
        padding: 60px 0;
    }

    .partners-intro-section h2,
    .become-partner-section h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {

    .partners-section,
    .partners-intro-section,
    .become-partner-section {
        padding: 40px 0;
    }

    .partners-intro-section h2,
    .become-partner-section h2 {
        font-size: 32px;
    }

    .partner-logo img {
        max-width: 120px;
    }
}

/* Partners css end */
/* Services css Start */
.services-left-panel {
    position: relative;
    background-image: url('/assets/images/black-texture.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.services-left-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.services-left-panel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('assets/images/image-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15;
    filter: blur(2px);
    z-index: 0;
}

.services-left-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card {
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    min-height: 320px;
    background: #fff;
}

.service-card.card-blue {
    background: #e8f4f8;
}

.service-card.card-gray {
    background: #f5f5f5;
}

.service-card.card-orange {
    background: #fff4e6;
}

.service-icon-outline {
    width: 70px;
    height: 70px;
    border: 3px solid #1e3a5f;
    border-radius: 12px;
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.service-icon-outline::after {
    content: '';
    position: absolute;
    width: 58px;
    height: 58px;
    border: 2px solid #ffb435;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.service-icon-outline i {
    font-size: 32px;
    color: #1e3a5f;
    position: relative;
    z-index: 2;
}

.service-keyword-tag {
    background: #e8e8e8;
    color: #333;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

@media (max-width: 991px) {
    .services-left-panel {
        /* height: auto; */
        min-height: 400px;
    }

    .service-card {
        height: auto;
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .service-icon-outline {
        width: 80px;
        height: 80px;
    }

    .service-icon-outline::after {
        width: 60px;
        height: 60px;
    }

    .service-icon-outline i {
        font-size: 32px;
    }
}

/* Services css end */
/* Contact css Start */
.parees-contact-wrapper {
    position: relative;
    width: 100%;
    padding: 2rem;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parees-contact-form-container {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
}

.parees-contact-form-side {
    background: linear-gradient(135deg, #1e3a5f 0%, #ffb435 100%);
    position: relative;
}

.parees-contact-decorative-circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, rgba(255, 137, 72, 0.3));
    position: absolute;
}

.parees-contact-decorative-circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.parees-contact-decorative-circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}

.parees-contact-form-side::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #1e3a5f 0%, #ffb435 100%);
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

.parees-contact-form-side form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.parees-contact-form-title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.parees-contact-input-wrapper {
    position: relative;
    margin: 1rem 0;
}

.parees-contact-form-control {
    width: 100%;
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

.parees-contact-form-control::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.parees-contact-input-wrapper.has-error .parees-contact-form-control {
    border-color: #ffeb3b !important;
}

.parees-contact-input-wrapper.has-error .parees-contact-form-label {
    color: #ffeb3b !important;
}

.parees-contact-form-control:focus {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
}

.parees-contact-form-control:focus::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

textarea.parees-contact-form-control {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.parees-contact-form-label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
    background: transparent;
}

.parees-contact-input-wrapper.textarea .parees-contact-form-label {
    top: 1rem;
    transform: translateY(0);
}

.parees-contact-input-wrapper.focus .parees-contact-form-label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.parees-contact-info-side {
    padding: 2.3rem 2.2rem;
    position: relative;
}

.parees-contact-info-title {
    color: #1e3a5f;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.parees-contact-info-text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.parees-contact-info-item {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
}

.parees-contact-info-item i {
    color: #ffb435;
    width: 28px;
    margin-right: 0.7rem;
}

.parees-contact-social-section {
    padding: 2rem 0 0 0;
}

.parees-contact-social-section p {
    color: #333;
}

.parees-contact-social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.parees-contact-social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(135deg, #1e3a5f 0%, #ffb435 100%);
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parees-contact-social-icons a:hover {
    transform: scale(1.05);
}

.parees-contact-info-side::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #ffb435;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.parees-contact-bg-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e3a5f 0%, #ffb435 100%);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
    opacity: 0.1;
}

.parees-contact-bg-circle::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
}

.parees-contact-bg-square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

.parees-contact-submit-btn {
    padding: 0.8rem 1.5rem !important;
    background-color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    font-size: 1rem !important;
    color: #1e3a5f !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    outline: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.parees-contact-submit-btn:hover {
    background: transparent !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2) !important;
}

.parees-contact-submit-btn:active {
    transform: translateY(0) !important;
}

@media (max-width: 991px) {
    .parees-contact-form-container {
        grid-template-columns: 1fr;
    }

    .parees-contact-info-side::before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
    }

    .parees-contact-form-side::before {
        top: -13px;
        left: initial;
        right: 70px;
    }

    .parees-contact-bg-square {
        transform: translate(140%, 43%);
        height: 350px;
    }

    .parees-contact-bg-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
    }

    .parees-contact-info-text {
        margin: 1rem 0 1.5rem 0;
    }

    .parees-contact-social-section {
        padding: 1.5rem 0 0 0;
    }
}

@media (max-width: 575px) {
    .parees-contact-wrapper {
        padding: 1.5rem;
    }

    .parees-contact-info-side::before {
        display: none;
    }

    .parees-contact-bg-square,
    .parees-contact-bg-circle {
        display: none;
    }

    .parees-contact-form-side form,
    .parees-contact-info-side {
        padding: 1.7rem 1.6rem;
    }

    .parees-contact-info-text,
    .parees-contact-info-item,
    .parees-contact-social-section p {
        font-size: 0.8rem;
    }

    .parees-contact-form-title,
    .parees-contact-info-title {
        font-size: 1.15rem;
    }

    .parees-contact-social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .parees-contact-form-control {
        padding: 0.45rem 1.2rem;
    }

    .parees-contact-submit-btn {
        padding: 0.45rem 1.2rem;
    }
}

/* Contact css end */