@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

/*CSS STYLES VERSION 1.0*/

* { box-sizing: border-box; margin: 0; padding: 0; }
body 
{
  /* min-height: 1000px; */

  /* font-family: 'Poppins', sans-serif; color: #fff; line-height: 1.5; background: #ffffff;  */
  font-family: 'Geologica', sans-serif; color: #fff; line-height: 1.5; background: #ffffff; 
}






.container
{ 
  width: 90%; max-width: 1200px; margin: 0 auto; 
}

#header
{
  position:fixed;
  top:0;left:0;
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:40px 100px;
  z-index:1000;
  transition:padding .3s, background .3s, box-shadow .3s;
  background:transparent;
}

#header.sticky
{
  padding: 5px 100px;
  background:#fff;
  box-shadow:0 1px 4px rgba(255, 0, 0, 0.08);
}


.logo img
{
  width: 300px;

}
#header.sticky .logo
{
  color: #944c70;
}
#header.sticky .nav-list li a
{
  color:#000;
}
#header.sticky .submenu 
{
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
#header.sticky .submenu a 
{
  color: #000;
}


#header .logo
{
  font-weight:700;
  color:#fff;
  text-decoration:none;
  font-size:2em;
  letter-spacing:2px;
  transition:color .3s;
}


#header .nav-list
{
  position:static;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
  visibility:visible;
  opacity:1;
  max-height:none;
  background:none;
}

#header .nav-list li
{
  position: relative;
  list-style:none;
  margin:0;
  padding:0;
}

#header .nav-list li a
{
  margin:0 15px;
  text-decoration:none;
  color:#fff;
  letter-spacing:2px;
  font-weight:300;
  transition:color .3s;
  display:inline-block;
  padding:.25rem 0;
}
#header .toggle
{
  display:none
}

#header .submenu 
{
  background: rgba(15, 14, 14, 0.1);
  box-shadow: none;
}

.submenu
{
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: none;
  min-width: 12rem;
  z-index: 10;
}
.submenu li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #002d3d;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.submenu li a:hover {
  background: #f0f0f0;
}

@media (hover: hover) 
{
  .has-submenu:hover > .submenu 
  {
    display: block;
  }
}

.has-submenu.open > .submenu {
  display: block;
}

.submenu-toggle .arrow {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(.4,2,.6,1);
  vertical-align: middle;
}
.has-submenu.open .submenu-toggle .arrow {
  transform: rotate(180deg);
}

#header.sticky .submenu-toggle .arrow svg polyline {
  color: #000
}
#header:not(.sticky) .submenu-toggle .arrow svg polyline {
  color: #fff;
}



/*======= VIDEO BANNER =======*/
.banner
{
  position: relative;
  width: 100%;
  min-height: 95vh;
  background: url(/images/img_5620_22.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}


.banner h2
{
  color: #fff;
  font-size: 40px;
  text-align: center;
}

/*======= PROMO FRAME =======*/
.promo-frame {
  background: #944c70;
  padding: 4rem 0;
}

.promo-frame__inner {
  margin: 0 auto;
  max-width: 1700px;
  border: 2px solid #fff;
  border-radius: 2rem 0rem 2rem 0rem;
  padding: 2rem;
  overflow: hidden;
}

.promo-frame__inner.fade-section {
  background: none;                 
}

.promo-frame__inner .container {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}

.text-block {
  flex: 1 1 400px;
  color: #fff;            
}

.text-block h2 {
  font-size: 3.2rem;
  margin-bottom: .8rem;
}

.text-block p {
  font-size: 1.3rem;
  margin-bottom: .8rem;
}


.text-block ul {
  list-style: none;
  margin: 1rem 0;
  padding-left: 0;
}
.text-block ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: .6rem;
}
.text-block ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #d4b24f;
}
.text-block blockquote {
  border-left: 3px solid #d4b24f;
  padding-left: 1rem;
  font-style: italic;
  margin-top: 1.5rem;
}

.image-block {
  flex: 1 1 200px;
}
.image-block img {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  display: block;
}

/* === MIDDLE Banner Section === */
.middle-banner {
  background: #fff;          
  color: #000000;                 
  padding: 4rem 0;             
}
.middle-banner h2{
  color: #22c0f3;   
}

.middle-banner .middle-banner-content {
  text-align: center;
}

.middle-banner h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.middle-banner p {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ======= SERVICES OVERVIEW ======= */
.services-overview 
{
  background: #f6f8f7;
  padding: 6rem 0;
  color: #002d3d;
}
.services-overview span
{
  color: #944c70;
}

.services-overview-container 
{
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  gap: 9rem;
  flex-wrap: wrap;
  align-items: center;
}

.services-overview-copy 
{
  flex: 1 1 480px;
}
.services-overview-copy h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 2rem;
}
.services-overview-copy p {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 40ch;
}

.services-overview-image {
  flex: 1 1 600px;
}
.services-overview-image img {
  width: 110%;
  border-radius: 0rem 3rem 0rem 3rem;
  display: block;
  object-fit: cover;
}




/*=== REVIEWS === */
.containerTestimonials
{
  max-width: 1800px;
  margin: auto;
  padding: 0 15px;
}
.section-header
{
  text-align: center;
  margin-bottom: 50px;
}
.section-header .quote-mark
{
  text-align: center;
  margin-right: 33rem;
}
.quote-mark 
{
  display: block;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: -1rem;
  color: #944c70;
}
.stars 
{
  color: #ecbc2c;
  font-size: 1.25rem;
  padding: 10px;
}
.section-header .title
{
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
}

.testimonials
{
  background-color: #f6f8f7;
  padding: 100px 0;
}

.testimonials-item
{
  position: relative;
  overflow: hidden;
  z-index: 0;

  background-color: #ffffff;
  padding: 30px;
  border-radius: 30px;
}

.testimonials-item * {
  position: relative;
  z-index: 1;
}


.testimonials-item::before {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 0;                   
  background-color: #944c70;
  transition: height 0.4s ease-out;
  z-index: 0;
}

.testimonials-item:hover::before {
  height: 100%;
}

.testimonials-item:hover * {
  color: #fff;
}
.testimonials-item:hover .rating i {
  color: #d3b353; 
}

.swiper-pagination-bullet
{
  transition: background-color 0.3s ease;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
  background-color: #944c70 !important;
}

.testimonials-item .info
{
  display: flex;
  align-items: center;
}

.testimonials-item .name
{
  font-size:  24px;
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  line-height: 1.2;
}
.testimonials-item .job
{
  text-transform: capitalize;
  color: #635f5f;
}
.testimonials-item p
{
  margin-top: 20px;
  color: #5e5e5e;
}
.testimonials-item .rating
{
  margin-top: 15px;
  font-size: 14px;
  color: #d4b24f;
}
.testimonials .swiper-pagination
{
  position: relative;
  margin-top: 40px;
  bottom: auto;
}
.testimonials .swiper-pagination-bullet
{
  height: 12px;
  width: 12px;
  background-color: #944c70;

}
.reviews-link 
{
  display: inline-block;
  color: #944c70;
  text-decoration: underline;
  font-weight: 600;
}




/* VISIT US */
.visit-us {
  background: #ffffff;
  padding: 4rem 0;
  color: #002d3d;
}

.visit-us__grid 
{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 2.5rem 3rem;
}

/* .visit-us__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem 3rem;
} */

.image-grid #img1{
    border-radius: 1rem 0rem 0rem 0rem;
}
.image-grid #img2{
    border-radius: 0rem 1rem 0rem 0rem;
}
.image-grid #img3{
    border-radius: 0rem 0rem 0rem 1rem;
}

.image-grid #img4{
    border-radius: 0rem 0rem 1rem 0rem;
}


/* .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  grid-template-rows: 350px 180px; 
  gap: 1rem;
} */

/* .image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */


.image-grid 
{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.image-grid img 
{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}



.contact-info h2 
{
  padding-top: 5rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.contact-info p 
{
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.contact-row 
{
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.contact-row .icon 
{
  flex: 0 0 24px;
  width: 24px; height: 24px;
}
.contact-row a 
{
  color: #944c70;
  text-decoration: underline;
  font-weight: 600;
}

.map-container {
  margin-top: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}



/*=== FOOTER ===*/
.site-footer {
  background: #deebe4;
  color: #000000;
  font-size: 0. ninerem;
  line-height: 1.5;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 3rem 1rem;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 200px;
}

.footer-brand .footer-logo {
  margin-left: -76px;
  border-radius: 10px;
  width: 250px;
}
.footer-brand h4 {
  /* margin: 1rem 0 0.5rem; */
  font-size: 1.1rem;
}
.social-icons a {
  display: inline-block;
  margin-right: 0.75rem;
}
.social-icons img {
  width: 24px;
}

.footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: #944c70;
}

.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.footer-contact .icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  fill: #000000;
}

.footer-links ul,
.footer-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li,
.footer-services li {
  margin-bottom: 0.5rem;
}
.footer-links a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #66dbff;
}

.footer-copyright
{
  border-top: 1px solid rgb(110, 83, 83);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.85rem;
}
.footer-copyright a {
  color: #ffd966;
  text-decoration: none;
}
.icon {
  width: 20px;
  height: auto;
}




/* === Fade-in animation === */
.fade-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.fly-in-left {
  opacity: 0;
  transform: translateX(-250px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fly-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}



.toggle
{
  display: none;
}

/*=========MEDIA========*/
@media (max-width: 800px) 
{
  #primaryNav { 
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s;
  }
  header.active #primaryNav {
    visibility: visible;
    opacity: 1;
  }
  .submenu-toggle::after {
    float: right;
    transition: transform .3s;
  }
  .has-submenu.open .submenu-toggle::after {
    transform: rotate(180deg);
  }
  .has-submenu {
    width: 100%;
  }
  .submenu {
    position: static;
    display: none;       
    width: 100%;
    background: #615e5e;
    box-shadow: none;
    margin: 0; padding: 0;
  }
  .has-submenu.open > .submenu {
    display: block;
  }
  .submenu li a {
    display: block;
    padding: 0.75rem 1.5rem;

    background-color: #22bff350;
    color: #fff;
    font-weight: 400;
  }
  .submenu li:first-child a {
    border-top: none;
  }
  #header,
  #header.sticky
  {
    padding:.75rem 1.25rem;
    background:#fff;
    box-shadow:0 1px 4px rgba(0,0,0,.1);
  }

  #header .logo
  {
    color:#000;
    font-size:1.75rem;
  }

  #header .toggle
  {
    display:block;
    position:relative;
    width:32px;
    height:22px;
    cursor:pointer;
    border:none;
    background:none;
    padding:0;
  }
  #header .toggle::before,
  #header .toggle::after,
  #header .toggle span
  {
    content:"";
    position:absolute;
    left:0;
    width:100%;
    height:2px;
    background:#000;
    transition:transform .3s, opacity .3s;
  }
  #header .toggle::before
  {
    top:0;
  }
  #header .toggle::after
  {
    bottom:0;
  }
  #header .toggle span
  {
    top:10px;
  } 

  #header.active .toggle::before
  {
    transform:translateY(10px) rotate(45deg);
  }
  #header.active .toggle::after
  {
    transform:translateY(-10px) rotate(-45deg);
  }
  #header.active .toggle span
  {
    opacity:0;
  }


  #header .nav-list
  {
    position:absolute;
    top:100%;left:0;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    background:#fff;
    visibility:hidden;
    opacity:0;
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease, opacity .25s ease, visibility 0s linear .25s;
    display:block;
    text-align:center;
  }

  #header.active .nav-list
  {
    visibility:visible;
    opacity:1;
    max-height:calc(100vh - var(--hdrH,60px));
    transition:max-height .35s ease, opacity .25s ease;
  }

  #header .nav-list li
  {
    margin:0;
    border-bottom:1px solid rgba(0,0,0,.08);
  }
  #header .nav-list li:last-child
  {
    border-bottom:none;
  }

  #header .nav-list li a{
    display:block;
    padding:1rem 0;
    margin:0;
    font-size:1.25rem;
    color:#000;
    letter-spacing:1px;
    font-weight:500;
  }
  #header.sticky .submenu-toggle .arrow svg polyline {
  color: #000
  }
  #header:not(.sticky) .submenu-toggle .arrow svg polyline {
    color: #000;
  }
  #header .submenu 
  {
    background: #22bff300;
    box-shadow: none;
  }

  .banner
  {
    margin-top: 68px;
    background-position: center;
    width: 100%;
    min-height: 63vh;
    background-size: 240%;
  }

  .banner h2
  {
    font-size: 25px;
    padding: 0 50px;
  }
  .promo-frame__inner 
  {
  max-width: 95%;
  }
  .promo-frame__inner h2
  {
    font-size: 2rem;
  }
  .promo-frame__inner p
  {
    font-size: 1.2rem;
  }
  .profile-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .profile-bio .triangle-deco {
    display: none;
  }
  .profile-details ul {
    padding-left: 0;
    list-style: none;
  }
  .profile-details li::before {
    content: '•';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #fff;
  }

  .services-overview-container
  {
    gap: 0rem;
  }
  .services-overview-image {
    transform: translateY(0);
  }
  .services-overview-copy h2
  {
    padding: 0.5rem;
  }
  .services-overview-copy p 
  {
    max-width: none;
    padding: 1rem;
  }

  .services-overview-image 
  {
    padding: 1rem;
    max-width: 90%;
  }

  .card-img
  {
    width: 100%;
  }

  .visit-us__grid 
  { 
    max-width: 95%;
    grid-template-columns: 1fr; 
  }
  .image-grid 
  { 
    grid-template-columns: 1fr 1fr;
  }
  
  .contact-info h2 
  {
    padding-top: 1rem;
    text-align: center;
  }
  .contact-info p
  {
    text-align: center;
  }
  .contact-row 
  {
    justify-content: center;
  }

  .map-container 
  {
    max-width: 95%;
  }
  .icon-badge 
  {
    background: #ffffff;
  }

  .testimonials-item:hover::before 
  {
    height: 100%;
  }
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-col {
    flex: 1 1 100%;
  }
  .footer-contact li,
  .footer-links li,
  .footer-services li {
    justify-content: center;
  }

  .footer-brand .footer-logo
  {
  margin-left: 0px;
  }

}

/* === ALL SERVICES === */
.all-services {
  background: #fff;     
  padding: 5rem 0;
  color: #002d3d;
}

.overview-heading
{
  color: #fff;
  text-align: center;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 3rem;
}

.auto-highlight {
  color: #ffffff;
  animation: highlightAnim 2s infinite alternate;
}

@keyframes highlightAnim {
  from {
    color: #ffffff;
  }
  to {
    color: #22c0f3;
  }
}

.services-grid 
{
  background:
    linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.801)),
    url(/images/IMG_5455.JPEG)  center/cover no-repeat;
  padding: 4rem 0;
  color: #002d3d;
}

.cards-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 4rem;
  max-width: 1300px;
  margin: 0 auto;
}

.service-card {
  background: #fff;
  border-radius: 0rem 0rem 2rem 0rem;
  overflow: hidden;
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.507);
  display: flex;
  flex-direction: column;
  transition: transform .5s ease;
}
.service-card:hover {
  transform: translateY(-15px);
}

.card-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: auto;
}

.card-img2 img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 236px;
}

.card-img3 img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 236px;
}

.card-content {
  position: relative;
  padding: 1.5rem 1rem 2rem;
  flex: 1;
}

.icon-badge 
{
  background: #ffffff;
  position: absolute;
  padding: 0.3rem;
  top: -1.5rem;
  left: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


.card-content h3 
{
  margin: 1.5rem 0 1rem;
  font-size: 1.125rem;
  line-height: 1.3;
}

.link-more 
{
  text-transform: uppercase;
  font-weight: 600;
  color: #22c0f3;
  text-decoration: none;
  font-size: .875rem;
}
.link-more:hover 
{
  text-decoration: underline;
}
