/* ============================================================
   KITA Smart – Custom Brand Stylesheet
   Primary:  #010066  (deep navy)
   Accent:   #FFC107  (amber yellow)
   On-dark:  #ffffff  (white text for readability)
   On-dark subtle: #cccccc / #a8a8a8
   Hover accent: #e5a900
   ============================================================ */

/* ===================== CSS Variables ===================== */
:root {
  --ks-primary: #010066;
  --ks-primary-dark: #00004d;
  --ks-accent: #ffc107;
  --ks-accent-hover: #e5a900;
  --ks-white: #ffffff;
  --ks-text: #626262;
  --ks-heading: #010066;
  --ks-grey: #a8a8a8;
}

/********************** Backgrounds **********************/

#Header_wrapper {
  background-color: #010066;
}
#Subheader {
  background-color: #f7f7f7;
}

#Footer {
  background-color: #010066;
}

#Sliding-top {
  background-color: #010066;
}
#Sliding-top a.sliding-top-control {
  border-right-color: #010066;
}

/************************ Colors ************************/

/* Content font */
body,
ul.timeline_items,
.icon_box a .desc,
.icon_box a:hover .desc,
.feature_list ul li a,
.list_item a,
.list_item a:hover,
.widget_recent_entries ul li a,
.flat_box a,
.flat_box a:hover {
  color: #626262;
}

/* Theme color (accent – amber) */
.themecolor,
.opening_hours .opening_hours_wrapper li span,
.fancy_heading_icon .icon_top,
.fancy_heading_arrows .icon-right-dir,
.fancy_heading_arrows .icon-left-dir,
.fancy_heading_line h2,
.button-love a.mfn-love,
.format-link .post-title .icon-link,
.pager-single > span,
.pager-single a:hover,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_mfn_recent_comments ul li:after,
.widget_archive ul,
.widget_recent_comments ul li:after,
.widget_nav_menu ul,
.woocommerce ul.products li.product .price,
.shop_slider .shop_slider_ul li .item_wrapper .price,
.woocommerce-page ul.products li.product .price,
.widget_price_filter .price_label .from,
.widget_price_filter .price_label .to,
.woocommerce ul.product_list_widget li .quantity .amount,
.woocommerce .product div.entry-summary .price,
.woocommerce .star-rating span,
#Error_404 .error_pic i {
  color: #ffc107;
}

/* Theme background (accent – amber) */
.themebg,
.pager .pages a:hover,
.pager .pages a.active,
.pager .pages span.page-numbers.current,
.pager-single span:after,
#comments .commentlist > li .reply a.comment-reply-link,
.fixed-nav .arrow,
#Filters .filters_wrapper ul li a:hover,
.widget_categories ul,
.Recent_posts ul li .desc:after,
.Recent_posts ul li .photo .c,
.widget_recent_entries ul li:after,
.widget_mfn_menu ul li a:hover,
.widget_product_categories ul,
div.jp-interface,
#Top_bar a#header_cart span,
.testimonials_slider .slider_images,
.testimonials_slider .slider_images a:after,
.testimonials_slider .slider_images:before,
.slider_pagination a.selected,
.slider_pagination a.selected:after,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet.selected:after,
.tp-leftarrow.default,
.tp-rightarrow.default,
.tp-bullets.tp-thumbs .bullet.selected:after,
.offer_thumb .slider_pagination a:before,
.offer_thumb .slider_pagination a.selected:after {
  background-color: #ffc107;
}

/* Links color */
a {
  color: #010066;
}

a:hover {
  color: #ffc107;
}

/* Selections */
*::-moz-selection {
  background-color: #ffc107;
}
*::selection {
  background-color: #ffc107;
}

/* Grey */
.blockquote p.author span,
.counter .desc_wrapper .title,
.article_box .desc_wrapper p,
.team .desc_wrapper p.subtitle,
.pricing-box .plan-header p.subtitle,
.pricing-box .plan-header .price sup.period,
.chart_box p,
.fancy_heading .inside,
.fancy_heading_line .slogan,
.post-meta,
.post-meta a,
.post-footer,
.post-footer a span.label,
.pager .pages a,
.button-love a .label,
.pager-single a,
#comments .commentlist > li .comment-author .says,
.fixed-nav .desc .date,
.filters_buttons li.label,
.Recent_posts ul li a .desc .date,
.widget_recent_entries ul li .post-date,
.tp_recent_tweets .twitter_time,
.widget_price_filter .price_label,
.shop-filters .woocommerce-result-count,
.woocommerce ul.product_list_widget li .quantity,
.widget_shopping_cart ul.product_list_widget li dl,
.product_meta .posted_in,
.woocommerce .shop_table .product-name .variation > dd,
.shipping-calculator-button:after,
.shop_slider .shop_slider_ul li .item_wrapper .price del,
.testimonials_slider .testimonials_slider_ul li .author span,
.testimonials_slider .testimonials_slider_ul li .author span a {
  color: #a8a8a8;
}

/* Headings font – navy blue for on-light, white handled separately in dark sections */
h1,
h1 a,
h1 a:hover,
.text-logo #logo {
  color: #010066;
}
h2,
h2 a,
h2 a:hover {
  color: #010066;
}
h3,
h3 a,
h3 a:hover {
  color: #010066;
}
h4,
h4 a,
h4 a:hover {
  color: #010066;
}
h5,
h5 a,
h5 a:hover {
  color: #010066;
}
h6,
h6 a,
h6 a:hover,
a.content_link .title {
  color: #010066;
}

/* Highlight */
.dropcap,
.highlight:not(.highlight_image) {
  background-color: #ffc107;
}

/* Buttons */
a.button,
a.tp-button {
  background-color: #f7f7f7;
  color: #747474;
}

a.button_theme,
a.tp-button.button_theme,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.button_themecolor,
.button_themecolor {
  background-color: #010066;
  color: #fff;
}

a.button_theme:hover,
a.tp-button.button_theme:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button_themecolor:hover,
.button_themecolor:hover {
  background-color: #ffc107;
  color: #010066;
}

/* Accent Buttons (Amber) */
a.button.button_accent,
button.button_accent,
.button.button_accent {
  background-color: #010066;
  color: #fff;
}

a.button.button_accent:hover,
button.button_accent:hover,
.button.button_accent:hover {
  background-color: #fff;
  color: #010066;
}

/* Fancy Link */
a.mfn-link {
  color: #656b6f;
}
a.mfn-link-2 span,
a:hover.mfn-link-2 span:before,
a.hover.mfn-link-2 span:before,
a.mfn-link-5 span,
a.mfn-link-8:after,
a.mfn-link-8:before {
  background: #ffc107;
}
a:hover.mfn-link {
  color: #ffc107;
}
a.mfn-link-2 span:before,
a:hover.mfn-link-4:before,
a:hover.mfn-link-4:after,
a.hover.mfn-link-4:before,
a.hover.mfn-link-4:after,
a.mfn-link-5:before,
a.mfn-link-7:after,
a.mfn-link-7:before {
  background: #e5a900;
}
a.mfn-link-6:before {
  border-bottom-color: #ffc107;
}

/* Shop buttons */
.woocommerce a.button,
.woocommerce .quantity input.plus,
.woocommerce .quantity input.minus {
  background-color: #f7f7f7 !important;
  color: #747474 !important;
}

.woocommerce a.button_theme,
.woocommerce button.button,
.woocommerce input[type="submit"],
.woocommerce input[type="reset"],
.woocommerce input[type="button"] {
  background-color: #010066 !important;
  color: #fff !important;
}

/* Lists */
.column_column ul,
.column_column ol,
.the_content_wrapper ul,
.the_content_wrapper ol {
  color: #737e86;
}

/* Dividers */
.hr_color,
.hr_color hr,
.hr_dots span {
  color: #ffc107;
  background: #ffc107;
}
.hr_zigzag i {
  color: #ffc107;
}

/* Highlight section */
.highlight-left:after,
.highlight-right:after {
  background: #ffc107;
}
@media only screen and (max-width: 767px) {
  .highlight-left .column:first-child,
  .highlight-right .column:last-child {
    background: #ffc107;
  }
}

/************************ Header ************************/

/* Top-bar info strip */
#Header .top_bar_left {
  background-color: #ffffff;
}
#Top_bar .top_bar_right:before {
  background-color: #e3e3e3;
}
#Header .top_bar_right {
  background-color: #f5f5f5;
}

/* Top bar text/links – dark on light */
#Top_bar .top_bar_left a,
#Header .top_bar_right a,
#Header .top_bar_left,
#Header .top_bar_right {
  color: #444444;
}

/* Nav menu items */
#Top_bar .menu > li > a,
#Top_bar .top_bar_right a {
  color: #444444;
}
#Top_bar .menu > li.current-menu-item > a,
#Top_bar .menu > li.current_page_item > a,
#Top_bar .menu > li.current-menu-ancestor > a,
#Top_bar .menu > li.current_page_ancestor > a,
#Top_bar .menu > li.hover > a {
  color: #ffc107;
}
#Top_bar .menu > li a:after {
  background: #ffc107;
}

.menu-highlight #Top_bar #menu > ul > li.current-menu-item > a,
.menu-highlight #Top_bar #menu > ul > li.current_page_item > a,
.menu-highlight #Top_bar #menu > ul > li.current-menu-ancestor > a,
.menu-highlight #Top_bar #menu > ul > li.current_page_ancestor > a,
.menu-highlight #Top_bar #menu > ul > li.hover > a {
  background: #ffc107;
  color: #010066;
}

/* Dropdown sub-menu */
#Top_bar .menu > li ul {
  background-color: #010066;
}
#Top_bar .menu > li ul li a {
  color: #cccccc;
}
#Top_bar .menu > li ul li a:hover,
#Top_bar .menu > li ul li.hover > a {
  color: #ffc107;
}

/* Search icon/wrapper */
#Top_bar .search_wrapper {
  background: #ffc107;
}

/* Subheader / page title bar */
#Subheader .title {
  color: #010066;
}

/************************ Footer ************************/

#Footer,
#Footer .widget_recent_entries ul li a {
  color: #cccccc;
}

#Footer a {
  color: #ffc107;
}

#Footer a:hover {
  color: #e5a900;
}

/* Footer headings – white on dark navy */
#Footer h1,
#Footer h1 a,
#Footer h1 a:hover,
#Footer h2,
#Footer h2 a,
#Footer h2 a:hover,
#Footer h3,
#Footer h3 a,
#Footer h3 a:hover,
#Footer h4,
#Footer h4 a,
#Footer h4 a:hover,
#Footer h5,
#Footer h5 a,
#Footer h5 a:hover,
#Footer h6,
#Footer h6 a,
#Footer h6 a:hover {
  color: #fff;
}

/* Theme color in footer */
#Footer .themecolor,
#Footer .widget_meta ul,
#Footer .widget_pages ul,
#Footer .widget_rss ul,
#Footer .widget_mfn_recent_comments ul li:after,
#Footer .widget_archive ul,
#Footer .widget_recent_comments ul li:after,
#Footer .widget_nav_menu ul,
#Footer .widget_price_filter .price_label .from,
#Footer .widget_price_filter .price_label .to,
#Footer .star-rating span {
  color: #ffc107;
}

/* Theme background in footer */
#Footer .themebg,
#Footer .widget_categories ul,
#Footer .Recent_posts ul li .desc:after,
#Footer .Recent_posts ul li .photo .c,
#Footer .widget_recent_entries ul li:after,
#Footer .widget_mfn_menu ul li a:hover,
#Footer .widget_product_categories ul {
  background-color: #ffc107;
}

/* Grey in footer */
#Footer .Recent_posts ul li a .desc .date,
#Footer .widget_recent_entries ul li .post-date,
#Footer .tp_recent_tweets .twitter_time,
#Footer .widget_price_filter .price_label,
#Footer .shop-filters .woocommerce-result-count,
#Footer ul.product_list_widget li .quantity,
#Footer .widget_shopping_cart ul.product_list_widget li dl {
  color: #a8a8a8;
}

/************************ Sliding-top ************************/

#Sliding-top,
#Sliding-top .widget_recent_entries ul li a {
  color: #cccccc;
}

#Sliding-top a {
  color: #ffc107;
}

#Sliding-top a:hover {
  color: #e5a900;
}

#Sliding-top h1,
#Sliding-top h1 a,
#Sliding-top h1 a:hover,
#Sliding-top h2,
#Sliding-top h2 a,
#Sliding-top h2 a:hover,
#Sliding-top h3,
#Sliding-top h3 a,
#Sliding-top h3 a:hover,
#Sliding-top h4,
#Sliding-top h4 a,
#Sliding-top h4 a:hover,
#Sliding-top h5,
#Sliding-top h5 a,
#Sliding-top h5 a:hover,
#Sliding-top h6,
#Sliding-top h6 a,
#Sliding-top h6 a:hover {
  color: #fff;
}

/* Theme color in sliding-top */
#Sliding-top .themecolor,
#Sliding-top .widget_meta ul,
#Sliding-top .widget_pages ul,
#Sliding-top .widget_rss ul,
#Sliding-top .widget_mfn_recent_comments ul li:after,
#Sliding-top .widget_archive ul,
#Sliding-top .widget_recent_comments ul li:after,
#Sliding-top .widget_nav_menu ul,
#Sliding-top .widget_price_filter .price_label .from,
#Sliding-top .widget_price_filter .price_label .to,
#Sliding-top .star-rating span {
  color: #ffc107;
}

/* Theme background in sliding-top */
#Sliding-top .themebg,
#Sliding-top .widget_categories ul,
#Sliding-top .Recent_posts ul li .desc:after,
#Sliding-top .Recent_posts ul li .photo .c,
#Sliding-top .widget_recent_entries ul li:after,
#Sliding-top .widget_mfn_menu ul li a:hover,
#Sliding-top .widget_product_categories ul {
  background-color: #ffc107;
}

/* Grey in sliding-top */
#Sliding-top .Recent_posts ul li a .desc .date,
#Sliding-top .widget_recent_entries ul li .post-date,
#Sliding-top .tp_recent_tweets .twitter_time,
#Sliding-top .widget_price_filter .price_label,
#Sliding-top .shop-filters .woocommerce-result-count,
#Sliding-top ul.product_list_widget li .quantity,
#Sliding-top .widget_shopping_cart ul.product_list_widget li dl {
  color: #a8a8a8;
}

/************************ Shortcodes ************************/

/* Blockquote */
blockquote,
blockquote a,
blockquote a:hover {
  color: #010066;
}

/* Image frames & Google maps & Icon bar */
.image_frame .image_wrapper .image_links {
  background: rgba(1, 0, 102, 0.8);
}
.image_frame .image_wrapper .image_links a {
  color: #fff;
}
.image_frame .image_wrapper .image_links a:hover {
  background: #ffc107;
  color: #010066;
}

/* Sliding box */
.sliding_box .desc_wrapper {
  background: #010066;
}
.sliding_box .desc_wrapper:after {
  border-bottom-color: #010066;
}

/* Counter & Chart */
.counter .icon_wrapper i {
  color: #ffc107;
}

/* Quick facts */
.quick_fact .number {
  color: #ffc107;
}

/* Progress bar */
.progress_bars .bars_list li .bar .progress {
  background-color: #010066;
}

/* Icon bar */
a:hover.icon_bar {
  color: #ffc107 !important;
}

/* Content links */
a.content_link,
a:hover.content_link {
  color: #010066;
}
a.content_link:before {
  border-bottom-color: #010066;
}
a.content_link:after {
  border-color: #010066;
}

/* Get in touch & Infobox */
.get_in_touch,
.infobox {
  background-color: #010066;
}
.column_map .google-map-contact-wrapper .get_in_touch:after {
  border-top-color: #010066;
}

/* Timeline & Post timeline */
.timeline_items li h3:before,
.timeline_items:after,
.timeline .post-item:before {
  border-color: #010066;
}

/* How it works */
.how_it_works .image .number {
  background: #ffc107;
  color: #010066;
}

/* Trailer box */
.trailer_box .desc .subtitle {
  background-color: #ffc107;
  color: #010066;
}

/* Icon box */
.icon_box .icon_wrapper,
.icon_box a .icon_wrapper {
  color: #010066;
}
.icon_box:hover .icon_wrapper:before,
.icon_box a:hover .icon_wrapper:before {
  background-color: #010066;
}

/* Clients */
ul.clients.clients_tiles li .client_wrapper:hover:before {
  background: #010066;
}
ul.clients.clients_tiles li .client_wrapper:after {
  border-bottom-color: #010066;
}

/* List */
.list_item.lists_1 .list_left {
  background-color: #010066;
}
.list_item .list_left {
  color: #010066;
}

/* Features list */
.feature_list ul li .icon i {
  color: #ffc107;
}
.feature_list ul li:hover,
.feature_list ul li:hover a {
  background: #010066;
}

/* Tabs, Accordion, Toggle, Table, Faq */
.ui-tabs .ui-tabs-nav li.ui-state-active a,
.accordion .question.active .title > .acc-icon-plus,
.accordion .question.active .title > .acc-icon-minus,
.faq .question.active .title > .acc-icon-plus,
.faq .question.active .title,
.accordion .question.active .title {
  color: #010066;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
  background: #ffc107;
}
table tr:hover td {
  background: #010066;
  color: #ffffff;
}

/* Pricing */
.pricing-box .plan-header .price sup.currency,
.pricing-box .plan-header .price > span {
  color: #010066;
}
.pricing-box .plan-inside ul li .yes {
  background: #ffc107;
}
.pricing-box-box.pricing-box-featured {
  background: #010066;
}

/************************ Shop ************************/

.woocommerce span.onsale,
.shop_slider .shop_slider_ul li .item_wrapper span.onsale {
  border-top-color: #ffc107 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border-color: #ffc107 !important;
}

/************************ KITA Smart – Section Accents ************************/

/* Agency7 heading style – amber label */
.agency7-heading {
  color: #ffc107;
  letter-spacing: 2px;
}

/* Sticky / transparent header – keep links dark for readability */
.header-transparent #Top_bar .menu > li > a,
.header-transparent #Top_bar .top_bar_right a {
  color: #444444;
}
.header-transparent #Top_bar .menu > li.hover > a,
.header-transparent #Top_bar .menu > li.current-menu-item > a {
  color: #ffc107;
}

/* Ensure equal height on the Reasons to Grow slider */
.offer .slick-track {
  display: flex !important;
}
.offer .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.offer .offer_li .desc_wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.offer .offer_li .desc_wrapper .desc {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.offer .offer_li .desc_wrapper .desc a.button {
  margin-top: auto;
  align-self: flex-start;
}

/* ===================== Partner with Us Modal ===================== */
.partner-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}
.partner-modal-content {
  background-color: #ffffff;
  margin: 5% auto;
  padding: 40px;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: modalFadeIn 0.3s ease-out;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.partner-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #f7f7f7;
  color: #a8a8a8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.partner-modal-close:hover {
  background-color: #ffc107;
  color: #010066;
}
.partner-modal-title {
  color: #010066;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 30px;
}
.partner-modal .form-group {
  margin-bottom: 20px;
  text-align: left;
}
.partner-modal input,
.partner-modal select,
.partner-modal textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-size: 14px;
  color: #626262;
  background-color: #fafafa;
  box-sizing: border-box;
  font-family: inherit;
}
.partner-modal input::placeholder,
.partner-modal textarea::placeholder {
  color: #a8a8a8;
}
.partner-modal input:focus,
.partner-modal select:focus,
.partner-modal textarea:focus {
  outline: none;
  border-color: #ffc107;
  background-color: #ffffff;
}
.partner-modal select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23a8a8a8" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
}
.partner-modal .partner-submit-btn {
  width: 100%;
  background-color: #010066;
  color: #ffffff;
  padding: 15px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.partner-modal .partner-submit-btn:hover {
  background-color: #ffc107;
  color: #010066;
}

/************************ Sticky Header – Contact Us button fix ************************/

/* Reset the top offset so flexbox vertical centering works properly */
#Top_bar .top_bar_right .top_bar_right_wrapper .action_button {
  top: auto !important;
  position: relative;
  transition:
    padding 0.3s ease,
    font-size 0.3s ease;
}

/************************ Mobile header alignment ************************/

/* On small screens, use flexbox to vertically center the logo
   and place logo far left, menu icon far right within the bar. */
@media only screen and (max-width: 767px) {
  /* Reduce side padding so items can sit near edges */
  #Top_bar .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  #Top_bar .top_bar_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
  }

  #Top_bar .top_bar_left .logo,
  #Top_bar .top_bar_left .menu_wrapper {
    float: none;
  }

  #Top_bar .top_bar_left .logo a#logo,
  #Top_bar .top_bar_left .menu_wrapper .responsive-menu-toggle {
    display: flex;
    align-items: center;
  }

  /* Push hamburger icon to the far right on mobile */
  #Top_bar .top_bar_left .menu_wrapper {
    margin-left: auto;
  }

  #Top_bar .top_bar_left .menu_wrapper .responsive-menu-toggle {
    padding-right: 0;
    margin-right: 0;
  }
}

/* --- Contact Us Header Button --- */
tli.contact-menu-item > a.custom-contact-btn {
  padding: 8px 18px !important;
  font-size: 14px;
  border: 2px solid #ffc107;
  color: #ffc107 !important;
  border-radius: 20px;
  line-height: normal !important;
  background: transparent;
  display: inline-block;
}
li.contact-menu-item > a.custom-contact-btn:hover {
  background: #ffc107 !important;
  color: #010066 !important;
}
li.contact-menu-item > a.custom-contact-btn:after {
  display: none !important;
}
@media (min-width: 768px) {
  li.contact-menu-item {
    margin-left: 15px;
  }
  #Top_bar:not(.is-sticky) li.contact-menu-item > a.custom-contact-btn {
    margin-top: 26px !important;
  }
  #Top_bar.is-sticky li.contact-menu-item > a.custom-contact-btn {
    margin-top: 12px !important;
  }
}
@media (max-width: 767px) {
  li.contact-menu-item {
    text-align: center;
    padding: 10px 0;
  }
}

/* --- Contact Us Header Button --- */
#Top_bar .menu > li.contact-btn-item > a::after,
#Side_slide .menu > li.contact-btn-item > a::after {
  display: none !important;
}
#Top_bar .menu > li.contact-btn-item > a span,
#Side_slide .menu > li.contact-btn-item > a span {
  padding: 8px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 2px solid #ffc107 !important;
  color: #ffc107 !important;
  border-radius: 20px !important;
  line-height: normal !important;
  display: inline-block !important;
  vertical-align: middle !important;
  transition: all 0.3s ease;
}
#Top_bar .menu > li.contact-btn-item > a:hover span,
#Side_slide .menu > li.contact-btn-item > a:hover span {
  background: #ffc107 !important;
  color: #010066 !important;
}

@media (min-width: 768px) {
  #Top_bar .menu > li.contact-btn-item {
    margin-left: 15px;
  }
  #Top_bar:not(.is-sticky) .menu > li.contact-btn-item > a span {
    margin-top: 0 !important;
  }
  #Top_bar.is-sticky .menu > li.contact-btn-item > a span {
    margin-top: 12px !important;
  }
}
@media (max-width: 767px) {
  #Top_bar .menu > li.contact-btn-item,
  #Side_slide .menu > li.contact-btn-item {
    text-align: center;
    padding: 10px 0;
  }
  #Top_bar .menu > li.contact-btn-item > a span,
  #Side_slide .menu > li.contact-btn-item > a span {
    display: block !important;
    width: fit-content;
    margin: 0 auto !important;
  }
}

/* --- Responsive Layout Utilities --- */
@media (max-width: 767px) {
  .ks-sep-arrow {
    height: 80px !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
  }

  .ks-mobile-center-icon {
    text-align: center !important;
    margin-bottom: 20px;
  }
  .ks-mobile-center-icon .image_frame,
  .ks-mobile-center-icon .image_wrapper,
  .ks-mobile-center-icon img {
    margin: 0 auto !important;
    display: block !important;
  }

  .ks-mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  /* Stack offer cards on mobile */
  .offer .offer_li {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden; /* Fixes text bleeding into adjacent slides */
  }
  .offer .offer_li .image_wrapper,
  .offer .offer_li .desc_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }
  .offer .offer_li .image_wrapper {
    margin-bottom: 30px;
    margin-right: 0 !important;
  }
}
