* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 4rem;
    font-weight: 800;
}

p {
    font-size: 1.2rem;
}

.newHeading {
    border-top: 6px solid #03196b;
    padding-top: 20px;
}

/* hero section */

.heroSection {
    background-image: url("./images/borg/real-world-underground-music-scene-reflecting-the-.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
}

.heroText {
    background: linear-gradient(135deg, #4e4e50 20%, #1a93ef 80%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 50px 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.heroText h1 {
    color: #ffffff; /* Light color for clarity */
}

.heroText p {
    color: #dcdcdc; /* Subtle, soft white for the paragraph */
}

/* Glowing phone number */
.phoneNumber {
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #0044cc; /* Deep Blue */
    padding: 10px 20px;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0, 102, 204, 0.8); /* Subtle glowing */
    animation: glow 1.5s infinite alternate;
}


/* Glowing animation */
@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(0, 0, 255, 0.8);
        /* Blue glow at 0% */
    }

    100% {
        box-shadow: 0 0 25px rgba(0, 0, 255, 1);
        /* Stronger blue glow at 100% */
    }
}

/* hero section */

/* service */

.service {
    padding: 100px 0;
    background-color: #2e72b3; /* Soft blue */
}

.breakDown {
    background: linear-gradient(to right, #014c61, #001e24); /* Softer blue gradient */
    color: white;
    padding: 50px 0;
    text-align: center;
}



.service h1 {
    color: #ffffff;
    margin-bottom: 50px;
}

.service p {
    color: #ffffff;
    padding-right: 50px;
}

.service .row {
    display: flex;
    align-items: stretch;
    /* Make the columns the same height */
}

.service .col-md-4 {
    display: flex;
    align-items: stretch;
    /* Ensure the image fills the full height */
}

.service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the image covers the div without distortion */
}

/* service */


/* css code by manzurul */

.paradox {    
    padding: 100px 0;
    background-color: #000; /* black */
    color: #fff;
    
}


.paradox h1 {
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
}

.paradox pre {
     font-size: 1.2rem;
     font-family: "Poppins", sans-serif;
 }  
    
.image-gallery {
    text-align: center;
    background-color: #2e72b3;
}
    
.image-gallery img {
   max-width: 230px;
   height: auto;
   margin-bottom:10px;
   margin-top: 15px;
}



.membership {
  background: #000;
  color: white;
  padding: 50px 0;
  text-align: center;
}


/* disable by manzurul*/

/*
.membership {
    position:fixed;
    bottom: 15px; 
    z-index: 999;
}

*/


.youtube-gallery {
    margin-top: 20px;
    text-align: center;
}


.youtube-gallery iframe {
    margin-bottom: 17px;
}

.licencing {
   margin-top: 20px;
   text-align: center;
   background-color: #2e72b3;
   padding: 100px 20px;
}

.licencing h1 {
    margin-bottom: 50px;
}

.footer {
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 10px 10px;
  font-weight: 400;
  margin-top: 20px;
}

/* real state photography */

.realState {
    background: linear-gradient(90deg, rgba(32, 183, 255, 1) 0%, rgba(56, 98, 182, 1) 100%); /* Professional gradient */
    padding: 100px 0;
}

.realState2 {
    background: #3575b5; /* Muted blue */
    padding: 100px 0;
}


.realstateinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.realState h1 {
    background-color: #004b73;
    padding: 40px;
    color: #ffffff;
    text-align: left;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.9);
}

.realState2 h1 {
    background-color: transparent;
    padding: 40px;
    color: #ffffff;
    text-align: left;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(32, 183, 255, 1), 0 1px 3px rgba(32, 183, 255, 1);
}

.realState p {
    background-color: #1579e3;
    color: #ffffff;
    padding: 30px;
    max-width: 500px;
    margin-top: -10px;

    text-align: left;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.9);
}

.realState2 p {
    background: rgb(32, 183, 255);
    background: linear-gradient(90deg,
            rgba(32, 183, 255, 1) 0%,
            rgba(32, 183, 255, 1) 100%);
    color: #ffffff;
    padding: 30px;
    max-width: 500px;
    margin-top: -10px;

    text-align: left;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(32, 183, 255, 1), 0 1px 3px rgba(32, 183, 255, 1);
}

.realstateImage img {
    width: 60%;
    border: 30px solid #1579e3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.9);
}

.realstateImage2 img {
    width: 60%;
    border: 30px solid rgb(32, 183, 255);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(32, 183, 255, 1), 0 1px 3px rgba(32, 183, 255, 1);
}

/* virtual cleaning */

.virtualCleaning {
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
    color: #ffffff;
}

.virtualCleaning h1 {
    color: #ffffff;
    margin-bottom: 80px;
}

.virtualCleaning p {
    color: #ffffff;
}

.cleaningImage {
    display: flex;
    align-items: end;
    justify-content: center;
}

.cleaningImage img {
    width: 70%; /* Slightly bigger image for balance */
}

/* virtual cleaning */

/* advanced Offering */

.advancedOffering {
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
    text-align: right;
    color: #ffffff;
}
/* advanced Offering */

/* 360 degree */

.degree360 {
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
    color: #ffffff;
}

.degree360 h1 {
    font-size: 5rem;
    padding: 30px 0;
    color: #ffffff; /* Bright for clear visibility */
}


.degree360 hr {
    background-color: #ffffff;
    height: 10px;
}

.degree360 p {
    padding: 30px 0;
}

/* 360 degree */

/* floor plan */

.floorPlan h1 {
    padding-bottom: 150px;
}

/* floor plan */

/* virtual staging */

.virtualStaging {
    position: relative;
    background-image: url("images/borg/bg-1.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding: 100px 0;
    background-attachment: fixed;
    z-index: 1;
}

.virtualStaging::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: -1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.9);
}

/* virtual staging */

.emptySpace {
    position: relative;
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
    height: 100px;
}

.benefit {
    background-image: url("images/photo\ \(2\).jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.getStarted {
    background-image: url("images/photo\ \(3\).jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
    }

    p {
        font-size: 1rem;
    }

    .heroText {
        padding: 20px 0;
    }

    .degree360 h1 {
        font-size: 1.5rem;
    }

    .service {
        padding: 40px 0;
    }

    .service h1 {
        margin-bottom: 25px;
    }

    .realState {
        padding: 10px 0;
    }

    .realstateImage img {
        width: 80%;
    }

    .advancedOffering {
        padding: 40px 0;
    }

    .realState h1 {
        margin-bottom: 30px;
    }

    .realstateImage img {
        width: 80%;
        margin-bottom: 30px;
    }

    .floorPlan h1 {
        padding-bottom: 50px;
    }

    .virtualCleaning {
        padding: 30px 0;
    }

    .virtualCleaning h1 {
        margin-bottom: 20px;
    }

    .degree360 {
        padding: 40px 0;
    }

    .emptySpace {
        padding: 40px 0;
    }
}