:root {
    --primary-color: #12352E;
    --secondary-color: #198754;
    --font-color: #1a1a1a;
}
.menu-wrp .bottom-wrp {
    padding: 0 0 20px 0;
    display: flex;
    font-size: 1em;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}
.social-media-header{ gap: 40px;   display: flex;list-style: none;line-height: 60px; padding: 0 15px;cursor: pointer;transition: all .3s ease;justify-content: center;  align-items: center;}
.bannerImg{object-fit: cover;}
.menu-wrp .social-media-header { gap: 20px;display: flex !important;list-style: none !important; line-height: 60px;padding: 0;cursor: pointer; transition: all .3s ease;justify-content: center;align-items: center;}
p{margin-bottom: 1rem;}
.websiteImg{height: 200px;object-fit: cover;}
.padlt{ padding-left: 3em}
/*.hlights li { width: 50%; }*/
.hlights li .hbox{ display: flex;justify-content: center;align-items: center; height: 120px;background: rgb(255 255 255 / 85%);}
.hlights li .hlist { line-height: 1.3; }
.bg-digi { background: url(images/Investment-in-Goa.jpg) top center fixed;background-size: cover;}
/*.hlights li .hbox:before { content: "\e908"; }*/
.title-border2:after, .title-border3:after, .title-border-center:after{ width: 100px; }
.fplans { padding: 3em 2em 1em; height: 540px;}
ul.listStyle li{ padding-bottom: 8px}
.smart-footer-social a,.smart-footer-menu a{ color: #ffffff; }
.smart-footer-logo::before, .smart-footer-logo::after{     background: #fff;}
.ibox .iquery, .ibox .iwhatsapp { padding: 15px 0 15px 0;}
.modal-header {margin: 0;}
.tbhk:after { content: "Payment Plan";     right: -60px;}
.box-shadow {box-shadow: 0 0 32px rgb(13 202 240 / 67%);}
.bg-white { background-color: #fff !important;}
.footer-top {    position: relative;    top: -100px;}
.smart-footer {    padding: 50px 150px;}
.ul-padding{padding-left: 20px;}
label.error {
    display: none;
    position: relative;
    padding: 0;
    color: red;
    font-size: .9rem;
}
input.error, textarea.error, select.error, .textbox.error,input.error:focus, textarea.error:focus, select.error:focus, .textbox.error:focus {    color: #212529; }
.protitle h2.sub-heading{ font-family: 'inter', sans-serif !important; line-height: 1.25; font-weight: 400;font-size: 1rem}
.hsfdhf{display: flex;justify-content: stretch;gap: 100px;}
.section-padding {
    padding: 70px 0px;
}
.contact-icon {
    float: left;
    margin-bottom: 30px;
    margin-right: 15px;
}

.contact-icon i {
    font-size: 20px;
    color: var(--primary-color);
    height: 50px;
    width: 50px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
}

.single-contact h2 {
    font-size: 18px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 2px;
}

.single-contact:hover .contact-icon i {
    color: #fff;
    border: 1px solid var(--primary-color);
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 25px;
    background: var(--primary-color);
}

.contact-area {
    background: #F7F7F7;
}

.single-contact a,
.single-contact a:hover {
    color: #212529
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-control {
    display: block;
    border: 0px;
    width: 100%;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 17px 7px 14px 15px;
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-form .form-control:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
}

.my-button:hover {
    background: transparent;
    color: #000;
    border: 1px solid var(--primary-color);
    -webkit-transition: .3s;
    transition: .3s;
}

.my-button {
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    border-radius: 0px;
    font-weight: 600;
    border-radius: 30px;
}
header .mainhead .contact:hover{ color:#fff; }
 .video-bg {
      position: relative;
      inset: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      background: #000;
    }

    /* Make YouTube iframe behave like cover */
    .video-bg iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100vh;
      transform: translate(-50%, -50%);
      pointer-events: none; /* disables clicks */
    }

@media screen and (max-width: 480px) {
    .video-bg{ height:45vh; }
    .protitle h2.sub-heading { font-size: 1rem !important}
    .hsfdhf { display: block }
    .amenities li .ametop i{ font-size: 3em; }
    .hlights li .hbox{ height:auto;}
    .proquery { margin-top: 50px; }
    .menu-wrp{ padding: 2em; }
    .menu-wrp .bottom-wrp a strong { letter-spacing: 1px;    font-weight: 400;}
    .footer-top {top: 0;    margin-bottom: 70px;}
    .smart-footer {    padding: 50px 20px 90px}
   header .contact { font-size: 1.2em;line-height: 60px;padding: 0 10px;}
    header .logo img {height: auto;width: 100%;padding: 15px 0;}
}