* {
  margin: 0;
  padding: 0;
  font-family: var(--font-MONTSERRAT-REGULAR_0), sans-serif;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

.after::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 660px;
  height: 40px;
  z-index: -1;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: auto;
  max-width: 1920px;
  min-width: 1600px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-family: var(--font-BENGUIAT);
  font-size: 60px;
  background: #fff;
  filter: drop-shadow(7px 5px 4px #000);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 25px;
  color: #fff;
  line-height: 30px;
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

img:hover {
  transform: scale(1.05);
}

.label {
  font-size: 15px;
  font-family: var(--font-POPPINS-LIGHT);
  background: #202020;
  font-weight: bold;
  font-size: 25px;
  max-width: -moz-max-content;
  max-width: max-content;
  letter-spacing: 6px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* all button ===========================*/
.btn1,
.btn {
  font-family: var(--font-POPPINS-SEMIBOLD);
  font-size: 16px;
  width: 100%;
  background: linear-gradient(180deg,rgba(184, 5, 5, 1) 0%, rgba(172, 4, 4, 1) 35%, rgba(140, 3, 3, 1) 95%, rgba(112, 0, 0, 1) 100%);
  background-size: contain;
  max-width: 212px;
  padding: 19px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 3px;
}
.btn1:hover,
.btn:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  cursor: pointer;
  color: #B70505;
  background: white;
  border: 1px solid #B70505;
}

.btn1 {
  background: rgba(68, 68, 68, .58);
  max-width: 225px;
}

.btn1:hover {
  color: #444444 !important;
  background: white !important;
  border: 1px solid #444444 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.cta {
  display: none;
}

/*=============================
	End Global CSS 
===============================*/
.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}

/* header =====================================================================*/
#header {
  background: url(../images/content/bg.png) center no-repeat;
  padding: 0 0 0 0;
  position: relative;
}
#header .row {
  background: linear-gradient(180deg, rgb(255, 255, 255) 39%, rgb(225, 225, 225) 100%);
  border-bottom: 2px solid #fff;
  border-top: 10px solid #CC0000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
}
#header .row .btn {
  font-size: 12px;
  border-radius: 8px;
  letter-spacing: 2px;
  max-width: 194px;
}
#header .row nav {
  max-width: 1711px;
}
#header .row nav a#pull {
  display: none;
}
#header .row nav ul {
  width: 100%;
  max-width: 795px;
  margin-left: 0;
}
#header .row nav ul li {
  position: relative;
  display: inline-block;
}
#header .row nav ul li .dropbtn,
#header .row nav ul li a {
  z-index: 10;
  font-size: 15px;
  color: #666666;
  display: inline-block;
  font-family: var(--font-POPPINS-REGULAR);
  text-transform: uppercase;
  white-space: nowrap;
}
#header .row nav ul li .dropbtn.active-menu,
#header .row nav ul li .dropbtn-sub.active-menu,
#header .row nav ul li .dropbtn:hover,
#header .row nav ul li .dropbtn-sub:hover, #header .row nav ul li.active-menu a,
#header .row nav ul li a:hover {
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  color: #CC0000;
}
#header .row nav .mainbox {
  max-width: 804px;
}
#header .row nav .box {
  border-left: 3px solid #D6D6D6;
  padding: 1px 0 5px 12px;
  margin-left: 13px;
}
#header .row nav .box p {
  font-style: unset;
  color: #444444;
  font-size: 14px;
}
#header .row nav .box a {
  font-family: var(--font-POPPINS-MEDIUM);
  color: #444444;
  font-size: 25px;
  line-height: 27px;
}
#header .row nav .box1 {
  font-family: var(--font-POPPINS-MEDIUM);
  color: #444444;
  font-size: 14px;
}
#header .row nav .navnb {
  height: 68px;
  padding: 0 32px;
  background: linear-gradient(180deg,rgba(184, 5, 5, 1) 0%, rgba(172, 4, 4, 1) 35%, rgba(140, 3, 3, 1) 95%, rgba(112, 0, 0, 1) 100%);
  max-width: 86px;
  margin-top: 2px;
}


/* end */
/* dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-content {
  display: none !important;
  position: absolute;
  min-width: 280px;
  background: linear-gradient(180deg,rgba(184, 5, 5, 1) 0%, rgba(172, 4, 4, 1) 35%, rgba(140, 3, 3, 1) 95%, rgba(112, 0, 0, 1) 100%);
  z-index: 1;
}
.dropdown .dropdown-content a {
  font-family: var(--font-POPPINS-REGULAR);
  color: #fff;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
}
.dropdown .dropdown-content-sub {
  position: relative;
  padding-left: 25px;
}

.dropdown-sub:hover .dropdown-content-sub,
.dropdown:hover .dropdown-content {
  display: flex !important;
  line-height: 40px;
}

svg {
  color: #fff;
}

/* banner */
#banner {
  padding: 27px 0 134px 60px;
}
#banner h1 {
  padding-top: 46px;
}
#banner .btn1 {
  background: #444444;
}
#banner p {
  padding: 10px 0 26px;
  line-height: 40px;
}

#services {
  background: url(../images/content/bg5.png) center bottom no-repeat;
  padding: 166px 0 86px 0;
  margin-top: -110px;
}
#services h1 {
  filter: unset;
  background: #CC0000;
  font-size: 40px;
}
#services .row {
  max-width: 1750px;
}
#services .row > h1 {
  padding: 10px 0 38px;
  line-height: 55px;
}
#services .box {
  padding-bottom: 17px;
  border-radius: 7px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  max-height: 616px;
  min-height: 616px;
  overflow: hidden;
  max-width: 573px;
  background: #fff;
}
#services .box h1:nth-of-type(1) {
  background: #000000;
  padding: 10px 0 10px;
  font-size: 33px;
}
#services .box h1:nth-of-type(2) {
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 35px;
}
#services .box p {
  color: #525252;
  font-size: 20px;
  font-style: normal;
}
#services .box .btn {
  margin: 0 auto;
}
#services .boxbtn {
  padding-top: 35px;
}

#about {
  background: url(../images/content/new-hidden-bg.png) center no-repeat;
  padding: 96px 0 370px 0;
}
#about h1 {
  font-size: 50px;
  line-height: 64px;
}
#about p {
  line-height: 40px;
  padding: 10px 0 20px;
}

#about-card {
  padding: 0 0 0 0;
  margin-top: -291px;
}
#about-card .row {
  max-width: 1618px;
  border-radius: 7px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: #fff;
  padding-left: 54px;
}
#about-card .box {
  max-width: 650px;
}
#about-card .box .label {
  font-weight: unset;
  font-size: 20px;
  padding-bottom: 25px;
}
#about-card .box h1 {
  background: #CC0000;
  filter: unset;
  font-size: 48px;
  line-height: 63px;
}
#about-card .box p {
  color: #333333;
  line-height: 40px;
  padding-top: 10px;
  font-size: 20px;
}
#about-card .box1 {
  padding-bottom: 30px;
}
#about-card .box1 p {
  font-style: unset;
  color: #000000;
  font-family: var(--font-MYRIADPRO-REGULAR);
}
#about-card .box1 a {
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 50px;
}

#gallery {
  background: url(../images/content/bg4.png) bottom no-repeat;
  padding: 74px 0 124px 0;
  margin-bottom: -89px;
}
#gallery .box {
  max-width: 1672px;
  overflow: hidden;
}
#gallery h1 {
  filter: unset;
  background: #CC0000;
  font-size: 40px;
}
#gallery .box1 {
  padding-bottom: 20px;
}
#gallery p {
  font-size: 18px;
  color: #525252;
  padding: 5px 0 20px;
}
#gallery p:nth-of-type(2) {
  font-family: var(--font-POPPINS-LIGHT);
  font-size: 35px;
  font-style: unset;
  line-height: 50px;
  padding: 39px 0 34px;
}

#testimonials {
  background: url(../images/content/bg2.png) center no-repeat;
  padding: 132px 68px 112px 0;
}
#testimonials img[alt=star] {
  padding: 30px 0 10px;
}
#testimonials .row {
  max-width: 663px;
  margin-right: 0;
}
#testimonials .row p {
  font-family: var(--font-POPPINS-SEMIBOLD);
  text-shadow: 3px 3px 7px rgb(0, 0, 0);
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 37px;
}
#testimonials .row h1 {
  padding: 20px 0;
  font-size: 50px;
}

#follow-us {
  background: url(../images/content/bg6.png) center bottom no-repeat;
  padding: 120px 0 180px 0;
  margin-bottom: -112px;
}
#follow-us .box {
  max-width: 1705px;
  overflow: hidden;
}
#follow-us .box .box2 {
  padding: 20px 0;
}
#follow-us .box .box2 a {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 15px;
  max-width: 306px;
  border-radius: 36px;
  border: 1px solid #060601;
  padding: 19px 50px;
  letter-spacing: 2px;
}
#follow-us .box1 {
  padding: 30px 0 50px;
}
#follow-us .box3 a {
  margin: 0 4px;
}
#follow-us h1 {
  filter: unset;
  background: #000;
  font-size: 45px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

footer {
  background: url(../images/content/bg3.png) bottom no-repeat;
  padding: 0 0 0 0;
}
footer .footer-container {
  padding: 112px 0 35px 0;
  max-width: 1088px;
}
footer .footer-container img[alt=logo] {
  width: 225px;
  max-width: 225px;
}
footer .footer-container .box1 {
  max-width: -moz-max-content;
  max-width: max-content;
}
footer .footer-container .l {
  font-family: var(--font-POPPINS-BOLD);
  font-style: unset;
  color: #D10000;
  font-size: 18px;
  text-shadow: 3px 3px 5px rgb(0, 0, 0);
  letter-spacing: 1px;
}
footer .footer-container .lphone {
  font-size: 24px !important;
}
footer .footer-container .la {
  font-family: var(--font-POPPINS-REGULAR);
  color: #FFFFFF;
  font-size: 16px;
}
footer .footer-container .box {
  gap: 24px;
}
footer .footer-container .soci {
  color: #fff;
  font-size: 14px;
  font-family: var(--font-MYRIADPRO-REGULAR);
  margin-left: 89px;
  margin-top: -26px;
}
footer .copy-right {
  background: #620200;
  padding: 16px 0 0 0;
  gap: 6px;
}
footer .copy-right ul {
  list-style: none;
  max-width: 791px;
}
footer .copy-right li {
  font-family: var(--font-POPPINS-REGULAR);
  color: #fff;
  text-transform: uppercase;
}
footer .copy-right p {
  font-family: va(--font-POPPINS-SEMIBOLD);
  color: #fff;
  font-size: 13px;
  padding-bottom: 16px;
  max-width: 100%;
  font-weight: 100;
  font-style: unset;
}

.ctc-form {
  width: 100%;
  max-width: 1384px;
  padding-top: 14px;
}
.ctc-form input[type=text],
.ctc-form textarea {
  height: 65px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #CC0000;
  box-sizing: border-box;
  background-color: transparent;
  padding-left: 25px;
  margin-bottom: 11px;
}
.ctc-form input[type=text]:focus,
.ctc-form textarea:focus {
  outline: none;
}
.ctc-form input[type=text]::-moz-placeholder, .ctc-form textarea::-moz-placeholder {
  color: #555;
  font-size: 14px;
  text-transform: capitalize;
  font-family: var(--font-POPPINS-REGULAR);
}
.ctc-form input[type=text]::placeholder,
.ctc-form textarea::placeholder {
  color: #555;
  font-size: 14px;
  text-transform: capitalize;
  font-family: var(--font-POPPINS-REGULAR);
}
.ctc-form textarea {
  padding-top: 16px;
  height: 140px;
  resize: none;
  padding-bottom: 30px;
}
.ctc-form .recap {
  display: inline-block;
}
.ctc-form .ctc-hide {
  display: none;
}
.ctc-form .copy {
  font-family: var(--font-POPPINS-REGULAR);
  text-align: start;
  padding-top: 20px;
  color: #555;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.ctc-form .btn {
  margin: auto;
  max-width: 350px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 7px;
  padding: 21px 10px;
  letter-spacing: 0;
}

form .messages p {
  display: none;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
form .loading {
  display: none;
}
form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.flexinput {
  gap: 13px;
}
.flexinput label {
  width: 100%;
  max-width: 100%;
}

/* end */
/* inner pages */
#inner {
  max-width: 1600px;
}

#inner > h1 {
  filter: unset;
  background: #CC0000;
  font-size: 40px;
  margin-bottom: 20px;
}

#inner p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}

#inner .btn {
  margin: auto;
}

#inner-about .paradive-card {
  width: 100%;
  max-width: 1300px;
  background: white;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
#inner-about .card-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#inner-about .card-content {
  padding: 30px;
  position: relative;
}
#inner-about .card-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #CC0000, rgb(177, 61, 61));
}
#inner-about .card-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}
#inner-about .card-content p:first-of-type {
  font-size: 1.1rem;
}
#inner-about .card-content p:last-of-type {
  font-weight: 600;
  color: #CC0000;
  font-size: 1.2rem;
}
#inner-about .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(224, 5, 5, 0.4);
}
#inner-about .water-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(58,123,213,0.1)" d="M0,224L48,218.7C96,213,192,203,288,186.7C384,171,480,149,576,165.3C672,181,768,235,864,250.7C960,267,1056,245,1152,213.3C1248,181,1344,139,1392,117.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') bottom/cover no-repeat;
  opacity: 0.7;
  pointer-events: none;
}

#inner-gallery {
  max-width: 1200px;
  margin: auto;
}
#inner-gallery .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
}
#inner-gallery .gallery li {
  display: inline-block;
}
#inner-gallery .gallery li .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}
#inner-gallery .page_navigation {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
#inner-gallery .page_navigation .page_link, #inner-gallery .page_navigation .previous_link, #inner-gallery .page_navigation .next_link, #inner-gallery .page_navigation .first_link, #inner-gallery .page_navigation .last_link, #inner-gallery .page_navigation .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
#inner-gallery .page_navigation a:hover, #inner-gallery .page_navigation a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}
#inner-gallery img.img-responsive {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#inner-gallery .inner-gallery-container {
  padding-top: 40px;
}

#inner-services .portrait-box {
  border: 2px solid #CC0000;
  border-radius: 7px;
  overflow: hidden;
  width: 550px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}
#inner-services .portrait-image {
  width: 100%;
  height: auto;
}
#inner-services .portrait-content {
  padding: 15px;
  background-color: #f9f9f9;
}
#inner-services .price {
  color: #FF5733;
  font-weight: bold;
}
#inner-services .btn {
  display: inline-block;
  padding: 10px 15px;
  background-color: CC0000;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  text-align: center;
  max-width: 100%;
}
#inner-services .btn:hover {
  color: #CC0000;
}

   .pagination { text-align: center; margin: 20px 0; }
    .pagination button {
        padding: 8px 12px;
        margin: 0 5px;
        font-size: 16px;
        cursor: pointer;
        border: 1px solid #888;
        background: #fff;
        border-radius: 4px;
    }
    .pagination button.active {
        background: #ddd;
        font-weight: bold;
    }
    .pagination button:disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

.review-card {
            position: relative;
            width: 800px;
            background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
            border-radius: 7px;
            padding: 40px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: all 0.3s ease;
            border: 2px solid #CC0000;
            margin: 0 auto 20px;
        }
        
      #inner-review   .review-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
        }
        
        
      #inner-review   .stars {
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
            gap: 5px;
        }
        
      #inner-review   .stars img {
            width: 20px;
            opacity: 0.9;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
        }
        
      #inner-review   .quote {
            font-size: 18px;
            line-height: 1.7;
            color: #334155;
            margin-bottom: 30px;
            position: relative;
            padding: 0 20px;
        }
        
      #inner-review   .quote::before, .quote::after {
            content: '"';
            font-size: 50px;
            color: #93c5fd;
            position: absolute;
            opacity: 0.5;
        }
        
      #inner-review   .quote::before {
            top: -10px;
            left: -10px;
        }
        
      #inner-review   .quote::after {
            bottom: -40px;
            right: -10px;
        }
        
      #inner-review   .reviewer {
            font-weight: 600;
            color: #CC0000;
            font-size: 16px;
            text-align: right;
            margin-top: 30px;
            position: relative;
            padding-right: 30px;
        }
        
      #inner-review   .reviewer::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 2px;
            background-color: #CC0000;
        }
/* popup */
#p .popup-container {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }
        
        #p .popup-card {
            background-color: white;
            width: 90%;
            max-width: 800px;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            position: relative;
            max-height: 80vh;
            overflow-y: auto;
            animation: fadeIn 0.3s ease-out;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
      #p  .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #666;
            transition: color 0.2s;
        }
        
      #p  .close-btn:hover {
            color: #333;
        }
        
      #p  .header {
       
        font-size: 1rem;
            text-align: center;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f0f0f0;
        }
        
      #p  .header h1 {
             background: rgba(184, 5, 5, 1);
             filter: unset;
            font-size: 2rem !important;
            margin-bottom: 5px;

        }
        
      #p  .header h2 {
        font-family: var(--font-POPPINS-REGULAR);
            color: #CC0000;
            font-size: 1.5rem;
            margin-bottom: 10px;
        }
        
      #p  .header h3 {
        font-family: var(--font-POPPINS-REGULAR);
            color: #333;
            font-size: 1rem;
            font-weight: 400;
        }
        
      #p  .section {
            margin-bottom: 20px;
        }
        
      #p  .section h4 {
        font-family: var(--font-POPPINS-REGULAR);
            background-color: #f5f5f5;
            padding: 8px 15px;
            border-left: 4px solid rgba(184, 5, 5, 1);
            margin-bottom: 10px;
            color: #333;
        }
        
      #p  .price-list {
            list-style-type: none;
        }
        
      #p  .price-list li {
        font-family: var(--font-POPPINS-REGULAR);
            padding: 8px 0;
            border-bottom: 1px dashed #eee;
            display: flex;
            justify-content: space-between;
        }
        
      #p  .price-list li:last-child {
            border-bottom: none;
        }
        
      #p  .price {
        font-family: var(--font-POPPINS-REGULAR);
            color: #CC0000;
            font-weight: 600;
        }
        
      #p  .footer {
            text-align: center;
            margin-top: 25px;
            padding-top: 15px;
            border-top: 2px solid #f0f0f0;
            color: #ff0000;
            font-weight: 600;
            font-size: 1.1rem;

            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 10px;
        }


/* styles.css */
#bookingModal {
  transition: all ease-in-out 0.5s;
}

.modal {
  display: none;
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  margin: 10px auto;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */