/* .wc-block-cart__main .wc-block-cart-items, .wc-block-cart__main .wc-block-cart-items{
	border-bottom: 1px solid #e4e49e !important;
} */

.footer-col-group{
	display: flex;
    justify-content: space-evenly;
}
.year-wise-wrapper {
  overflow: hidden; /* keeps layout clean */
}
	.custom-slider-track-mobile {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.mobile-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
}
	.custom-slider-track-mobile::-webkit-scrollbar {
  display: none; /* hide scrollbar for cleaner UI */
}

.custom-add-btn.added {
      background: #fff;
   
    border: 1px solid #ffcc00;
    display: inline-block;
    
    color: #000;
    padding: 8px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s 
ease;

    font-size: 14px;
    text-align: center;
    width: 100%;
    }
.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new, :root :where(.wp-block-separator.is-style-dots):before,.menu-hero, .cs-cart-icon img{
	display:none !important;
}
.custom-whatsapp-btn{
	background: #25D366 !important;
  color: #fff !important;
  margin-top: 10px;
  padding: 1rem !important;
  width: 100% !important;
  border-radius: 30px !important;
  text-align: center;
  display: block;
}
.woocommerce a.checkout-button {
    display: none !important;
}


.wc-block-components-sidebar-layout.wc-block-cart {
    padding: 4rem !important;
}

.wc-block-components-quantity-selector {
    background-color: #fff;  
	border-radius:20px !important;
}

.wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    text-decoration: none !important;
    color: #FFD000 !important;
	font-size:14px !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
	font-weight: 700 !important;
    font-size: 18px !important;
	color:#000 !important;
	text-decoration:none !important;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid black !important;
    margin-bottom: 16px;
    padding: 2rem;
    border-radius: 15px;
    background: #fff;
}
.wc-block-cart__submit-container a{
	background: #FFD000 !important;
    text-decoration: none !important;
    color: #000 !important;
    border-radius: 20px !important;
}
item__wrap>:last-child, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>:last-child {
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    gap: 40px;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid rgba(0,0,0,0.1) !important;
    margin-bottom: 16px;
    padding: 2rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.2); /* transparent white */
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px); /* Safari support */
}


/* Force WooCommerce quantity input to match design */
.custom-single-cart .quantity input.qty {
width: 4.631em !important;
  text-align: center;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;  /* Make number always visible */
  display: inline-block;
}

.custom-single-cart .quantity input.qty::-webkit-outer-spin-button,
.custom-single-cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none; /* remove Chrome/Safari arrows */
  margin: 0;
}


/* SINGLE PRODUCT LAYOUT */
.custom-single-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin: 80px 0;
}
@media (max-width: 768px){
  .custom-single-product-grid { grid-template-columns: 1fr; gap: 40px; }
}

.custom-single-image {
  text-align: center;
}
.custom-single-image img {
  max-width: 450px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.custom-single-title {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}

.custom-single-price {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.custom-single-desc h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.custom-single-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.custom-single-meta {
  font-size: 14px;
  margin-bottom: 30px;
  color: #777;
}

/* Cart section */
.custom-single-cart {
  display: flex;
  align-items: center;
  gap: 15px;
}
/* Quantity Counter (matches screenshot) */
.custom-single-cart .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  height: 48px;
  padding: 0 10px;
  gap: 10px;
}


.custom-single-cart .quantity button.minus,
.custom-single-cart .quantity button.plus {
  background: transparent;
  border: none;
  width: 28px;
  height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
}
.custom-single-cart .quantity .minus:hover,
.custom-single-cart .quantity .plus:hover {
  background: #f5f5f5;
  border-radius: 50%;
}

.custom-single-cart .quantity input {
  width: 40px;
  text-align: center;
  border: 1px solid #ddd;  /* Add a border to the input */
  outline: none;
  font-size: 16px;
  font-weight: 600;
  background: #f9f9f9;  /* Add a subtle background color */
  margin: 0 5px;
  color: #000;
}



.custom-single-cart button.single_add_to_cart_button {
  background-color: #FFD200 !important;
  color: #000;
  border: none;
  padding: 0 32px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  transition: all .2s ease;
  height: 48px; /* matches counter height */
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-single-cart button.single_add_to_cart_button:hover {
  background: #e6be00;
}
.custom-single-cart form{
	display:flex;
	gap:50px;
}
/* RELATED PRODUCTS */
.related h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.related .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
@media (max-width: 1200px){
  .related .products { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px){
  .related .products { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .related .products { grid-template-columns: 1fr; }
}




@media screen and (min-width: 768px){
	* {
		scroll-margin-top: 9.375rem;
	}
	
	
}
.custom-grid-wrap { position: relative; padding-top: 20px; }

    /* Filter Bar */
    .custom-filter-bar{
        display:flex;
        gap:12px;
        margin:20px 0;
        flex-wrap:wrap;
    }
    .filter-btn{
        padding:8px 16px;
        border:1px solid #371F10;
        border-radius:999px;
        cursor:pointer;
        background:#fff;
        font-size:14px;
        transition:all .2s ease;
    }
    .filter-btn.active,
    .filter-btn:hover{
        background:#371F10;
        color:#fff;
        border-color:#371F10;
    }

    /* GRID: max 4 columns */
    .custom-product-grid-wrapper{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 26px;
      margin: 120px 0 60px;
    }
    @media (max-width:1200px){
      .custom-product-grid-wrapper { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width:900px){
      .custom-product-grid-wrapper { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width:560px){
      .custom-product-grid-wrapper { grid-template-columns: 1fr; }
    }

    /* CARD */
    .custom-product-card:hover{ transform: translateY(-6px); }
    .custom-product-img img{ width:100%; height:150px; object-fit:cover; display:block; }
    .custom-product-body{ padding:14px; }
    .custom-product-title{ font-size:15px; font-weight:600; margin:6px 0; color:#2b2b2b; line-height:20px;}
    .custom-product-desc{ font-size:13px; color:#6b6b6b; min-height:44px; margin-bottom:10px; }

    /* footer layout */
    .custom-product-footer {
      display: flex; flex-direction:column;
       gap: 10px;
    }
    .custom-product-price{ font-weight:700; color:#371F10; font-size:14px; margin-bottom:1rem; }

    /* CART ICON */
    #custom-cart-icon{
      position:absolute; top:-28px; right:0;
      display:flex; align-items:center; justify-content:center;
      width:56px; height:56px; background:#371F10; border-radius:50%;
      box-shadow: 0 6px 18px rgba(55,31,16,0.18); cursor:pointer; z-index:40;
    }
    #custom-cart-icon img{ width:26px; height:auto; display:block;  }
    #custom-cart-count{
      position:absolute; top:-6px; right:-6px;
      background:#FFD200; color:#371F10; font-weight:700;
      font-size:12px; padding:4px 7px; border-radius:999px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    }

    /* ADD button / counter (grid) */
    .custom-add-btn {
    background: #ffcc00;
    border: none;
    border-radius: 20px;
    padding: 6px 28px;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
    font-weight: 100;
    text-decoration: none;
}
    .custom-add-btn .plus-symbol{ font-weight:100; font-size:15px; color:#fff; }
   

    .counter-pill {
      background: #FFD200; border-radius: 999px; padding: 6px 10px;
      display: flex; align-items: center; gap: 8px;
      box-shadow: 0 6px 12px rgba(255,210,0,0.08);
    }
    .counter-btn{
      width:30px; height:30px; border-radius:50%;
      border:none; background:transparent; color:#fff;
      display:flex; align-items:center; justify-content:center;
      cursor:pointer; font-weight:100; font-size:16px;
    }
    .counter-qty{ min-width:26px; text-align:center; font-weight:700; color:#371F10; font-size:14px; }

    /* CART OVERLAY -> changed to right-side drawer but keeping other styles intact */
    #custom-cart-overlay{
      position:fixed; inset:0; display:none;
      background:rgba(0,0,0,0.6); z-index:9999;
      align-items:stretch; justify-content:flex-end; /* right-side drawer */
    }
    #custom-cart-overlay.active{ display:flex; }

    /* Drawer content: keep your padding/width but make it full-height and slide */
    .custom-cart-content{
		
      width:92%; max-width:540px; background:#FAF7EE; padding:22px; border-radius:12px 0 0 12px;
      position:relative; height:100vh; overflow-y:auto;
      transform: translateX(100%); transition: transform 0.28s ease;
      box-shadow: -8px 0 24px rgba(0,0,0,0.12);
		padding-top:10rem;
    }
    /* when active show drawer */
    #custom-cart-overlay.active .custom-cart-content{ transform: translateX(0); }

   #close-cart {
    position: absolute;
    right: 41px;
    top: 75px;
    border: none;
    background: #fff;
    font-size: 22px;
    cursor: pointer;
    padding: 1px 10px;
    border-radius: 50%;
}
    .cart-item {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #371F10;
}
    .cart-item img{ width:56px; height:56px; object-fit:cover; border-radius:8px; }
    .cart-item-meta{ flex:1; }
    .cart-item-price{ font-weight:700; color:#371F10; }

    /* drawer counter style (keeps visual separation from grid counter) */
    .cart-counter{
      display:flex; align-items:center; gap:8px; background:transparent;
    }
    .cart-counter .counter-btn{
      width:28px; height:28px; border-radius:50%; border:1px solid #e6e6e6;
      background:#fff; color:#371F10; font-weight:700; font-size:16px; cursor:pointer;
      display:flex; align-items:center; justify-content:center;
    }
    .cart-counter .counter-qty{ min-width:22px; text-align:center; font-weight:700; color:#371F10; font-size:14px; }

    .cart-actions{ display:flex; gap:10px; justify-content:center; margin-top:16px; }
    .clear-btn{ 
		background: none;
    color: #371F10;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
		}
    .checkout-btn{ background:#371F10; color:#fff; padding:8px 12px; border-radius:8px; text-decoration:none; }


.woocommerce-Price-currencySymbol{
	display:none !important;
}
	.cs-btn-secondary-cart{
		background: #FECE0A;
    border: 0.063rem solid #FECE0A;
    color: #3A3A39;
    font-size: 0.75rem;
    padding: 0.773rem 1.307rem 0.728rem;
    line-height: 1.273rem;
    border-radius: 28px;
		margin-top: 1rem;
	}
.whatsapp-order-btn{
	background: #FECE0A;
    border: 0.063rem solid #FECE0A;
    color: #3A3A39;
    font-size: 0.75rem;
    padding: 0.773rem 1.307rem 0.728rem;
    line-height: 1.273rem;
    border-radius: 28px;
		margin-top: 1rem;
	text-decoration:none;
}

@media screen and (min-width: 992px){
	
	
.privacy-policy-wrap {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #222;
	margin: 0 10rem;
}
	
	.privacy-policy-wrap p{
		padding-bottom:20px;
	}
	
	.privacy-policy-wrap h2{
		line-height: 3rem;
	}
	        


.privacy-policy-wrap h2 {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: bold;
}


.alpha-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 20px;
}
.alpha-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.alpha-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #FFD700; 
  border-radius: 50%;
  background: transparent;
}


.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.privacy-table th, .privacy-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
.privacy-table th {
  background: #f9f9f9;
  font-weight: bold;
}

	
	
	.mobile-menu-toggle{
		display:none !important;
	}
	
	
}

.back-to-home-404 {
    background-color: #FFD000;
    color: #000;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s 
ease;
}

.container-404 img{
	width:20rem;
}

.pnf-text{
	font-size: 28px;
    font-weight: 700;
    color: #371F10;
}

.pnf-text-second{
	font-size: 20px;
}



.privacy-hero{
	height:18rem;
}
.privacy-heading{
	font-size:5rem;
}
/* Abhilash styles */

header{
position:sticky;
	top:0px;
	background-color:transparent;
	z-index:999;
}

#main_header.scrolled {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.fade-section, .custom-product-slider {
  filter: brightness(60%);
  opacity: 0.7;
  transition: filter 1s ease, opacity 1s ease;
}

.fade-section.active, .custom-product-slider.active {
  filter: brightness(100%);
  opacity: 1;
}


/* General Layout */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
    z-index: 999;
}

/* Logo */
.logo img {
    height: 50px;
    width: auto;
}

/* Desktop Navigation */
.desktop-navigation {
    flex: 1;
    text-align: center;
}

.main-menu {
    display: flex;
    gap: 35px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    position: relative;
	list-style: none;
}

.main-menu ul{
	display: flex;
    gap: 30px;
}

/* Main Menu Items */
.main-menu li a {
    text-decoration: none;
    color: #3A3A39;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 5px;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent; 
}
.main-menu li.current-menu-item a{
	color: #371F10;
	transition: all 0.3s ease;
}
/* Active or Hovered Menu Item */


.main-menu li.current-menu-item a,
.main-menu li a:hover {

    border-bottom: 2px solid #FECE0AE5;
}
.main-menu li a {
    transition: border-bottom 0.3s ease, color 0.3s ease;
}
/* Order Now Button */
.order-now-button {
    text-align: right;
}

.order-button {
    background-color: #FFD000;
    color: #000;
    
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.order-button:hover {
	box-shadow: 0 10px 20px 0 rgba(95, 51, 17, 0.22);
}

/* Mobile Styles */


.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9998; 
}

/* Show overlay when active */
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fdf9ef;
    transition: right 0.3s 
ease-in-out;
    z-index: 9999;
    padding: 5rem 1.5rem;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.mobile-logo img{
	width:146px;
}
/* Active state */
.mobile-menu-content.active {
  right: 0;
}

/* Close button */

.mobile-menu-close {
    position: absolute;
    /* top: 112px; */
    right: 50px;
    background: rgb(255, 255, 255);
    border: none;
    font-size: 16px;
    cursor: pointer;
    z-index: 10000;
    border-radius: 50%;
    padding: 8px 15px;
}
.mobile-menu-content .mobile-logo {
  margin-bottom: 2rem;
  text-align: left;
}
/* Mobile nav links */
.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.mobile-menu li {
    margin: 15px 0;
}

.mobile-menu li a {
    text-decoration: none;
    color: #3a2005;
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    border-radius: 20px;
    transition: background 0.3s;
}

/* Active item style (Home in screenshot) */
.mobile-menu li:first-child a {
   
    color: #3a2005;
}

/* Hover style */
.mobile-menu li a:hover {
    background: #5c2d00;
    color: #fff;
}

/* Order Now Button */
.mobile-order-now {
    margin-top: 20px;
}

.mobile-order-now .order-button {
    display: block;
    background: #ffc400;
    color: #000;
    text-align: center;
    padding: 0.75rem 1.25rem;
    border-radius: 1.5rem;
    text-decoration: none;
	width: fit-content;
}

.footer{
	padding:5rem 5rem 1rem 5rem;
}
.footer-wrapper {
   background: #ffffff;
/* background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0.1) 100%);
    padding: 30px 20px 30px 20px; */
    
    font-size: 15px;
    color: #444;
    border-radius: 20px;
}

.footer-columns, .footer-col{
	background-color:#fff !important;
}

.footer-columns {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 40px;
    align-items: flex-start;
	padding:2rem;
	border-radius: 20px;
}

.footer-col h4 {
    font-weight: 700;
    color: #2b2b2b;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    color: #716666;
    line-height: 1.6;
}

.footer-col ul li a {
    color: #716666;
    text-decoration: none;
}

.footer-bottom-inner p{
	color:#6F6C90;
}


.footer-col ul li a:hover,
.footer-col ul li a:focus {
    text-decoration: underline;
   
}

/* About section */
.footer-logo {
    max-width: 160px;
    margin-bottom: 15px;
}

.footer-about p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer-social-icons a {
    display: inline-block;
    margin-right: 12px;
}

.footer-social-icons img {
    height: 24px;
    width: 24px;
}

/* Contact section list */
.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact-info img {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid #ddd;
    padding: 2rem;
    font-size: 14px;
    color: #777;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}


.footer-social-icons a {
  display: inline-block;   /* gives it box shape */
  width: 20px;             /* adjust size */
  height: 25px;
  background-size: contain; /* or cover */
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 8px;           /* spacing between icons */
}
.footer-social-icons .facebook-icon{
	background-image: url('/wp-content/uploads/2025/09/Group-1321314315.png');
}

.footer-social-icons .instagram-icon{
	background-image: url('/wp-content/uploads/2025/09/Group-1321314314.png');
}
.footer-social-icons .whatsapp-icon{
	background-image: url('/wp-content/uploads/2025/09/fi_1384095.png');
}

.footer-social-icons .facebook-icon:hover{
	background-image: url('/wp-content/uploads/2025/09/Group-1321314317.png');
}

.footer-social-icons .instagram-icon:hover{
	background-image: url('/wp-content/uploads/2025/09/Group-1321314316.png');
}
.footer-social-icons .whatsapp-icon:hover{
	background-image: url('/wp-content/uploads/2025/09/fi_1384095-1.png');
}

.footer-links a {
    color:#6F6C90;
    text-decoration: none;
    margin-left: 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* ---------- My Testimonial Slider (robust) ---------- */
.my-testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40px; /* space for dots */
	 padding-top: 40px;
	 background-image: url('/wp-content/uploads/2025/09/customers-bg-scaled-e1758056494265.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}



.my-testimonial-content{
	font-style:italicc!important;
}
.my-testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
}



.my-testimonial-card {
    flex: 0 0 320px;
    min-height: 200px;
    margin: 0 15px;
    background: rgb(255 255 255 / 34%);
    border-radius: 15px;
    /* box-shadow: devtools-icon.shadow-swatch-icon; */
    text-align: center;
    padding: 25px;
    transition: transform 0.5s, opacity 0.5s, filter 0.5s;
    opacity: 1;
    transform: scale(0.9);
    backdrop-filter: blur(43px);
}

.my-testimonial-card.active {
  transform: scale(1.1);
  opacity: 1;
  z-index: 10;
  background: #fff; /* solid for highlighted card */
  backdrop-filter: none; /* no blur on active */
}

.my-testimonial-rating {
  margin-bottom: 10px;
	 margin-top: 0;
}

.info-testimonial .my-testimonial-rating img.star {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}


.my-testimonial-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.my-testimonial-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.my-testimonial-dots span.active {
  background: #000;
}

.my-testimonial-name{
	font-size:20px !important;
	color:#3A3A39;
}
.my-testimonial-card p{
	font-style:italic;
	font-size:18px !important;
	color:#716666 !important;
}

.info-testimonial{
	display:flex;
	flex-direction:column;
}
/* Responsive Design */
@media screen and (max-width: 992px) {
	.footer {
  padding: 1rem;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* Company + Support grouped */
.footer-col-group {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.footer-col-group .footer-col {
  flex: 1;
}

/* Contact Info should span full width */
.footer-columns > .footer-col:last-child {
  width: 100%;
  display: block;
}

/* Headings & list alignment */
.footer-col h4,
.footer-col ul li {
  text-align: left;
}

/* Social icons center */
.footer-about {
  text-align: center;
}

.footer-about .footer-social-icons {
  margin-top: 10px;
}
}

@media screen and (max-width: 600px) {
    .footer-columns {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

  
}



/* Responsive */
@media (max-width: 768px) {
	.mobile-menu-content .mobile-logo {
    margin-bottom: 4rem;
    text-align: left;
}
	.footer {
    padding: 1rem;
}
    

    .mobile-menu-toggle {
        display: block;
    }

    .mobile-menu-content.active {
        display: block;
    }

    .logo {
        flex: 1;
    }
}

/* PRODUCT SLIDER STYLES */

 .custom-product-slider-desktop { display: block; }
.custom-product-slider-mobile { display: none; }


.custom-product-slider {
  width: 100%;
  margin: 40px 0;
  overflow: hidden;
  position: relative;
}

/* track & slides */
.custom-slider-track,
.custom-slider-track-mobile {
  display: flex;
  transition: transform 0.5s ease;
  gap: 30px;
}

/* DESKTOP: each .custom-slide is a group of 4 product cards */
.custom-slide {
  flex: 0 0 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
	padding: 4rem 4rem 0rem 4rem;
}

/* PRODUCT CARD (shared) */
.custom-product-card {
  border-radius: 20px;
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
  text-align: left;
  background:#fff;
	margin-top:3rem;
}

/* DOTS */
.custom-slider-dots,
.custom-slider-dots-mobile {
  text-align: center;
  margin-top: 20px;
}
.custom-dot {
  display:inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor:pointer;
}
.custom-dot.active { background:#ffcc00; }


.empty-cart-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 4rem 2rem;
}

.empty-cart-wrap img{
	width:45%;
}

/* TABLET: show 2 per "row" by shrinking the group columns */
@media (max-width: 991px) and (min-width: 768px) {
  .custom-slide { grid-template-columns: repeat(2, 1fr); }
}
/* .custom-slider-dots {
  text-align: center;
  margin-top: 20px;
}

.custom-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.custom-dot.active {
  background: #ffcc00;
}
.custom-product-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 40px 0;
    padding: 5rem;
}

.custom-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
	gap:80px;
}

.custom-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  flex: 0 0 100%; 
  max-width: 100%; }*/


/* .custom-product-card {
    border-radius: 20px;
    padding: 20px 15px 40px;
    position: relative;
    text-align: center;
    background: url(wp-content/uploads/2025/09/Rectangle-1297-1.png);
    background-repeat: no-repeat;
    background-size: cover;
} */

.custom-product-card:hover {
    border-radius: 20px;
/*     padding: 20px 15px 40px; */
    position: relative;
    text-align: center;
/*     background: url("/wp-content/uploads/2025/09/Rectangle-1297-1-1.png") no-repeat center center; */
    background-size: cover;
}




.custom-product-card:hover .custom-product-price {
    background: #6F411D;
    color: #fff;
}


.custom-product-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.custom-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-product-body {
  margin-top: 15px;
}

.custom-product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
	text-align:left;
}

.custom-product-desc {
  font-size: 13px;
  color: #666;
  min-height: 40px;
	text-align:left;
}

.custom-product-footer {
  display: flex;
  justify-content: space-between;
align-items: baseline;
  margin-top: 15px;
}

.custom-product-price {
  background: #f5f5f5;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.custom-product-price:hover{
	background:#6F411D;
}

.custom-add-btn {
 width:100%;
  border-radius: 50%;
  border: none;
  background: #ffcc00;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	transition: transform 0.2s ease-in-out;
}

.custom-add-btn:hover {
    transform: scale(1.1);
}



#custom-cart-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#custom-cart-icon img {
  width: 40px;
}
#custom-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4d4d;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
}

#custom-cart-overlay {
  
  background:rgba(0,0,0,0.8);
  display:none;
  justify-content:flex-end;
  align-items:center;
  z-index:9999;
}

#custom-cart-overlay.active { display:flex; }

.custom-cart-content {
  background:#fff;
  width:90%;
  max-width:600px;
  padding:20px;
  border-radius:10px;
  position:relative;
}

#close-cart {
  position:absolute;
  top:10px; right:10px;
  background:none;
  border:none;
  font-size:24px;
  cursor:pointer;
}
/* Add Button */
.custom-add-btn {
  background: #ffcc00;
  border: none;
  border-radius: 20px;
  padding: 8px 25px;
  cursor: pointer;
  font-size: 20px;
  transition: 0.3s;
	font-weight:100;
}

.custom-add-btn .increase, 
.custom-add-btn .decrease {
  background: #371F10;
  color: #fff;
  border: none;
  padding: 4px 8px;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
}
.custom-add-btn .qty {
  font-size: 14px;
  font-weight: bold;
}

.cart-head{
	display:flex;
	justify-content:space-between;
}

.clear-container{
	display: flex;
    align-items: center;
}
.clear-container img{
	width: 20px;
    height: 20px;
}

#custom-cart-items .cart-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #FECE0A;
    border-radius: 14px;
}

#custom-cart-items .cart-counter .counter-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: unset;
    color: #fff;
	background:none;
    font-weight: 100;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-total-row{
	display:flex;
	justify-content:space-between;
	padding-bottom: 1rem;
}

.cart-total-row.final span{
	font-size:14px;
	font-weight:700;
} 

.cart-total-row span{
	font-size:14px;
}
@media screen and (max-width: 992px){
	.wc-block-components-sidebar {
   
    width: 100% !important;
}
	.wc-block-components-sidebar-layout.wc-block-cart{
		flex-direction:column !important;
	}
	.home-hero-spacer{
		height:10px !important;
	}
	.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row{
		grid-template-columns: auto !important;
	}
	.wc-block-components-sidebar-layout.wc-block-cart{
		padding:2rem !important;
	}
	.empty-cart-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 2rem;
}


	.cart-item {
    padding-bottom: 1rem !important;
}
	.cart-item-meta {
    flex: 1;
    font-size: 12px !important;
}
	.ch-hero-img-col .img img {
/*     height: 14.5rem;
    width: 25.25rem;
    object-fit: cover;
    object-position: left; */
}
	.custom-cart-content {
    width: 100% !important;
    
    border-radius:0px !important;
   
}
	.desktop-navigation,
    .order-now-button {
        display: none;
    }
	.custom-product-slider-desktop { 
		display: none; 
	}
  .custom-product-slider-mobile { 
	  display: block; 
	}

  .custom-slider-track-mobile { 
	  gap: 0px; 
	}
  .mobile-slide { 
	  flex: 0 0 100%; 
	  max-width: 100%; 
	  display:flex; 
	  justify-content:center; 
	 
	}
  .mobile-slide .custom-product-card { 
	  max-width: 340px; 
	  width: 92%; 
	  margin: 0 auto; 
	  padding:22px 18px 38px;
	}
	.footer {
        padding: 1.5rem !important;
    }
	.my-testimonial-wrapper {
    	background-size: 59%;
	}
	.my-testimonial-card p {   
    	font-size: 12px !important;
	}
	
.my-testimonial-card {   
    min-height: 150px;
    padding: 43px 10px;
    transform: scale(0.9);
    backdrop-filter: blur(43px);
}
}

@media screen and (max-width: 768px) {
    .my-testimonial-wrapper {
        background-size: 90%;
    }
	.my-testimonial-name {
    	font-size: 16px !important;  
	}
	  
	.my-testimonial-card.active{
		transform:scale(0.9) !important;
	}
	.my-testimonial-dots {
    	margin-top: 8px;
	}
	.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value{
		display:none !important;
	}
	
}

/* Abhilash styles */




/* club shawarma mdn */
	

@media screen and (min-width: 992px){

html{
font-size:calc(100vw * 16/1440);
scroll-behavior: smooth;
}
 h1{
	font-size: 4.75rem;
	 line-height: 5rem;
}
h2{
	font-size: 3.25rem;
	line-height: 5rem;
}
h3{
	font-size: 2.5rem;
	line-height: 3.25rem;
}
	
p{
	font-size: 1rem;
}
.container{
	max-width: 80rem;
	margin: auto;
}
	.ch-hero-section {
    padding-bottom: 0;
		    background-image: url(/wp-content/uploads/2025/09/club_shawarma-scaled.webp);
    background-position: 4.563rem 22.813rem;
		background-size: 133.75rem 34.688rem;
}
	.menu-hero .ch-hero-sec-col{
		align-items:center !important;
	}
.cs-hero-sub-title img {
    width: 1.5rem;
    height: 1.5rem;
}
.cs-hero-sub-title p {
    font-size: 0.938rem; 
}
	.cs-hero-sub-title{
		border-radius: 0.75rem;
		margin-top: 8.438rem;
	}
	.ch-hero-sec-col h1 {
        margin-bottom: 2.25rem;
        margin-top: 2rem;
    }
	.cs-hero-sub-para{
		margin-bottom: 3.188rem;
	}
	.cs-btn-primary a {
    font-size: 1rem;
    padding: 10px 25px;
    line-height: 1.75rem;
	transition: box-shadow 0.3s;
}
	.cs-btn-primary a:hover, .cs-btn-secondary a:hover{
		box-shadow: 0 10px 20px 0 rgba(95, 51, 17, 0.22);
	}
.cs-btn-secondary a {
   font-size: 1rem;
    padding: 10px 25px;
    line-height: 1.75rem;
	transition: box-shadow 0.3s;
}
.hero-buttons-grp {
    margin-bottom: 6.125rem;
    gap: 0.75rem;
}
.ch-hero-section .hero-shawarma-col{
	display:flex;
	gap: 1.5rem;
}
.ch-hero-img-col .img img {
    height: 62.438rem;
    width: auto;
    object-position: unset;
}
	
	.menu-hero-image.img img {
    height: 30rem;
    width: auto;
    object-position: unset;
}
  .cs-hero-bottom-sec {
        margin-top: -6.75rem;
        gap: 3.125rem;
        padding: 2.25rem 3rem;
	  border-radius: 1.563rem;
    }
.cs-hero-bottom-mda-col {
    border-bottom: 0;
    padding-bottom: 0;
    border-right: 0.188rem solid #FFFFFF
}
.floating-button a {
    padding: 1.625rem 1.25rem 1.688rem 4.75rem;
    font-size: 1.125rem;
}
.mn-hero-fresh-botton a:before {
    width: 3.813rem;
    height: 3.813rem;
    left: 0.938rem;
    top: 0.563rem;
}
.mn-hero-order-botton a:before {
    width: 3.813rem;
    height: 3.813rem;
    left: 0.938rem;
    top: 0.563rem;
}
.mn-hero-fresh-botton {
    bottom: 18.25rem;
    left: 35px;
}
.mn-hero-order-botton {
    top: 19.25rem;
    right: 0;
}
.cs-cart-icon {
/*     bottom: 16rem;
    right: 0rem; */
}
.cs-cart-icon img {
    width: 5rem;
    height: 5rem;
}
	.cs-hero-bottom-mda-col.cs-hero-bottom-last-col{
		border-right: none;
	}
	.ch-hero-section .hero-shawarma-col img{
		width: 8.125rem;
		height: 8.125rem;
		transition: 0.3s;
		border-radius: 50%;
	}
	.ch-hero-section .hero-shawarma-col img:hover{
		border: 0.063rem solid #FECE0A;
		scale: 1.1;
		transition: 0.3s;
	}
	
	
/* 	heart of uae */
	
	.cs-heart-uae-col {
    flex-direction: row;
    gap: 6.812rem;
    padding-bottom: 9.031rem;
	align-items: center !important;
}
.cs-heart-uae-img-col img, .cs-heart-uae-img-col figure {
    width: 33.188rem;
    height: 40.563rem; 
	}
	.cs-heart-uae-img-col {
    max-width: 32.563rem;
    flex-basis: 32.563rem !important;
}
	
/* watspp order sec */
	
.cs-order-watsapp-col {
    flex-direction: row;
    align-items: center !important;
    padding-left: 5rem;
    padding-right: 5rem;
    background: url(/wp-content/uploads/2025/09/brown-bg-watsapp-scaled.webp);
    background-size: 80rem 23.75rem;
    background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 6.375rem;
}
.cs-order-watsapp-col img{
        width: 25.432rem;
        height: 27.688rem;
	}
	.cs-order-watsapp-col h3{
		padding-top: 6.594rem;
	}
		.cs-order-watsapp-img-col p:nth-child(2) {
    left: -1.313rem;
    top: 11.5rem;
}
	.cs-order-watsapp-img-col p:nth-child(3) {
    left: -2.8rem;
		top: 21.5rem;
}
.cs-order-watsapp-img-col p:nth-child(4) {
    right: 1.5rem;
    top: 19.5rem;
}

/* 	franchacies */
	
.cs-frenchise-container.cs-order-watsapp-col {
    background-image: url(/wp-content/uploads/2025/09/franchaicies-desk-scaled.webp);
    padding: 4.844rem 5.438rem 4.791rem 5rem;
    background-size: 80.563rem 100%;
    border-radius: 2.5rem;
    background-position: bottom;
	margin-top: 9.5rem;
}
.cs-frenchise-container.cs-order-watsapp-col h3 {
    margin-bottom: 3rem;
    font-size: 3.25rem;
    line-height: 3.75rem;
    max-width: 34.375rem;
}
.cs-frenchise-container .cs-order-watsapp-content-col p {
    max-width: 32.375rem;
    line-height: 2.125rem;
    font-size: 1.25rem;
    margin-bottom: 3.094rem;
}
	.cs-frenchise-container.cs-order-watsapp-col a {
    padding: 10px 25px;
    font-size: 1rem;
    line-height: 1.75rem;
}
.cs-frenchise-container figure {
    bottom: unset;
    width: 32.813rem;
    right: -0.875rem;
    height: 34rem;
    top: -20.5rem;
}
.cs-frenchise-container figure img{
	width: 32.813rem;
    height: 34rem;
}
.cs-hero-bottom-sec{
	box-shadow: -3px 18px 34px 0px #00000008;
}
.cs-frenchise-container.cs-order-watsapp-col .cs-order-watsapp-content-col {
    flex-basis: 34.375rem;
}
.body-bg-cover {
     background-image: url(/wp-content/uploads/2025/09/arrow-line-scaled.webp);
     background-size: 63.231rem 137.531rem;
     background-repeat: no-repeat;
	background-position: center;
	background-position-x: 35%;
    }
.cs-order-watsapp-content-col{
		flex-basis: 14%!important;
	}
.cs-icon-element:before, .cs-icon-element:after{
	width: 2.884rem;
    height: 4.103rem;
    background-size: 100%;
}	
.cs-icon-element.oru-fav-menu-ttle:before {
    display: block;
    top: -3.5rem;
    left: 50%;   
}
.cs-order-watsapp-col.cs-icon-element:after {
    right: 2rem;
    top: -9.5rem;
}
.our-customer-says.cs-icon-element:after {
    width: 11.125rem;
    height: 11.125rem;
}
.our-customer-says.cs-icon-element:before {
    display: block;
}
.cs-order-watsapp-col.cs-icon-element:before {
    left: 4rem;
    top: -5rem;
}
.cs-frenchise-container.cs-icon-element:after{
	display: block;
	right: 7rem;
    top: -10.5rem;
}
/* about page */

.about-hero-section .ch-hero-img-col .img img{
	width: 39.125rem;
	height: 36.25rem;
}
	.about-hero-section .ch-hero-sec-col h1{
		margin-top: 10.375rem;
	}
.cs-heart-uae-col.cs-about-story-col .cs-btn-secondary{
	display: none;	
	}
	.about-hero-section .cs-hero-bottom-sec{
		margin-top: -2rem;
	}
	.about-hero-section .ch-hero-sec-col{
		align-items: end !important;
	}
	.about-hero-section .hero-buttons-grp{
		margin-bottom: 5rem;
	}
	.year-wise-col {
    grid-template-columns: 19.188rem 19.188rem 19.188rem;
    gap: 6.25rem;
    margin-bottom: 9.25rem;
		justify-content: center;
		transform: unset!important;
		overflow-x: visible!important;
}
.year-wise-card{
	width: 19.188rem;
	background: url(/wp-content/uploads/2025/09/year-yello-desk.webp);
	padding: 3.5rem 2.25rem 2.75rem; 
	background-size: 19.188rem 17.563rem;
	background-repeat: no-repeat;
	position: relative;
}
	.year-wise-col .year-wise-card:lastchild:before{
		display: none;
	}
.year-wise-card:before	{
	position: absolute;
	content: '';
	background: url(/wp-content/uploads/2025/09/white-yellow-arrow.webp);
	width: 1.5rem;
	height: 1.75rem;
	background-size: 100%;
	right: -1.5rem;
	top: 44%;
}

.year-wise-card figure{
	height: 4.75rem;
}
.year-wise-card h2{
	font-size: 1.5em;
	margin-bottom: 1.5rem;rem;
	line-height: 1.25rem;
}
	.year-wise-card p{
	font-size: 1.25em;
	line-height: 1.75rem;
}
	.year-wise-card.year-wise-card-spl{
		background: url(/wp-content/uploads/2025/09/year-bg-desk.webp);
		background-size: 19.188rem 17.563rem;
	background-repeat: no-repeat;
	}
	.year-wise-card.year-wise-card-last:before,.year-wise-card.year-wise-card-last:after{
		display: none;
	}
	.making-process-col {
    grid-template-columns: repeat(4, 13.438rem);
    gap: 5.5rem;
		margin-bottom: 10.875rem;
		justify-content: center;
}
	.making-process-grp h2 {
    margin-bottom: 4rem;
}
	.making-process-card{
		margin-top: 2.25rem;
	}
    .making-process-col:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 1.375rem;
        transform: translateX(-50%);
        width: 57.438rem;
        height: 0.063rem;
        background: #EBE2C7;
        z-index: -1;
    }
	.our-values-grp h2{
		
	}
	.our-values-grp{
	background: url(/wp-content/uploads/2025/09/values-desk-bg-scaled.webp);
	padding-top: 6.375rem;
	padding-bottom: 4.25rem;
	background-size: 80rem 100%;
	background-repeat: no-repeat;
		margin-bottom: 9.25rem;
}
	.our-values-grp .making-process-col {
    gap: 3.813rem; 
	}
	.our-values-grp .making-process-col:before{
		display: none;
	}
	.our-team-col {
		display: grid!important;
    grid-template-columns: 19.375rem auto auto; 
	}
	.meet-the-team-grp img {
    width: auto;
    height: 25.625rem;
}
.meet-the-team-grp {
    margin-bottom: 9.813rem;
}
.meet-the-team-grp figure:before {
    width: 100%;
    height: 12.625rem;
    z-index: 1;
}
.quick-order-grp {
    background: url(/wp-content/uploads/2025/09/quick-order-bg-scaled.webp);
    background-size: 80rem 100%;
    margin-bottom: 6.25rem;
    border-radius: 2.5rem;
    padding: 5.25rem 6.188rem 5.938rem;
    background-repeat: no-repeat;
}
	.quick-order-grp p.quick-order-para {
    font-size: 0.75rem;
    padding-bottom: 0.375rem;
    margin-bottom: 2.188rem;
    border-bottom: 0.094rem solid #FECE0AE5;
}
	.quick-order-grp h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.125rem;
    margin-bottom: 1.75rem;
    max-width: 36.25rem;
}
	.quick-order-grp p {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 3rem;
}
	
/* franchise col */

.franchise-howit-works .year-wise-col {
    grid-template-columns: repeat(4, 18.125rem)!important; 
	gap: 2.5rem;
}
.franchise-howit-works .year-wise-card:after{
		display: none;
	}
.franchise-howit-works .year-wise-card	{
		background-size: 18.125rem 100%;
	padding top: 4.625rem;
	padding-left: 1.75rem;
	padding-right: 1.688rem;
	padding-bottom: 3.313rem;
	width: 18.125rem;
	}
.franchise-form form {
		max-width: 56.875rem;
		margin: 3.25rem auto 0!important;
	}
form input, form select, form textarea, span.select2-selection.select2-selection--single{
	font-size: 1.25rem!important;
	padding: 1.25rem 2rem!important;
	border-radius: 0.938rem !important;
}
span.forminator-select-dropdown.forminator-dropdown--default.forminator-select-dropdown--below {
	border-radius: 0.938rem!important;
}
form input::placeholder, form .select2-selection__placeholder, form textarea::placeholder{
	font-size: 1.25rem!important;
	}
	
/* contact page */

.contact-page-body-col{
	flex-direction: row;
	gap: 2.313rem;
}
.contact-page-col-one {
    border: 0.125rem solid #FFFFFF
    padding: 3.75rem 3.75rem 4.75rem;
    border-radius: 2.5rem;
	flex-basis: 42.125rem!important;
	max-width: 42.125rem;
}
.contact-info-col {
    grid-template-columns: 3rem auto;
    gap: 0.75rem;
	margin-bottom: 1.25rem;

}
.contact-page-col-one h3 {
    margin-bottom: 2.313rem;
}
.contact-page-col-one .wp-block-media-text__content p a{
	font-size: 1.5rem;
}
.contact-info-col figure{
	border-radius: 0.625rem;
	width: 3rem;
		padding: 0.75rem;

}
.contact-info-col img{
	width: 1.5rem;
}
.contact-social-icons {
    gap: 2.5rem;
}
.contact-social-icons img{
    width: 2rem;
}	
.contact-page-col-two .forminator-row{
	margin-bottom: 1.75rem;
}
	.contact-bottom-sec{
		flex-direction: row;
		justify-content: space-between;
		padding: 3.438rem 4.906rem;
		border-radius: 1.5rem;
		margin-top: 6.25rem;
	}
	.contact-bottom-sec p{
		font-size: 1.5rem;
	}
}


