/* ================================
   1. BIG SCREENS (TV, 2K, 4K, Ultrawide)
   ================================ */
@media only screen and (min-width: 2100px) {
    /* Very large monitors, 2K/4K displays, ultrawide screens */
 
section.Ghantoot-word h1 {
    font-size: 465px;
}    
.location-section:after {
    top: 300px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    z-index: 1;
}
.distance-wrapper {
    margin-bottom: 50px;
}
section.project-section > .container-fluid {
    padding: 0 150px;
}


}

/* ================================
   2. LARGE LAPTOPS (1920px range)
   ================================ */
@media only screen and (min-width: 1600px) and (max-width: 1899px) {
 
 section.Ghantoot-word h1 {
    font-size: 290px;
}    
.location-section:after {
    height: 75%;
}
section.project-section > .container-fluid {
    padding: 0 110px;
}
    section.Ghantoot-word h1 {
        font-size: 345px;
    }


}

/* ================================
   2. LARGE LAPTOPS (1440px range)
   ================================ */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
 
.hero-banner {
    padding-top: 122px;
}
section.hero-graphics-section {
    margin-top: 85px;
}
.hero-after-text p {
    width: 70%;
}
.content-wrapper p.desc {
   margin-bottom: 30px;
}

.project-gallery .carousel-inner .carousel-item {
    height: 200px;
}
section.Ghantoot-word h1 {
    font-size: 280px;
}
.location-section h1.title {
    width: 85%;
}
.distance-wrapper {
    margin-bottom: 50px;
}

}

/* ================================
   3. STANDARD LAPTOPS (Large desktop screens)
   ================================ */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
 

}

/* ================================
   4. TABLETS LANDSCAPE 
      iPad Landscape (10.2", Air, Pro), Samsung Tab Landscape
   ================================ */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

.hero-banner {
    padding-top: 120px;
}
.hero-text p {
    width: 65%;
}
section.hero-graphics-section {
    margin-top: 60px;
}
.hero-after-text p {
    width: 70%;
    font-weight: 600;
    line-height: 35px;
}
.content-wrapper {
    padding: 80px 70px;
}
.bestfits-list-wrapper {
    margin-left: 40px;
}
section.Ghantoot-word h1 {
    font-size: 185px;
}
.location-section h1.title {
    font-size: 30px;
    width: 80%;
}
.distance-wrapper ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.distance-wrapper {
    margin-bottom: 50px;
}
.property-card {
    height: 375px;
}
.slick-center .property-title {
    font-size: 40px;
}
.property-title {
    font-size: 40px;
}






}

/* ================================
   5. TABLETS PORTRAIT 
      iPad Portrait, Samsung Tab Vertical
   ================================ */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
.hero-banner {
    padding-top: 90px;
}
.hero-text h1 {
    font-size: 30px;
}
.hero-text p {
    width: 70%;
    margin: 0 auto;
}
section.hero-graphics-section {
    margin-top: 60px;
}
.hero-after-text p {
    width: 85%;
    font-weight: 500;
    line-height: 35px;
    margin: 80px auto;
}
.content-wrapper {
    background: #003A54;
    padding: 42px 30px;
}
.content-wrapper h1.title {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
}
.content-wrapper p.desc {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}
.bestfits-list-wrapper {
    margin-left: 30px;
}
section.Ghantoot-word h1 {
    font-size: 145px;
}
.location-section h1.title {
    font-size: 24px;
    color: #000;
    width: 85%;
}
.distance-wrapper ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    gap: 50px;
}

.property-card {
    height: 250px;
}
.slick-center .property-title, .property-title {
    font-size: 20px;
    font-weight: bold;
}
.bestfits-list-wrapper ul li {
    border-bottom: 1px solid #F2F2F2;
    padding: 15px 0;
}
.bestfits-list-wrapper ul li .content h1 {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}
.bestfits-list-wrapper ul li .content p{
   font-size: 12px;
}
.bestfits-left-wrapper .img {
    width: 100%;
    height: 555px;
}
.round-badge p {
    width: 150px;
    height: 150px;
    font-size: 14px;
}



}

/* ================================
   6. LARGE MOBILES
      iPhone Pro Max, Samsung Galaxy S/Note Series
   ================================ */
@media only screen and (min-width: 576px) and (max-width: 767px) {
 
}

/* ================================
   7. MOBILE STANDARD 
      iPhone 12/13/14, Samsung A/M Series
   ================================ */
@media only screen and (min-width: 400px) and (max-width: 575px) {
   
nav.navbar.navbar-expand-lg {
    padding: 0 20px;
}
.hero-banner {
    padding-top: 70px;
}
.hero-text h1 {
    font-size: 22px;
}
.hero-text p {
    font-size: 14px;
    line-height: 20px;
    width: 90%;
}
.btn-style-one , .btn-style-two{
    font-size: 14px;
    padding: 10px 20px;
}
section.hero-graphics-section {
    margin-top: 40px;
}
.hero-after-text p {
    font-size: 16px;
    width: 90%;
    font-weight: 500;
    line-height: 25px;
    margin: 45px auto;
}
.content-wrapper {
    background: #003A54;
    padding: 50px;
}
.content-wrapper h1.title {
    color: #fff;
    font-size: 24px;
    line-height: 35px;

}
section.project-section > .container-fluid {
    padding: 0 30px;
}
.best-fits-section .header-title h1.title {
    font-size: 18px;
}
.round-badge p {
    width: 125px;
    height: 125px;
    right: -25px;
}

.bestfits-left-wrapper .img {
    width: 100%;
    height: 400px;
}
.bestfits-list-wrapper {
    margin-left: 0;
}
.bestfits-list-wrapper ul {
    padding: 0;
}
section.Ghantoot-word h1 {
    font-size: 75px;
}
.location-section h1.title {
    font-size: 24px;
}
.location-section p.short-desc {
    margin-top: 0;
}
.location-section:after {
    top: 320px;
    left: 0;
    right: 0;
    width: 100%;
    height: 85%;
    z-index: 1;
}
.location-section .map {
    width: 100%;
    height: 35vh;
}
.distance-wrapper ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
    gap: 20px;
    padding: 0;
}
.distance-wrapper ul li p.time {
    font-size: 15px;
}
.distance-wrapper ul li p.distance {
    font-size: 12px;
    line-height: normal;
}
.distance-wrapper {
    margin-bottom: 40px;
}
    .property-card {
        height: 200px;
    }
.property-title {
    font-size: 20px !important;
}
.slick-prev {
    left: 50%;
}
.footer-form > .row > .col-md-12 {
    display: flex;
    flex-direction: column;
}
.row.footer-title h3 {
    color: #000;
    font-size: 24px;
}
.row.footer-title {
    flex-direction: column-reverse;
}
.footer-logo-name h1 {
    text-align: left;
}
.foote-menu ul {
    display: flex;
    gap: 20px;
    align-items: self-start;
    justify-content: flex-start;
    margin-top: 20px;
    padding: 0;
}
section.footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
}
/**** Project popup ***/

ul.price-facts {
    flex-direction: column;
}
.details-features ul {
    grid-template-columns: repeat(2, 1fr);
}
.images-section {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    gap: 20px;
}
.projects-modal .modal-content {
    padding: 10px;
}
#generalForm .modal-body.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 30vh;
}
section.project-section, section.Ghantoot-word {
    padding: 40px 0;
}
.section-padding {
    padding: 0px 0 80px 0;
    position: relative;
}
section.gallery-section {
    margin: 160px 0 40px 0;
}
.details-features ul li {
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #F8F8F8;
    padding: 20px;
    display: contents;
    text-align: left;
}
.modal-hero-section .desc p {
    padding: 30px 0;
}
.popup-gallery-section {
    padding: 10px 0;
}



}

/* ================================
   8. SMALL MOBILE 
      Older iPhones (SE), small Android phones
   ================================ */
@media only screen and (max-width: 399px) {
    

 nav.navbar.navbar-expand-lg {
    padding: 0 20px;
}
.hero-banner {
    padding-top: 70px;
}
.hero-text h1 {
    font-size: 22px;
}
.hero-text p {
    font-size: 14px;
    line-height: 20px;
    width: 90%;
}
.btn-style-one , .btn-style-two{
    font-size: 14px;
    padding: 10px 20px;
}
section.hero-graphics-section {
    margin-top: 40px;
}
.hero-after-text p {
    font-size: 16px;
    width: 90%;
    font-weight: 500;
    line-height: 25px;
    margin: 45px auto;
}
.content-wrapper {
    background: #003A54;
    padding: 50px;
}
.content-wrapper h1.title {
    color: #fff;
    font-size: 24px;
    line-height: 35px;

}
section.project-section > .container-fluid {
    padding: 0 30px;
}
.best-fits-section .header-title h1.title {
    font-size: 18px;
}
.round-badge p {
    width: 125px;
    height: 125px;
    right: -25px;
}

.bestfits-left-wrapper .img {
    width: 100%;
    height: 400px;
}
.bestfits-list-wrapper {
    margin-left: 0;
}
.bestfits-list-wrapper ul {
    padding: 0;
}
section.Ghantoot-word {
    padding: 40px 0;
}
section.Ghantoot-word h1 {
    font-size: 70px;
}
.location-section h1.title {
    font-size: 24px;
}
.location-section p.short-desc {
    margin-top: 0;
}
.location-section .map {
    width: 100%;
    height: 35vh;
}
.location-section:after {
    top: 320px;
    left: 0;
    right: 0;
    width: 100%;
    height: 85%;
    z-index: 1;
}
.distance-wrapper ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
    gap: 20px;
    padding: 0;
}
.distance-wrapper ul li p.time {
    font-size: 15px;
}
.distance-wrapper ul li p.distance {
    font-size: 12px;
    line-height: normal;
}
.distance-wrapper {
    margin-bottom: 40px;
}
    .property-card {
        height: 200px;
    }
.property-title {
    font-size: 20px !important;
}
.slick-prev {
    left: 50%;
}
.footer-form > .row > .col-md-12 {
    display: flex;
    flex-direction: column;
}
.row.footer-title h3 {
    color: #000;
    font-size: 24px;
}
.row.footer-title {
    flex-direction: column-reverse;
}
.footer-logo-name h1 {
    text-align: left;
}
.foote-menu ul {
    display: flex;
    gap: 20px;
    align-items: self-start;
    justify-content: flex-start;
    margin-top: 20px;
    padding: 0;
}
section.footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
}
section.project-section, section.Ghantoot-word {
    padding: 40px 0;
}
.section-padding {
    padding: 0px 0 80px 0;
    position: relative;
}
section.gallery-section {
    margin: 160px 0 40px 0;
}
.details-features ul li {
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #F8F8F8;
    padding: 20px;
    display: contents;
    text-align: left;
}
/**** Project popup ***/

ul.price-facts {
    flex-direction: column;
}
.details-features ul {
    grid-template-columns: repeat(2, 1fr);
}
.images-section {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    gap: 20px;
}
.projects-modal .modal-content {
    padding: 10px;
}
#generalForm .modal-body.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 30vh;
}
.modal-hero-section .desc p {
    padding: 30px 0;
}
.popup-gallery-section {
    padding: 10px 0;
}





}
