/* Contact Us Style */

        @font-face {
            font-family: 'Averta Std PE' !important;
            src: url('fonts/AvertaStd-Black.ttf') format('ttf'),
                url('fonts/AvertaStd-Bold.ttf') format('ttf') !important;
            /* Optional: Specify font-weight and font-style */
            font-weight: normal !important;
            font-style: normal !important;
        }
/* 
        .contact_bg_image {
            background-image: url("assets/images/contactus-bg.png") !important;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 40px;
            width: 100%;
            height: 60vh;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            position: relative !important;
        } */


        .nav-link {
            color: #fff !important;
        }

        .scrolled .nav-link{
            color: black !important;
        }


        .footer-grid {
            display: grid;
            grid-template-columns: 30% 10% 10% 25% 25%;
            margin-top: 80px !important;
        }

        .namebrand {
            font-size: 14px !important;
            font-family: 'Space Grotesk' !important;
        }

        .social-icons {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        /* .footer-img {
            width: 30px;
            cursor: pointer !important;
            margin-right: 20px !important;
        }

        .footer-bg {
            background-image: url("assets/images/footer-bg.png") !important;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            z-index: 0;
            position: relative !important;
            padding: 35px 55px ;
            width: 100% !important;
            border-radius: 20px !important;
        }

        .footer-heading {
            font-size: 30px;
            font-weight: 700;
            color: white;
        }

        .footer-content {
            font-size: 12px;
            line-height: 27px;
            color: rgba(255, 255, 255, 0.8) !important;
            font-weight: 200;
        }

        .footer-contact {
            text-decoration: underline;
            color: rgba(255, 255, 255, 0.8) !important;
            font-weight: 700;
            font-family: 'Space Grotesk';
            cursor: pointer;
        }

        .footer-contact:hover {
            color: rgba(255, 255, 255, 0.8) !important;
        }

        .footer-line {
            color: white !important;
            margin-top: 70px !important;
        }

        .footer-quicks {
            font-size: 16px;
            color: white;
            font-weight: 600;
            font-family: 'Space Grotesk';
        }

        .footer-quicks-gulf {
            font-size: 16px;
            color: white;
            font-weight: 600;
            font-family: 'Space Grotesk';
        }

        .footer-quicks-text {
            font-size: 13px;
            color: white;
            font-weight: 200;
            line-height: 25px;
            font-family: 'Space Grotesk';
            cursor: pointer;
        }

        .link-footerss {
            text-decoration: none;
            font-size: 12px;
            color: white;
            font-weight: 200;
            cursor: pointer;
            line-height: 25px !important;
        }

        .link-footer {
            text-decoration: none;
            font-size: 12px;
            color: white;
            font-weight: 200;
            cursor: pointer;
            line-height: 42px !important;
        }

        .link-footer:hover {
            color: #dfb698 !important;
            font-weight: 200;
        } */

        .footer-condition {
            display: flex;
            justify-content: space-between;
        }

        .search {
            background: #524c4c;
            height: 40px;
            border-radius: 40px;
        }

        .search-btn {
            color: white;
            float: right;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #fd7714;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .search-txt {
            border: none;
            background: none;
            outline: none;
            float: left;
            padding: 5px;
            color: white;
            font-size: 16px;
            line-height: 30px;
            text-indent: 10px;
        }

        .fas .fa-search {
            font-weight: 200;
            font-size: 40px;
        }

        .dropdown-menu {
            display: none;
            position: absolute;
            z-index: 1000;
            border-radius: 30px !important;
            padding: 10px !important;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
        }

        .nav-item:hover .dropdown-menu {
            display: block;
            /* Show dropdown menu on parent hover */
        }

        .dropdown-item:hover {
            color: #FD7714;
            background-color: transparent !important;
        }

        .dropdown-toggle {
            display: flex !important;
        }

        .dropdown-toggle::after {
            font-family: "FontAwesome";
            content: "\f107";
            display: inline-block;
            vertical-align: 0px !important;
            border-top: none;
            border-right: 0.3em solid transparent;
            border-bottom: 0;
            border-left: 0.3em solid transparent;
            width: 24px;
            height: 24px;
            margin-left: 1px !important;
        }

        .nav-item.mobdropdown .mob-dropdown-menu {
            display: none;
            /* Hide dropdown menu by default */
        }

        .nav-item.mobdropdown.expanded .mob-dropdown-menu {
            display: block;
            /* Show dropdown menu when parent is expanded */
        }

        .contact-grid {
            display: grid;
            grid-template-columns: 48% 45%;
            gap: 40px;
        }
.contact-heading{
font-size: 48px;
font-weight: 500;
line-height: 60px;
font-family:Readex Pro !important;
color: #000000;
letter-spacing: 0px !important;
}
.contact-content{
    font-size: 20px;
font-weight: 400;
line-height: 30px;
font-family: Space Grotesk !important;
color: #000000;
}
.contact-subcontent{
    font-size: 28px;
font-weight: 700;
line-height: 35px;
font-family: Space Grotesk !important;
color: #000000;
margin-top: 25px !important;
text-align: left;
}
.contact-social-items{
    font-size: 20px;
font-weight: 400;
line-height: 30px;
font-family: Space Grotesk !important;
color: #000000;
}
.contactus-form{
    padding: 87px;
    background-color: white;
    border-radius: 38px;
    border: 1px solid #80808036;
}
.model-input {
            border: none;
            width: 100%;
            background: transparent !important;
            height: 40px;
            border-radius: 20px;
            font-family: Space Grotesk;
            font-size: 18px !important;
            font-weight: 700;
            line-height: 27px;
            letter-spacing: -0.04em;
            text-align: left;
            color: black !important;
        }

        textarea:focus-visible {
    outline-offset: 0px;
    outline: none !important;
}      
.textarea-input{
    border: none;
            width: 100%;
            background: transparent !important;
            height: 180px;
            border-radius: 20px;
            font-family: Space Grotesk;
            font-size: 18px !important;
            font-weight: 700;
            line-height: 27px;
            letter-spacing: -0.04em;
            text-align: left;
            color: black !important;
            resize: none;
}
        .model-inputdiv {
            border: none;
            background: #FD771412;
            width: 100%;
            height: 80px;
            border-radius: 20px;
            padding-left: 20px;
            padding-top: 10px;
            padding-right: 10px;
        }
        .model-text-area{
            border: none;
            background: #FD771412;
            width: 100%;
            height: 200px;
            border-radius: 20px;
            padding-left: 20px;
            padding-top: 10px;
            padding-right: 10px;
        }
        .model-label {
            font-family: 'Averta Std PE', Arial, sans-serif !important;
            font-size: 16px;
            font-weight: 400;
            line-height: 21px;
            letter-spacing: -0.04em;
            text-align: left;
            color: #11162899;
        }
.sendmsg-btn{
    color: white;
    background-color: #FD7714;
    border-radius: 34px;
    border: none !important;
    font-weight: 700;
    font-size: 16px;
    font-family: "Space Grotesk";
    line-height: 30px;
}
.view-map{
position: absolute;
bottom: 10px;

}
.contactus{
position: relative;
}

@media screen and (min-width:992px) and (max-width:1400px) {
    .singn-up {
    padding: 31px 36px 49px 37px;
}
    .contact-heading {
    font-size: 28px !important;
    font-weight: 500;
    line-height: 45px;
    }
    .contact-content {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 26px;
    }
    .contact-subcontent {
    font-size: 23px !important;
    font-weight: 700;
    line-height: 23px;
    }
    .contact-social-items {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 16px;
    }
    .contactus-form {
    padding: 56px;
    }
    .model-label {
    font-size: 14px !important;
    }
    .model-input {
    font-size: 15px !important;
    }
    .textarea-input {
    font-size: 15px !important;   
    height: 100px !important;
    }
    .model-text-area {
    height: 156px !important;
    }
    .sendmsg-btn {
    font-size: 14px !important;
    }

}


#mobileModal {
    .nav li a {
      color: black !important;
    }
  }

@media (max-width:699px) {
    .contact-heading {
        font-size: 24px;
      }

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