@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Imperial+Script&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: initial;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  color: #333;
  min-height: 100vh;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
}

ul,
li,
p,
span,
a {
  font-family: "Barlow", sans-serif;
}

.breadcrump {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/breacumd-about.jpg");
  background-size: cover;
  text-align: center;
  padding: 100px 0px;
  background-attachment: fixed;
}
.breadcrump .breadcrumb-container {
  font-family: Arial, sans-serif;
}
.breadcrump .breadcrumb-container h2 {
  font-size: 60px;
  margin-bottom: 10px;
  color: #fff;
}
/* al service  */

/* Section */
.catering-section{
  padding:80px 0;
}

.section-title{
  text-align:center;
  font-size:40px;
  font-weight:700;
}

.section-subtitle{
  text-align:center;
  color:#64748b;
  margin-bottom:60px;
}

/* Card */
.catering-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  transition:0.4s;
  height:100%;
}

.catering-card:hover{
  transform:translateY(-10px);
}

/* Image */
.catering-card img{
  width:100%;
  height:230px;
  object-fit:cover;
}

/* Content */
.catering-card .content{
  padding:22px;
}

.catering-card h4{
  font-size:20px;
  margin-bottom:8px;
}

.catering-card p{
  font-size:14px;
  color:#64748b;
  line-height:1.6;
  margin-bottom:18px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
    height: 96px;
  }

.catering-card a{
  display:inline-block;
  padding:8px 20px;
  border-radius:30px;
  background:#0f172a;
  color:#fff;
  font-size:14px;
  text-decoration:none;
}

.catering-card a:hover{
  background:#1e293b;
}
/* al service  */
/* equpments  */
.equipment-section {
            padding: 70px 0;
        }

        .section-title {
            text-align: center;
            font-size: 38px;
            font-weight: 700;
            color: #fff;
        }

        .section-subtitle {
            text-align: center;
            margin-bottom: 50px;
            color: #fff;
        }

        /* Item */
        .equipment-box {
            position: relative;
            overflow: hidden;
            border-radius: 16px;
        }

        .equipment-box img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            transition: 0.5s;
        }

        /* Overlay */
      .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    opacity: 0;
        padding-bottom: 15px;
    transition: 0.4s;
}
.overlay h4,
.overlay span{
  color: #fff;
}
        .equipment-box:hover img {
            transform: scale(1.08);
        }

        .equipment-box:hover .overlay {
            opacity: 1;
        }

        .overlay h4 {
            font-size: 18px;
            margin-bottom: 5px;
        }

        .overlay span {
            font-size: 13px;
            opacity: 0.85;
        }

        /* Owl Nav */
        .equipment-carousel .owl-nav button {
             background: #cd0f1a !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    pointer-events: auto;
    transition: 0.3s ease;
    box-shadow: 0 4px 10px rgba(232, 106, 51, 0.4);
  }
  .equipment-carousel .owl-nav button span{
                  color: #fff;
                }
 .equipment-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}
        .equipment-carousel .owl-prev {
            left: -45px;
        }

        .equipment-carousel .owl-next {
            right: -45px;
        }

        .equipment-carousel .equipment-box:last-child {
            margin-top: 10px;
        }

        /* Responsive height */
        @media(max-width:768px) {
            .equipment-box img {
                height: 220px;
            }
        }
/* equpments  */
.whatapp_link a {
    color: green!important;
    left: 25px;
    width: 60px;
    height: 60px;
    bottom: 5%;
}
.telegram_link a, .whatapp_link a {
    position: fixed;
    font-size: 50px;
    z-index: 99;
    border-radius: 100%;
}
.whatapp_link a img {
    width: 100%;
    height: 100%;
}
.call-buton .cc-calto-action-ripple {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.call-buton {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 24px;
    bottom: 5%;
    background: #cd0f1a;
    z-index: 100;
    border-radius: 50%;
    -webkit-animation: .6s linear infinite cc-calto-action-ripple;
    animation: .6s linear infinite cc-calto-action-ripple;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 0 rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2);
    box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 0 rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2);
}
100% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2), 0 0 0 20px rgba(236, 139, 0, 0);
    box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2), 0 0 0 20px rgba(236, 139, 0, 0);
}
}
.breadcrump .breadcrumb-container .breadcrumb {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 10px;
}

.breadcrump .breadcrumb-container .breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.breadcrump .breadcrumb-container .breadcrumb a:hover {
  color: #fff;
}
.breadcrump .breadcrumb-container .breadcrumb span {
  color: #fff;
  font-weight: 500;
}

.servicepage_details h3 {
  font-size: 30px;
}
.servicepage_details .why-choose-us-wrapper .why-choose-us-heading {
  text-align: center;
}
.servicepage_details .why-choose-us-wrapper .why-choose-us-heading .why-choose-us-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #2c3e50;
}
.servicepage_details .why-choose-us-wrapper .choose-items .choose-item {
  margin-bottom: 30px;
}
.servicepage_details .why-choose-us-wrapper .choose-items .choose-item .choose-item-title {
  font-size: 1.5rem;
  color: #e74c3c;
  margin-bottom: 10px;
}
.servicepage_details .why-choose-us-wrapper .choose-items .choose-item .choose-item-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.right-sidebar {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  position: sticky;
  top: 20px;
}
.right-sidebar .sidebar-title {
  font-size: 1.5rem;
  color: #e74c3c;
  margin-bottom: 15px;
}
.right-sidebar .sidebar-list {
  list-style: none;
  padding: 0;
}
.right-sidebar .sidebar-list .sidebar-item {
  margin-bottom: 10px;
  background: #fff;
  padding: 8px 12px;
  font-weight: 600;
  border-radius: 40px;
  transition: background 0.3s, color 0.3s;
}
.right-sidebar .sidebar-list .sidebar-item .sidebar-link {
  text-decoration: none;
  color: #2c3e50;
  display: block;
  padding-left: 25px;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
.right-sidebar .sidebar-list .sidebar-item .sidebar-link:before {
  content: "";
  background: #cd0f1a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.right-sidebar .sidebar-list .sidebar-item:hover {
  background: #cd0f1a;
}
.right-sidebar .sidebar-list .sidebar-item:hover .sidebar-link {
  color: #fff;
}
.right-sidebar .sidebar-list .sidebar-item:hover .sidebar-link:before {
  background: #fff;
}

.scrolling-ticker {
  padding: 20px 0;
  color: #fff;
  background-color: #cd0f1a;
}

.scrolling-ticker-box {
  --gap: 20px;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 15px;
}

.scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: 15px;
  min-width: 100%;
  animation: scroll 24s linear infinite;
}

.scrolling-content span {
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 500;
}

.scrolling-content span .bi {
  color: #fff;
  font-size: 30px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 15px));
  }
}
.scrolling-content span i {
  font-size: 8px;
  color: #cd0f1a;
  margin-right: 20px;
}

#contact_us .contact_us {
  position: relative;
  z-index: 1;
}
#contact_us .contact_us:before {
  content: "";
  background: url("../image/bg-pattern.png");
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0;
  opacity: 0.09;
  z-index: -1;
}
#contact_us .contact_us .contact-section .section-title {
  font-size: 30px;
}
#contact_us .contact_us .contact-section .contact_heading {
  font-size: 53px;
}
#contact_us .contact_us .contact-section .contact-item {
  background: #fff;
  border-radius: 5px;
}
#contact_us .form-contact {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#contact_us .form-contact:before {
  content: "";
  background: url("../image/booking-bg.jpg");
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0;
  z-index: -1;
}
#contact_us .form-contact .form-section {
  max-width: 850px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  padding: 50px 50px;
  border-radius: 10px;
  position: relative;
}
#contact_us .form-contact .form-section:before {
  content: "";
  background: url("../image/shape.png");
  position: absolute;
  background-position: center;
  background-repeat: repeat-y;
  height: 100%;
  transform: rotate(180deg);
  top: 0px;
  width: 10px;
  height: 100%;
  bottom: 0px;
  right: 0;
}
#contact_us .form-contact .form-section:after {
  content: "";
  background: url("../image/shape.png");
  position: absolute;
  background-position: center;
  background-repeat: repeat-y;
  height: 100%;
  transform: rotate(360deg);
  top: 0px;
  width: 10px;
  height: 100%;
  bottom: 0px;
  left: 0;
}
#contact_us .form-contact .form-section .section-title {
  margin-top: 15px;
  font-size: 30px;
  color: #cd0f1a;
}
#contact_us .form-contact .contact-form textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
#contact_us .form-contact .contact-form textarea:hover, #contact_us .form-contact .contact-form textarea:focus {
  box-shadow: none;
  outline: none;
}
#contact_us .form-contact .contact-form select,
#contact_us .form-contact .contact-form input {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  height: 45px;
}
#contact_us .form-contact .contact-form select:hover, #contact_us .form-contact .contact-form select:focus,
#contact_us .form-contact .contact-form input:hover,
#contact_us .form-contact .contact-form input:focus {
  box-shadow: none;
  outline: none;
}
#contact_us .form-contact .contact-form .sendmsg {
  background: #cd0f1a;
  margin: 10px 0px 0px;
  color: #fff;
}
#contact_us .cat-section-spacer {
  padding: 50px 0 0px;
}
#contact_us .cat-service-section {
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
#contact_us .cat-service-inner {
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.59)), url(../image/leaf.png) no-repeat center/contain;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 40px 20px;
  transition: all 0.3s ease-in-out;
  max-height: 557px;
  height: 100%;
  min-height: 245px;
}
#contact_us .cat-service-inner:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
#contact_us .cat-service-img img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
#contact_us .cat-service-info h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}
#contact_us .cat-service-info p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  #contact_us .cat-service-inner {
    padding: 30px 15px;
  }
  #contact_us .cat-service-info h4 {
    font-size: 18px;
  }
}

.gallery_section .event_gallery .gallery_tabs .tab {
  background: none;
  border: 2px solid #ddd;
  border-radius: 3px;
  padding: 5px 22px;
  margin: 0 10px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease;
}

.about-section-new {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .about-section-new {
    padding: 60px 0;
  }
}
.about-section-new .story-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .about-section-new .story-image {
    margin-bottom: 30px;
  }
}
.about-section-new .heading-container h4 {
  color: #cd0f1a;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-section-new .heading-container h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--secondary-color);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .about-section-new .heading-container h2 {
    font-size: 2rem;
  }
}
.about-section-new .catering-info p {
  font-size: 1.125rem;
  color: var(--text-color);
  margin-bottom: 30px;
}
.about-section-new .features-list {
  list-style: none;
  padding: 0;
}
.about-section-new .features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 1.125rem;
  list-style: none;
  position: relative;
  background: #ffffff;
  padding: 10px 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  margin: 20px 0 0;
  border-radius: 3px;
  color: #cd0f1a;
  font-weight: 600;
}
.about-section-new .features-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  flex-shrink: 0;
}
.about-section-new .features-list svg {
  width: 20px;
  height: 20px;
  fill: #cd0f1a;
}

.misison_vision {
  background: url("../image/mission.jfif");
  background-position: center;
}
.misison_vision .overvision,
.misison_vision .overmission {
  position: relative;
  padding: 80px 50px;
  color: #000;
  z-index: 1;
  text-align: center;
}
.misison_vision .overvision:before,
.misison_vision .overmission:before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.6588235294);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  height: 100%;
  width: 100%;
  transform: skewX(343deg);
}

.aboutbg {
  border-radius: 10px;
  overflow: hidden;
  width: 40%;
}
.aboutbg img {
  width: 100%;
}

.about_us {
  background: url("../image/aboutbgimage.png") center center/cover no-repeat;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 1;
  /* Animations */
  /* Responsive */
}
.about_us::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}
.about_us .about-section {
  max-width: 1200px;
  margin: 0 auto;
}
.about_us .about-section .about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
.about_us .about-section .about-content .about-text {
  flex: 1 1 550px;
  animation: slideRight 1s ease;
}
.about_us .about-section .about-content .about-text .sub-title {
  display: inline-block;
  text-transform: uppercase;
  color: #c59d5f;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.about_us .about-section .about-content .about-text h2 {
  font-size: 36px;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.3;
}
.about_us .about-section .about-content .about-text h3 {
  font-size: 22px;
  color: #555;
  margin-bottom: 20px;
  font-weight: 500;
}
.about_us .about-section .about-content .about-text p {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.about_us .about-section .about-content .about-text .about-features {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.about_us .about-section .about-content .about-text .about-features li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  color: #444;
}
.about_us .about-section .about-content .about-text .about-features li i {
  color: #c59d5f;
  margin-right: 10px;
}
.about_us .about-section .about-content .about-image {
  flex: 1 1 450px;
  text-align: center;
  animation: slideLeft 1s ease;
}
.about_us .about-section .about-content .about-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.about_us .about-section .about-content .about-image .image-caption {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  font-style: italic;
}
@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
 
  .about_us .about-section .about-content {
    flex-direction: column-reverse;
    text-align: center;
  }
  .about_us .about-section .about-content .about-text,
  .about_us .about-section .about-content .about-image {
    flex: 1 1 100%;
  }
  .about_us .about-section .about-content .about-text h2 {
    font-size: 28px;
  }
}

.subheading {
  font-family: "Imperial Script", cursive;
}


.section_heading {
  margin-bottom: 30px;
}
.section_heading .subheading {
  color: #cd0f1a;
  font-size: 39px;
  font-weight: 300;
  text-transform: capitalize;
}
.section_heading h2 {
  font-size: 65px;
  text-transform: uppercase;
}
.section_heading h2 span {
  font-family: "Cormorant Garamond", serif;
  display: block;
}

.subheader {
  background: #635035;
}

.section_padding {
  padding: 80px 0;
}

.bg_image_all {
  background: url("../image/cateringimage.png") center center/cover fixed;
  position: relative;
  z-index: 1;
}
.bg_image_all::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.all_wave_image {
  position: relative;
  z-index: 1;
}
.all_wave_image::before {
  background: url("../image/Absctrac-Background.png") center center/cover;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.4;
}

.heading-section .sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #fff;
}
.heading-section h2 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.2;
}

.experience_design {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 30px;
  border-radius: 14px;
  color: #fff;
}
.experience_design .ourcounter h3 {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
.experience_design .ourcounter h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  border-bottom: 1px solid #cd0f1a;
  display: inline-block;
  padding-bottom: 10px;
}
.experience_design .counter-box {
  flex: 1 1 30%;
  text-align: center;
  margin: 10px 0;
}
.experience_design .counter-box h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Imperial Script", cursive;
  letter-spacing: 0.3px;
}
.experience_design .counter-box p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.experience_design .experience {
  margin-top: 20px;
}
.experience_design .experience p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

@media (max-width: 991px) {
  .heading-section h2 {
    font-size: 50px;
  }

  .counter-box h3 {
    font-size: 32px;
  }
  .counter-box p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .heading-section h2 {
    font-size: 38px;
  }
  .experience_design {
    padding: 20px;
  }
}
.gallery {
  background: linear-gradient(rgba(255, 255, 255, 0.826), rgba(0, 0, 0, 0.799)), url("../../assets/image/gallerybg.png");
}

.event_gallery .gallery_tabs {
  text-align: center;
  margin-bottom: 50px;
}
.event_gallery .gallery_tabs .tab {
  background: none;
  border: 2px solid #ddd;
  border-radius: 3px;
  padding: 5px 22px;
  margin: 0 10px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}
.event_gallery .gallery_tabs .tab:hover {
  border-color: #cd0f1a;
  color: #cd0f1a;
}
.event_gallery .gallery_tabs .tab.active {
  background: #cd0f1a;
  color: #fff;
  border-color: #cd0f1a;
}
.event_gallery .service_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.event_gallery .service_wrapper .service_item {
  margin: 10px 0px 0px;
  transition: all 0.4s ease;
  position: relative;
}
@media (max-width: 991px) {
  .event_gallery .service_wrapper .service_item {
    flex: 0 0 45%;
  }
}
@media (max-width: 575px) {
  .event_gallery .service_wrapper .service_item {
    flex: 0 0 100%;
  }
}
.event_gallery .gallery_card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.event_gallery .gallery_card:hover {
  transform: translateY(-5px);
}
.event_gallery .gallery_card:hover img {
  transform: scale(1.1);
  filter: brightness(0.6);
}
.event_gallery .gallery_card:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.event_gallery .gallery_card img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.event_gallery .gallery_card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.event_gallery .gallery_card .overlay .view_btn {
  background: #cd0f1a;
  color: #fff;
  font-weight: 600;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.event_gallery .gallery_card .overlay .view_btn:hover {
  background: #cd0f1a;
  transform: scale(1.05);
}

/* Fancy Gallery Modal */
.gallery_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  animation: fadeIn 0.3s ease;
}
.gallery_modal .modal_img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  animation: zoomIn 0.4s ease;
}
.gallery_modal .close_btn {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
}
.gallery_modal .close_btn:hover {
  color: #cd0f1a;
}
.gallery_modal .nav_btns {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 50px;
}
.gallery_modal .nav_btns span {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
}
.gallery_modal .nav_btns span:hover {
  color: #cd0f1a;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* newsletter.css */
.newsletter-section {
  background: #f4efe4;
  padding: 40px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.newsletter-section .newslettercontent {
  width: 70%;
}

.newsletter-section h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
}

.newsletter-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn {
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}

.btn-quote {
  background-color: #cd0f1a;
  border-radius: 25px;
}
.btn-quote:hover {
  color: #000;
  border: 1px solid #cd0f1a;
}

.btn-email {
  color: #000;
  border: 1px solid #cd0f1a;
  border-radius: 10px;
}
.btn-email:hover {
  color: #000;
  border: 1px solid #cd0f1a;
}

.testimonials .testimonial-carousel .testimonial-item {
  background: #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.testimonials .testimonial-carousel .testimonial-item .testimonial-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
.testimonials .testimonial-carousel .testimonial-item .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .testimonial-carousel .testimonial-item .testimonial-content {
  margin-left: 15px;
}
.testimonials .testimonial-carousel .testimonial-item .testimonial-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  font-style: italic;
}
.testimonials .testimonial-carousel .testimonial-item .testimonial-content p .highlight {
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
.testimonials .testimonial-carousel .testimonial-item .testimonial-content h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 3px;
}
.testimonials .testimonial-carousel .testimonial-item .testimonial-content span {
  font-size: 14px;
  color: #888;
}

.footerlogo {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerlogo img {
  width: 100%;
}

.footerimage {
  background-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.5)), url("../image/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.footerimage .footer_heading {
  color: #fff;
  font-size: 30px;
  font-family: "Cormorant Garamond";
}
.footerimage .list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerimage .list-unstyled a {
  text-decoration: none;
}
.footerimage .icon_call {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerimage .icon_call i {
  color: #fff;
}
.footerimage .icon_all_social_media {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  margin: 0px 7px;
  background: rgba(255, 255, 255, 0.1490196078);
  padding: 5px;
}

.contactus {
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.5)), url("../image/contactus.jpg");
  background-size: cover;
  position: relative;
}
.contactus .imagechef {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 324px;
  bottom: 0px;
  display: none;
}
.contactus .imagechef img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactus .contact_form_wrapper {
  background: rgba(0, 0, 0, 0.2705882353);
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 2px dashed #ffffff;
}
.contactus .contact_form_wrapper .form_heading {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 5px;
  text-transform: capitalize;
  font-family: "Imperial Script";
}
.contactus .contact_form_wrapper form .form_group {
  display: flex;
  flex-direction: column;
}
.contactus .contact_form_wrapper form .form_group label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}
.contactus .contact_form_wrapper form .form_group input,
.contactus .contact_form_wrapper form .form_group select,
.contactus .contact_form_wrapper form .form_group textarea {
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 0.3s ease;
  background: rgba(187, 187, 187, 0.3490196078);
  color: #fff;
}
.contactus .contact_form_wrapper form .form_group input::-moz-placeholder, .contactus .contact_form_wrapper form .form_group select::-moz-placeholder, .contactus .contact_form_wrapper form .form_group textarea::-moz-placeholder {
  color: #fff;
}
.contactus .contact_form_wrapper form .form_group input::placeholder,
.contactus .contact_form_wrapper form .form_group select::placeholder,
.contactus .contact_form_wrapper form .form_group textarea::placeholder {
  color: #fff;
}
.contactus .contact_form_wrapper form .form_group input option,
.contactus .contact_form_wrapper form .form_group select option,
.contactus .contact_form_wrapper form .form_group textarea option {
  color: #000;
}
.contactus .contact_form_wrapper form .form_group input:focus,
.contactus .contact_form_wrapper form .form_group select:focus,
.contactus .contact_form_wrapper form .form_group textarea:focus {
  border-color: #cd0f1a;
  outline: none;
}
.contactus .contact_form_wrapper form .form_group textarea {
  resize: none;
}
.contactus .contact_form_wrapper form .submit_btn {
  width: 100%;
  padding: 12px 30px;
  background: #cd0f1a;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.contactus .contact_form_wrapper form .submit_btn:hover {
  background: #ff8533;
}

.service_grid {
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  padding: 15px;
  position: relative;
}
.service_grid .service_subtitle {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.service_grid .service_title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 0px;
}
.service_grid:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.service_grid:hover .learn_more {
  color: #000;
}
.service_grid:hover .learn_more:after {
  transform: translateX(5px);
  opacity: 1;
}
.service_grid .service_image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 0px;
}
.service_grid .service_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.service_grid .service_image img:hover {
  transform: scale(1.05);
}
.service_grid .service_subtitle {
  color: #cd0f1a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.service_grid .service_title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}
.service_grid .service_text {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.service_grid .learn_more {
  display: inline-block;
  color: #333;
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease;
  text-decoration: none;
  margin: 10px 0px;
  font-size: 16px;
}
.service_grid .learn_more:after {
  content: "→";
  position: absolute;
  right: -18px;
  opacity: 0;
  transition: all 0.3s ease;
}
.service_grid .learn_more:hover {
  color: #cd0f1a;
}

/* --- Sticky Slider Section --- */
.slider-wrapper {
  position: relative;
  height: 500vh;
  /* 4 slides + 1 extra scroll buffer */
}

.overlap-slider {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  color: #fff;
  transform: translateY(100%);
  z-index: 0;
  transition: transform 0.4s linear;
}

/* First slide stays fixed */
.slide:first-child {
  transform: translateY(0);
  z-index: 1;
}

.slide.visible {
  transform: translateY(0);
}

.slide-content {
  flex: 1;
  max-width: 600px;
}

.slide-content h3 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.slide-content p {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  text-transform: capitalize;
}

.slide img {
  width: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -o-object-fit: cover;
     object-fit: cover;
}

/* Background colors */
.slide {
  background: #fff;
  width: 100%;
}
.slide .slide-content {
  width: 100%;
  color: #000;
  margin: auto;
}
.slide .slide-content img {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.slide .slide-content h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1px solid #cd0f1a;
  display: inline-block;
  padding: 5px;
}
.slide .slide-content h6 {
  font-size: 21px;
  font-weight: 500;
  color: #cd0f1a;
  font-family: "Barlow";
}
.slide .slide-content h2 {
  font-size: 73px;
}
.slide .image_slide {
  width: 50%;
  height: 100%;
}
.slide .image_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Optional bottom section */
.after-slider {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .slide {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
    gap: 0px;
  }
  .slide img {
    width: 80%;
  }
}
.btn-slide {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 14px 30px;
  background: #cd0f1a;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 30px;
  transition: background 0.3s ease;
  height: 48px;
  line-height: 20px;
  width: auto;
}
.btn-slide:hover {
  background: #cd0f1a;
}
.btn-slide:hover .text-top {
  transform: translateY(-200%);
}
.btn-slide:hover .text-bottom {
  transform: translateY(-100%);
}
.btn-slide .text {
  display: block;
  text-align: center;
  transition: transform 0.4s ease;
  will-change: transform;
}
.btn-slide .text-top {
  transform: translateY(0);
  top: 50%;
}
.btn-slide .text-bottom {
  top: 50%;
  transform: translateY(100%);
}

.header_menu {
    width: 100%;
    position: fixed;
    z-index: 2;
  }
  .header_menu header{
   background: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.5);
  }
.header_menu .main-navigation {
  flex: 1 1 30%;
}

header {
  width: 100%;
  z-index: 1000;
  padding: 15px;
  transition: all 0.3s ease;
}

/* === New Slider Wrapper === */
#heroSlider {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000;
}

.hero-slide.active {
  opacity: 1;
}

.hero-text {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.hero-subheading {
  font-size: 2rem;
  margin-bottom: 10px;
}

.hero-text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.hero-button {
  display: inline-block;
  position: relative;
  padding: 12px 30px;
  font-size: 1rem;
  color: #fff;
  background-color: #e86a33;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  transition: background 0.3s;
}

.hero-button:hover {
  background-color: #ff834d;
}

.hero-button .text-bottom {
  display: none;
}

.hero-button:hover .text-top {
  display: none;
}

.hero-button:hover .text-bottom {
  display: inline-block;
}

@media (max-width: 768px) {
  .hero-subheading {
    font-size: 1.5rem;
  }
  .hero-text h1 {
    font-size: 2rem;
  }
}
/* === NSC Carousel Styles === */
.nsc-header-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.nsc-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.nsc-carousel-item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s ease, transform 1.5s ease;
}
.nsc-carousel-item:before {
  content: "";
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0));
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.nsc-carousel-item.active {
  opacity: 1;
  transform: scale(1);
}

.nsc-carousel-caption {
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.nsc-carousel-caption h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.nsc-carousel-caption p {
  font-size: 1.5rem;
}

/* === Responsive === */
@media (max-width: 768px) {
  .nsc-carousel-caption h1 {
    font-size: 2rem;
  }
  .nsc-carousel-caption p {
    font-size: 1rem;
  }
}
.header_bg_image h2 {
  margin-bottom: 24px;
  color: #f0f0f0;
  letter-spacing: 9.3px;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}
.header_bg_image h1 {
  color: #cd0f1a;
  font-size: 110px;
  padding: 0 135px;
  text-transform: uppercase;
  font-weight: 400;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {
  display: block;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
}
.logo a span {
  font-size: 40px;
}
.logo img {
  height: 100%;
  width: 100%;
}

.main-navigation ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.main-navigation ul li {
  position: relative;
  margin-right: 25px;
}
.main-navigation ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 10px 0;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
.main-navigation ul li a:hover {
  color: #cd0f1a;
}
.main-navigation ul li a:hover::after {
  width: 100%;
}
.main-navigation ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #cd0f1a;
  transition: width 0.3s ease;
}
.main-navigation ul li a .menu-title .wrapper {
  position: relative;
  display: inline-block;
  height: 20px;
  overflow: hidden;
}
.main-navigation ul li a .menu-title .wrapper span {
  display: block;
  transition: transform 0.35s ease;
}
.main-navigation ul li a .menu-title .wrapper .move {
  position: absolute;
  left: 0;
}
.main-navigation ul li a .menu-title:hover .wrapper .original {
  transform: translateY(-100%);
}
.main-navigation ul li a .menu-title:hover .wrapper .move {
  transform: translateY(-100%);
}
.main-navigation ul li ul.sub-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
.main-navigation ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
  border-radius: 5px;
  overflow: hidden;
}
.main-navigation .sub-menu li {
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}
.main-navigation .sub-menu li a {
  color: #333;
  padding: 12px 15px;
  display: block;
  transition: all 0.3s ease;
}
.main-navigation .sub-menu li a:hover {
  background-color: #f9f9f9;
  color: #cd0f1a;
  padding-left: 20px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-actions .phone-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1019607843);
  padding: 12px 18px;
  border-radius: 40px;
  color: #000;
}
.header-actions .phone-link:hover {
  color: #cd0f1a;
}
.header-actions .phone-link i {
  margin-right: 5px;
}

.header-button {
  display: inline-flex;
  align-items: center;
  background-color: #cd0f1a;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-button:hover {
  background-color: #d4a875;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header-button i {
  margin-right: 8px;
}

.rating {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 8px 15px;
  border-radius: 20px;
}
.rating .stars {
  display: flex;
  margin-right: 10px;
}
.rating .stars .star {
  color: #ffc107;
  margin-right: 2px;
}
.rating .rating-text {
  color: #fff;
  font-size: 14px;
}

.mobile-menu-button {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 1001;
}
.mobile-menu-button span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1002;
  transition: right 0.4s ease;
  padding: 70px 20px 20px;
  overflow-y: auto;
}
.sidebar.active {
  right: 0;
}
.sidebar .sidebar-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}
.sidebar .sidebar-nav ul {
  list-style: none;
}
.sidebar .sidebar-nav li {
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar .sidebar-nav li a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}
.sidebar .sidebar-nav li a:hover {
  color: #cd0f1a;
  padding-left: 10px;
}
.sidebar .sidebar-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 15px;
}
.sidebar .sidebar-submenu.active {
  max-height: 500px;
}
.sidebar .sidebar-submenu-toggle {
  float: right;
  transition: transform 0.3s ease;
}
.sidebar .sidebar-submenu-toggle.active {
  transform: rotate(180deg);
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.main-content {
  padding-top: 100px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px 40px;
}

.hero {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.card {
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.card h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.card p {
  color: #666;
  line-height: 1.6;
}

.bg_image_section {
  position: relative;
  z-index: 1;
}
.bg_image_section:before {
  content: "";
  background: url("../image/bg-pattern.png");
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.04;
  z-index: -1;
}

.ourclients {
  position: relative;
  z-index: 1;
}
.ourclients:before {
  background: url("../image/leaf.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-right: 4vw;
  padding-left: 4vw;
  padding-top: 100px;
  padding-bottom: 100px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}

.testimonials {
  padding: 100px 0;
  position: relative;
  perspective: 1500px;
  background: linear-gradient(180deg, #fffaf7, #fff);
  /* === Testimonial Card === */
  /* === Equal height for all visible items === */
  /* Centered active item */
  /* === Carousel Nav === */
  /* === Responsive === */
}
.testimonials .section_heading {
  text-align: center;
  margin-bottom: 60px;
}
.testimonials .section_heading h3 {
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.testimonials .section_heading h2 {
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #222;
}
.testimonials .section_heading h2 span {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 90px;
  height: 3px;
  background: #cd0f1a;
  border-radius: 2px;
  transform: translateX(-50%);
}
.testimonials .testimonial-item {
  background: #fff;
  border-radius: 15px;
  padding: 35px;
  margin: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  transform-style: preserve-3d;
  transition: all 0.5s ease;
  position: relative;
  transform: scale(0.9);
  opacity: 0.9;
  filter: blur(0.5px);
  min-height: 250px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.testimonials .testimonial-item .testimonial-image {
  display: none;
}
.testimonials .testimonial-item .testimonial-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #cd0f1a;
}
.testimonials .testimonial-item .testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials .testimonial-item .testimonial-content p {
  font-size: 1rem;
  font-style: italic;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}
.testimonials .testimonial-item .testimonial-content p .highlight {
  color: #000000;
  font-weight: 600;
}
.testimonials .testimonial-item .testimonial-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}
.testimonials .testimonial-item .testimonial-content span {
  font-size: 0.9rem;
  color: #777;
}
.testimonials .owl-stage {
  display: flex;
  align-items: stretch;
}
.testimonials .owl-item {
  display: flex;
  align-items: stretch;
}
.testimonials .owl-item .testimonial-item {
  height: 100%;
}
.testimonials .owl-item.center .testimonial-item {
  transform: scale(1.1);
  opacity: 1;
  filter: blur(0);
}
.testimonials .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.testimonials .owl-nav button {
  background: #cd0f1a !important;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  pointer-events: auto;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(232, 106, 51, 0.4);
}
.testimonials .owl-nav button span {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
}
.testimonials .owl-nav button:hover {
  background: #c95726 !important;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .testimonials .testimonial-item {
    flex-direction: column;
    text-align: center;
    transform: scale(1);
    filter: none;
    opacity: 1;
    min-height: auto;
    height: auto;
  }
  .testimonials .testimonial-item .testimonial-image {
    display: block;
  }
  .testimonials .testimonial-item .testimonial-image img {
    margin-bottom: 20px;
  }
  .testimonials .owl-nav {
    top: 90%;
    bottom: 0px;
  }
}

.who_we_are {
  /* Animation */
}
.who_we_are .veg_image_second {
  position: absolute;
  right: 0px;
  top: 0px;
}
.who_we_are .veg_image {
  position: absolute;
  right: 0px;
  z-index: -14;
  bottom: -184px;
}
.who_we_are .grid_design .image1 {
  max-width: 300px;
  width: 100%;
}
.who_we_are .grid_design .image1 img {
  width: 100%;
}
.who_we_are .grid_design .image2 {
  max-width: 400px;
  width: 100%;
}
.who_we_are .grid_design .image2 img {
  width: 100%;
}

.who_we_are .vision-section,
.who_we_are .mission-section {
  max-width: 600px;
  padding: 30px;
  background: #cd0f1a;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 1;
  transform: translateX(-50px);
  outline: 2px dotted #fff;
  outline-offset: -10px;
}
.who_we_are .vision-section.visible,
.who_we_are .mission-section.visible {
  opacity: 1;
  transform: translateX(0);
}
.who_we_are .vision-section .vision-title,
.who_we_are .vision-section .mission-title,
.who_we_are .mission-section .vision-title,
.who_we_are .mission-section .mission-title {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.who_we_are .vision-section .vision-subtitle,
.who_we_are .vision-section .mission-subtitle,
.who_we_are .mission-section .vision-subtitle,
.who_we_are .mission-section .mission-subtitle {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.who_we_are .vision-section .vision-text,
.who_we_are .vision-section .mission-text,
.who_we_are .mission-section .vision-text,
.who_we_are .mission-section .mission-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.margin_top_bottom{
  margin: 30px 0px 0px;
}
@media (max-width: 992px) {
  .main-navigation,
  .header-actions .phone-link {
    display: none;
  }
  .mobile-menu-button {
    display: flex;
  }
  .header-container {
    flex-wrap: wrap;
  }
  .rating {
    margin-right: 0;
  }
  .slide {
    gap: 0px;
}

}
@media(max-width:991px){
  .who_we_are .veg_image_second {
    z-index: -1;
}
  .margin_top_bottom {
    margin: 0px 0px 0px;
}
.slide {
    gap: 0px;
}
.slide .slide-content h2 {
    font-size: 35px;
}
.slide-content p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.service_grid {
    margin-top: 10px;
  }
  .section_heading h2 {
    font-size: 30px;
    margin-bottom: 0px;
}
.testimonials .testimonial-carousel .testimonial-item .testimonial-image {
    display: none;
}
.who_we_are .grid_design .image1 {
    max-width: 162px;
    width: 100%;
}
.servicepage_details .why-choose-us-wrapper .choose-items .choose-item {
    margin-bottom: 0px;
}
.experience_design .ourcounter h2 {
    margin-bottom: 0px;
}
.contactus .contact_form_wrapper {
    padding: 18px 10px
}
.experience_design .counter-box p {
    font-size: 13px;
    margin-bottom: 0;
}
.margin_top_bottom{
  margin: 0px 0px 0px;
}
.bg_remove select{
  background: #cd0f1a;
  color: #fff;
  border: 1px solid #fff;
}
.who_we_are .mission-section .mission-subtitle,
 .vision-section .vision-content .vision-subtitle{
  font-size: 18px;
    margin-bottom: 0px;
}
.who_we_are .mission-section .mission-text,
.vision-section .vision-content .vision-text{
  font-size: 15px;
    margin-bottom: 0px;
}
.grid_design{
  flex-direction: column;
  padding: 10px;
}
.tab-select{
  border: 1px solid #cd0f1a;
}
.btn-slide {
    padding: 9px 14px;
    background: #cd0f1a;
    border-radius: 30px;
    height: 40px;
    font-size: 13px;
}
.tab-select:hover,
.tab-select:focus{
  border: 1px solid #cd0f1a;
  box-shadow: none;
  outline: none;
}
#contact_us .contact_us .contact-section .contact_heading {
    font-size: 27px;
}
.slide .slide-content h2 {
    font-size: 39px;
    text-transform: uppercase;
}
header {
    width: 100%;
    z-index: 1000;
    padding: 3px;
    transition: all 0.3s ease;
}#heroSlider {
    position: relative;
    width: 100%;
    height: 135px;
    overflow: hidden;
}
#contact_us .form-contact .form-section {
    max-width: 100%;
    padding: 15px 19px;
}
.breadcrump .breadcrumb-container .breadcrumb {
    font-size: 10px;
}
.breadcrump .breadcrumb-container h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
.breadcrump {
    background-size: 100% 70%;
    text-align: center;
    padding: 20px 0px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: repeat-y;
}
.section_heading {
    margin-bottom: 10px;
}
.veg_image .image_side img{
   width: 100%;
   height: 100%;
}
.section_padding {
    padding: 30px 0;
}
.who_we_are .vision-section, .who_we_are .mission-section {
    transform: translateX(-0);
}
.sidebar-nav ul{
   padding-left: 0px;
}
.section_heading h2 {
            font-size: 35px;
        margin-bottom: 0px;
}
.slide .image_slide {
    width: 75%;
    margin-bottom: 9px;
}
.slide .image_slide img{
  box-shadow: none;
  border-radius: 5px;
}
.slide .slide-content h3 {
    margin-bottom: 10px;
}
.who_we_are .grid_design .image1 img,
.who_we_are .grid_design .image2 img {
    width: 100%;
    border-radius: 10px;
}
.slide .slide-content h2 {
    font-size: 30px;
}
.slide-content p {
    font-size: 16px;
    margin-top: 0px;
}
.heading-section h2 {
    font-size: 40px;
}
.phone-link {
    background: #cd0f1a;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    margin-bottom: 7px;
    padding: 12px 25px;
}
.header-button {
    width: 100%;
}
.event_gallery .gallery_tabs {
    margin-bottom: 10px;
}
.event_gallery .gallery_tabs .tab {
    padding: 5px 15px;
    margin: 0 0px;
}
}
@media (max-width: 768px) {
  .slide {
    gap: 0px;
}
.slide .image_slide {
    width: 45%;
    margin-bottom: 9px;
}
.experience.mt-4{
  margin-top: 0px;
}
.service_grid {
    margin-top: 10px;
  }
  .section_heading h2 {
    font-size: 30px;
    margin-bottom: 0px;
}
.testimonials .testimonial-carousel .testimonial-item .testimonial-image {
    display: none;
}
.who_we_are .grid_design .image1 {
    max-width: 162px;
    width: 100%;
}
  .who_we_are .veg_image {
    position: absolute;
    right: 0px;
    z-index: -14;
    bottom: -63px;
}
.slide-content img{
  display: none;
}
  .who_we_are .veg_image .image_side{
      width: 150px;
}
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .header-container {
    padding: 0 15px;
  }
  .sidebar {
    width: 280px;
  }
  .hero {
    padding: 40px 15px;
  }
}/*# sourceMappingURL=style.css.map */