/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2026 | 08:25:39 */
:root {
  --primary: #016A8B;
  --secondary: #404040;
}

a:focus{
	outline: none !important;
}

/* Header  */

div#site-navigation-wrap li a {
    letter-spacing: 0 !important;
}

.header_button_section .elementor-widget-button {
    margin-bottom: 0 !important;
}

/* Banner section  */

.banner_list_badge ul.elementor-icon-list-items {
    display: flex;
    grid-gap: 10px;
}

.banner_list_badge ul.elementor-icon-list-items li {
    font-size: 12px !important;
    background: #FFFFFF45;
    color: #fff;
    padding: 2px 10px !important;
    border-radius: 100px;
}

.banner_price .elementor-heading-title span {
    font-size: 18px;
}


/* banner form  */

.homepage_banner_section form {
    background: #FFFFFFC9;
    padding: 20px !important;
    border-radius: 12px !important;
    backdrop-filter: blur(5px);
    max-width: 500px;
    margin-left: auto !important;
}

.homepage_banner_section .forminator-field label {
    display: none !important;
}

.homepage_banner_section .forminator-row {
    margin-bottom: 5px !important;
}

.homepage_banner_section .forminator-row input, 
.homepage_banner_section .forminator-row input::placeholder {
    color: #000000CC !important;
    font-size: 15px;
}

.homepage_banner_section .forminator-row input {
    border: none !important;
    border-bottom: 1px solid #00000054 !important;
    border-radius: 0 !important;
}

.homepage_banner_section span.select2-selection {
    border: none !important;
    border-bottom: 1px solid #00000054 !important;
    /* font-size: 15px !important; */
}

.homepage_banner_section span.select2-selection option {
    font-size: 15px !important;
}

.homepage_banner_section span.select2-selection__placeholder {
    font-size: 15px;
    color: #000000CC;
    /* background: transparent !important; */
}

.homepage_banner_section span.select2-selection.select2-selection--single {
    background: transparent !important;
}

.homepage_banner_section button.forminator-button.forminator-button-submit {
    width: 100% !important;
    background: var(--primary);
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.homepage_banner_section .forminator-row input {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 15px !important;
}

.homepage_banner_section .select2-selection__rendered {
    padding-left: 0 !important;
    padding-bottom: 15px !important;
    padding-right: 0 !important;
}

.homepage_banner_section button.forminator-button.forminator-button-submit {
    margin-top: 10px !important;
}

/* banner counter section  */

.banner_counter_section .elementor-counter-title {
    border-top: 1px solid #D9D9D947;
    margin-top: 10px !important;
    color: #FFFFFFCC !important;
    font-size: 14px !important;
}


/* About section  */

.section_heading span {
    color: var(--primary);
}

.section_heading span {
    color: var(--primary);
}

.about_sec_icon_section .elementor-icon-box-wrapper {
    border-left: 1px solid var(--primary);
    padding-left: 20px;
}

.about_sec_icon_section h3.elementor-icon-box-title span {
    font-family: 'Inter';
    font-weight: 600;
    color: var(--primary);
    font-style: italic;
}

.about_sec_icon_section p.elementor-icon-box-description {
    color: #625E59E5;
}

.about_sec_icon_section .elementor-icon-box-wrapper {
    gap: 15px !important;
}

.about_sec_icon_section h3.elementor-icon-box-title {
    margin-bottom: 10px !important;
    margin-top: 5px;
}


/* Prime Location Section  */

.prime_location_section h2.plw-heading {
    font-size: 48px;
    font-weight: 400;
}

.prime_location_section h2.plw-heading em {
    font-weight: 400;
}

.prime_location_section p.plw-desc {
    font-size: 15px;
}

.prime_location_section .plw-top-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}

.prime_location_section .plw-panel {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.prime_location_section .plw-list-main {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.prime_location_section .plw-panel-head {
    border: none;
}

.prime_location_section .plw-panel-head h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'Inter';
    font-weight: 400;
    letter-spacing: -1px;
}

.prime_location_section .plw-panel-head svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.prime_location_section ul.plw-list li {
    font-size: 15px;
}

.prime_location_section .plw-tab span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.prime_location_section .plw-tab.plw-active {
    background: #40404036 !important;
    border-color: #fff !important;
}

.prime_location_section .plw-tab svg:first-child {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.prime_location_section .plw-tab.plw-active svg {
    fill: #fff !important;
}

.prime_location_section .plw-top-row {
    margin-bottom: 30px;
}

.prime_location_section .plw-map {
    border-radius: 15px;
}