@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,
var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
}



body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

a {
  text-decoration: none;
}

.f30 {
  font-size: 30px;
  font-weight: 400;
}

.f35 {
  font-size: 35px;
  font-weight: 500;
}

.f25gry {
  font-size: 25px;
  color: #7A7A7A;
  font-weight: 500;
}

.f20 {
  font-size: 20px;
}

.f25 {
  font-size: 25px;
}

.f18 {
  font-size: 18px;
}

.f14 {
  font-size: 14px;
}

.f11 {
  font-size: 11px;
}

.fntgry {
  color: #7A7A7A;
}

.f16 {
  font-size: 16px;
}

.f52 {
  font-size: 52px;
}



/* Basic Reset */
body, html {
  height: 100%;
  scroll-behavior: smooth;
}

/* Parallax sections */
.parallax {
  position: relative;
  background-attachment: fixed; /* Parallax magic */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  color: white;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
 }

/* First background image */
.parallax-1 {
  background-image: url("../images/Artboard-1.png");
   min-height: 130vh; /* or 150vh for even taller section */
}

/* Second background image */
.parallax-2 {
   background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                    url("../images/services-1.png");
}



/* Second background image */
.parallax-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),                     url("../images/About-us.png");
  background-attachment: scroll;
  min-height: 90vh;
}

.parallax-4 {
   background-image:      url("../images/whitebg.jpg");
   color: #000 !important;
    min-height: 30vh;
}

.navbar .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 10px 48px;
 margin: 7px 6px ;
    border-radius: 25px;
    font-size: 15px;
    padding: 5px 16px !important;
    border: 2px solid transparent;
}

.navbar-nav .nav-link:hover, .navbar-nav .active {
   border: 2px solid #fff;
  color: #FFF !important;
 }

.navbar-expand-lg .navbar-nav .dropdown-menu {
 position: absolute;
 left: 16px;
border-radius: 0 !important;
border: 0 !important;
padding: 0px;
width: 260px;}

.dropdown-toggle::after {
 display: none;
 border: none;
 }

.dropdown-toggle::after {
    vertical-align: 0;
}



.dropdown-item {
  font-size: 14px;
  padding: 8px 10px;
  font-weight: 700;
  text-wrap-mode: wrap;
}

.dropdown-item:hover, .dropdown-item.active {
   color: #d70078 !important;
   background-color: #fff;
}


.nav-item.dropdown .nav-link::after {
  content: '\f107'; 
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  margin-left: 2px;
  transition: transform 0.3s ease;
  display: inline-block;
  position: relative;
  top: 1px;
}

.nav-item.dropdown:hover .nav-link::after {
  transform: rotate(180deg);
  color: #FFF;
}

/* 🔹 Book Appointment button style */
.appointment-dropdown > .nav-link {
  border: 2px solid #fff !important;
  color: #FFF !important;
  border-radius: 25px;
  padding: 5px 16px !important;
  font-weight: 600;
  font-size: 15px;
  border: none;
}

.appointment-dropdown:hover > .nav-link {
  background-color: #d70078;
  border: 2px solid #d70078 !important;
}

/* 🔹 Dropdown menu under Book an appointment */
.appointment-dropdown .dropdown-menu {
  background: transparent;
  border: none;
  box-shadow: none;
   padding: 0;
  left: 10px !important;
  width: 225px !important;
}

/* 🔹 Each dropdown item */
.appointment-dropdown .dropdown-item {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  margin-bottom: 12px;
  padding: 5px 16px !important;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
}

.appointment-dropdown .dropdown-item:hover {
  background-color: #fff;
  color: #e0006d !important;
}

/* Optional: add arrow rotation on hover */
.appointment-dropdown .nav-link::after {
  border: none;
  content: '\f107';
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.appointment-dropdown:hover .nav-link::after {
  transform: rotate(180deg);
}



h6, h4, .h3, .cptfont, .icontxt  {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.7;
}

h6 {
    font-size: 1rem;
}

h4 {
    font-size: 19px;
}

h1, .h2, .icontxt {
  font-size: 5.6rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  border-bottom: 2px solid #fff;
  padding-bottom: 70px;
}

.hero-section h1 {
  font-size: 5.6rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  border-bottom: 0px solid #fff;
  padding-bottom: 70px;
}

 .h2, .icontxt {
  border-bottom: 0px solid #fff;
  padding-bottom: 0px;
      font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.h3 {
  font-size: 29px;
}

.icontxt {
  font-size: 1.6666666666667rem;
}

.bookbtn, .readnore  {
  font-family: "Open Sans Condensed", Sans-serif;
    font-size: 20px;
     text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    fill: #ffffff;
    color: #ffffff;
    border: 2px solid #fff;
    padding: 10px 20px 10px 20px;
}

.bookbtn { 
    font-size: 20px; 
}

.readnore { 
    font-size: 14px; 
    line-height: 30px;
    letter-spacing: 4px;
}

.cptfont {
  font-size: 1.3333333333333rem;
}


.eyebrowbg {
  background-image: url('../images/eyebrow-lamination.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}


.hero-section {
  position: relative;
  width: 100%;
  height: 450px; /* fixed banner height */
  overflow: hidden;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.innrtitxt {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* navbar on top, text centered below */
}


.price-list {
  color: #fff;
}

.price-list h4 {
 color: #d70078;
 font-size: 1.3333333333333rem;
}
.price-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.divider {
  border-top: 2px solid #fff;
  margin: 0.3rem 0;
  width: 100%;
}

.linebottom {
  position: absolute;
  bottom: 10px;
}

.dividerblck {
  height: 2px;
  background-color: #000;
}
.h-300 {
  min-height: 280px;
}

.testimonialstxt img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
 }


 .filter-btns {
      margin-bottom: 2rem;
     color: #444;
    }

    .filter-btns .btn {
      margin: 0 6px;
      transition: all 0.3s ease;
      border: 0;
       border-radius: 0;
        text-transform: uppercase;
        font-size: 14px;
    }

    .filter-btns .btn.active {
      background-color: #000;
      color: #fff;
       border: 0;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      transition: transform 0.3s ease;
      cursor: pointer;
    }

    .gallery-item img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.1);
    }

    /* Hover Text Overlay */
    .gallery-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      transition: opacity 0.4s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.1rem;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .gallery-item:hover .gallery-overlay {
      opacity: 1;
    }




.service-card {
  border: 2px solid #000;
  background-color: #fff;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center content */
  align-items: center;     /* horizontally center content */
  text-align: center;
  height: 365px;            /* ensures full height consistency */
  padding: 30px;
}

.service-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.service-card h5 {
  text-transform: uppercase;
 }




/********** Accordian ********************/

.accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-button:not(.collapsed)   {
  border-radius: 0 !important;
  background: none;
}

.accordion   {
  --bs-accordion-bg: none;
}
.custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.custom-accordion .accordion-button {
   box-shadow: none;
  color: #000;
  font-weight: 600;
  padding: 12px 15px 12px 45px;
  position: relative;
  border-radius: 0;
  font-size: 15px;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

/* Hide default Bootstrap caret */
.custom-accordion .accordion-button::after {
  display: none;
}

/* Left square box */
.custom-accordion .accordion-button::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 2;
}

/* Angle icon (rotates only) */
.custom-accordion .angle-icon {
  position: absolute;
  left: 19px;
  top: 53%;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 700;
  color: #000;
  transition: transform 0.3s ease;
}

/* Rotate icon when open */
.custom-accordion .accordion-button:not(.collapsed) .angle-icon {
  transform: translateY(-50%) rotate(90deg);
}

/* Accordion content */
.custom-accordion .accordion-body {
  font-size: 14px;
  color: #333;
  padding: 10px 15px 20px 45px;
  line-height: 1.6;
}


.accordion-body {
  padding: 0;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  padding: 16px 0px;
  font-size: 16px;
  font-weight: 500;
}

.accordion-item {
  border-bottom: 1px solid #D9D9D9 !important;
}

.accordion-collapse {
  border: 0;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-body p {
  padding: 0px 0px 35px 0px;
}


.form-control {
  color: #000000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.form-label {
    margin-bottom: 0;
    font-weight: 700;
}

.sentbtn {
  border-radius: 0px;
    padding: 6px 20px;
    color: #ffffff;
    border-color: #d70078;
    background-color: #d70078;
}


.social-icons ul li {
  margin-right: 10px;
}

.social-icons ul li a {
    color: #fff;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.social-icons ul li a.google {  
    background-color: #69727d;   
}

.social-icons ul li a.facebook {  
    background-color: #3b5998;   
}
.social-icons ul li a.instagram {  
        background-color: #262626;  
}

.social-icons ul li a.mailbulk {  
    background-color: #69727d;  
}
.social-icons ul li a.youtube {  
        background-color: #cd201f;  
}


.social-icons ul li a i {
  font-size: 25px;
}

.social-icons ul li a:hover {
     color: #fff;
    opacity: .9;
}

.borrigt {
  border-right: 2px solid #000;
}
.pink-button, .blue-button  {
      border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

.pink-button {
  background-color: #D70078;
}

.blue-button {
  background-color: #6EC1E4;
}

.bgblack {
  background-color: #000;
}





/******************************************************/





@media (min-width: 821px) {
  .d-custmd-none {
    display: none !important;
  }

}


@media (max-width: 575.98px) and (max-width: 767px) {

.navbar-expand-lg .navbar-nav .dropdown-menu  {
    position: static;
    background-color: #fff;
     color: #000 !important;
     padding-left: 8px;
}

.navbar-collapse {
    background-color: #000;
    margin-top: 30px;   
}

.dropdown-item {
  color: #000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
}

.navbar-nav .nav-link.show {
     color: #fff;
 }

.appointment-dropdown .dropdown-menu {
         width: 368px !important;
        
}

.navbar-nav .nav-link:hover, .navbar-nav .active {
    border: 0px solid #fff;
    color: #FFF !important;
}

.nav-item.dropdown .nav-link::after {
    position: absolute;
    top: 7px;
    right: 10px;
}

.navbar-nav .nav-link {
    margin: 4px 6px;}

.navbar-nav .nav-item
{
  border-bottom: 1px solid #fff;
}

.navbar-expand-lg .navbar-nav .appointment-dropdown .dropdown-menu {
  background-color: #000 !important;
} 

.appointment-dropdown > .nav-link {
 position: relative !important;
 margin-top: 15px !important;
}

.appointment-dropdown .dropdown-item {
 
    text-align: left;}

h1, .h2 {
    font-size: 3rem;}

     .icontxt {
        font-size: 2rem;
    }

.bookbtn {
    font-size: 14px;
    letter-spacing: inherit;
}

.bookbtn, .readnore {    
  padding: 7px;}


.borrigt {

  border-right: 0px solid #000;
  border-bottom: 2px solid #000;
}

.navbar-toggler:focus { box-shadow: none;}

.hero-section {
  overflow-y: auto;
}

.hero-section h6 {
  position: absolute;
top: 200px;}

.hero-section h1 {
    font-size: 2.5rem;
  position: absolute;
top: 250px;}


.navbar {
  z-index: 1;
}


.toggle-menu {
 
  /* background-image: url('images/mobile-icon.png'); */
  background: none;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  position: relative;
  z-index: 1110;
  top: 0;
  right: 37px;
  padding: 0px;
}

.toggle-menu span {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 2px);
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
  right: 0;
  border-radius: 2px;

}

.toggle-menu span:before {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
  border-radius: 2px;
}

.toggle-menu span:after {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
  border-radius: 2px;
}

.toggle-menu span:before {
  top: 7px;
}

.toggle-menu span:after {
  top: -7px;
}

.toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;

}

.toggle-menu.active span:before,
.toggle-menu.active span:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}

.toggle-menu.active span:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

 
}
/* Ipad Air and Mini*/
@media screen and (min-width: 768px) and (max-width: 991px) {
 

}



/* For Large screens */

@media (min-width: 1500px) {
 img.lgimht {
  height: 580px;
 }

}