/**
 * Theme Name:     All Select 2025
 * Author:         All Select
 * Template:       twentytwenty
 * Text Domain:	   all-select-2025
 * Description:    All Select 2025
 */

:root {
    font-size: 13px;
    color: var(--text-primary);
    font-family: "Roboto Condensed";
    --primary-color: #0A2943;
    --ps: rgb(36, 52, 71, 0);
    --secondary-color: #5A6A78;
    --accent-a: #50A8F2;
    --accent-b: #E5F3FF;
    --text-primary:#ffffff;
    --text-secondary:#C5C5C5;
    --black-primary:#000000;

    --margin-b: 1rem;
    --gap-big: 2rem;
    --gap-mid: 1rem;
    --gap-sm: 0.5rem;

    --text-h1: 2rem;
    --text-h2: 1.5rem;
    --text-h3: 1.25rem;
    --text-sh: 1.25rem;
    --text-sm: 1rem;

    --swiper-navigation-size: 16px !important;
    --swiper-navigation-color: var(--primary-color);
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

/* Zoho Forms Start*/

#crmWebToEntityForm {
    background-color: transparent;
    color: var(--text-primary);
    display: flex;
    align-items: center;
}

#crmWebToEntityForm form{
    flex: 1;
}

.zcwf_col_lab, .zcwf_col_fld_slt, .zcwf_col_fld > input {
    font-family: "Roboto Condensed";
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.zcwf_col_fld > input[type=reset]{
    background-color: transparent;
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
    box-sizing: border-box;
    transition-property: color, background-color ;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.zcwf_col_fld > input[type=reset]:hover {
    background-color: rgb(255, 255, 255, 0.5);
}

.zcwf_row {
    display: flex;
    align-items: center;
}

.wf_customMessageBox{
			font-family: "Roboto Condensed";;
			color:  #132C14;
			background:   #F5FAF5;
			box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
			max-width: 90%;
			width: max-content;
			word-break: break-word;
			z-index: 11000;
			border-radius: 6px;
			border: 1px solid  #A9D3AB;
			min-width: 100px;
			padding: 10px 15px;
			display: flex;
			align-items: center;
			position: fixed;
			top: 20px;
			left: 50%;
			transform: translate(-50%, 0);
		}
		.wf_customCircle{
			position: relative;
			background-color:  #12AA67;
			border-radius: 100%;
			width: 20px;
			height: 20px;
			flex: none;
			margin-right: 7px;
		}
		.wf_customCheckMark{
			box-sizing: unset !important;
			position: absolute;
			transform: rotate(45deg)translate(-50%, -50%);
			left: 6px;
			top: 9px;
			height: 8px;
			width: 3px;
			border-bottom: 2px solid  #fff;
			border-right: 2px solid  #fff;
		}
		.wf_customClose{
			box-sizing: border-box;
			position: relative;
			width: 18px;
			height: 18px;
		}
		.wf_customClose::after, .wf_customClose::before{
			content: '';
			display: block;
			box-sizing: border-box;
			position: absolute;
			width: 12px;
			height: 1.5px;
			background:  #616E88;
			transform: rotate(45deg);
			border-radius: 5px;
			top: 8px;
			left: 8px;}
		.wf_customClose::after{
			transform: rotate(-45deg)}

        html,body{
			margin: 0px;
		}
		.formsubmit.zcwf_button{
			color: var(--black-primary)!important;
			background-color: var(--accent-a);
            border: 1px solid var(--accent-a) !important;
            transition-property: color, background-color, border ;
            transition-duration: 0.2s;
            transition-timing-function: ease-in-out;
		}
        .formsubmit.zcwf_button:hover{
			color: var(--black-primary)!important;
			background-color: var(--text-primary);
            border: 1px solid var(--text-primary) !important;
		}

		#crmWebToEntityForm.zcwf_lblLeft{
			width: 100%;
			padding: var(--gap-sm);
			margin: 0 auto;
			box-sizing: border-box;
		}
		#crmWebToEntityForm.zcwf_lblLeft *{
			box-sizing: border-box;
		}
		#crmWebToEntityForm {text-align: left;
		}
		#crmWebToEntityForm *{
		direction: ltr;
		}
		.zcwf_lblLeft .zcwf_title{
		word-wrap: break-word;
		padding: 0px 6px 10px;
		font-weight: bold }
		.zcwf_lblLeft.cpT_primaryBtn:hover{
		background: linear-gradient(#02acff 0,#006be4 100%)no-repeat padding-box !important;
		box-shadow: 0 -2px 0 0  #0159b9 inset !important;
		border: 0 !important;
		color:  #fff !important;
		outline: 0 !important;
		}
		.zcwf_lblLeft .zcwf_col_fld input[ type  = text], input[ type  = password], .zcwf_lblLeft .zcwf_col_fld textarea{
		width: 100%;
		border: 1px solid  #c0c6cc !important;
		resize: vertical;
		float: left;
        padding: 1rem;
		}
		.zcwf_lblLeft .zcwf_col_lab{
		width: 30%;
		word-break: break-word;
		padding: 0px 6px 0px;
		margin-right: 10px;
		margin-top: 5px;
		float: left;
		min-height: 1px;
		}
		.zcwf_lblLeft .zcwf_col_fld{
		float: left;
		width: 68%;
		padding: 0px 6px 0px;
		position: relative;
		margin-top: 5px;
		}
		.zcwf_lblLeft .zcwf_privacy {padding: 6px;
		}
		.zcwf_lblLeft .wfrm_fld_dpNn {display: none;
		}
		.dIB {display: inline-block;
		}
		.zcwf_lblLeft .zcwf_col_fld_slt{
		width: 100%;
		border: 1px solid  #ccc;
		background:  #fff;
		font-size: 12px;
		float: left;
		resize: vertical;
		padding: 1rem;
		}
		.zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after{
		content: '';
		display: table;
		clear: both;
		}
		.zcwf_lblLeft .zcwf_col_help{
		float: left;
		margin-left: 7px;
		font-size: 12px;
		max-width: 35%;
		word-break: break-word;
		}
		.zcwf_lblLeft .zcwf_help_icon{
		cursor: pointer;
		width: 16px;
		height: 16px;
		display: inline-block;
		background:  #fff;
		border: 1px solid  #c0c6cc;
		color:  #c1c1c1;
		text-align: center;
		font-size: 11px;
		line-height: 16px;
		font-weight: bold;
		border-radius: 50%;
		}
		.zcwf_lblLeft .zcwf_row {
            margin: var(--gap-sm) 0px;
		}
		.zcwf_lblLeft .formsubmit{
		margin-right: 5px;
		cursor: pointer;
		color:  #313949;
		font-size: 1rem;
        text-transform: uppercase;
		}
		.zcwf_lblLeft .zcwf_privacy_txt{
		width: 90%;
		color: rgb(0, 0, 0);
		font-size: 12px;
		font-family: "Roboto Condensed";
		display: inline-block;
		vertical-align: top;
		color:  #313949;
		padding-top: 2px;
		margin-left: 6px;
		}
		.zcwf_lblLeft .zcwf_button{
		font-size: 1rem;
		color:  #313949;
		border: none;
		padding: 0.5rem 1rem;
		cursor: pointer;
		max-width: 120px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
        text-transform: uppercase;
		}
		.zcwf_lblLeft .zcwf_tooltip_over{
		position: relative;
		}
		.zcwf_lblLeft .zcwf_tooltip_ctn{
		position: absolute;
		background:  #dedede;
		padding: 3px 6px;
		top: 3px;
		border-radius: 4px;
		word-break: break-word;
		min-width: 100px;
		max-width: 150px;
		color:  #313949;
		z-index: 100;
		}
		.zcwf_lblLeft .zcwf_ckbox{
		float: left;
		}
		.zcwf_lblLeft .zcwf_file{
		width: 55%;
		box-sizing: border-box;
		float: left;
		}
		.cBoth:after{
		content: '';
		display: block;
		clear: both;
		}
		@media all and  (max-width: 600px){
		.zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld{
		float: none !important;
		}
		.zcwf_lblLeft .zcwf_col_help {width: 40%;
		}
		}

/* Zoho Forms End*/

/* Base Setup Start */

main {
    position: relative;
    color: var(--text-primary);
}

body {
    margin: 0;
    padding: 0;
}

h1, .h1 {
    font-family: "Roboto Condensed";
    font-size: var(--text-h1);
    font-weight: 700;
    margin: 0;
}

h2, .h2 {
    font-family: "Roboto Condensed";
    font-size: var(--text-h2);
    font-weight: 600;
    margin: 0;
}

h3, .h3 {
    font-family: "Roboto Condensed";
    font-size: var(--text-h3);
    font-weight: 500;
    margin: 0;
}

.hero1 {
    font-family: "TH-Head", "Roboto Condensed";
    font-size: var(--hero-h1);
    font-weight: 800;
    margin: 0;
}

.hero2 {
    font-family: "TH-Head", "Roboto Condensed";
    font-size: var(--text-h2);
    font-weight: 700;
    margin: 0;
}

.hero3 {
    font-family: "TH-Head", "Roboto Condensed";
    font-size: var(--text-h3);
    font-weight: 600;
    margin: 0;
}

.subheading {
    font-family: "Roboto Condensed";
    font-size: var(--text-sh);
    font-weight: 500;
    margin: 0;
}

p, li {
    font-family: "Roboto Condensed";
    font-size: var(--text-sm);
    font-weight: 400;
    margin: 0;
    line-height: 1.5rem;
}

.label {
    font-family: "Roboto Condensed";
    font-size: var(--text-sm);
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.pbold {
    font-family: "Roboto Condensed";
    font-size: var(--text-sm);
    font-weight: 500;
    margin: 0;
}

/* Base Setup End */

/* Animations Start*/

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--accent-a);
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after, .hover-underline-animation:focus::after {
    transform: scaleX(1);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after, .hover-underline-animation.left:focus::after {
  transform-origin: bottom left;
}

.hover-underline-animation.center::after {
  transform-origin: bottom center;
}

.hover-underline-animation.center:hover::after, .hover-underline-animation.center:focus::after {
  transform-origin: bottom center;
}

.hover-underline-animation.right::after {
  transform-origin: bottom left;
}

.hover-underline-animation.right:hover::after, .hover-underline-animation.right:focus::after {
  transform-origin: bottom right;
}

/* Animations End*/

/* Global Elements Starts*/

    /* Read More Read Less */

        /* Hides all the expandees */
        .expandable .expandee {
            display: none;
        }

        /* Shows the expandee when .expanded is added to the parent of expandee */
        .expanded .expandee {
            display: block;
        }

    /* Base Button Container */

        .button-container {
            width: 100%;
            display: flex;
            justify-content: center;
        }

    /* Button primary Black */

        .button-primary {
            border: none;
            background: var(--primary-color);
            transition: background-color 0.2s ease-in-out;
            padding: 0;
            cursor: pointer;
        }

        .button-primary:hover {
            background-color: var(--black-primary);
        }

        .button-primary-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--text-primary) !important;
            transition: all ease 0.2s;
            padding: 1rem 2rem;
            text-align: center;
        }

    /* Button primary White */

        .button-primary-white {
            border: none;
            background: var(--text-primary);
            transition: background-color 0.2s ease-in-out;
            padding: 0;
            cursor: pointer;
        }

        .button-primary-white:hover {
            background-color: var(--accent-a);
        }

        .button-primary-white-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--text-primary) !important;
            transition: all ease 0.2s;
            padding: 1rem 2rem;
            text-align: center;
            border-bottom: 4px solid var(--accent-a);
        }


    /* Button secondary */

        .button-secondary {
            border: none;
            background: var(--accent-a);
            transition: background-color 0.2s ease-in-out;
            padding: 0;
            cursor: pointer;
        }

        .button-secondary:hover {
            background-color: var(--text-primary);
        }

        .button-secondary-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--black-primary);
            transition: all ease 0.2s;
            padding: 1rem 2rem;
            text-align: center;
        }

        /* Button outline Color */

        .button-outline {
            border: 2px solid var(--accent-a);
            background: none;
            transition: background-color 0.2s ease-in-out;
            padding: 0;
            cursor: pointer;
        }

        .button-outline:hover {
            background-color: var(--accent-b);
        }

        .button-outline-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--accent-a);
            transition: all ease 0.2s;
            padding: 1rem 2rem;
            text-align: center;
        }

        /* Button outline White */

        .button-outline-white {
            border: none;
            border: 2px solid var(--text-primary);
            background: none;
            transition: background-color 0.2s ease-in-out;
            padding: 0;
            cursor: pointer;
        }

        .button-outline-white:hover {
            background-color: rgba(255, 255, 255, 0.5);
        }

        .button-outline-white-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--text-primary);
            transition: all ease 0.2s;
            padding: 1rem 2rem;
            text-align: center;
        }

        /* Button outline dark */

        .button-outline-dark {
            border: none;
            border: 2px solid var(--primary-color);
            background: none;
            transition: background-color 0.2s ease-in-out;
            padding: 0;
            cursor: pointer;
        }

        .button-outline-dark:hover {
            background-color: var(--accent-b);
        }

        .button-outline-dark-link {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: var(--primary-color);
            transition: all ease 0.2s;
            padding: 1rem 2rem;
            text-align: center;
            gap: var(--gap-sm);
        }

    /* Button underline */

        .button-underline {
            background-color: transparent;
            border: none;
            width: max-content;
            padding: 0;
            text-decoration: underline;
            cursor: pointer;

            font-family: "Roboto Condensed";
            font-size: 1rem;
            font-weight: 500;
            margin: 0;
        }

    /* Accordian */

        .accordian {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }

        .accordian-container {
            display: flex;
            gap: 1.5rem;
            color: var(--primary-color);
            width: 60%;
        }

        .flex-r {
            flex-direction: row-reverse;
        }

        .accordian-header {
            flex: 1 1 50%;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            position: relative;
        }

        .accordian-title {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .accordian-arrow {
            display: flex;
            align-items: center;
            transition: transform 0.2s ease-in-out;
            transform: rotate(-90deg);
        }

        .accordian-arrow svg{
            fill: var(--text-primary);
            width: 10px;
            height: 10px;
        }

        .accordian-header img {
            width: 100%;
            height: auto;
            object-fit: cover;
            aspect-ratio: 4/5;
        }

        .accordian-card-wrapper {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            flex: 1 1 50%;
        }

        .accordian-card {
            display: flex;
            flex-direction: column;
        }

        .accordian-card-info {
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.2s ease-out;
        }

        .accordian-p {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            padding: 1rem;
        }

        .accordian-card-title {
            cursor: pointer;
            padding: 1rem 1rem;
            color: var(--text-primary);
            background: var(--primary-color);
            border-bottom: 4px solid var(--accent-a);
            transition: border 200ms ease-in-out;
            user-select: none;
            display: flex;
            gap: 1rem;
        }

        .accordian-card-title.active > .accordian-arrow {
            transform: rotate(0deg);
        }

    /* Gallery Zoom */
    /* The Modal (background) */
        .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 4000; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
        justify-content: center;
        align-items: center;
        }

        /* Modal Content (image) */
        .modal-content {
        margin: auto;
        display: block;
        max-height: 80vh;
        max-width: 80vw;
        }

        /* Caption of Modal Image */
        #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px;
        }

        /* Add Animation */
        .modal-content, #caption {  
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
        }

        @-webkit-keyframes zoom {
        from {transform:scale(0)} 
        to {transform:scale(1)}
        }

        @keyframes zoom {
        from {transform:scale(0.1)} 
        to {transform:scale(1)}
        }  

        /* The Close Button */
        .close {
        position: absolute;
        top: 0;
        right: 0;
        color: var(--text-primary);
        font-size: 4rem;
        font-weight: bold;
        transition: 0.3s;
        width: 100%;
        height: 100%;
        }

/* Global Elements Ends*/

/* Nav Start */

nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(0px);
}

.nav-bg {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    border-bottom: 1px solid var(--text-secondary);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap-mid);
    padding: var(--gap-sm);
}

.logo {
    display: flex;
    justify-content: center;
}

.nav-block {
    align-items: center;
    display: flex;
    gap: var(--gap-mid);
}

.nav-desktop {
    display: none;
    gap: var(--gap-mid);
}

.nav-burger {
    display: block;
}

.nav-burger > button {
    background-color: transparent;
    font-style: normal;
    font-family: "TH-Body" , "Roboto Condensed";
    appearance: none;
    border: none;
    font-size: 1rem;
    color: var(--primary-color);
    cursor: pointer;
    height: 100%;
    transition: color 0.2s ease-in-out;
    padding: 0;
    display: flex;
}

.nav-burger svg {
    stroke: var(--primary-color);
}


.sidebar {
    position: fixed;
    opacity: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--text-primary);
    color: var(--primary-color);
    z-index: 999;
    transform: translateX(100vw);
    transition: transform 0.2s ease-in-out;
    display: none;
    flex-direction: column;
    overflow: scroll;
}

.sidenav-container {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 2rem 1rem 0;
}

.sidenav-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 100%;
}

.sidenav-close {
    background-color: transparent;
    font-style: normal;
    font-family: "TH-Body" , "Roboto Condensed";
    appearance: none;
    border: none;
    font-size: 3rem;
    color: var(--primary-color);
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    display: flex;
    width: max-content;
}

.sidenav-prop {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidenav-prop > button {
    background-color: transparent;
    font-style: normal;
    font-family: "TH-Body" , "Roboto Condensed";
    appearance: none;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    width: 100%;
    transition: all 0.2s ease-in-out;
    border-top: 1px solid var(--text-secondary);
    padding: 1rem;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}

.sidenav-prop > button.active {
    color: var(--text-primary);
    background-color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.sidenav-prop.active > button {
    color: var(--secondary-color);
}

.sidenav-prop-menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.sidenav-prop-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sidenav-prop-main{
    background-color: var(--accent-a);
    color: var(--primary-color);
    flex: 1 1 100%;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.sidenav-subgroup {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
}

.sidenav-subgroup-item {
    display: flex;
    flex-direction: column;
}

.sidelink {
    flex: 1;
    padding: 1rem;
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.2s ease-in-out;
    text-align: center;
    font-size: 1.5rem;
}

.sidenav-item {
    padding: 1rem;
    text-decoration: none;
    color: var(--primary-color);
    border-top: 1px solid var(--text-secondary);
    transition: all 0.2s ease-in-out;
    appearance: none;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}

.show-map {
    display: block;
    z-index: 0;
}

.show3 {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto !important;
    display: flex;
}

.show2 {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto !important;
    display: flex !important;
}

.nav-item {
    display: flex;
    height: 100%;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: var(--primary-color);
    transition: color ease 0.2s;
}

.nav-item:hover{
    color: var(--secondary-color);
}

.logo svg {
    width: 7rem;
    height: 4rem;
    filter: drop-shadow(0 2px 5px 0 rgb(0, 0, 0, 0.4));
    fill: var(--black-primary);
}

.logo img {
    width: auto;
    height: 3rem;
}

.right {
    justify-content: flex-end;
}

.right > .nav-cta {
    display: none;
}

.nav-cta {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: var(--primary-color);
    transition: all ease 0.2s;
    text-decoration: none;
    border: 2px solid var(--primary-color);
    padding: 0.5rem 1rem;
    color: var(--text-primary);
    cursor: pointer;
}

.nav-cta:hover {
    background-color: var(--black-primary);
    border: 2px solid var(--black-primary);
}

/* Nav End */

/* Hero Start */

.hero-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 60vh;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.hero-wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: brightness(80%);
    object-fit: cover;
}

.hero-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: brightness(90%);
    object-fit: cover;
}

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 80%;
}

.hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-mid);
}

.hero-title {
    color: var(--text-primary);
    display: flex;
    width: 100%;
    text-shadow: 2px 5px 4px rgb(0, 0, 0, 0.4);
}

.hero-title {
    text-align: center;
    justify-content: center;
}

/* Hero End */

/* Main Body Start */

.home-search {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.input-wrap {
    display: flex;
    background-color: var(--text-primary);
    width: 100%;
}

.input-wrap input {
    padding: var(--gap-mid);
    border: none;
    width: 100%;

    font-family: "Roboto Condensed";
    font-size: var(--text-sh);
    font-weight: 500;
    margin: 0;
}

.input-wrap > button {
    background-color: var(--text-primary);
    padding: var(--gap-sm) var(--gap-mid);
    border: none;
    cursor: pointer;
}

.input-wrap > button > svg {
    fill: var(--primary-color);
    width: 1.5rem;
    height: auto;
    transform: rotate(-45deg);
}

.home-listing {
    display: flex;
    outline: 2px solid var(--text-primary);
}

.home-listing label {
    padding: 0.5rem 1rem;
    border: none;
    width: max-content;

    font-family: "Roboto Condensed";
    font-size: var(--text-sm);
    font-weight: 500;
    cursor: pointer;
}

.home-listing:has(input[type=radio]) label {
    display: grid;
    flex-direction: row;
    align-items: center;
    background-color: rgba(197, 197, 197, 0.5);
}

.home-listing > div:has(input[type="radio"]:checked) label {
    background-color: var(--accent-a);
}

.home-listing input[type=radio] {
    position:absolute;
    opacity: 0;
}

.section-group {
    display: flex;
    gap: var(--gap-big);
}

.body-white {
    padding-top: var(--gap-big);
    padding-bottom: var(--gap-big);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: var(--text-primary);
}

.body-blue {
    padding-top: var(--gap-big);
    padding-bottom: var(--gap-big);
    background-color: var(--accent-b);
}

.body-bg {
    padding-top: var(--gap-big);
    padding-bottom: var(--gap-big);
    background-color: var(--accent-b);
}

.body-group {
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: var(--gap-big);
}

.body-section, .navbar, .footer-wrap {
    margin-left: var(--margin-b);
    margin-right: var(--margin-b);
    max-width: none;
    width: auto;
}

.body-section p {
    color: var(--secondary-color);
}

.body-blue > .body-section p {
    color: var(--secondary-color);
}

.body-section-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap-mid);
}

.tagline {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
}

.tagline > .subheading {
    color: var(--secondary-color);
}

.tagline-text {
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
}

.body-blue .tagline > .subheading {
    color: var(--accent-a);
}

.body-blue .tagline-text {
    color: var(--primary-color);
}

.tagline-text-item {
    flex: 1;
    display: flex;
    align-items: flex-end;
}


/* Swiper Starts */

    .bullet-color {
        background-color: rgba(10, 41, 67, 0.8);
        padding: 0.25rem 0.5rem;
        margin: 0 4px;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
        border: 1px solid var(--primary-color);
    }

    .bullet-color-active {
        background-color: rgb(80, 168, 242, 0.8);
        border: 1px solid var(--text-primary);
    }

    .swiper-pagination {
        display: flex;
        justify-content: center;
    }

    .swiper-button-next, .swiper-button-prev {
        border: 1px solid var(--text-primary)!important;
        background-color: rgb(80, 168, 242, 0.5);
        padding: 1rem;
        transition-property: color, background-color ;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
        backdrop-filter: blur(2px);
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        color: var(--black-primary)!important;
        background-color: var(--text-primary);
        padding: 1rem;
    }

    .plan-item-container {
        display: flex;
        gap: var(--gap-mid);
        width: 100%;
        flex-direction: column;
    }

    .plan-display-item {
        display: flex;
        flex-direction: column-reverse;
        flex: 1 1 30%;
        width: 100%;
    }

    .plan-img-wrap {
        width: 100%;
    }

    .swiper-slide {
        display: flex !important;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .swiper-header {
        display: flex;
        justify-content: space-between;
        padding: 1rem;
        background-color: var(--secondary-color);
    }

    .swiper-head {
        display: flex;
        align-items: flex-end;
    }

    .swiper-head > h3{
        color: var(--text-primary);
    }

    .swiper-head > p{
        color: var(--text-secondary);
    }

/* Swiper Ends */

/* Popular Project Start */

.proj-wrap {
    display: flex;
    gap: var(--gap-mid);
    flex-direction: column;
}

.proj-card {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    cursor: pointer;
}

.card-img {
    display: flex;
}

.card-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.card-info {
    padding: var(--gap-sm);
    color: var(--primary-color);
    background-color: var(--accent-b);
}

.card-price {
    padding: var(--gap-sm);
    color: var(--text-primary);
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: var(--gap-sm);
    justify-content: center;
}

.card-price h3 {
    color: var(--accent-a);
}

/* Popular Project End */

/* Benefit Start */

.benefit-wrap {
    display: flex;
    gap: var(--gap-mid);
    flex-direction: column;
}

.benefit-card {
    background-color: var(--text-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-sm);
    padding: var(--gap-mid);
    flex: 1 1 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
}

.benefit-icon > svg {
    width: 6rem;
    height: 6rem;
    fill: var(--accent-a);
}

.benefit-text {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
}

.benefit-text > h3 {
    text-align: center;
}

.benefit-text > p {
    color: var(--secondary-color);
    text-align: center;
}

/* Benefit End */

/* Step Start */

.step-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-mid);
}

.step-card-wrap {
    display: flex;
    flex-direction: column;
}

.step-card {
    display: flex;
    gap: var(--gap-sm);
}

.step-number > span {
    font-size: var(--text-h3);
    color: var(--accent-a);
}

.step-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.break {
    position: relative;
}

.break:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    bottom: -0.5rem;
    left: 0;
    background-color: var(--secondary-color);
}

/* Step End */

/* News Start */

.news-wrap {
    display: flex;
    gap: var(--gap-mid);
    flex-direction: column;
}

.news-card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    flex: 1 1 30%;
}

.news-img {
    display: flex;
}

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

.news-info {
    display: flex;
    flex-direction: column;
    color: var(--text-primary);
    background-color: var(--primary-color);
    padding: var(--gap-mid);
    gap: var(--gap-sm);
}

.news-info p {
    text-align: left;
    color: var(--text-secondary);
}

/* News End */

/* Contact Start */

/* Contact End */

footer {
    background-color: var(--black-primary);
}

.footer-wrap {
    padding: var(--margin-b);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--gap-mid);
}

.footer-logo {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-logo img {
    width: auto;
    height: 3rem;
}

.footer-logo svg {
    height: 3rem;
    width: auto;
    fill: var(--text-primary);
}

.footer-container {
    display: flex;
    gap: var(--gap-mid);
    width: 100%;
    flex-wrap: wrap;
}

.footer-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1 1 58%;
}

.footer-title h3{
    color: var(--secondary-color);
}

.footer-item-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
}

.footer-item{
    text-decoration: none;
    color: var(--text-primary);
    display: flex;
    max-width: max-content;
    gap: var(--gap-sm);
    align-items: flex-start;
}

.footer-item svg{
    width: 1.5rem;
    fill: var(--text-primary);
}

.copyright-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--text-secondary);
}

.footer-social {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.social-item svg{
    width: 20px;
    height: 20px;
    fill: var(--accent-a);
    transition: fill 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border: 2px solid var(--accent-a);
    padding: 0.5rem;
    border-radius: 20px;
}

.footer-social svg:hover{
    fill: var(--text-primary);
    background-color: var(--accent-a);
}

.social-item {
    display: flex;
}

.vl {
    border-left: 1px solid var(--text-secondary);
    height: 4rem;
}

/* Properties Page Start */

#map {
    width: 100%;
    height: 100%;
}

.map-wrap {
    flex: 1 1 auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    visibility: hidden
}

.map-show {
    visibility: visible;;
}

.mobile-map {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 2rem;
    transform: translate(-50%, 0);
    display: block;
    z-index: 10;
}

    /* Button secondary */

        .button-map {
            border: none;
            background: var(--accent-a);
            transition: background-color 0.2s ease-in-out;
            padding: 0;
            cursor: pointer;
        }
        
        .button-map-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--black-primary);
            transition: all ease 0.2s;
            padding: 1rem 2rem;
            text-align: center;
        }

.search-body {
    height: calc(85vh - 80px);
    margin-top: 80px;
}

.search-container {
    display: flex;
    height: 100%;
    position: relative;
}

.search-section {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.search-nav {
    padding: var(--gap-sm);
    border-bottom: 1px solid var(--text-secondary);
    display: flex;
    gap: var(--gap-sm);
    color: var(--primary-color);
    flex-wrap: wrap;
}

.search-nav select {
    padding: 0.5rem 1rem;
    font-weight: 500;
    font-family: "TH-Body" , "Roboto Condensed";
    font-size: var(--text-sm);
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 2px solid var(--secondary-color);
}

.search-nav [data-listing] {
    border: 2px solid var(--accent-a);
}

.search-nav select option {
    font-family: "TH-Body" , "Roboto Condensed";
    font-size: var(--text-sm);
    color: var(--primary-color);
    font-weight: 500;
    background-color: var(--text-primary);
}

.search-nav select:hover,select:focus  {
    background-color: var(--accent-b);
    outline-style: none;
    border: 2px solid var(--accent-a);
}

.leaflet-marker-icon.highlight-marker {
  filter: drop-shadow(0 0 5px yellow);
  transform: scale(1.2);
  transition: transform 0.3s, filter 0.3s;
}

.search-wrapper {
    display: flex;
    flex: 1 1 100%;
}

.search-wrapper input {
    padding: var(--gap-sm);
    width: 100%;
    font-family: "Roboto Condensed";
    font-size: var(--text-sh);
    font-weight: 500;
    margin: 0;
    border: 2px solid var(--text-secondary);
}

.search-nav-price {
    display: flex;
    gap: var(--gap-sm);
}

.nav-price-label {
    position: absolute;
    top: 7rem;
    z-index: 1;
    display: none;
    flex-direction: column;
    gap: var(--gap-sm);
    background-color: var(--text-primary);
    padding: var(--gap-sm);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.nav-price-label label{
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
}

.nav-price-button {
    padding: 0.5rem 1rem;
    font-weight: 500;
    font-family: "TH-Body" , "Roboto Condensed";
    font-size: var(--text-sm);
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 2px solid var(--secondary-color);
    background-color: transparent;
    display: block;
}

input {
    font-size: 1rem;
}

.user-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: var(--gap-mid);
}

.search-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    transition: box-shadow 0.2s ease-in-out;
}

.search-card:hover {
    box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
}

.search-info-wrap {
    display: flex;
    padding: var(--gap-sm);
    background-color: var(--text-primary);
    gap: var(--gap-sm);
    align-items: flex-end;
}

.search-info > .header {
    margin-bottom: var(--gap-sm);
    color: var(--primary-color);
}

.search-info > .body {
    color: var(--secondary-color);
}

.search-info {
    flex: 1 1 20%;
}

.search-link {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--text-primary);
    padding: 1rem 1.5rem;
    height: max-content;
    width: max-content;
    transition: background-color 0.2s ease-in-out;
}

.search-link:hover {
    background-color: var(--black-primary);
}

.search-img {
    flex: 1 1 80%;
    display: flex;
}

.search-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.hide {
    display: none;
}

/* Properties Page End */

/* Project info Page Start */

/* Project info banner*/
    .project {
        background-color: var(--primary-color);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
    }

    .project-display {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .swiper-full {
        width: 100%;
        height: 80vw;
    }

    .proj-hero > img{
        aspect-ratio: 16/9;
    }

/* Project info main body*/

    .project-info-wrapper {
        display: flex;
        position: relative;
        flex-direction: column;
        width: 100%;
    }

    .project-info-body {
        padding-top: var(--gap-mid);
        padding-bottom: var(--gap-mid);
        color: var(--primary-color);
        display: flex;
        flex-direction: column;
        gap: var(--gap-mid);
        width: 100%;
    }

    .item-break {
        border: 1px solid var(--text-secondary);
        width: 100%;
    }

    .project-info {
        display: flex;
        flex-direction: column;
        gap: var(--gap-sm);
    }

    .project-info h3 {
        background-color: var(--text-secondary);
        padding: var(--gap-sm);
    }

    .project-info p {
        padding-left: var(--gap-sm);
    }

    .project-feature-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .project-feature-item {
        flex: 1 1 30%;
        display: flex;
        flex-direction: column;
        gap: var(--gap-sm);
        padding: var(--gap-sm);
    }

    .project-overview {
        display: flex;
        flex-direction: column;
        gap: var(--gap-sm);
    }

    .overview-info {
        flex-wrap: wrap;
        display: flex;
        gap: var(--gap-sm);
    }

    .overview-info svg {
        width: 2rem;
        height: auto;
        fill: var(--accent-a);
    }

    .media-view {
        display: flex;
        gap: var(--gap-sm);
    }

    .media-view svg {
        width: 16px;
        height: auto;
        fill: var(--primary-color);
    }

    .project-cta {
        width: 100%;
        display: flex;
        position: relative;
        justify-content: center;
    }

    .project-cta-wrap {
        position: fixed;
        bottom: 0;
        padding: 0;
        height: max-content;
        width: 100%;
        justify-content: center;
        z-index: 1;
    }

    .project-cta-body {
        padding: var(--gap-mid);
        border: 1px solid var(--text-secondary);
        background-color: var(--text-primary);
        display: flex;
        justify-content: center;
    }

    .project-cta-body button{
        width: 100%;
    }

    .project-container {
        display: flex;
        width: 100%;
    }

    .location-container iframe {
        width: 100%;
    }


/* Project info gallery*/

    .gallery {
        position: fixed;
        z-index: 3000;
        background-color: var(--primary-color);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none;
        flex-direction: column;
    }

    .gallery-display-wrapper {
        display: flex;
        margin-left: var(--margin-b);
        margin-right: var(--margin-b);
    }

    .gallery-display {
        display: flex;
        flex-direction: column;
        overflow: auto;
        height: 85vh;
    }

    .gallery-item-wrap {
        display: flex;
    }

    .gallery-item {
        flex: 1;
        display: flex;
        padding: 0.5rem;
    }

    .gallery-top {
        display: flex;
        justify-content: flex-end;
        margin-left: var(--margin-b);
        margin-right: var(--margin-b);
    }

    .gallery-close {
        background-color: transparent;
        font-style: normal;
        font-family: "TH-Body" , "Roboto Condensed";
        appearance: none;
        border: none;
        font-size: 4rem;
        color: var(--text-primary);
        cursor: pointer;
        transition: color 0.2s ease-in-out;
        display: flex;
        width: max-content;
    }

    .show-gallery {
        display: flex;
    }

    .projectimg {
        max-width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

/* Project info Page End */

@media (min-width: 640px) {

    :root {
        font-size: 16px;
        --margin-b: 1.875rem;
        --gap-big: 2.5rem;
        --gap-mid: 2rem;

        --text-h1: 2.5rem;
        --text-h2: 2rem;
        --text-h3: 1.75rem;
    } 

    .logo img {
        width: 5rem;
        height: auto;
    }

    .footer-logo img {
        width: auto;
        height: 4rem;
    }

    .footer-logo svg {
        height: 4rem;
    }

    .footer-wrap {
        align-items: center;
    }

    .footer-container {
        width: 100%;
        justify-content: center;
    }

    .footer-card {
        flex: 0 1 auto;
    }

    .footer-social {
        justify-content: center;
    }

    .right > .nav-cta {
        display: flex;
    }

    .nav-desktop {
        display: flex;
    }

    .nav-burger {
        display: none;
    }

    .search-info-wrap {
        flex-direction: row;
    }

    .search-link {
        padding: 1rem 1.5rem;
    }

    .user-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .swiper-full {
        height: 80vh;
    }

    .nav-price-button {
        display: none;
    }

    .nav-price-label {
        position: static;
        display: flex;
        flex-direction: row;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
        padding: 0;
    }

    .nav-price-label label{
        flex-direction: row;
        align-items: center;
    }

    

}


@media (min-width: 900px) {

    :root {
        --margin-b: 3.125rem;
        --gap-big: 4rem;
        --gap-mid: 2rem;

        --text-h1: 3rem;
        --text-h2: 2.5rem;
        --text-h3: 2rem;
    }

    .hero {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
    }

    .mobile-map {
        display: none;
    }

    .logo img {
        width: 6rem;
    }

    .map-wrap {
        position: static;
        visibility: visible;
        width: 50%;
    }

    .search-body {
        height: calc(90vh - 80px);
    }

    .project-info-wrapper {
        flex-direction: row;
    }

    .project-info-body {
        width: 70%;
    }

    .project-cta-wrap {
        position: sticky;
        top: 80px;
        display: flex;
        padding: var(--gap-mid);
    }

    .project-cta {
        width: 30%;
    }

    .project-cta-body {
        background-color: transparent;
    }

    .project-cta-body button{
        width: max-content;
    }
}

@media (min-width: 1200px) {

    :root {
        --margin-b: 6rem;
        --gap-big: 6rem;
    }

    .hero-wrapper {
        height: 90vh;
    }

    .proj-wrap {
        flex-direction: row;
    }

    .benefit-wrap {
        flex-direction: row;
    }

    .news-wrap {
        flex-direction: row;
    }

    .logo img {
        width: 10rem;
    }

    .tagline-text {
        color: var(--primary-color);
        display: flex;
        flex-direction: row;
        gap: var(--gap-mid);
    }

    .plan-item-container {
        flex-direction: row;
    }

    .map-wrap {
        width: 100%;
    }

    .search-wrapper {
        flex: 0 1 50%;
    }

}

@media (min-width: 1600px) {

    .body-section, .navbar, .footer-wrap, .gallery-display-wrapper, .gallery-top {
        margin-inline: auto;
        max-width: calc(1600px - var(--margin-b) * 2);
        width: 100%;
    }

    .tagline-text {
        gap: var(--gap-mid);
    }

    .img-btn-next, .img-btn-prev {
        position: fixed;
        top: 48vh;
        bottom: auto;
    }
}