/*header*/

body {
      margin: 0;
      /*background: #000; /* Just to show the header */*/

    }
h2, h3, h4, p{
    font-family: "Inter", sans-serif;
}
    header {
      background-color: rgba(255, 255, 255, 1); /* Dark brown */
      color: #fff;
      padding: 1rem 2rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo {
      font-family: serif;
      font-size: 1.5rem;
      letter-spacing: 2px;
    }

    .menu-toggle {
      font-size: 1.5rem;
      cursor: pointer;
      display: flex;
      align-items: center;
    }

    .menu-toggle span {
      margin-left: 0.5rem;
    }

    .contact-link {
      text-decoration: none;
      padding: 8px 20px;
      border: solid 1px rgb(221, 8, 126);
      color: rgb(221, 8, 126);
      font-size: 18px;
      letter-spacing: 0.5px;
      font-weight: 300;
      text-transform: uppercase;
    }

    /* Mobile Nav (optional, for smooth menu) */
    .mobile-nav {
      display: none;
      background: #2b180b;
      padding: 1rem;
    }

    .mobile-nav.active {
      display: block;
      animation: fadeIn 0.3s ease-in-out;
    }

    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }

    @media (min-width: 768px) {
      .menu-toggle span {
        display: inline;
      }
      .mobile-nav {
        display: none !important;
      }
    }

    /*hero banner */
  

.hero-content h1 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  letter-spacing: 0.5px;
  text-align: left;
  animation: fadeIn 2s ease-in-out;
  font-weight: 400;
}
.hero-content h1 span {
  
  font-weight: 700;
}
.hero-button a {
  padding: 12px 15px;
  border: solid 1px rgb(234, 236, 240);
  font-size: 16px;
  color: #fff;
  text-decoration: navajowhite;
  border-radius: 8px;
}
.hero-button a img{
  margin-right: 6px;
}
@media (min-width: 768px) {
  .hero-content {
    font-size: 3rem;
  }
}

/*about sectiob*/

 .about-section {
  padding: 4rem 0;
  text-align: center;
}

.about-text h2 {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-text p {
  margin: 1rem 0 2rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.vertical-line {
  width: 2px;
  height: 500px;
  background: #DD087E;
}

.about-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.btn-outline-dark {
  border: 1px solid rgb(42, 23, 9);
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 0px;
  color: rgb(42, 23, 9);
}

@media (max-width: 767px) {
  .vertical-line {
    display: none;
  }

  .about-text {
    text-align: center;
    margin-bottom: 2rem;
  }

  .about-text h2 {
    font-size: 1.25rem;
  }
}


/*service section*/

 .services-section {
  background: #fff;
  padding: 4rem 0;
  text-align: center;
}

.services-section .section-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #2b180b;
}

.service-item {
  position: relative;
  overflow: hidden;
  border: solid 1px rgb(221, 8, 126);
}

.service-item img {
  width: 100%;
  display: block;
}

.service-item p {
  color: rgb(221, 8, 126) !important;
  margin: 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px !important;
  font-weight: 400 !important;
}



/*brand section*/
.title-heading h2 {
  margin-bottom: 50px !important;
  background: #fff;
  z-index: 9999999;
  position: relative;
  text-align: center;
  margin: auto;
  font-weight: 600 !important;
   font-family: "Montserrat", sans-serif;
  width: 35%;
  font-size: 24px !important;
  font-style: SemiBold !important;
}

.title-heading{
  position: relative;
}
.title-heading:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #DD087E;
}

.brand-slider img {
  margin: 0 auto;
  width: 100px;
  height: 43px;
  object-fit: contain;
}
.brand-slider.slick-initialized.slick-slider {
  margin-top: 40px;
}

/*over work*/
.work-our{
  padding: 40px 0px;
}
.work-our h2{
  text-align: center;
  margin-bottom: 20px;
}
 .our-work-section {
  position: relative;
  padding: 40px 0px;
  
}

.our-work-section .section-title {
  margin-bottom: 2rem;
}



.work-slider {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.slide-item {
  position: relative;
}

.slide-item img {
  width: 100%;
  height: auto;
  display: block;
}

.slide-caption {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #333;
}

.slick-prev:before,
.slick-next:before {
  color: #333;
  font-size: 30px;
}

.our-work-section .slick-prev,
.our-work-section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background:transparent;
  color: #fff;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.our-work-section .slick-prev {
  left: -40px;
}

.our-work-section .slick-next {
  right: -40px;
}

.our-work-section .slick-prev:hover,
.our-work-section .slick-next:hover {
  /*background-color: #de6d64;*/
}

.our-work-section .slick-prev::before,
.our-work-section .slick-next::before {
  content: none; /* remove default slick arrows */
}

/* Add Font Awesome icons inside */
.our-work-section .slick-prev i,
.our-work-section .slick-next i {
  line-height: 45px;
  font-size: 18px;
}


/*wokk shop*/

.workshop-section {
  padding: 4rem 0;
}

.workshop-section p {
  max-width: 800px;
  margin: 0 auto 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

.workshop-section .btn {
  margin-top: 1.5rem;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 15px;
  border: 1px solid rgb(42, 23, 9);
  color: rgb(42, 23, 9);
  letter-spacing: 0.5px;
}
.workshop-section .btn:hover{
  color: #ffffff;
}

/*what say*/
.what-say-item img {
  width: 100%;
}  .what-say h2 {
  color: #fff;
  margin-bottom: 30px;
}
.what-say-item h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 1);
}
.what-say-item h4 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 1);
}
.what-say {
  background: rgb(42, 23, 9);
  padding: 40px 0px;
}

/*promise*/
.promise-section {
  background: #f2eee7;
  padding: 4rem 0;
}

.promise-section .section-title {
  margin-bottom: 2rem;
  color: #2b180b;
}

.promise-item {
  margin-bottom: 2rem;
}

.promise-item i {
  font-size: 2.5rem;
  color: #6b1f1f; /* Dark maroon icon color */
  margin-bottom: 1rem;
}

.promise-item p {
  font-size: 18px !important;
  color: rgb(42, 23, 9) !important;
  line-height: 1.4;
  font-weight: 400 !important;
  margin-top: 15px;
}
.col-6.col-md-3.promise-item img {
  height: 75px;
  width: 100%;
  object-fit: contain;
}

/*how it work*/
 .how-it-works {
  padding: 4rem 0;
  background: #fff;
}

.how-it-works .section-title {
  margin-bottom: 2rem;
}

.timeline {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #333;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 1rem 2rem;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-dot {
  position: absolute;
  top: 15px;
  width: 12px;
  height: 12px;
  background: #331a0a;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item.right .timeline-dot {
  left: -6px;
}

.timeline-item.left .timeline-dot {
  right: -6px;
}

.timeline-content h3 {
  font-size: 2rem;
  margin: 0 0 0.5rem;
}

.timeline-content p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

@media(max-width: 767px) {
  .timeline::after {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 0;
    text-align: left !important;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
  }

  .timeline-dot {
    left: 14px !important;
  }
}


/*intagaram*/
 .instagram .slider-section {
    padding: 60px 0;
    background-color: #f8f9fa;
  }
  .instagram .slider .slide-item {
    position: relative;
    padding: 0px 10px;
  }
  .instagram .slider .slide-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  .instagram .slider .text-overlay {
    position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  max-width: 400px;
  border-radius: 8px;
  bottom: 0;
  top: inherit;
  width: 100%;
  padding: 10px;
  text-align: center;
  }
  
  /* Parent scoped styling */
.instagram .slick-slider {
  position: relative;
}

/* Arrows */
.instagram .slick-prev,
.instagram .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  color: #fff;
  z-index: 10;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
}

.instagram .slick-prev {
  left: 10px;
}

.instagram .slick-next {
  right: 10px;
}

/* On hover */
.instagram .slick-prev:hover,
.instagram .slick-next:hover {
  background-color: #2a1709;
  color: #fff;
}

/* Dots */
.instagram .slick-dots {
  text-align: center;
  margin-top: 20px;
  padding-left: 0;
}

.instagram .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.instagram .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: #ccc;
  cursor: pointer;
}

.instagram .slick-dots .slick-active button {
  background-color: #2a1709;
}

/*footer form*/

.footer-form-main {
    position: relative;
    overflow: hidden;
    background-color: #f8f9fa;
  }
  .footer-form-main {
  padding: 60px 0px !important;
  background: #2A1709;
}
.btn.submit-button {
  padding: 8px 30px;
  border: solid 2px #F4EEE2;
  color: #fff;
  border-radius: 8px;
  font-size: 17px;
  letter-spacing: 0.5px;
}
.form-feild {
  margin: 10px 0px;
}
.heading-main img {
  border-radius: 8px;
}
.footer-contact-form {
  margin-left: 20px;
}
.btn.submit-button:hover {
  background: #F4EEE2;
  color: #2a1709;
  transition: all ease 0.5s;
}
.form-feild label {
  font-size: 17px;
  color: #F4EEE2;
  font-weight: 500;
}
.form-control {
  padding: 10px 10px;
  border-radius: 10px !important;
  background: #F4EEE2;
}
  .footer-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .footer-form-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
  }

  .footer-form-main .container {
    position: relative;
    z-index: 2;
  }

  .footer-form-main .section-heading {
    font-size: 32px;
    font-weight: 700;
  }

  .footer-form-main .section-heading span {
    color: #de6d64;
  }

  .heading-main h3 {
    font-size: 28px;
    font-weight: 600;
  }

  .heading-main h3 span {
    color: #de6d64;
  }

  .heading-main p {
    margin: 15px 0;
  }

  .footer-contact-form label {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .footer-contact-form .form-control,
  .footer-contact-form .form-select {
    border-radius: 0;
    box-shadow: none;
  }

  .footer-contact-form .btn {
    margin-top: 10px;
  }

  @media (max-width: 768px) {
    .footer-form-main .section-heading {
      font-size: 24px;
    }
    .heading-main h3 {
      font-size: 22px;
    }
  }
  @media(max-width:900px){
    .footer-contact-form {
  margin-left: 0px;
}

.form-feild {
  margin: 0px 0px;
}
  }






  /*--------------*/

h2{
  font-size: 36px !important;
  font-weight: 400 !important;
}
p{
  font-size: 16px !important;
  font-weight: 300 !important;
  letter-spacing: 0.5px !important;
  color: rgba(42, 23, 9, 1) !important;
}



/*============ Counter */
 .history-count {
  padding: 60px 0;
  /*background: #f9f9f9;*/
}

.heading-main {
  text-align: center;
  margin-bottom: 40px;
}

.sub-heading {
  font-size: 18px;
  color: #888;
  margin-bottom: 10px;
}

.heading {
  font-size: 32px;
  font-weight: bold;
}

.count-box {
  text-align: center;
  margin-bottom: 30px;
}

.count-amount {
  font-size: 48px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.count-amount::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: rgba(221, 8, 126, 1); /* Border color under number */
}
.plus-sign {
  font-size: 35px;
  color: rgb(221, 8, 126);
  font-weight: 500;
}

.count-tagline {
  margin-top: 15px;
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: uppercase;
}
.small-count {
  margin-left: 5px;
  font-size: 18px;
  align-self: flex-end;
}
.content-bottom-couter p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px !important;
  color: rgb(60, 64, 82) !important;
  letter-spacing: 0.5px !important;
}

/*============ Counter */


/*============== Brochers =======================*/
.brochures .slick-list.draggable {
  padding: 30px 0px;
}
.brochure-box img{
  margin: auto;
}
.brochures{
  padding: 50px 0px;
}
    .brochure-box {
      border: 2px dashed #ec008c;
      border-radius: 10px;
      text-align: center;
      padding: 30px 10px;
      transition: 0.3s ease;
      cursor: pointer;
    }
    .brochure-box p {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #DD087E !important;
  margin-top: 15px !important;
}

    .brochure-box:hover {
      background-color: #fff0f7;
      transform: translateY(-5px);
    }

    .brochure-box i {
      font-size: 40px;
      color: #ec008c;
      margin-bottom: 10px;
    }

    .brochure-box p {
      margin: 0;
      color: #ec008c;
      font-weight: 500;
    }


/* Dots container */
.brochures .slick-dots {
  text-align: center;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

/* Each dot item */
.brochures .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

/* Dot button base style */
.brochures .slick-dots li button {
  font-size: 0; /* hide number */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc; /* inactive color */
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Active dot style */
.brochures .slick-dots li.slick-active button {
  background: #e5007d; /* active color */
  width: 14px;
  height: 14px;
}

/* Optional: Hover effect */
.brochures .slick-dots li button:hover {
  background: #e5007d;
}


/*============== Brochers =======================*/
/*============== contact-section =======================*/
 .contact-section {
  background: #e5007d; /* bright pink background */
  color: #fff;
  padding: 60px 0;
}

.contact-subtitle {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.contact-title {
  font-size: 31px !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.contact-text {
  font-size: 16px !important;
  line-height: 1.6;
  color: rgb(255, 255, 255) !important;
}

.contact-form .form-label {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.contact-form .form-control {
  border-radius: 4px !important;
  background: #fff;
  border: none;
  padding: 12px 15px;
}

.contact-form .form-control:focus {
  box-shadow: none;
  border: none;
}

.btn-quote {
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #e5007d;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 15px;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.btn-quote:hover {
  background: #f2f2f2;
  color: #e5007d;
}
/*============== contact-section =======================*/
/*============== Testimonial =======================*/
 .testimonial-section {
  padding: 60px 0;
  background: #fff;
}

.testimonial-slider {
  margin: 0 -15px;
}

.testimonial-item {
  background: rgba(244, 244, 244, 1);
  border-radius: 10px;
  padding: 25px;
  margin: 0 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  height: 100%;
}

.testimonial-text {
  font-size: 14px !important;
  line-height: 1.6;
  margin-bottom: 10px;
  color: rgb(0, 0, 0) !important;
  font-weight: 400 !important;
  border-bottom: solid 2px rgb(221, 8, 126);
  padding-bottom: 20px;
}

.testimonial-name {
  font-weight: 700;
  color: #e5007d;
  margin-bottom: 5px;
  /*border-bottom: 2px solid #e5007d;*/
  display: inline-block;
  padding-bottom: 4px;
  font-size: 14px;
  text-decoration: none;
}

.testimonial-role {
  font-size: 13px !important; 
  color: rgba(0, 0, 0, 1) !important;
  margin: 0;
}



/* Dots container */
.testimonial-section .slick-dots {
  text-align: center;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

/* Each dot item */
.testimonial-section .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

/* Dot button base style */
.testimonial-section .slick-dots li button {
  font-size: 0; /* hide number */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc; /* inactive color */
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Active dot style */
.testimonial-section .slick-dots li.slick-active button {
  background: #e5007d; /* active color */
  width: 14px;
  height: 14px;
}

/* Optional: Hover effect */
.testimonial-section .slick-dots li button:hover {
  background: #e5007d;
}
/*============== Testimonial =======================*/
/*============== contact map =======================*/
.contact-map-section {
  background: #fff;
}
.contact-form-box.p-4.shadow-sm.rounded-3 h5 {
  font-weight: 700;
}
.contact-form-box.shadow-sm.rounded-3 h5 {
  font-weight: 700 !important;
}

.contact-form-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 50px;
  border-radius: 30px !important;
}

.contact-form-box .form-control {
  background: #f5f5f5;
  border: none;
  border-radius: 50px !important;
  padding: 13px 20px;
    border: solid 1px rgb(232, 232, 232);

}
.mb-4.textarea-formm textarea {
  border-radius: 0px !important;
}

.contact-form-box textarea.form-control {
  border-radius: 8px !important;
}

.btn-pink {
  background: #e5007d;
  color: #fff;
  border-radius: 50px;
  border: none;
}
.mb-3.textarea-formm textarea {
  border-radius: 0px !important;
  border: solid 1px rgb(232, 232, 232);
}
.btn-pink:hover {
  background: #c4006a;
}

.text-pink {
  color: #e5007d;
}

.contact-map-section p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.map-contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}


.map-contact-info p {
  font-size: 11px !important;

  text-align: center;

}
.map-contact-info img {
  margin-bottom: 15px;
}
.map-contact-info {
  text-align: center;
}
/*============== contact map =======================*/
/*============== footer =======================*/
  .footer {
      background-color: rgba(221, 8, 126, 1);
      color: white;
      padding: 50px 0;
    }
    .footer-social {
  text-align: center;
  
}
.social-footer{
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}
.footer .social-links a{
  display: block;
}
.footer-content-info p strong {
  font-weight: 600;
}
.footer-link-des {
  padding: 0px 20px;
}
.footer-link-des p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.footer-link-des img {
  margin-bottom: 15px;
  width: 100%;
}
.reserved {
  margin:40px 0px 20px 0px;
  text-align: center;
  
}
.reserved p {
 
  font-weight: 400;
  font-size:20px !important;
}

    .footer a {
      color: white;
      text-decoration: none;
            color: #fff;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer .social-links {
      margin-top: 20px;
    }
    .footer .social-links a {
  margin-right: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0px;
}
    .footer p {
  color: #fff !important;
  margin-bottom: 0px;
}
/*============== footer =======================*/



/*=================== Responsive ====================*/
@media(max-width:900px){


header{
  padding: 10px 10px;
}
.contact-link {
    font-size: 12px;
    padding: 6px 10px !important;
  }
.logo img {
  max-height: 50px !important;
  width: 100%;
}
.hero-section{
  min-height: 50vh !important;
}
.hero-content h1{
  font-size: 28px;
}
.hero-button a {
  padding: 8px 10px;
  border: solid 1px rgb(234, 236, 240);
  font-size: 14px;
  color: #fff;
  text-decoration: navajowhite;
  border-radius: 8px;
}
.hero-button {
  margin-top: 30px;
}
.col-md-5.about-text h2 br {
  display: none;
}
.about-text h2 {
  font-size: 20px !important;
  text-align: left;
}
.about-text p {
  font-size: 16px !important;
  margin-bottom: 0px !important;
  text-align: justify;
}
.brand-slider-section.py-5 {
  padding: 30px 0px !important;
}
.about-section {
  padding: 30px 0px !important;
}
.history-count {
  padding: 30px 0;
}
.count-amount {
  font-size: 34px;
}
.count-tagline {
  margin-top: 8px;
  font-size: 14px;
}
.count-box{
  margin-bottom: 20px;
}
.content-bottom-couter p {
  margin-top: 10px;
  text-align: justify;
  font-size: 16px !important;
}
.brochures {
  padding: 30px 0px;
}
.contact-section{
  padding: 30px 0px;
}
.contact-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.contact-text{
  text-align: justify;
}
.col-lg-6.mb-4.mb-lg-0 {
  margin-bottom: 10px !important;
}
.services-section {
  padding: 30px 0px !important;
}
.testimonial-section {
  padding: 30px 0px !important;
}
.contact-map-section.py-5 {
  padding: 30px 0px !important;
}
.contact-form-box{
  padding: 10px;
}
.contact-form-box .form-control {
  border-radius: 8px !important;
  padding: 9px 10px;
}
.footer-social {
  text-align: left;
}
.social-footer {
  border-right: none;
  border-left: none;
  margin-bottom: 15px;
}
.footer-link-des {
  padding: 0px;
}
.reserved {
  margin: 20px 0px;
}
.reserved p br{
  display: none;
}
.footer{
  padding: 30px 0px !important;
}
.service-item p {
  padding: 2px;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.brochure-box p{
  font-size: 14px !important;
}
.title-heading h2 {
  margin-bottom: 18px !important;
  width: 75%;
  font-size: 18px !important;
}

.footer-link-des img{
  height: 60px !important;
}












}
