/* Custom font */
@font-face {
    font-family: 'Ibrand';
    src: url('./fonts/fonts/Ibrand.woff2') format('woff2'),
         url('./fonts/fonts/Ibrand.woff') format('woff'),
         url('./fonts/fonts/Ibrand.otf') format('otf'),
         url('./fonts/fonts/Ibrand.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

/* Typography */
h1, h2, h3, h4, h5 {
    font-family: "PT Sans", sans-serif;
    font-weight: 400 !important;
}
h2 {
    font-size: 3.5rem !important;
    color: #308140 !important;
}
.pxp-caption-prop-features,
p,
body {
    font-size: 1.1rem !important;
}

/* Layout Adjustments */
html, body {
    overflow-x: hidden;
}

/* Responsive Adjustments */
.desk1 {
    display: block;
}
.trigger1 {
    display: none;
}

/*.videoo{*/
/*    width:100%;*/
/*    height:auto;*/
/*}*/

.logoo{
    padding-left:52%;
    display:block;
}

/* Hero Section Video Styling */
/*.hero-video {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
.videoo {
    width: 100%;
    height: auto;
    /*object-fit: cover;*/
}

/* Service Section Image and Button Styling */
.pxp-services-h-fig {
    background-size: cover;
    background-position: center;
    min-height: 400px;
}
.pxp-numbers-icon {
    height: 60px;
}

 /* Responsive styling */
.embed-responsive {
    position: relative;
    /*width: 100%;*/
    overflow: hidden;
    /*padding-top: 56.25%;*/
    /* 16:9 Aspect Ratio */
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
}

.gallery-container {
    margin-top: 100px;
}

.pxp-full {
    background-image: url('https://listpropertyads.com/godrej-kokapet/images/newsletter-2-fig.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.contact-info {
    font-size: 1.2rem;
    margin-top: 16px;
}

.map-container iframe {
    width: 100%;
    height: 150px;
    border: 0;
}

@media (max-width: 768px) {
    .pxp-full {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .map-container iframe {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .contact-info {
        font-size: 1rem;
    }
}
/* Responsive Margin Adjustments */
@media screen and (max-width: 768px) {
    .mt-100 {
        margin-top: 50px;
    }
    .pt-70, .pb-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
/* Responsive Padding for About Section */
@media screen and (max-width: 768px) {
    .pt-100, .pb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Contact Icon Styles */
.contact-icon {
    position: fixed;
    z-index: 9;
    right: 0;
    transform: translateY(-50%);
}

.contact-icon-img {
    width: 50px;
    height: 50px;
}

.telphone {
    top: 87%;
}

.whatsapp {
    top: 95%;
}

.floor-plan-image {
    background-size: contain;
    background-repeat: no-repeat;
    /*width: 100%;*/
    /*height: 200px;*/
}

.pxp-cta-1 {
    background-size: cover;
    background-position: center center;
}

.pxp-cta-1-caption {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

.pxp-section-h2 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.pxp-primary-cta {
    padding: 12px 25px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    /*background-color: #007bff;*/
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.pxp-primary-cta:hover {
    /*background-color: #0056b3;*/
}

.pxp-areas-1-item-fig {
    background-size: cover;
    background-position: center center;
    /*height: 250px; */
    /* Set a fixed height for better layout */
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.pxp-areas-1-item-fig:hover {
    transform: scale(1.05);
}

.location-image.hitech {
    background-image: url('https://listpropertyads.com/godrej-kokapet/images/hitech-g.jpg');
}
.location-image.gachibowli {
    background-image: url('https://listpropertyads.com/godrej-kokapet/images/gachi-g.jpg');
}
.location-image.orr {
    background-image: url('https://listpropertyads.com/godrej-kokapet/images/orr-g.jpg');
}
.location-image.aig {
    background-image: url('https://listpropertyads.com/godrej-kokapet/images/aig-g.jpg');
}
.location-image.continental {
    background-image: url('https://listpropertyads.com/godrej-kokapet/images/conti-g.jpg');
}
.location-image.rgia {
    background-image: url('https://listpropertyads.com/godrej-kokapet/images/rgia-g.jpg');
}

@media screen and (max-width:767px){
    .bottom1{
        margin-bottom:180px;
    }
}

@media (max-width: 768px) {
    .pxp-section-h2 {
        font-size: 1.8rem;
    }

    .pxp-primary-cta {
        padding: 10px 20px;
    }
    
    .pxp-areas-1-item-fig {
        /*height: 200px;*/
    }
}

@media (max-width: 768px) {
    .pxp-section-h2 {
        font-size: 1.8rem;
    }
    .pxp-cta-1-caption {
        padding: 20px;
    }
    .pxp-primary-cta {
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .floor-plan-image {
        background-size: contain;
        background-repeat: no-repeat;
        /*height: 150px;*/
    }
}

/* Enquire Button Responsive */
@media screen and (max-width: 767px) {
    .desk1 {
        display: none;
    }
    .trigger1 {
        display: block;
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateX(35%) rotate(-90deg);
        z-index: 9;
    }
}

@media screen and (min-width: 768px) {
    .trigger1 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .desk1 {
        display: none;
    }
    .trigger1 {
        display: block;
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateX(35%) rotate(-90deg);
        z-index: 9;
    }
    .videoo{
        width:auto;
        height:600px;
        transform: translateX(-25%);
    }
    .logoo {
        padding-left: 0;
    }
}

/* Additional desktop adjustments */
@media (min-width: 1200px) {
    .contdesk {
        max-width: 1200px;
    }
}
