.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===== Search Widget Card ===== */
.elementor-widget-sidebar #block-4 {
  background: #f7f3ee;
  padding: 35px 30px;
  border-radius: 6px;
  text-align: center;
}

.elementor-widget-sidebar #block-4 h1.wp-block-heading {
  font-family: 'Cormorant Garamond', Georgia, serif; /* 👉 "Search" heading ka font */
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 12px;
  color: #2b2b2b;
}

.elementor-widget-sidebar #block-4 p {
  font-family: 'Cormorant Garamond', Georgia, serif; /* 👉 "Type here & press enter" text ka font */
  font-size: 15px;
  color: #2b2b2b;
  margin-bottom: 20px;
}

/* "here" word ko blue karne ke liye - Gutenberg mein manually ek word ko highlight/color karna hoga */
.elementor-widget-sidebar #block-4 p .has-inline-color {
  color: #4a6fd4;
}

.elementor-widget-sidebar .wp-block-search__inside-wrapper {
  width: 100% !important;
  border: 1px solid #ddd6cc !important;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  background: #fff;
}

.elementor-widget-sidebar .wp-block-search__input {
  border: none !important;
  padding: 14px 20px !important;
  font-size: 14px;

  font-family: 'Cormorant Garamond', Georgia, serif; /* 👉 search box ke andar type kiya hua text ka font */
  flex: 1;
  background: transparent;
  color: #2b2b2b;
  min-width: 0;
}

.elementor-widget-sidebar .wp-block-search__input::placeholder {
  color: #999;
  font-style: italic;
}

.elementor-widget-sidebar .wp-block-search__input:focus {
  outline: none;
}

.elementor-widget-sidebar .wp-block-search__button {
  background: transparent !important;
  border: none;
  padding: 0 18px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.elementor-widget-sidebar .wp-block-search__button svg {
  fill: none;
  stroke: #2b2b2b;
  stroke-width: 1.5;
  width: 18px;
  height: 18px;
}

/* ===== Archive Widget ===== */
.elementor-widget-sidebar #block-5 {
  text-align: center;
  padding-top: 20px;
}

.elementor-widget-sidebar #block-5 h2.wp-block-heading {
  font-family: 'Cormorant Garamond', Georgia, serif; /* 👉 "Archive" heading ka font */
  font-weight: 400;
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-align: center;
  border-top: none;
  padding-top: 0;
}

.elementor-widget-sidebar .wp-block-archives-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.elementor-widget-sidebar .wp-block-archives-list li {
  padding: 9px 0;
  border-bottom: none;
}

.elementor-widget-sidebar .wp-block-archives-list li a {
  color: #d4a08c;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Arial, sans-serif; /* 👉 month links ka font (ye Playfair nahi tha, isliye same rakha) */
  font-weight: 500;
}

.elementor-widget-sidebar .wp-block-archives-list li a:hover {
  color: #c48972;
}

/* ===================================== */
/* ===== TABLET (max-width: 1024px) ===== */
/* ===================================== */
@media (max-width: 1024px) {
  .elementor-widget-sidebar #block-4 {
    padding: 28px 22px;
  }

  .elementor-widget-sidebar #block-4 h1.wp-block-heading,
  .elementor-widget-sidebar #block-5 h2.wp-block-heading {
    font-size: 22px;
  }
}

/* ===================================== */
/* ===== MOBILE (max-width: 767px) ====== */
/* ===================================== */
@media (max-width: 767px) {
  .elementor-widget-sidebar {
    width: 100% !important;
    padding: 0 15px;
  }

  .elementor-widget-sidebar #block-4 {
    padding: 25px 20px;
  }

  .elementor-widget-sidebar #block-4 h1.wp-block-heading,
  .elementor-widget-sidebar #block-5 h2.wp-block-heading {
    font-size: 20px;
  }

  .elementor-widget-sidebar #block-4 p {
    font-size: 13px;
  }

  .elementor-widget-sidebar .wp-block-search__input {
    padding: 12px 16px !important;
    font-size: 13px;
  }

  .elementor-widget-sidebar .wp-block-archives-list li a {
    font-size: 11px;
    letter-spacing: 1px;
  }
}

/* ===================================== */
/* ===== SMALL MOBILE (max-width: 480px) */
/* ===================================== */
@media (max-width: 480px) {
  .elementor-widget-sidebar #block-4 h1.wp-block-heading,
  .elementor-widget-sidebar #block-5 h2.wp-block-heading {
    font-size: 19px;
  }
}/* End custom CSS */