/* Reset some default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body styles */
body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
div {
  font-family: "Josefin Sans", sans-serif;
}

/* Links */
a {
  text-decoration: none;
  transition: color 0.2s;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Forms */
input,
textarea,
select {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #007bff;
}

/* Container */
.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Spacing */

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Buttons */

.green_btn {
  display: flex;
  border-radius: 10px;
  border: 1px solid #000;
  background: #41a34d;
  padding: 17px 33px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  transition: all 0.3s ease;
}

.green_btn:hover {
  background-color: #fefdeb;
  color: #41a34d;
  transition: all 0.3s ease;
}

.white_btn {
  display: flex;
  border-radius: 10px;
  border: 1px solid #000;
  background: #fefdeb;
  padding: 17px 33px;
  color: #41a34d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  transition: all 0.3s ease;
}

.white_btn:hover {
  background-color: #41a34d;
  color: #ffffff;
  transition: all 0.3s ease;
}

.page-template-tpl-landing-page .row {
  margin-right: 0px;
  margin-left: 0px;
}

/* Page Css */

/*  */

.enable_text_banner .top_add {
  display: block;
}

.top_add {
  display: none;
}

/* Header Style */

body.page-template-tpl-landing-page {
  padding: 0;
}

.landing-header {
  background: #41a34d;
  padding: 21px 0;
}

.landing-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-logo img {
  height: 58px;
  width: auto;
  object-fit: cover;
}

/* Banner Section */

.banner_wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

.banner_wrapper .banner_content {
  padding: 57.5px 0;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.banner_wrapper .banner_content h1 {
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 10px;
}

.banner_wrapper .banner_content p:not(:last-child) {
  margin-bottom: 40px;
}

.banner_wrapper .banner_content p {
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.banner_wrapper .banner_content .btn_group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.banner_wrapper .banner_content .pickup_text {
  color: #fefdeb;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 0;
}

/* Why Choose Us Section */

.why_choose_wrapper {
  background: #ffffff;
  position: relative;
}

.why_choose_wrapper .corner_brand {
  position: absolute;
  right: 0;
  top: 0;
}

.why_choose_wrapper .why_choose_content .title_box {
  margin-bottom: 50px;
}

.faq_section .faq_inner .faq_left h2,
.why_choose_wrapper .why_choose_content .title_box h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 10px;
}

.why_choose_wrapper .why_choose_content .title_box p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.why_choose_wrapper .why_choose_item_boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.why_choose_wrapper .why_choose_item_boxes .choose_item {
  max-width: calc((100% - 90px) / 4);
  width: 100%;
  padding: 20px;
  background: #fefdeb;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why_choose_wrapper .why_choose_item_boxes .choose_item .item_icon {
  height: 70px;
  width: 70px;
  margin: 0 auto;
}

.why_choose_wrapper .why_choose_item_boxes .choose_item img {
  transition: all ease 0.3s;
}

.why_choose_wrapper .why_choose_item_boxes .choose_item:hover img {
  transform: scaleX(-1);
  transition: all ease 0.3s;
}

.why_choose_wrapper .why_choose_item_boxes .choose_item .item_content {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.why_choose_wrapper .why_choose_item_boxes .choose_item h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 0;
  text-transform: none;
}

.why_choose_wrapper .why_choose_item_boxes .choose_item hr {
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  position: relative;
  margin: 0;
}

.why_choose_wrapper .why_choose_item_boxes .choose_item hr::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #41a34d;
  width: 0;
  height: 2px;
  transition: all ease 0.3s;
}

.why_choose_wrapper .why_choose_item_boxes .choose_item:hover hr::before {
  width: 100%;
  transition: all ease 0.3s;
}

.why_choose_wrapper .why_choose_item_boxes .choose_item p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

/* Highlighted Catering Options */

.catering_options_wrapper {
  background-color: #fefdeb;
  display: none;
}

.catering_options_wrapper .title_block {
  text-align: center;
  width: 100%;
}

.catering_options_wrapper .title_block h2 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 50px;
}

.catering_options_wrapper .option_content_block {
  width: 100%;
}

/* tab */

.option_content_block .tabs {
  display: flex;
  gap: 20px;
  overflow: auto;
  margin-bottom: 50px;
  justify-content: center;
}

.option_content_block .tab_content_box {
  background: #ffffff;
  padding: 30px;
}

/* .option_content_block .tab_content .tab_content_main_item{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.option_content_block .tab_content .tab_content_item{
    max-width: calc(33.33% - 20px);
    width: 100%;
}

.option_content_block .tab_content .slick-slide .tab_content_item{
    max-width: 100%;
} */

.option_content_block .tab_content img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}

.option_content_block .tab_content .package_name {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 15px;
  text-transform: none;
}

.option_content_block .tab_content .package_disceiption .price {
  color: #41a34d;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}

.option_content_block .tab_content .package_disceiption .detail {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.option_content_block ul.tabs li {
  border: none;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #000000;
  padding: 12px 20px;
  background: transparent;
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all 0.3s ease;
  text-wrap: nowrap;
}

.option_content_block ul.tabs li:hover {
  background-color: #41a34d;
  color: #ffffff;
  border-color: #41a34d;
  transition: all 0.3s ease;
}

.option_content_block ul.tabs li.active {
  background-color: #41a34d;
  color: #ffffff;
  transition: all 0.3s ease;
  border-color: #41a34d;
}

/* .option_content_block .tab_container {
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
} */

.option_content_block .tab_content {
  display: none;
}

.option_content_block
  .tab_content
  .tab_content_main_item.slick-slider:has(.slick-arrow) {
  max-width: 932px;
  margin: 0 auto;
}

.option_content_block
  .tab_content
  .tab_content_main_item
  .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.option_content_block .tab_content .tab_content_main_item .slick-prev,
.option_content_block .tab_content .tab_content_main_item .slick-next {
  top: 50% !important;
  transform: translateY(-50%);
  background-image: none;
}

.option_content_block .tab_content .tab_content_main_item .slick-prev {
  left: -74px;
  width: auto;
  height: auto;
}

.option_content_block
  .tab_content
  .tab_content_main_item
  .slick-prev.slick-prev::before {
  content: url("../images/slider_prev.svg") !important;
  opacity: 1;
}

.option_content_block
  .tab_content
  .tab_content_main_item
  .slick-next.slick-next {
  right: -74px;
  width: auto;
  height: auto;
}

.option_content_block
  .tab_content
  .tab_content_main_item
  .slick-next.slick-next::before {
  content: url("../images/slider_next.svg") !important;
  opacity: 1;
}

.option_content_block .tab_content .tab_heading_title {
  text-align: center;
  margin-bottom: 50px;
}

.option_content_block .tab_content .tab_heading_title h3 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 10px;
  text-transform: none;
}

.option_content_block .tab_content .tab_heading_title p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.option_content_block .tab_content .tab_item_btn{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/* Add margin between slick slides */
.tab_content_box .tab_content .slick-slide {
  margin: 0 15px; /* 15px left + 15px right = 30px total gap */
}

/* Fix container overflow caused by margins */
.tab_content_box .tab_content .slick-list {
  margin: 0 -15px;
}

.option_content_block .tab_drawer_heading {
  display: none;
}

/* Custom-2 CSS */

/* Top Advertise Section  */

.top_add {
  background: #fefdeb;
}

.top_text_cont {
  padding: 22px 0;
}

.top_text_cont .top_text {
  color: #41a34d;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin: 0px;
}

/* Contact Section  */
.contact_section {
  background: #fefdeb;
  display: none;
}

.contact_inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.contact_inner .contact_left {
  max-width: 653px;
  width: 100%;
}

.contact_inner .contact_left h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 10px;
}

.contact_inner .contact_left p {
  color: var(--Black, #000);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0px;
}

.contact_inner .contact_right {
  max-width: 317px;
  width: 100%;
}

.contact_right .faqs_items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.faqs_items .contact_item,
.faqs_items .contact_item .contact_detail {
  display: flex;
}

.contact_inner .contact_item .contact_detail span:nth-of-type(1) {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.contact_inner .contact_item .contact_detail {
  /* max-width: 86px; */
  /* width: 100%; */
  display: flex;
  gap: 10px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #0000004d;
}

.contact_inner .contact_item span:nth-of-type(1) img {
  width: 24px;
  height: 24px;
}

.contact_inner .contact_item span:nth-of-type(2) {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.contact_inner .contact_item:nth-of-type(2) .contact_detail {
  padding-right: 15.5px;
}

.faqs_items .contact_item .contact_link a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  word-break: break-all;
  transition: all 0.3s ease;
}

.faqs_items .contact_item .contact_link a:hover {
  color: #808080;
}

/* CTA Section  */

.cta_wrapper .row {
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.cta_wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.cta_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: -1;
}

.cta_wrapper .cta_content {
  padding: 60px 0;
  text-align: center;
  position: relative;
  width: 100%;
}

.cta_wrapper .cta_content h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 10px;
}

.cta_wrapper .cta_content p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
}

.cta_wrapper .cta_content .btn_group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* Footer  */
.footer-landing {
  background: #41a34d;
}

.footer-landing-inner {
  padding-top: 80px;
}

/* Footer Top  */

.footer-landing-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  gap: 20px;
}

.footer-landing-logo,
.footer-landing-logo img {
  max-width: 252px;
  width: 100%;
  height: auto;
}

.custom-social-icons h6,
.custom-social-icons ul {
  margin: 0px;
}

.custom-social-icons {
  gap: 20px;
}

.custom-social-icons ul {
  gap: 10px;
}

.custom-social-icons,
.custom-social-icons ul {
  display: flex;
  list-style-type: none;
  align-items: center;
}

.custom-social-icons h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
}

.custom-social-icons ul li,
.custom-social-icons ul li img {
  width: 35px;
  height: 35px;
}

.custom-social-icons ul li a img {
  transition: opacity 0.3s ease;
}

.custom-social-icons ul li a:hover img {
  opacity: 0.8;
}

.custom-social-icons ul li a {
  display: inline-block; /* ensures hover works smoothly */
  transition: filter 0.3s ease;
}

.custom-social-icons ul li a:hover {
  filter: opacity(0.8);
}

/* Footer Bottom  */

.footer-landing-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 19px 0 20px;
  border-top: 1px solid #ffffff26;
}

.footer_landing_menu ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
}

.footer-landing-copyrights p,
.footer-landing-copyrights a {
  margin: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.footer-landing-copyrights a {
  text-decoration-line: underline;
  transition: all 0.3s ease;
}

.footer-landing-copyrights a:hover {
  color: #dddddd;
}

.footer_landing_menu ul li:last-of-type {
  display: none !important;
}

.footer_landing_menu ul li {
  display: flex;
  position: relative;
}

.footer_landing_menu ul li:not(:nth-last-child(-n + 2)) {
  padding-right: 15px;
  margin-right: 15px;
  /* border-right: 2px solid #ffffff; */
}

.footer_landing_menu ul li:not(:nth-last-child(-n + 2))::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #ffffff;
}

.footer_landing_menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* Bottom Footer Links Hover S */

.footer_landing_menu ul li a {
  position: relative;
}

.footer_landing_menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.footer_landing_menu ul li a:hover::after {
  width: 100%;
}

/* Custom-3 CSS */

html body:is(.advertisement-popup-active) {
  overflow: hidden;
}
html body:is(.advertisement-popup-active) .advertisement-popup {
  border: 0px;
  float: none;
  letter-spacing: normal;
  outline: none;
  text-decoration: none;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  line-height: 1;
  font-family: Arial, sans-serif;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  appearance: none;
  inset: 0px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  z-index: 888888888;
  zoom: 1;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  opacity: 1;
}
html body:not(.advertisement-popup-active) .advertisement-popup {
  visibility: hidden;
  opacity: 0;
}
.advertisement-popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  min-height: 500px;
  align-items: stretch;
  align-content: stretch;
  padding: 20px;
  flex-wrap: wrap;
}
.advertisement-popup-image {
  width: 67.54%;
}
.advertisement-popup-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advertisement-popup-content {
  display: flex;
  align-items: flex-end;
  background: url("/wp-content/themes/ardesign/assets/images/left-side-carrot--img.svg");
  background-color: rgba(254, 253, 235, 1);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 126px 145px;
  position: relative;
  padding-top: 180px;
  width: 32.46%;
}
.advertisement-popup-inner span.close_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  z-index: 2;
}
.advertisement-popup-inner span.close_btn > svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.advertisement-popup-content-info {
  padding: 0px 30px 30px;
}
.advertisement-popup-content-info > p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
}
.advertisement-popup-content-info > p:is(:last-child) {
  margin-bottom: 0px;
}

/* FAQ section  */
section.faq_section {
  background-image: url("/wp-content/themes/ardesign/assets/images/faq-sec-shape-img.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.faq_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.faq_inner .faq_left {
  width: calc(41.4% - 15px);
  padding-right: 30px;
}
.faq_inner .faq_right {
  width: calc(58.5% - 15px);
}
.faq_section .faq_inner .faq_left h2 {
  text-align: left;
}
.faqs_items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faqs_item {
  padding: 10px;
}

.faqs_item:has(.active) {
  background-color: rgba(254, 253, 235, 1);
}
.faqs_item > .faq_que {
  background-color: rgba(65, 163, 77, 1);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 20px;
  align-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  cursor: pointer;
}
.faqs_item > .faq_answer > p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.faqs_item > .faq_que > span {
  display: flex;
  align-items: center;
  height: 19px;
  width: 26px;
  transition: 0.2s;
}
.faqs_item > .faq_que.active > span {
  transform: rotateX(-180deg);
}
.faqs_item > .faq_answer {
  padding-top: 20px;
  margin-bottom: 0;
}
.faqs_item > .faq_answer {
  padding: 20px 0px 0px 0px;
  margin-bottom: 0;
}
.faqs_item > .faq_answer p:last-child {
  margin-bottom: 0px;
}

/* Form Section Style */

.form-section .form-section-header {
  margin-bottom: 50px;
}

.form-section .form-section-header h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: 0%;
  text-align: center;
}

.form-section .form-section-header p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
}

.form-section .form-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.form-section .form-inner .form-image,
.form-section .form-inner .form-block {
  max-width: calc(60% - 15px);
  width: 100%;
}

.form-section .form-inner .form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.form-section .form-inner .form-block {
  padding: 20px;
  background: rgba(65, 163, 77, 0.1);
  margin: 0 auto;
}

.form-section .form-inner .form-block .form .field,
.form-section .form-inner .form-block .form .field_group {
  margin-bottom: 32px;
}

.form-section .form-inner .form-block .form .helper_text{
  margin-top: 30px;  
}

.form-section .form-inner .form-block .form .helper_text p{
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.form-section .form-inner .form-block .form p {
  margin-bottom: 0;
}

.form-section .form-inner .form-block .form .field_group {
  display: flex;
  gap: 20px;
}

.form-section .form-inner .form-block .form .field_group .fieldset {
  width: calc(50% - 10px);
}

.form-section .form-inner .form-block .form label {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.form-section .form-inner .form-block .form input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-section .form-inner .form-block .form select,
.form-section .form-inner .form-block .form textarea,
.form-section .form-inner .form-block .form input:not(.submit_btn) {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 11px 12px;
  border: 1px solid #000000;
  height: auto;
  color: #00000099;
}

.form-section .form-inner .form-block .form select:focus,
.form-section .form-inner .form-block .form textarea:focus,
.form-section .form-inner .form-block .form input:focus {
  box-shadow: none;
}

.form-section .form-inner .form-block .form select::placeholder,
.form-section .form-inner .form-block .form textarea::placeholder,
.form-section .form-inner .form-block .form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-section .form-inner .form-block .form textarea {
  max-height: 120px;
  overflow-x: auto;
  resize: none;
}

.form-section .form-inner .form-block .form .submit_btn {
  padding: 18px 33px;
  background-color: #41a34d;
  border: 1px solid #000000;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  transition: all ease 0.3s;
  display: inline-block;
  width: auto;
  background-image: none;
}

.form-section .form-inner .form-block .form .submit_btn:hover {
  background-color: #fefdeb;
  color: #41a34d;
  transition: all ease 0.3s;
  background-image: none;
}

#event-date{
  height: 46px;
}

/* ========== SAGAR ============  */

.packages-section {
  background: rgba(65, 163, 77, 0.1);
}

.packages-header {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.packages-header-left {
  max-width: 886px;
  width: 100%;
  height: auto;
}

.packages-header-left h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 10px;
}

.packages-header-left p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}

.packages-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.packages-listing .package-item {
  padding: 15px 15px 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  background: #fff;  
  width: calc(33.33% - 20px);
  flex-direction: column;
}

/* .packages-listing .package-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.packages-listing .package-item:nth-of-type(3) .package-image,
.packages-listing .package-item:nth-of-type(3) .package-image img {
  max-width: 525px;
} */

.packages-listing .package-image img{
  min-height: 210px;
  object-fit: cover;
}

.packages-listing .package-image,
.packages-listing .package-image img {
  max-width: 504px;
  width: 100%;
  height: auto;
}

.packages-listing .package-content h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  text-transform: unset;
  margin-bottom: 20px;
}

.packages-listing .package-content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}

.packages-listing .package-content .price {
  margin-bottom: 40px;
}
.packages-listing .package-content span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.packages-listing .package-content span span:nth-of-type(1) {
  color: #41a34d;
}

.packages-listing .package-content {
  max-width: 546px;
  width: 100%;
  height: 100%;  
  display: flex;
  flex-direction: column;
}

.packages-listing .package-item:nth-of-type(3) .package-content {
  max-width: 525px;
}

.package-button{
  margin-top: auto;
}

.package-button .button,
.package-button {
  width: fit-content;
}

.packages-support-text p{
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 80px;
  text-align: center;
}

.packages-full-menu-btn{
  display: flex;
  justify-content: center;
}

/* Sagar  */

/* Responsive Style */

@media screen and (max-width: 1200px) {
  .banner_wrapper .banner_content {
    padding: 0;
  }

  .why_choose_wrapper {
    padding-top: 120px;
  }

  .why_choose_wrapper .why_choose_item_boxes {
    gap: 20px;
  }

  .why_choose_wrapper .why_choose_item_boxes .choose_item {
    max-width: calc((100% - 60px) / 4);
  }

  .option_content_block
    .tab_content
    .tab_content_main_item.slick-slider:has(.slick-arrow) {
    max-width: 800px;
  }

  /* Form Section */

  .form-section .form-inner .form-block .form label,
  .form-section .form-section-header p {
    font-size: 16px;
    line-height: 20px;
  }

  .form-section .form-inner .form-block .form .field,
  .form-section .form-inner .form-block .form .field_group {
    margin-bottom: 20px;
  }

  .form-section .form-inner .form-block .form select,
  .form-section .form-inner .form-block .form textarea,
  .form-section .form-inner .form-block .form input:not(.submit_btn) {
    padding: 10px 12px;
  }

  .form-section .form-inner .form-block .form textarea {
    max-height: 100px;
  }

  .form-section .form-inner .form-block .form .submit_btn {
    padding: 15px 33px;
  }

  .packages-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .packages-header-left {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .ptb100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .white_btn,
  .green_btn{
    padding: 15px 30px;
  }

  .banner_wrapper .banner_content h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .why_choose_wrapper {
    padding-top: 100px;
  }

  .why_choose_wrapper .corner_brand {
    width: 120px;
  }

  .why_choose_wrapper .why_choose_item_boxes .choose_item {
    max-width: calc(50% - 15px);
  }

  .option_content_block ul.tabs {
    justify-content: flex-start;
    gap: 10px;
  }

  .option_content_block .tab_content_box {
    padding: 15px;
  }

  .option_content_block .tab_content .tab_content_main_item {
    gap: 15px;
  }

  /* .option_content_block .tab_content .tab_content_item{
        max-width: calc(33.33% - 10px);
    } */

  .option_content_block .tab_content img {
    height: auto;
  }

  .option_content_block .tab_content .tab_heading_title {
    margin-bottom: 30px;
  }

  .option_content_block .tab_content .package_disceiption .price,
  .option_content_block .tab_content .package_name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .option_content_block .tab_content .tab_content_item.not_content .price {
    margin-bottom: 0px;
  }

  .option_content_block .tab_content .tab_content_main_item .slick-prev {
    transform: none;
    left: calc(50% - 50px);
    top: auto !important;
    bottom: 0;
  }

  .option_content_block
    .tab_content
    .tab_content_main_item
    .slick-next.slick-next {
    transform: none;
    right: calc(50% - 50px);
    top: auto !important;
    bottom: 0;
  }

  .option_content_block
    .tab_content
    .tab_content_main_item.slick-slider:has(.slick-arrow) {
    padding-bottom: 50px;
  }

  /* Form Section */

  .form-section .form-inner .form-block .form select,
  .form-section .form-inner .form-block .form textarea,
  .form-section .form-inner .form-block .form input:not(.submit_btn) {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }

  .form-section .form-inner .form-block .form .field_group {
    flex-wrap: wrap;
  }

  .form-section .form-inner .form-block .form .field_group .fieldset {
    width: 100%;
  }

  .form-section .form-inner .form-block .form .field,
  .form-section .form-inner .form-block .form .field_group {
    margin-bottom: 15px;
  }

  .form-section .form-inner .form-block .form textarea {
    max-height: 80px;
  }

  .form-section .form-inner .form-block .form .submit_btn_main {
    display: inline-flex;
    align-items: center;
  }

  .form-section .form-inner .form-block .form .submit_btn {
    padding: 12px 24px;
  }

  #event-date{
    height: 36px;
  }

  /* Custom-2 CSS */

  /* Top Advertise Section  */

  .top_text_cont {
    padding: 20px 0;
  }

  .top_text_cont .top_text {
    font-size: 18px;
    line-height: 24px;
  }

  /* Contact Section  */
  .contact_inner .contact_left h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .contact_inner .contact_left p,
  .contact_inner .contact_item span:nth-of-type(2) {
    font-size: 16px;
    line-height: 22px;
  }

  .contact_right .faqs_items {
    gap: 25px;
  }

  /* CTA Section  */

  .cta_wrapper .cta_content {
    padding: 0;
  }

  .cta_wrapper .cta_content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .cta_wrapper .cta_content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  /* Custom3 CSS */

  .advertisement-popup-image {
    width: 60%;
  }
  .advertisement-popup-content {
    width: 40%;
  }
  .faq_inner .faq_left {
    padding-right: 0px;
  }
  .faqs_item > .faq_que {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 15px;
  }
  section.faq_section {
    background-size: 300px;
  }

  .packages-listing .package-content .price {
    margin-bottom: 20px;
  }

  .packages-listing{
    gap: 15px;
  }

  .packages-listing .package-item{
    width: calc(33.33% - 10px);
  }

  .packages-listing .package-image img{
    min-height: 130px;
    object-fit: cover;
  }
}

@media screen and (max-width: 900px) {
  .option_content_block ul.tabs {
    justify-content: flex-start;
    padding-bottom: 15px;
  }
  .packages-listing .package-content h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .contact_inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  /* Custom3 CSS */
  .advertisement-popup-content {
    background-size: 60px;
    padding-top: 100px;
  }
  .advertisement-popup-content-info > p {
    font-size: 22px;
    line-height: 32px;
  }
  .advertisement-popup-content-info {
    padding: 0px 20px 20px;
  }
  .faqs_item > .faq_que {
    font-size: 16px;
    line-height: 22px;
    gap: 10px;
  }
  .faqs_item > .faq_que > span {
    width: 20px;
    height: 20px;
  }
  section.faq_section {
    background-size: 200px;
  }

  .form-section .form-inner {
    flex-direction: column;
  }

  .form-section .form-inner .form-image, 
  .form-section .form-inner .form-block {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ptb100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner_wrapper .banner_content h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .banner_wrapper .banner_content p {
    font-size: 16px;
  }

  .banner_wrapper .banner_content .btn_group {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }

  .banner_wrapper .banner_content .pickup_text {
    font-size: 20px;
    line-height: 26px;
  }

  .green_btn,
  .white_btn {
    padding: 12px 24px;
  }

  .why_choose_wrapper {
    padding-top: 100px;
  }

  .form-section .form-section-header h2,
  .faq_section .faq_inner .faq_left h2,
  .contact_inner .contact_left h2,
  .cta_wrapper .cta_content h2,
  .faq_inner .faq_left h2,
  .catering_options_wrapper .title_block h2,
  .why_choose_wrapper .why_choose_content .title_box h2,
  .packages-header-left h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .why_choose_wrapper .why_choose_content .title_box p {
    max-width: 100%;
    font-size: 16px;
  }

  .why_choose_wrapper .why_choose_item_boxes .choose_item h3 {
    font-size: 20px;
  }
  .why_choose_wrapper .corner_brand {
    max-width: 100px;
  }

  .catering_options_wrapper .title_block h2 {
    margin-bottom: 30px;
  }

  .option_content_block .tab_content_box {
    padding: 15px;
  }

  .option_content_block .tab_content .tab_content_item {
    margin-bottom: 30px;
  }

  .option_content_block .tab_content .tab_heading_title h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .option_content_block .tab_content .tab_heading_title {
    margin-bottom: 30px;
  }

  .option_content_block .tab_content img {
    width: 100%;
  }

  .option_content_block .tabs {
    display: none;
  }

  .option_content_block .tab_drawer_heading {
    font-size: 18px;
    line-height: 24px;
    background-color: #41a34d;
    color: #fff;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    user-select: none;
    text-transform: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .option_content_block .tab_drawer_heading::after {
    content: "";
    background-image: url("../images/accordian_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 18px;
    height: 12px;
    transform: rotate(-90deg);
    transition: all ease 0.3s;
  }

  .option_content_block .tab_drawer_heading.d_active::after {
    transform: rotate(0deg);
    transition: all ease 0.3s;
  }

  .option_content_block .tab_content .tab_content_item {
    max-width: 100%;
  }

  .option_content_block .tab_content .tab_content_main_item {
    row-gap: 0;
  }

  .option_content_block .tab_content .tab_content_main_item .slick-prev {
    transform: none;
    left: calc(50% - 50px);
    top: auto !important;
    bottom: 0;
  }

  .option_content_block
    .tab_content
    .tab_content_main_item
    .slick-next.slick-next {
    transform: none;
    right: calc(50% - 50px);
    top: auto !important;
    bottom: 0;
  }

  .option_content_block
  .tab_content
  .tab_content_main_item.slick-slider:has(.slick-arrow) {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .tab_content_box .tab_content .slick-slide > div {
    display: flex;
  }

  /* Form Section */
  .form-section .form-section-header {
    margin-bottom: 20px;
  }

  .form-section .form-inner .form-image img {
    width: 87.5vw;
    margin: 0 auto;
  }

  .form-section .form-inner .form-image,
  .form-section .form-inner .form-block {
    max-width: 100%;
  }

  .option_content_block .tab_content .tab_item_btn{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .packages-listing{
    gap: 20px;
  }

  .packages-listing .package-item{
    width: calc(50% - 10px);
  }

  .packages-support-text p{
    font-size: 16px;
    line-height: 20px;
  }

  /* Custom2 CSS */

  /* Top Advertise Section  */

  .top_text_cont {
    padding: 15px 0;
  }

  .top_text_cont .top_text {
    font-size: 16px;
    line-height: 22px;
  }

  /* Contact Section  */

  .contact_right .faqs_items {
    gap: 20px;
  }

  .contact_inner {
    flex-direction: column;
  }

  .contact_inner .contact_item .contact_detail {
    padding-right: 15px;
    margin-right: 15px;
  }

  .contact_inner .contact_left,
  .contact_inner .contact_right {
    max-width: 100%;
  }

  /* CTA Section  */

  .cta_wrapper .cta_content .btn_group {
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Footer  */

  .footer-landing-logo,
  .footer-landing-logo img {
    max-width: 210px;
  }

  .footer-landing-top,
  .footer-landing-bottom {
    flex-direction: column;
  }

  .footer-landing-inner {
    padding-top: 60px;
  }

  .footer-landing-top {
    margin-bottom: 60px;
  }

  .footer-landing-copyrights p {
    text-align: center;
  }

  /* 
    .custom-social-icons ul {
        display: none;
    } */

  /* Custom3 CSS */

  .faq_inner .faq_left,
  .faq_inner .faq_right {
    width: 100%;
  }
  .faqs_item > .faq_que > span {
    width: 15px;
    height: 15px;
  }
  .faq_inner .faq_left {
    text-align: center;
  }

  .packages-listing .package-content h3 {
    font-size: 20px;
    line-height: 29px;
  }

  .packages-header-left p {
    font-size: 16px;
  }

  .packages-listing .package-item,
  .packages-listing .package-item:nth-of-type(even) {
    flex-direction: column;
  }

  /* .packages-listing .package-content {
    text-align: center;
  } */

  .package-button {
    width: fit-content;
    margin: 0 auto;
    margin-top: auto;
  }

  .packages-listing .package-item {
    padding: 15px 15px 20px;
    gap: 20px;
  }
}

@media screen and (max-width: 575px) {
  .why_choose_wrapper .why_choose_item_boxes {
    justify-content: center;
  }

  .option_content_block .tab_content .tab_content_item,
  .why_choose_wrapper .why_choose_item_boxes .choose_item {
    max-width: 100%;
  }

  .option_content_block .tab_content .tab_content_main_item {
    justify-content: center;
    gap: 0;
  }

  .option_content_block .tab_content .tab_content_item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .packages-listing .package-item{
    width: 100%;
  }

  /* Custom3 CSS */

  .advertisement-popup-image,
  .advertisement-popup-content {
    width: 100%;
  }
  .advertisement-popup-content-info > p {
    font-size: 16px;
    line-height: 22px;
  }
  .advertisement-popup-content {
    padding-top: 20px;
  }
}

@media screen and (max-width: 375px) {
  /* Custom2 CSS */

  .contact_inner .contact_item span:nth-of-type(1) img {
    width: 20px;
    height: 20px;
  }

  .contact_inner .contact_item .contact_detail {
    padding-right: 8px;
    margin-right: 8px;
  }

  .contact_inner .contact_item:nth-of-type(2) .contact_detail {
    padding-right: 6px;
  }

  .custom-social-icons {
    flex-direction: column;
    justify-content: center;
  }
}