/* Front-end visual refresh — content and admin stay unchanged */
:root {
  --navy: #0e2a46;
  --navy-2: #14365a;
  --ink: #243447;
  --muted: #5b6b7c;
  --line: #e6edf3;
  --paper: #f5f8fb;
  --white: #ffffff;
  --accent: #1db98a;
  --accent-2: #159a72;
  --shadow: 0 12px 32px rgba(14, 42, 70, 0.08);
  --radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body.theme-modern {
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
}

body.theme-modern p,
body.theme-modern li,
body.theme-modern a,
body.theme-modern span,
body.theme-modern input,
body.theme-modern textarea,
body.theme-modern select,
body.theme-modern button {
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
}

body.theme-modern h1,
body.theme-modern h2,
body.theme-modern h3,
body.theme-modern h4,
body.theme-modern h5,
body.theme-modern h6 {
  font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

body.theme-modern p {
  color: var(--muted);
}

/* Hide dated decorative PNG shapes */
.heading-layout1:after,
.heading-layout3:after,
.section-shape1:before,
.section-shape1:after,
.section-shape2:before,
.section-shape2:after,
.section-shape3:before,
.section-shape3:after,
.section-shape4:after,
.service-box-layout2 .item-content .item-icon .icon-bg:after,
.service-box-layout3:after,
.why-choose-box-layout4 .single-content .item-icon:after {
  display: none !important;
  content: none !important;
}

.section-padding-xl,
.section-padding-lg,
.section-padding-12,
.section-padding-12-9,
.section-padding-12-10,
.section-padding-rg,
.section-padding-10 {
  padding: 5.5rem 0 !important;
}

.bg-assh,
.bg-assh-2,
.bg-aash {
  background-color: var(--paper) !important;
}

.bg-Primary {
  background-color: var(--navy) !important;
}

.bg-accent {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}

.fw-btn-fill,
.btn-fill-xs,
.btn-fill-xl {
  border-radius: 999px !important;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.fw-btn-fill.bg-accent,
.btn-fill-xs.bg-accent,
.btn-fill-xl.bg-accent,
a.bg-accent,
button.bg-accent {
  background: var(--accent) !important;
  color: var(--white) !important;
  border: none;
  box-shadow: 0 8px 18px rgba(29, 185, 138, 0.24);
}

.fw-btn-fill.bg-accent:hover,
.btn-fill-xs.bg-accent:hover,
.btn-fill-xl.bg-accent:hover {
  background: var(--accent-2) !important;
  color: var(--white) !important;
}

/* Header */
#header-topbar.bg-Primary {
  background: var(--navy) !important;
}

#header-topbar .container {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-topbar-layout2 .header-top-right .social-icon.icon-light a {
  color: rgba(255, 255, 255, 0.82);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  margin-right: 6px;
}

.header-topbar-layout2 .header-top-right .social-icon.icon-light a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.header-top-phone {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: 14px;
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
}

.header-top-phone i {
  color: var(--accent);
  margin-right: 8px;
}

.header-topbar-layout1 .header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.header-topbar-layout1 .header-top-right .header-top-btn {
  background: var(--accent);
  color: var(--white);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.header-topbar-layout1 .header-top-right .header-top-btn:hover {
  background: var(--accent-2);
  color: var(--white);
}

.header-menu.menu-layout1 {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line);
}

.header-menu.menu-layout1 nav.template-main-menu > ul > li > a,
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 22px 14px;
  color: var(--navy);
  font-weight: 600;
  font-size: 15px;
}

.header-menu nav.template-main-menu > ul > li > a:hover,
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a:hover {
  color: var(--accent) !important;
}

.header-menu.menu-layout1.rt-sticky {
  box-shadow: 0 10px 30px rgba(14, 42, 70, 0.08);
}

.logo-area img,
.logo-area .img-fluid {
  max-height: 62px;
  width: auto;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  border-radius: 14px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  box-shadow: var(--shadow);
  overflow: hidden;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
  color: var(--accent);
}

#preloader {
  display: none !important;
}

.mean-container .mean-bar {
  background: var(--white);
}

.mean-container .mean-nav {
  background: var(--navy);
  border-radius: 0 0 16px 16px;
}

.mean-container .mean-nav ul li a:hover {
  background: var(--accent);
}

/* Slider */
.slider-area {
  position: relative;
}

.slider-area .nivoSlider img {
  border-radius: 0;
}

.slider-area .slide-1 h1.slider-big-text,
.slider-area .slide-2 h1.slider-big-text,
.slider-area .slide-3 h1.slider-big-text,
.slider-area h1.slider-big-text {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.slider-area .slider-paragraph {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.6;
}

.slider-area .slider-btn-area a.item-btn-fill {
  background: var(--accent);
  color: var(--white);
  border-radius: 999px;
  padding: 14px 26px;
  box-shadow: 0 10px 24px rgba(29, 185, 138, 0.28);
}

.slider-area .slider-btn-area a.item-btn-fill:after {
  background: var(--navy);
  border-radius: 999px;
}

.slider-area .nivo-directionNav a.nivo-prevNav,
.slider-area .nivo-directionNav a.nivo-nextNav {
  background: var(--white);
  box-shadow: var(--shadow);
}

.slider-area .nivo-directionNav a.nivo-prevNav:hover,
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
  background: var(--accent);
}

/* Section headings */
.heading-layout1 h2,
.heading-layout2 h2,
.heading-layout3 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
  font-weight: 800;
}

.heading-layout1,
.heading-layout3 {
  margin-bottom: 2.4rem;
}

.heading-layout1 h2:after,
.heading-layout3 h2:after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 99px;
  background: var(--accent);
  margin: 14px auto 0;
}

.heading-layout3 h2 {
  color: var(--white);
}

/* About / counters */
.why-choose-wrap-layout2 {
  background: var(--paper);
  padding: 5rem 0;
}

.why-choose-box-layout3 p,
.why-choose-box-layout3 {
  font-size: 16px;
  line-height: 1.8;
}

.why-choose-box-layout4 .single-content {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 18px 22px;
  box-shadow: none;
}

.why-choose-box-layout4 .single-content .item-icon {
  font-size: 28px;
  color: var(--accent);
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: rgba(29, 185, 138, 0.12);
  border-radius: 16px;
  margin-bottom: 12px;
}

.why-choose-box-layout4 .single-content .item-content .item-title {
  color: var(--navy);
  font-size: 18px;
}

.why-choose-box-layout4 .single-content .item-content .item-title span {
  color: var(--accent);
  font-weight: 800;
  font-size: 26px;
  margin-top: 4px;
}

.why-choose-box-layout4 .single-content:hover {
  background: var(--white);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

/* Service cards — always readable, no hover-only content */
.service-box-layout2 {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 30px;
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-box-layout2:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(14, 42, 70, 0.12);
}

.service-box-layout2 .item-img {
  height: 220px;
  overflow: hidden;
}

.service-box-layout2 .item-img img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.45s ease;
}

.service-box-layout2:hover .item-img img {
  transform: scale(1.05);
}

.service-box-layout2 .item-content {
  position: relative !important;
  bottom: auto !important;
  left: auto;
  right: auto;
  padding: 22px 22px 24px !important;
  background: var(--white) !important;
  border-radius: 0;
}

.service-box-layout2 .item-content .item-icon {
  display: none;
}

.service-box-layout2 .item-content .item-title {
  font-size: 20px !important;
  font-weight: 800;
  margin-bottom: 10px;
}

.service-box-layout2 .item-content .item-title a {
  color: var(--navy);
}

.service-box-layout2 .item-content .item-title a:hover {
  color: var(--accent);
}

.service-box-layout2 .item-content .hover-content {
  visibility: visible !important;
  opacity: 1 !important;
}

.service-box-layout2 .item-content .hover-content p {
  color: var(--muted);
  margin-bottom: 16px;
  min-height: 72px;
}

.service-box-layout2 .item-content .hover-content .btn-fill-xs {
  display: inline-flex;
  width: auto;
  padding: 10px 18px;
  border-radius: 999px;
}

.service-box-layout3 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px 28px 18px;
}

.service-box-layout3 .item-title {
  font-weight: 800;
  margin-bottom: 10px;
}

/* Region chips */
.region-grid .col-lg-4 {
  margin-bottom: 14px;
}

.region-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  color: var(--navy) !important;
  text-decoration: none !important;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(14, 42, 70, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.region-chip i {
  color: var(--accent);
}

.region-chip:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: var(--shadow);
  color: var(--navy) !important;
}

/* Hizmet verdiğimiz alanlar */
.hizmet-alanlari-wrap {
  padding: 5.5rem 0;
  background: var(--paper);
}

.hizmet-alanlari-wrap .heading-layout1 p {
  width: 70%;
  margin: 0 auto;
  color: var(--muted);
}

.ha-city {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 32px;
  color: var(--navy);
  font-size: 18px;
}

.ha-city i {
  color: var(--accent);
}

.ha-city span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.ha-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 24px 22px 20px;
  height: 100%;
  margin-bottom: 24px;
}

.ha-ilce {
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ha-ilce i {
  color: var(--accent);
  font-size: 16px;
}

.ha-mahalleler {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ha-chip {
  display: inline-block;
  background: #f3f7fa;
  border: 1px solid var(--line);
  color: var(--navy) !important;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  transition: 0.2s ease;
}

.ha-chip:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff !important;
}

.ha-more {
  display: inline-block;
  margin-top: 14px;
  color: var(--accent) !important;
  font-weight: 700;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .hizmet-alanlari-wrap {
    padding: 3.5rem 0;
  }
  .hizmet-alanlari-wrap .heading-layout1 p {
    width: 100%;
  }
}

/* FAQ / about media */
.faq-box-layout1 .accordion .card {
  border: 1px solid var(--line);
  border-radius: 14px !important;
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--white);
}

.faq-box-layout1 .card-header {
  background: var(--white);
  border: none;
  padding: 16px 18px;
}

.faq-box-layout1 .heading-title {
  font-weight: 700;
  font-size: 16px;
  color: var(--navy);
  margin: 0;
  cursor: pointer;
}

.faq-box-layout1 .card-body {
  color: var(--muted);
  padding-top: 0;
}

.about-box-layout5 .item-img img,
.about-box-layout5 .popup-img img {
  border-radius: var(--radius);
}

.about-box-layout2 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 36px;
}

.about-box-layout2 .item-title {
  font-weight: 800;
  margin-bottom: 24px;
}

/* Testimonials */
.testimonial-box-layout3 {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 36px 28px;
}

.testimonial-box-layout3 .item-author img {
  border-radius: 50%;
  border: 3px solid var(--accent);
}

.testimonial-box-layout3 p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.testimonial-box-layout3 .item-title {
  color: var(--white);
}

.testimonial-box-layout3 .item-rating li {
  color: #ffd15a;
}

/* Blog cards */
.blog-box-layout1,
.blog-box-layout2 {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  margin-bottom: 30px;
  transition: transform 0.25s ease;
}

.blog-box-layout1:hover,
.blog-box-layout2:hover {
  transform: translateY(-5px);
}

.blog-box-layout1 .item-img img,
.blog-box-layout2 .item-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 0;
}

.blog-box-layout1 .item-content,
.blog-box-layout2 .item-content {
  padding: 22px;
}

.blog-box-layout1 .item-title a,
.blog-box-layout2 .item-title a {
  color: var(--navy);
  font-weight: 800;
}

.blog-box-layout1 .item-title a:hover,
.blog-box-layout2 .item-title a:hover {
  color: var(--accent);
}

/* Inner pages */
.inner-page-banner {
  position: relative;
  padding: 7.5rem 0 5.5rem !important;
  background-size: cover !important;
  background-position: center !important;
}

.inner-page-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 42, 70, 0.72), rgba(14, 42, 70, 0.86));
}

.inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 2;
}

.inner-page-banner .breadcrumbs-area h1 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 12px;
}

.inner-page-banner .breadcrumbs-area ul li {
  color: var(--accent);
}

.inner-page-banner .breadcrumbs-area ul li a {
  color: rgba(255, 255, 255, 0.86);
}

/* Content pages */
.single-blog-box-layout1,
.single-project-box-layout1 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.single-blog-box-layout1 .item-details .item-title,
.single-project-info .item-title {
  font-weight: 800;
  margin-bottom: 16px;
}

.single-blog-box-layout1 .main-img img,
.single-project-box-layout1 img,
.slide-item img {
  border-radius: 16px;
  width: 100%;
}

/* Sidebar */
.sidebar-widget-area .widget {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}

.heading-layout4 h3,
.heading-layout4 h4 {
  font-weight: 800;
  padding-left: 14px;
}

.heading-layout4:after {
  background: var(--accent);
  width: 4px;
  height: 18px;
  border-radius: 99px;
}

.category-list ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: var(--navy);
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}

.category-list ul li a:hover {
  color: var(--accent);
}

/* Forms / contact */
.contact-box-layout1,
.widget-contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.google-map-area iframe,
.google-map-area {
  border-radius: 16px;
  overflow: hidden;
}

.contact-form-box .form-control,
.contact-form-box .textarea,
.select2-container .select2-selection--single {
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  min-height: 50px;
  padding: 12px 16px;
  box-shadow: none !important;
}

.contact-form-box .form-control:focus {
  border-color: var(--accent) !important;
}

.contact-info .item-icon {
  color: var(--accent);
}

/* Gallery / video */
.gallery-card {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  margin-bottom: 24px;
  box-shadow: var(--shadow);
}

.gallery-card img {
  width: 100%;
  height: 240px !important;
  object-fit: cover;
  margin-bottom: 0 !important;
  transition: transform 0.35s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.video-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
  background: #000;
}

.video-card iframe {
  display: block;
  margin-bottom: 0 !important;
}

/* Brands */
.brand-wrap-layout1 {
  background: var(--paper);
  padding: 2.5rem 0;
}

.brand-box-layout1 .item-img img {
  filter: grayscale(1);
  opacity: 0.7;
  transition: 0.25s ease;
}

.brand-box-layout1 .item-img img:hover {
  filter: none;
  opacity: 1;
}

/* Footer */
.footer-wrap-layout1 {
  background: var(--navy) !important;
}

.footer-top-box {
  padding: 4.5rem 0 2rem;
}

.footer-top-box .footer-box-layout1 .footer-title h4 {
  font-weight: 800;
  position: relative;
  padding-bottom: 12px;
}

.footer-top-box .footer-box-layout1 .footer-title h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: var(--accent);
  border-radius: 99px;
}

.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li a:hover {
  color: var(--accent);
}

.footer-social .social-icon li a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
}

.footer-social .social-icon li a:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.footer-bottom-box {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.6rem 0;
}

/* Pagination / scroll */
.pagination-layout1 .nav-item {
  border-radius: 10px;
}

.pagination-layout1 .nav-item.active {
  background: var(--accent);
  border-color: var(--accent);
}

.scrollup {
  background: var(--accent) !important;
  border-radius: 50%;
  right: 18px;
  bottom: 22px;
  box-shadow: 0 10px 22px rgba(29, 185, 138, 0.3);
}

/* Sticky animated WhatsApp / Call buttons */
.site-cta-buttons {
  position: fixed !important;
  left: 16px !important;
  bottom: 24px !important;
  z-index: 2147483000 !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.site-cta-btn {
  display: flex !important;
  align-items: center;
  position: relative;
  text-decoration: none !important;
  color: #fff !important;
}
.site-cta-btn:hover,
.site-cta-btn:focus {
  color: #fff !important;
  text-decoration: none !important;
}
.site-cta-icon {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  z-index: 2;
}
.site-cta-icon:before,
.site-cta-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: -1;
}
.site-cta-whatsapp .site-cta-icon {
  background: #25d366;
  animation: cta-bob 2.6s ease-in-out infinite;
}
.site-cta-whatsapp .site-cta-icon:before {
  animation: cta-pulse-green 2s ease-out infinite;
}
.site-cta-call .site-cta-icon {
  background: #e53935;
  animation: cta-bob 2.6s ease-in-out infinite 0.4s;
}
.site-cta-call .site-cta-icon:before {
  animation: cta-pulse-red 2s ease-out infinite 0.35s;
}
.site-cta-label {
  position: absolute;
  left: 70px;
  top: 50%;
  margin-left: 0;
  background: #0e2a46;
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px 8px 14px;
  line-height: 1.15;
  box-shadow: 0 8px 20px rgba(14, 42, 70, 0.18);
  white-space: nowrap;
  transform: translate(-8px, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.site-cta-btn:hover .site-cta-label {
  opacity: 1;
  transform: translate(0, -50%);
}
.site-cta-label strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.site-cta-label small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@keyframes cta-pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55); }
  70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
@keyframes cta-pulse-red {
  0% { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.5); }
  70% { box-shadow: 0 0 0 18px rgba(229, 57, 53, 0); }
  100% { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0); }
}
@keyframes cta-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@media only screen and (max-width: 767px) {
  .site-cta-label {
    opacity: 1;
    transform: translate(0, -50%);
    padding: 7px 12px;
  }
  .site-cta-icon {
    width: 54px;
    height: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-xl,
  .section-padding-lg,
  .section-padding-12,
  .section-padding-12-9,
  .section-padding-12-10,
  .section-padding-rg,
  .section-padding-10 {
    padding: 4rem 0 !important;
  }

  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 30px;
  }

  .about-box-layout2,
  .single-blog-box-layout1,
  .single-project-box-layout1 {
    padding: 20px;
  }

  .header-top-phone {
    display: none;
  }
}

/* ========== Mobile layout ========== */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img, video, iframe, svg {
  max-width: 100%;
}

iframe {
  width: 100%;
}

table {
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .mean-container .mean-bar {
    height: auto !important;
    min-height: 56px;
    box-shadow: 0 4px 16px rgba(14, 42, 70, 0.08);
  }

  .mean-container .mean-bar .mobile-menu-nav-back {
    height: 56px !important;
    max-height: 56px !important;
    overflow: hidden !important;
    padding: 6px 58px 6px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .mean-container .mean-bar .logo-mobile,
  .mean-container .mean-bar a.logo-mobile {
    display: inline-flex !important;
    align-items: center;
    max-width: 170px !important;
    width: auto !important;
  }

  .mean-container .mean-bar .logo-mobile img,
  .mean-container .mean-bar .mobile-menu-nav-back img,
  .mean-container .mean-bar img.img-fluid {
    max-height: 38px !important;
    height: 38px !important;
    width: auto !important;
    max-width: 170px !important;
    object-fit: contain !important;
  }

  .mean-container a.meanmenu-reveal {
    top: 8px !important;
    right: 10px !important;
  }

  .logo-area img,
  .logo-area .img-fluid,
  .temp-logo img {
    max-height: 42px !important;
    width: auto !important;
  }

  .slider-area h1.slider-big-text,
  .slider-area .slide-1 h1.slider-big-text,
  .slider-area .slide-2 h1.slider-big-text,
  .slider-area .slide-3 h1.slider-big-text {
    font-size: 26px !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
  }

  .slider-area .slider-paragraph {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .inner-page-banner {
    padding: 5.5rem 0 2.8rem !important;
  }

  .heading-layout1 h2,
  .heading-layout2 h2,
  .heading-layout3 h2 {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  .service-box-layout2 .item-img,
  .service-box-layout2 .item-img img {
    height: 180px !important;
  }

  .blog-box-layout1 .item-img img,
  .blog-box-layout2 .item-img img {
    height: 180px !important;
  }

  .footer-top-box {
    padding: 2.5rem 0 1rem;
  }

  .footer-bottom-box {
    text-align: center;
  }

  .footer-bottom-box .footer-bottom-menu {
    text-align: center !important;
  }

  .contact-box-layout1,
  .widget-contact-form,
  .about-box-layout2 {
    padding: 16px !important;
  }

  .google-map-area iframe,
  .google-map-area {
    min-height: 220px;
  }

  .why-choose-box-layout3 {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mean-container .mean-bar .logo-mobile img,
  .mean-container .mean-bar .mobile-menu-nav-back img,
  .mean-container .mean-bar img.img-fluid {
    max-height: 34px !important;
    height: 34px !important;
    max-width: 140px !important;
  }

  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 24px !important;
  }

  .gallery-card img {
    height: 180px !important;
  }

  .video-card iframe {
    height: 200px;
  }

  .region-chip {
    padding: 12px 14px;
  }
}
