


@font-face {
  font-family: ABCMonument M;
  src: url(../fonts/ABCMonumentGrotesk-Medium.woff2);
}

@font-face {
  font-family: ABCMonument R;
  src: url(../fonts/ABCMonumentGrotesk-Regular.woff2);
}

:root {
  --clr-blue: #004c48;
  --Albescent-White: #f7ebda;
  --green-white: #e2e5dc;

  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-size18: 18px;
  --font-size30: 30px;
  --font-heading: 40px;
  --font-text: 15px;
  --font-bigheading: 80px;
  

}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: ABCMonument R;
}
html,
body {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-family: Pt Sans;
}

.mainHeading {
  font-size: var(--font-heading);
  font-weight: 400;
  color: #004c48;
  line-height: 40px;
}

.mainP {
  font-size: var(--font-size18);
  line-height: 22px;
  padding-right: 25px;
}
.mainf {
  font-size: var(--font-text);
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #004c48;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#main-gc {
  max-width: 1440px;
  min-height: 100vh;
  background-color: #fff;
}

.legal {
  font-size: 12px;
  line-height: 16px;
}

.section {
  width: 100%;
  height: 1080px;
  background-color: transparent;
}

/* ----first-section---- */
.first-section {
  width: 100%;
  height: 1080px;
  background-color: #004c48;
  padding: 0vw 5vw;
}

nav {
  width: 100%;
  height: 60px;
  max-width: 1440px;
  justify-content: space-between !important;
  /* padding: 0vw 5vw; */
}

nav .ri-menu-line {
  font-size: 2.5vw;
  color: #fff;
}

.btn-home {
  font-size: var(--font-size18);
  padding: 20px 40px !important;
  background-color: #f7ebda;
  border-radius: 0px !important;
  font-size: 18px;
}

.btn-home:hover {

  color: var(--Albescent-White);
  background-color: var(--clr-blue);
}
.first-text {
  width: 100%;
  height: 90%;
  align-items: start;
  justify-content: center;
  font-family: sans-serif;
  color: #f7ebda;
}

.first-text > h1 {
  font-size: 150px;
  color: #f7ebda;
  letter-spacing: 2px;
  margin-top: -50px;
}
.first-text > h1:nth-child(2) {
  align-self: end;
}
.first-text > h1:nth-child(4) {
  align-self: end;
}
.first-section-img {
  align-self: end;
  margin-bottom: 18%;
}

.second-section {
  height: 650px;
  background-image: url(../images/home/sec-2.png);
  background-size: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  justify-content: flex-start;
  padding: 0px 140px;
  /* font-size: 2.5rem; */
  margin-top: -19px;
}

.second-section p {
  width: 100%;
  
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

/* -----third-section */
.third-section {
  position: relative;
  height: 650px;
  margin-bottom: -3rem;
  z-index: 1;
}

@media (max-width: 991px) {

  .main_sp {
    padding-bottom: 10rem !important;
}

.third-section {
  position: relative;
  height: 315vh;
  margin-top: 8rem;
  z-index: 1;
  margin-top: 139px !important;
}


.third-section .bg-btm {
  width: 100%;
  height: 68vh !important;
  background-color: #e2e5dc;
  margin-top: -200px;
}
}

.third-section .bg-top {
  width: 100%;
  height: calc(864px * 0.4);
}

.third-section .bg-btm {
  width: 100%;
  height: 51vh;
  background-color: #e2e5dc;
  margin-top: -200px;
}

.overlay-third {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  
}

.cards-third {
  align-items: start;
  width: 100%;
  height: 40%;
  gap: 127px;
  margin-top: -0.7rem;
}

.card-p-third {
  width: 400px;
  height: 80%;
  align-items: start;
  justify-content: start;
  gap: 50px;
}

.child-card-third {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}
.first-section-2 {
  height: 90%;
  display: flex;
  column-gap: 40px;
}

.child-img-1 {
  background-image: url(../images/home/img1.jpg);
  width: 330px;
}

.child-img-2 {
  background-image: url(../images/home/img2.jpg);
  width: 330px;
}

.child-img-3 {
  background-image: url(../images/home/img3.jpg);
  width: 330px;
}

.child-card-third h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 40px;

  background-color: #f7ebda;
}

.child-card-third h3 a {
  text-decoration: none;
  font-weight: normal;
}

.child-card-third h3 a:hover {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 40px;
  color: #e2e5dc !important;
  background-color: var(--clr-blue);
}

.card-content {
  align-items: start;
    justify-content: start;
    gap: 20px;
    min-height: 10vh;
}

.fix-back {
  width: 100%;
  height: 100%;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../images/home/bg-image-home-01.jpg);
  background-size: cover;
}

/* --------------section-4------ */



.fourth-section {
    position: relative;
    height: 920px;
    background-image: url(../images/home/bg-image-home-01.jpg);
    background-attachment: fixed;
    background-size: cover;
    z-index: 555;
    background-position: center bottom;
}

.overlay-four {
  position: absolute;
  width: 70%;
  right: 0;
  height: 900px;
  
}

/* 
@media screen and (min-width: 1300px) and (max-width: 1440px) {
  .overlay-four {
    position: absolute;
        width: 70%;
        right: 0;
        top: 0;
        height: 100vh;
        background-image: url(../images/home/bg-image-home-01.jpg);
        background-attachment: fixed;
        background-position: top;
        background-size: cover;
    
    }

} */

@media screen and (min-width: 991px) and (max-width: 1300px) {

  .ml-8 {
    margin-left: -29rem !important;
  }

  .cards-third {
    align-items: start;
    width: 100%;
    height: 100%;
    gap: 4rem;
    margin-top: -0.7rem;
}


.overlay-six {
 
  max-height: 85vh !important;
 
}



}



/* @media (min-width: 1500px) {
  .overlay-four {
    position: absolute;
        width: 70%;
        right: 0;
        top: 0;
        height: 100vh;
        background-image: url(../images/home/bg-image-home-01.jpg);
        background-attachment: fixed;
        background-position: top;
        background-size: cover;
        z-index: -1;
    
    }



} */




.overlay-four-png {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    background-image: url(../images/home/home-mask-1-v2.png);
    background-size: cover;
    background-position: center;
    overflow: visible;
    /* margin-top: 160px; */
    /* transition: all cubic-bezier(0.19, 1, 0.22, 1) 2s; */
}
.bg-four-top {
  width: 100%;
  height: 30%;
  background-color: transparent;
}

.bg-four-btm {
  position: absolute;
  align-items: start;
  padding: 0vw 50px;
  width: 100%;
  height: 60%;
  gap: 20px;
  z-index: 5;
  margin-top: -3rem;
}

.bg-four-btm p {
  width: 30%;
}

.bg-four-btm a {
  text-decoration: none;
  margin-top: 20px;
}

.container-fluid, .col-md-12 {
  padding: 0;  /* Remove extra padding if any */
  width: 100%; /* Ensure full width */
}


/* -----fifth-section----- */
.fifth-section {
  position: relative;
  height: 800px;
  margin-top: 5vh;
  margin-top: 0px;
  background-color: white;
  overflow-y: hidden;
  background-image: url(../images/home/bg-image-home-02.jpg);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}

.overlay-fifth {
  position: absolute;
  width: 70%;
  height: 100vh;
  top: 10%;
 
}





.seven-section {
  position: relative;
  height: 800px;
  margin-top: 5vh;
  margin-top: 0px;
  background-color: white;
  overflow-y: hidden;
  background-image: url(../images/home/home-sustainability-image.jpg);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}


.overlay-six {
  position: absolute;
  width: 70%;
  top: 10%;
  height: 100vh;
  background-image: none;
  /* background-attachment: fixed; */
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.union_mask{

  width: 280px;
  height: 210px;
    position: absolute;
    right: 0;
    top: 0;
    top: 0px;
  
}


.overlay-five-png {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/home/home-mask-2nd.png);
  background-size: cover;
  background-position: center;
  /* transition: all cubic-bezier(0.19, 1, 0.22, 1) 2s; */
}

.overlay-six-png {
  position: absolute;
  top: -10%;
    width: 100%;
    height: 110%;
  background-image: url(../images/home/home-sustainability-mask.png);
  background-size: 100% 100%;
  background-position: center;
  /* transition: all cubic-bezier(0.19, 1, 0.22, 1) 2s; */
}

.fifth-section .bg-four-top {
  width: 100%;
  height: 10%;
  background-color: transparent;
}

.fifth-section .bg-four-btm {
  align-items: start;
  padding: 0;
  padding-left: 70%;
  width: 100%;
  height: 90%;
  gap: 20px;
  margin-top: 3rem;
  /* background-color: #80eee8; */
}

.fifth-section .bg-four-btm p {
  width: 80%;
}

/* -----sixth-section-------- */
.sixth-section {
  position: relative;
  /* background-color: #f7ebda; */
  background: transparent;
  overflow: hidden;
  height: 756px;
 margin-top: 0px;
 background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/home/lab-bg-img-desk1.jpg);
}


.bg-six {

  width: 120%;
  height: 950px;
   
    /* background-position: center;
    background-size: cover;
    background-image: url(../images/home/lab-bg-img-desk1.jpg); */

}



.sixth-section h1 {
  color: #fff;
}

.sixth-section p {
  color: #fff;
}

.box1{
  width: 70px;
    height: 140px;
    position: absolute;
    bottom: 140px;
    background-color: white;
    right: 0;
}
.box2{
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 70px;
    background-color: white;
    right: 70px;
}
.no-phon-box3{
    width: 74px;
    height: 70px;
    position: absolute;
    top: 0px;
    background-color: white;
    left: 110px;
}
.no-phon-box4{
  width: 560px;
  height: 70px;
  position: absolute;
  top: 0px;
  background-color: white;
  left: 740px;
}

.footer {
  position: relative;
  width: 100%;
  
  background-color: #f7ebda;
  padding: 4rem 4rem;
  /* padding-left: 5vw; */
}

.footer h1 {
  align-self: flex-start;
  font-weight: 500;
  font-size: var(--font-size30);
}

.btm-footer {
  width: 100%;
  /* height: 540px; */
}

.lft-footer {
  align-items: start;
  justify-content: space-between;
  width: 25%;
  /* height: 70%; */
  gap: 10rem;
  /* background-color: orange; */
  margin-top: 85px;
}

.cntr-footer {
  align-items: start;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding-top: 60px;
  /* background-color: plum; */
}

.rght-footer {
  align-items: end;
  justify-content: end;
  width: 25%;
  height: 100%;
  /* background-color: orangered; */
}

.rght-footer img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.links-lft {
  align-items: start;
  gap: 0.3vw;
  /* padding-bottom: 10px; */
  /* margin-bottom: 142px; */
  margin-top: 31px;
}

.footer a {
  text-decoration: none;
}

/* .lft-footer p {
  margin-top: -0.5rem;
} */

.line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #004c48;
}

.cntr-footer-section {
  width: 100%;
  height: 75%;
}

.lft-cntr-footer {
  align-items: start;
  gap: 10px;
  width: 50%;
  height: 100%;
  /* background-color: orange; */
}

.rght-cntr-footer {
  align-items: start;
  gap: 10px;
  width: 70%;
  height: 100%;
  /* background-color: rgb(0, 255, 187); */
}

#kevin,
#Edward {
  margin-top: 10px;
  /* margin-bottom: 20px; */
  align-items: start;
  font-size: 1vw;
}

#charlotte,
#rebecca {
  align-items: start;
  margin-top: 10px;
  /* margin-bottom: 20px; */
  font-size: 1vw;
}
.desktop {
  display: initial;
}
.responsive {
  display: none;
}
.download-brochure {
  display: none;
}
.respo-line {
  display: none;
}

.menu-overlay {
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 999999999;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.menu-overlay ul {
  gap: 1vh;
}
.menu-overlay a {
  text-decoration: none;
  color: #004c48;
  font-size: 3vw;
}

.ri-close-large-fill {
  position: absolute;
  top: 20px;
  right: 4vw;
  font-size: 3vw;
  color: #004c48;
}

.first-section-img h1 {
  display: none;
}

@media (max-width: 1200px) {
  .cntr-footer-section {
    gap: 5vw;
  }
}

@media (max-width: 991px) {

  .seven-section {
    position: relative;
    height: auto;
    margin-top: 5vh;
    margin-top: 0px;
    background-color: #004C48;
    overflow-y: hidden;
    background-image: none;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}



  .links-lft {
    align-items: start;
    gap: 0.3vw;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

  .box1, .box2{

    display: none;
  }

  .no-phon-box3{

    display: none;
  }


  .lab-box-phon{
    

    margin-top: -50px !important;
  }


  #parallax{


    display: none;
  }
  .res-img{

    display: block !important;
    width: 100%;
    height: auto;
    
    
  }


  .video-mobile video {
    width: 100%;
    height: auto;
  }

  .no-phon {
    display: none;
  }

  .no-desk {
    display: block !important;
  }

 
  .ri-close-large-fill {
    font-size: 5vw;
    top: 4vh;
    right: 5vw;
  }
  .first-section {
    height: 670px;
    padding: 0vw 10vw;
  }
  .menu-overlay a {
    font-size: 9vw;
  }
  #logo {
    width: 65%;
    margin-top: 15px;
  }

  nav {
    position: absolute;
    top: -15 !important;
    padding: 51px 30px !important;
}

  #nav-menu {
    width: 7% !important;
  }
  .first-text h1 {
    font-size: 48px;
    margin-top: -6px;
  }
  .first-section-img img {
    width: 70px;
    margin-right: -16px;
  }
  .first-section-2 {
    flex-direction: column;
  }
  .first-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 70vh;
    /* padding: 0vw 5vw; */
  }
  .first-section-img {
    display: flex !important;
    position: absolute;
    width: 100%;
    padding: 0vw 5vw;
    justify-content: space-between;
    margin-top: -200px;
    padding: 30px;
}
  .first-section-img h1 {
    display: initial;
    color: #f7ebda;
    margin-left: -9px;
  }



    .second-section {
        background-image: url(../images/home/section-2-resp.png);
        min-height: 100vh; /* Ensures full height */
        background-size: 100% 100%; /* Shows the full image */
        background-position: center center; /* Centers the image */
        background-repeat: no-repeat;
        padding: 20px; /* Adjust padding for better spacing */
        display: flex;
        flex-direction: column;
        justify-content: center; /* Centers content */
    }




 


  .second-section p {
    width: 100%;
    font-size: 1.7rem;
    line-height: 3rem;
}
  .desktop {
    display: none;
  }
  .responsive {
    display: initial;
  }
  .third-section {
    min-height: auto;
    background-color: #e2e5dc;
  }
  .overlay-third {
    height: 238vh;
    padding: 0px;
    /* padding-bottom: 144px; */
  }
  /* .cards-third {
    flex-direction: column;
  } */
  .card-p-third {
    width: 100%;
    height: 100%;
  }
  /* .card-p-third:nth-child(2) {
    background-color: #fff;
  } */
  /* .fourth-section .bg-four-btm a {
    margin-left: -10vw;
  } */
  .child-card-third {
    width: 103%;
    height: 74%;
    margin: 0;
    margin-top: -128px;
  }

  .child-img-1 {
    background-image: url(../images/home/img1.jpg);
    background-size: cover;  /* or contain depending on your needs */
    background-position: center;
    width: 100%;
    height: 340px; /* Set a height, otherwise it may collapse */
    display: block;
}


  .child-card-third h3 {
    padding: 5vw 10vw;
    margin-left: -1px;
  }
  .child-img-2 h3 {
   
    left: initial;
  }
  .card-content {
    padding: 0vw 1.5rem;
    min-height: 30vh;
  }
  .mainHeading {
    /* font-size: 10vw; */
  }
  .mainP {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 124px;
  }

  .legal {
    font-size: 12px;
    line-height: 22px;
  }
  .sp_text {
    font-size: 30px;
    line-height: 22px;
  }
  .fourth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 100px 0;
    background-image: none;
    
    background-color: white;
  }
  .overlay-four {
    display: none;
    height: 400px;
    background-position: center;
    background-size: 180%;
    /* background-repeat: no-repeat; */
  }
  .overlay-four-png {
    display: none;
    width: 100%;
    height: 469px;
    background-image: url(../images/home/bg-mask-home-01-a.png);
    background-size: cover;
    background-position: center;
    /* transition: all cubic-bezier(0.19, 1, 0.22, 1) 2s; */
  }
  .bg-six {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100vh !important;
    background-image: url(../images/home/lab-bg-image-mobile.jpg);
    
  }
  /* .sixth-section .bg-four-btm a {
    margin-left: -10vw;
  } */
  .bg-four-top {
    height: 50%;
    /* background-image: url(../images//images/images/four-resp.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
  }
  .bg-four-btm {
    position: initial;
    height: 60%;
    padding: 0 1.5rem;
    margin-top: 5rem;
  }
  .bg-four-btm p {
    width: 100%;
  }
  .btn {
    padding: 5vw 10vw;
    margin-left: 4px !important;
  }
  .fifth-section {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    margin-top: 0;
    height: auto;
    background-color: white;
    background-image:none;
  }

 
  .overlay-fifth {
    
    z-index: 5;
    width: 100%;
    height: 450px;
    background-position-y: 0px !important;
    /* background-image: url(../images/home/home-tiles-mobile-2.jpg); */
  }
  .overlay-five-png {
    display: none;
  }
  .fifth-section .bg-four-btm {
    padding: 0vw 7vw;
    height: 90%;
    background-color: #004C48;
    color: #fff !important;
    z-index: 4;
    margin-top: 0px;

  }
  .fifth-section .bg-four-btm h1 {
    width: 100%;
    color: white;
  }
  .fifth-section .bg-four-btm p {
    width: 100%;
    color: white;
  }
  .sixth-section {
    position: relative;
    align-items: end;
    height: 618px;
    background-image: url(../images/home/lab-bg-image-mobile.jpg);
    background-size: cover;
    padding-bottom: 100px;
  }
  .white-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: white;
    z-index: 999;
  }
  .download-brochure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10vh;
    background-color: #004c48;
    color: #fff;
    display: none;
  }
  .download-brochure a {
    color: #fff;
    text-decoration: none;
  }

  
  .footer {
    position: relative;
    height: 1000px !important;
    flex-direction: column-reverse;
    padding: 5vw 10vw;
  }
  .footer .mainP {
    font-size: 15px;
  }
  .btm-footer {
    height: 100%;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .lft-footer {
    width: 100%;
    height: auto;
    gap: 2.5rem;
    margin-top: -30px;
  }
  .cntr-footer {
    width: 100%;
    padding-top: 5vh;
    gap: 5vh;
  }
  .rght-footer {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .rght-footer img {
    width: 50vw;
  }
  .footer h1 {
    font-size: 10vw;
    max-width: 310px;
  }
  .cntr-footer-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90%;
    gap: 7vh;
  }
  .line {
    margin-top: 0;
    margin-bottom: 0;
    width: 330px;
    height: 2px;
  }
  #kevin,
  #Edward {
    margin-top: 20px;
    font-size: 4vw;
  }
  #charlotte,
  #rebecca {
    margin-top: 3vh;
    font-size: 4vw;
  }
  .lft-cntr-footer,
  .rght-cntr-footer {
    width: 100%;
  }
  .footer .responsive {
    position: absolute;
    font-size: 6vw;
    bottom: 250px;
    width: 100%;
  }
  .respo-line {
    display: initial;
  }

  /* .bg-four-btm a {
    margin-left: -10vw;
  } */

  .lft-footer p {
    margin-top: 100px;
}



}



.line_desk {
    width: 1010px !important;
    height: 1px;
    background-color: #004c48;
    top: 230px;
    position: absolute;
}




.video-desktop video {
  width: 100%;
  height: auto;
  position: relative;
}

nav {
  position: absolute;
  top: 17px;
  padding: 51px 48px;
}

#main-video-hero {
  width: 100%;
  height: auto;
  position: relative;

}





.res-img{

  display: none;
}

.lab-box-phon{

  margin-top: -50px;
}

.new_foot{

  margin-top: -20px;
}



@media (min-width:2000px){

  .bg-six {
    width: 120%;
    height: 1400px;
    
}

.line {
  width: 164% !important;
  height: 1px !important;
  background-color: #004c48;
}
}

@media only screen and (max-width: 991px) {
    .line {
        margin-left: -17px !important;
    }
}
.logo_menu_no_desk{

  display: none !important;
}


@media screen and (max-width: 767px) and (min-width: 567px) {
  .second-section {
      height: 100% !important;
      align-items: center;
      justify-content: center;
  }
}








.small-title {
   
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #004C48;
}

.main-title {
  font-size: 48px;
  font-weight: 700;
  color: #004C48;
}

.desc {
    font-family: "ABC Monument Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
}

.explore-btn {
  background-color: #F8DC6D;
  color: #004C48;
  padding: 16px 30px;
  
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.explore-btn:hover {
  background-color: #004C48;
  color: #F8DC6D;
 
}
.content-wrapper{
padding-right: 8rem;
}

.img-wrapper img {
  width: 100%;
  border-radius: none;
  object-fit: cover;
}

.main-logo {
    width: 265px;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
  .content-wrapper{
padding-right: 0rem !important;
}
}






/* footer css */


    



.cards-third {
  gap: 2rem;  /* adds consistent spacing between columns */
}



html, body {
  
  padding: 0 !important;
  margin: auto !important;
  
}
body > *:last-child {
  margin-bottom: 0 !important;
}

/* Chrome, Edge, Safari */
body::-webkit-scrollbar {
  display: none;
}

/* Firefox */
body {
  scrollbar-width: none;
}
@media (max-width: 991px) {

  .cards-third {
    margin-left: 0;
    margin-right: 0;
  }

  .card-p-third {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2rem !important;
  }

  .child-card-third {
    width: 100vw;
    margin-left: 0px; /* default Bootstrap padding compensation */
  }

  .child-img-1 {
    background-size: cover;
    background-position: center;
    height: inherit;
  }
}


.down-arrow {
      position: absolute; /* Absolute within the first section */
      bottom: 20px;
      left: 50%;
      width: 50px;
      transform: translateX(-50%);
      font-size: 40px;
      background-color: transparent;
      border: none;
      cursor: pointer;
      animation: bounce 2s infinite;
    }

    /* Keyframes for bounce animation */
    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
      }
      40% {
        transform: translateX(-50%) translateY(-15px);
      }
      60% {
        transform: translateX(-50%) translateY(-10px);
      }
    }

 .hideout-section {
    margin-top: -6rem !important;
    z-index: 999;
    position: relative;
    background-color: white;
   
}
.hideout-section p{
   line-height: 22px !important;
   color: #004C48;
   
}


.third-section {
  background-color: #E2E5DC;
  margin-top: 200px;
}



.sticky-logo{
    position:fixed;
    bottom:51px;
  right: max(20px, calc((100vw - 1160px) / 2 - 100px));

    width:120px;
    height:120px;

    display:block;
    z-index:9999;
}

.sticky-logo img{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;
    object-fit:contain;

    transition:.3s;
}

/* hide hover image */
.hover-logo{
    opacity:0;
}

/* show on hover */
.sticky-logo:hover .default-logo{
    opacity:0;
}

.sticky-logo:hover .hover-logo{
    opacity:1;
}


/* ==========================================================================
   Mobile CSS: মোবাইলে ইমেজ চেঞ্জ এবং হোভার ইফেক্ট বন্ধ 
   ========================================================================== */

@media (max-width: 991px) {
    /* ১. মোবাইলে হোভার ইমেজটি যাতে কোনোভাবেই শো না করে */
    .sticky-logo .hover-logo,
    .sticky-logo:hover .hover-logo {
        display: none !important;
        opacity: 0 !important;
    }

    /* ২. মোবাইলে টাচ বা হোভার করলেও ডিফল্ট ইমেজটি যাতে ১০০% ভিজিবল থাকে */
    .sticky-logo .default-logo,
    .sticky-logo:hover .default-logo {
        display: block !important;
        opacity: 1 !important;
    }
    
    /* ৩. মোবাইলের জন্য লোগোর সাইজ সামান্য ছোট করতে চাইলে (ঐচ্ছিক) */
    .sticky-logo {
        width: 90px;
        height: 90px;
        bottom: 20px;
        right: 20px; /* মোবাইলে একদম কর্নারে লক রাখার জন্য */
    }
}


.footer_logo img {
    
    margin-left: -10px;
}

/* Optional subtle floating (premium feel) */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0px); }
}

.sticky-logo img {
  animation: float 3s ease-in-out infinite;
}

/* Responsive Fix */
@media (max-width: 1200px) {
  .sticky-logo {
    right: 20px;
    bottom: 30px;
  }

  .sticky-logo img {
    width: 80px;
  }
}

/* mobile responsive */
@media (max-width: 768px) {
  .hideout-section {
    margin-top: 3rem !important;
   
}
  .sticky-logo img {
    width: 120px;
  }

  .sticky-logo {
    bottom: 15px;
    right: 30px;
  }
}



@media screen and (min-width: 1300px) {
    .cards-third {
        align-items: start;
        width: 100%;
        height: auto;
        gap: 2rem;
        margin-top: -9.7rem;
    }
}

@media only screen and (max-width: 991px) {

  /* .overlay-third {
       
        padding-bottom: 345px;
    } */

.img-wrapper img {
   
    margin-top: -9rem;
}
.img-wrapper-img {
    padding-right: 12px !important;
}

    .footer_logo img {
       
        margin-left: -7px;
    }

        .line {
       
        margin-left: -9px;
    }
}


@media screen and (min-width: 1300px) {
    .third-section {
        margin-bottom: -44rem !important;
        z-index: 5555;
    }
}

.full-img-wrapper {
    position: relative;
    z-index: 999;
    margin-top: 43rem;
}




/* পুরো পেজের background same করে দিন */
html, body {
  margin: 0;
  padding: 0;
  background-color: white; /* আপনার footer এর same color দিন */
}

/* Footer same color */
.footer {
  background-color: #F7EBDA;
  padding-bottom: 40px; /* gap রাখতে চাইলে এটা use করুন */
}

/* নিচের image block same color */
.footer_img_block {
  background-color: #F7EBDA;
  line-height: 0;
  /* padding-bottom: 40px;  */
}

.footer_img_block img {
  display: block;
}

/* ensure no white leak */
body::after {
  content: "";
  display: block;
  height: 50px; /* gap size control */
  background-color: #F7EBDA;
}

.bray-fox{
  margin-left: -42px !important;
}


/* Right column (Bray Fox block) */
.footer_inner_right_inner_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 👈 key line (left align) */
  text-align: left;
}

/* Logo force left */
.footer_inner_right_inner_right img {
  display: block;
  margin-left: 0;
  margin-right: auto; /* 👈 push to left */
}

/* Text also left aligned */
.footer_inner_right_inner_right .common_footer_block {
  text-align: left;
}

.footer_inner_right_inner .row {
  justify-content: flex-start !important;
}
/* Footer spacing fix */
.footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Prevent image bottom gap */
.footer_img_block {
  line-height: 0;
}

.footer_img_block img {
  display: block;
}

/* Hide horizontal scroll */
/* ===== LOGO ALIGNMENT FIX ===== */

/* Align columns properly */
.footer_inner_right_inner .row {
  align-items: flex-start;
}

/* Make columns equal height */
.footer_inner_right_inner .col-md-4 {
  display: flex;
}

/* Left & right blocks alignment */
.footer_inner_right_inner_left,
.footer_inner_right_inner_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

/* Logo size equal */
.footer_inner_right_inner img {
  height: 50px;
  width: 150px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
}

/* Text spacing */
.common_footer_block {
  margin-bottom: 15px;
}

.common_footer_block:last-child {
  margin-bottom: 0;
}


@media (max-width: 991px) {
    .footer_img_block {
        display: block !important;
        position: absolute;
        right: 0;
        /* bottom: 18px; */
       
    }
}

@media (max-width: 991px) {
    .footer_logo {
        padding-top: 59rem;
        /* border-top: 1.5px solid #004C48; */
        position: absolute;
    }
}

.cbre_logo img {
    height: 56px !important;
    width: 100px !important;
    object-fit: contain;
        margin-bottom: 10px;
    display: block;
}



@media only screen and (max-width: 991px) {
    .footer_inner {
        margin-top: 53px !important;
        width: 100%;
    }
}


  @media (max-width:991px){

.hideout-section .col-lg-5{
    order: 2 !important;   /* text niche */
}

.hideout-section .col-lg-7{
    order: 1 !important;   /* image upore */
}

}


.img-wrapper-img{

padding-right:35px;
}


@media (max-width: 991px) {
    .line_desk {
        margin-left: -3px;
        width: 87.5% !important;
    }
}