/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

.menu-item a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}
.highlight-text span {
  color: #9F1D2B;
	line-height: normal;
    font-weight: 300;
}
/* Base hover content */
.show-on-hover {
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;

    transform: translateY(15px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}

/* Hover effect for all grid items */
.grid-1:hover .show-on-hover,
.grid-2:hover .show-on-hover,
.grid-3:hover .show-on-hover,
.grid-4:hover .show-on-hover,
.grid-5:hover .show-on-hover,
.grid-6:hover .show-on-hover,
.grid-7:hover .show-on-hover,
.country-grid-1:hover .show-on-hover{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    display: block;
}
.blog-carousel-wrapper{
    position:relative;
    /* max-width:1200px; */
    margin:auto;
}

.blog-carousel-track{
    display:flex;
    gap:50px;
    overflow:hidden;
    scroll-behavior:smooth;
    /* padding:10px 0; */
}

.blog-card{
    min-width:32%;
    background:transparent;
    border: 16px solid transparent;
    overflow:hidden;
}

.blog-image img{
    width:340px !important;
    height: 230px !important;
    object-fit:cover;
}

.blog-title{
    color:#fff;
    font-size:20px;
    /* padding:15px; */
    font-family: poppins, sans-serif;    
}

/* Arrows */
.blog-arrow{
    position:absolute;
    top:45%;
    width:48px;
    height:48px;
    border-radius:50%;
    border:none;
    background:#fff;
    cursor:pointer;
    z-index:5;
}

.blog-arrow.left{ left:-60px; }
.blog-arrow.right{ right:-60px; }

/* Responsive */
@media(max-width:900px){
  .blog-card{ min-width:48%; }
}

@media(max-width:600px){
  .blog-card{ min-width:100%; }
}

//sticky form
#floating-form {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    max-width: 1000px;
    z-index: 9999;

    background: url('https://ak-auditor.test/wp-content/uploads/2026/04/OverlayOverlayBlur-1-scaled.png') no-repeat center;
    background-size: cover;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    padding: 20px;
    border-radius: 10px;

    display: none;
}

#floating-form form {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

#floating-form input {
    flex: 1;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    padding: 8px;
}

#floating-form button {
    background: #b3001b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
}
.ak-footer-main{
	z-index: 9999999 !important;
}

/* //form */
/* =============================================
   Contact Form — Elementor / ElementsKit CF7
   Paste into: Elementor > Custom CSS
   OR: Appearance > Customize > Additional CSS
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

/* ── Container ── */
#wpcf7-f239-p233-o2,
.custom-form,
.ekit-wid-con .wpcf7 {
  background: #ffffff !important;
  border: 1px solid #D6DBDF !important;
  border-radius: 8px !important;
  padding: 32px 28px !important;
  max-width: 570px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  font-family: 'Poppins', sans-serif !important;
}

/* ── Reset Elementor/EKit form layout ── */
.custom-form form,
.ekit-wid-con .wpcf7 form,
.ekit-wid-con .wpcf7 form p,
.ekit-wid-con .ekit-form form p {
  display: block !important;
  width: 100% !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  float: none !important;
}

/* ── Labels ── */
.custom-form label,
.ekit-wid-con .wpcf7 label,
.ekit-form form label,
.ekit-wid-con .ekit-form form label {
  display: block !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #222222 !important;
  margin-bottom: 6px !important;
  margin-top: 0 !important;
}

/* Required asterisk */
.custom-form .required-star,
.ekit-wid-con .wpcf7 .required-star {
  color: #c0392b !important;
  font-size: 14px !important;
}

/* ── CF7 wrap spans → block ── */
.custom-form .wpcf7-form-control-wrap,
.ekit-wid-con .wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}

/* ── Inputs, Selects, Textareas ── */
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form select,
.custom-form textarea,
.ekit-wid-con .wpcf7 input[type="text"],
.ekit-wid-con .wpcf7 input[type="email"],
.ekit-wid-con .wpcf7 input[type="tel"],
.ekit-wid-con .wpcf7 select,
.ekit-wid-con .wpcf7 textarea,
.ekit-form input.form-control,
.ekit-form select.form-control,
.ekit-form textarea.form-control {
  display: block !important;
  width: 100% !important;
  background: #ffffff !important;
  border: 1px solid #D6DBDF !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #222222 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  height: auto !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus,
.custom-form input[type="tel"]:focus,
.custom-form select:focus,
.custom-form textarea:focus,
.ekit-wid-con .wpcf7 input:focus,
.ekit-wid-con .wpcf7 select:focus,
.ekit-wid-con .wpcf7 textarea:focus {
  border-color: #aab4be !important;
  box-shadow: none !important;
}

/* ── Select dropdown arrow ── */
.custom-form select,
.ekit-wid-con .wpcf7 select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888888' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 36px !important;
  cursor: pointer !important;
}

/* ── Textarea ── */
.custom-form textarea,
.ekit-wid-con .wpcf7 textarea {
  resize: vertical !important;
  min-height: 100px !important;
}

/* ── FIRST NAME + LAST NAME side by side ── */
/* Target the two p tags that wrap first_name and last_name */
.custom-form form p:nth-child(1),
.custom-form form p:nth-child(2) {
  display: inline-block !important;
  width: calc(50% - 8px) !important;
  vertical-align: top !important;
  margin-bottom: 16px !important;
}

.custom-form form p:nth-child(1) {
  margin-right: 16px !important;
}

/* Alternative: use a wrapper div.row approach */
.custom-form .row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  margin-bottom: 16px !important;
  width: 100% !important;
}

.custom-form .row > div,
.custom-form .row > p {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* ── Phone wrapper ── */
.custom-form .phone-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.custom-form .country-code {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  border: 1px solid #D6DBDF !important;
  border-radius: 6px !important;
  padding: 10px 12px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #222222 !important;
  background: #ffffff !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  user-select: none !important;
  flex-shrink: 0 !important;
}

.custom-form .country-code::after {
  content: '' !important;
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  border-top: 5px solid #888888 !important;
  margin-left: 4px !important;
}

.custom-form .phone-wrapper .wpcf7-form-control-wrap {
  flex: 1 !important;
}

.custom-form .phone-wrapper input[type="tel"] {
  width: 100% !important;
}

/* ── Submit button ── */
.custom-form input[type="submit"],
.ekit-wid-con .wpcf7 input[type="submit"] {
  display: inline-block !important;
  background: #9B1B2A !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 12px 28px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  text-transform: uppercase !important;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
}

.custom-form input[type="submit"]:hover,
.ekit-wid-con .wpcf7 input[type="submit"]:hover {
  background: #7d1522 !important;
}

/* ── CF7 validation ── */
.custom-form .wpcf7-not-valid {
  border-color: #c0392b !important;
}

.custom-form .wpcf7-not-valid-tip {
  display: block !important;
  font-size: 12px !important;
  color: #c0392b !important;
  margin-top: 4px !important;
  font-family: 'Poppins', sans-serif !important;
}

.custom-form .wpcf7-response-output {
  margin-top: 16px !important;
  padding: 10px 14px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-family: 'Poppins', sans-serif !important;
  border: 1px solid #D6DBDF !important;
}

/* ── Responsive ── */
@media (max-width: 540px) {
  .custom-form {
    padding: 24px 16px !important;
  }

  .custom-form .row {
    grid-template-columns: 1fr !important;
  }

  .custom-form form p:nth-child(1),
  .custom-form form p:nth-child(2) {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}

/* hamberger */
button.elementskit-menu-hamburger.elementskit-menu-toggler {
    background: none;
    border: 0;
}
button.elementskit-menu-close.elementskit-menu-toggler {
    background: none;
    border: 0;
}
/* glass box */
.glass-box {
    background: rgba(255, 255, 255, -0.85);
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
/*     padding: 20px; */
}
/* health care widget */
.htfb-37078-image-wrapper{
	display:none
}
.htfb-37078-add-image-caption{
	display:none
}
.htfb-37078-add-title-tag{
	display:none !important
}
.htfb-37078-additional-section{
	display:flex !important;
	gap:40px !important
}
.htfb-37078-section-content-and-title{
	max-width: 50%;
	
}
.htfb-37078-section-image{
	max-width:50%
}
/* //price */
.price-button .elementor-button{
	width:100% !important
}
@media(max-width:600px){
  /* health care widget */
.htfb-37078-image-wrapper{
	display:none
}
.htfb-37078-add-image-caption{
	display:none
}
.htfb-37078-add-title-tag{
	display:none !important
}
.htfb-37078-additional-section{
	display:block !important
	gap:40px !important
}
.htfb-37078-section-content-and-title{
	min-width: 100%
	
}
.htfb-37078-section-image{
	min-width:100%;
}
.htfb-37078-col-right{
		min-width: 100%;
	}
	.htfb-37078-qf-title{
		margin:0px;
	}

}
.sticky-hero {
  position: sticky;
  top: 20px; /* adjust if needed */
  z-index: 999;
}
.overlap-section {
  margin-top: -100vh;
  position: relative;
  z-index: 2;
  background: #fff;
}
.floating-icons-2 {
  position: fixed;
  right: 20px;
  top: 20%;
  z-index: 9999;
}
.floating-icons-1 {
  position: fixed;
  right: 10px;
  top: 12%;
  z-index: 9999;
}
/* Tablet */
@media (max-width: 1024px) {
    .htfb-37078-col-right {
        min-width: 100%;
    }
	.htfb-37078-additional-section{
		flex-direction: column;
				margin-top: 20px !important;

	}
		.htfb-37078-section-image{
		min-width:100%;
	}
	.htfb-37078-section-content-and-title {
    max-width: 100%;
	padding:0px;
	}
	.htfb-37078-container {
		padding: 0px!important;
		gap: 0px !important;
	}
	.service-profile{
		padding:0px !important
	}
}

/* Mobile */
@media (max-width: 767px) {
    .htfb-37078-col-right {
        min-width: 100%;
    }
	.htfb-37078-additional-section{
		flex-direction: column;
		margin-top: 20px !important;
	}
	.htfb-37078-section-image{
		min-width:100%;
	}
	.htfb-37078-section-content-and-title {
    max-width: 100%;
		padding:0px;
	}
		.htfb-37078-container {
		padding: 0px!important;
		gap: 0px !important;
	}
}


/* form stick bar */
#ak-sticky-bar {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  transform: translateY(110%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1), opacity 0.45s ease !important;
}
 
#ak-sticky-bar.ak-visible {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: all !important;
}
 
/* ── BAR BACKGROUND ── */
.ak-bar-inner {
/*   position: relative; */
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(170,170,170,0.25);
  box-shadow: 0 -6px 40px rgba(0,0,0,0.13);
  overflow: hidden;
/*   padding: 0 40px; */
	
	position: fixed !important;
	bottom: 20px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	max-width: 1400px;
	width: calc(100% - 40px) !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
 
.ak-bg-img {
  position: absolute;
  inset: 0;
  background-image: url('https://ak-auditor.test/wp-content/uploads/2026/05/Container-1-scaled.png');
  background-size: cover;
  background-position: center;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}
 
/* ── FORM CONTAINER ── */
.ak-form-wrap {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}
 
/* ── RESET CF7 DEFAULTS ── */
#ak-sticky-bar .wpcf7 {
  margin: 0 !important;
  padding: 0 !important;
}
 
/* ── MAKE THE FORM HORIZONTAL ── */
#ak-sticky-bar .wpcf7-form {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
 
/* ── EACH <p> INSIDE CF7 = ONE FIELD COLUMN ── */
#ak-sticky-bar .wpcf7-form > p {
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 10px 20px !important;
  border-right: 1px solid rgba(170,170,170,0.45) !important;
  min-width: 0 !important;
  height: 72px !important;
  position: relative !important;
  background: transparent !important;
}
#ak-sticky-bar .wpcf7-form > p:last-child {
    border-right: none !important;
}
 
/* Last <p> = submit button column */
#ak-sticky-bar .wpcf7-form > p:last-child {
  flex: 0 0 auto !important;
  border-right: none !important;
  padding: 10px 0 10px 28px !important;
  height: auto !important;
  align-items: center !important;
  justify-content: center !important;
}
 
/* ── LABELS ── */
#ak-sticky-bar .wpcf7-form label {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #111 !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  white-space: nowrap !important;
  margin-bottom: 5px !important;
  line-height: 1 !important;
}
 
/* ── TEXT / EMAIL / TEL INPUTS ── */
#ak-sticky-bar .wpcf7-form input[type="text"],
#ak-sticky-bar .wpcf7-form input[type="email"],
#ak-sticky-bar .wpcf7-form input[type="tel"] {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #333 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
  outline: none !important;
}
 
#ak-sticky-bar .wpcf7-form input[type="text"]:focus,
#ak-sticky-bar .wpcf7-form input[type="email"]:focus,
#ak-sticky-bar .wpcf7-form input[type="tel"]:focus {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
}
 
#ak-sticky-bar .wpcf7-form input::placeholder {
  color: #aaa !important;
  opacity: 1 !important;
}
 
/* ── SUBMIT BUTTON ── */
#ak-sticky-bar .wpcf7-form input[type="submit"],
#ak-sticky-bar .wpcf7-submit {
  font-family: 'Manrope', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #7C0018 0%, #9F1D2B 100%) !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 15px 38px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
/*   box-shadow: 0 4px 18px rgba(124,0,24,0.38) !important; */
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease !important;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  line-height: 1 !important;
}
 
#ak-sticky-bar .wpcf7-form input[type="submit"]:hover,
#ak-sticky-bar .wpcf7-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(124,0,24,0.48) !important;
  filter: brightness(1.08) !important;
}
 
/* ── HIDE CF7 EXTRAS ── */
#ak-sticky-bar .wpcf7-response-output,
#ak-sticky-bar .wpcf7-spinner,
#ak-sticky-bar br {
  display: none !important;
}
 
#ak-sticky-bar .wpcf7-not-valid-tip {
  font-size: 10px !important;
  color: #c0392b !important;
  position: absolute !important;
  bottom: 2px !important;
  left: 20px !important;
  white-space: nowrap !important;
}
 
/* ── RESPONSIVE: TABLET ── */
@media (max-width: 960px) {
  .ak-bar-inner { padding: 0 16px; }
 
  #ak-sticky-bar .wpcf7-form {
    flex-wrap: wrap !important;
  }
 
  #ak-sticky-bar .wpcf7-form > p {
    flex: 1 1 48% !important;
    height: auto !important;
    padding: 10px 12px !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(170,170,170,0.35) !important;
  }
 
  #ak-sticky-bar .wpcf7-form > p:last-child {
    flex: 1 1 100% !important;
    padding: 10px 0 !important;
    border-bottom: none !important;
  }
}
 
/* ── RESPONSIVE: MOBILE ── */
@media (max-width: 580px) {
  #ak-sticky-bar .wpcf7-form > p {
    flex: 1 1 100% !important;
  }
 
  #ak-sticky-bar .wpcf7-form input[type="submit"],
  #ak-sticky-bar .wpcf7-submit {
    width: 100% !important;
  }
}

.primary-btn .elementor-button{
	font-family: 'Manrope', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #7C0018 0%, #9F1D2B 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 15px 38px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    /* box-shadow: 0 4px 18px rgba(124, 0, 24, 0.38) !important; */
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    line-height: 1 !important;
}
/* contact form */
/* ============================================
   Contact Form 7 — Scoped to form ID 1930afd
   Won't affect any other CF7 form on the site
   ============================================ */

/* HOW TO ACTIVATE THE SCOPE:
   In WordPress admin → Contact → your form → Settings tab
   Find "Additional CSS class(es)" and type:  ak-contact-form
   Save. Done. All rules below are 100% isolated to this form only.
*/

/* ---- SCOPE: .ak-contact-form ---- */

.ak-contact-form.wpcf7 {
    background: #ffffff;
    border: 1px solid #d6dbdf;
    border-radius: 16px;
    padding: 32px;
    max-width: 570px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.ak-contact-form.wpcf7 form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* --- Two-column row (First name / Last name) --- */
.ak-contact-form .cf7-row {
    display: flex;
    gap: 16px;
    width: 100%;
}

.ak-contact-form .cf7-row .cf7-col {
    flex: 1 0 0;
    min-width: 0;
}

/* --- Field wrapper --- */
.ak-contact-form .cf7-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

/* --- Labels --- */
.ak-contact-form label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    color: #0b1629;
    margin-bottom: 0;
    display: flex;
/*     flex-direction: column; */
    gap: 6px;
}

/* Required asterisk */
.ak-contact-form label .required,
.ak-contact-form label abbr[title="required"] {
    color: #f03c24;
    text-decoration: none;
    margin-left: 1px;
}

/* --- Text / Email / Tel inputs --- */
.ak-contact-form input[type="text"],
.ak-contact-form input[type="email"],
.ak-contact-form input[type="tel"],
.ak-contact-form input[type="url"],
.ak-contact-form input[type="number"] {
    background: #ffffff;
    border: 1px solid #d6dbdf;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0a0a0a;
    height: 48px;
    padding: 12px 16px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* --- Select --- */
.ak-contact-form select {
    background: #ffffff;
    border: 1px solid #d6dbdf;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #545c69;
    height: 48px;
    padding: 12px 40px 12px 16px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%230b1629' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ak-contact-form select option {
    color: #0b1629;
}

/* --- Textarea --- */
.ak-contact-form textarea {
    background: #ffffff;
    border: 1px solid #d6dbdf;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0a0a0a;
    height: 80px;
    min-height: 80px;
    padding: 12px 16px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    resize: vertical;
    line-height: 1.4;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* --- Placeholder color --- */
.ak-contact-form input::placeholder,
.ak-contact-form textarea::placeholder {
    color: #545c69;
    opacity: 1;
}

/* --- Focus states --- */
.ak-contact-form input[type="text"]:focus,
.ak-contact-form input[type="email"]:focus,
.ak-contact-form input[type="tel"]:focus,
.ak-contact-form input[type="url"]:focus,
.ak-contact-form input[type="number"]:focus,
.ak-contact-form select:focus,
.ak-contact-form textarea:focus {
    border-color: #9f1d2b;
    box-shadow: 0 0 0 3px rgba(159, 29, 43, 0.12);
}

/* --- Phone row (code dropdown + number input) --- */
.ak-contact-form .cf7-phone-row {
    display: flex;
    gap: 6px;
    width: 100%;
    align-items: flex-start;
}

.ak-contact-form .cf7-phone-code {
    flex-shrink: 0;
    width: auto;
    padding-right: 30px;
    color: #0a0a0a;
}

.ak-contact-form .cf7-phone-number {
    flex: 1 0 0;
    min-width: 0;
}

.ak-contact-form .cf7-phone-number input {
    width: 100%;
}

/* --- Submit button --- */
.ak-contact-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    min-width: 169px;
    padding: 0 32px;
    background: linear-gradient(135deg, #7c0018 0%, #9f1d2b 100%);
    border: none;
    border-radius: 10px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    align-self: flex-start;
    transition: opacity 0.2s ease, transform 0.1s ease;
    -webkit-appearance: none;
    appearance: none;
    width: auto;
}

.ak-contact-form input[type="submit"]:hover {
    opacity: 0.9;
}

.ak-contact-form input[type="submit"]:active {
    transform: scale(0.98);
}

.ak-contact-form input[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* --- Validation error tips --- */
.ak-contact-form .wpcf7-not-valid-tip {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #f03c24;
    margin-top: 4px;
    display: block;
}

.ak-contact-form .wpcf7-not-valid input,
.ak-contact-form .wpcf7-not-valid select,
.ak-contact-form .wpcf7-not-valid textarea {
    border-color: #f03c24 !important;
    box-shadow: none !important;
}

/* --- Response output --- */
.ak-contact-form .wpcf7-response-output {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 8px;
    border: none !important;
}

.ak-contact-form .wpcf7-mail-sent-ok {
    background: #f0fdf4;
    color: #166534;
}

.ak-contact-form .wpcf7-validation-errors,
.ak-contact-form .wpcf7-acceptance-missing {
    background: #fff5f5;
    color: #c53030;
}

/* --- Responsive --- */
@media (max-width: 600px) {
    .ak-contact-form.wpcf7 {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .ak-contact-form .cf7-row {
        flex-direction: column;
        gap: 20px;
    }
}

.image-open {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.image-open img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

/* Zoom effect */
.image-open:hover img {
    transform: scale(1.08);
}

/* Shine effect */
.image-open::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    transition: all 0.8s ease;
    z-index: 2;
}

.image-open:hover::before {
    left: 140%;
}

/* PREMIUM HOVER CARD EFFECT */
.card-animation {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #111;
    transition: all 0.5s ease;
    cursor: pointer;
}

/* Image */
.card-animation img {
    width: 100%;
    display: block;
    transition: transform 0.7s ease;
}

/* Dark overlay */
.card-animation::after {
    content: "";
    position: absolute;
    inset: 0;
/*     background: linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.1)
    ); */
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

/* Shine animation */
.card-animation::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 70%;
    height: 100%;
/*     background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.55) 50%,
        rgba(255,255,255,0) 100%
    ); */
    transform: skewX(-25deg);
    transition: 1s;
    z-index: 3;
}

/* Premium content */
.card-animation .premium-content {
    position: absolute;
    left: 30px;
    bottom: 25px;
    z-index: 4;
    color: #fff;
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.5s ease;
}

.card-animation .premium-content h3 {
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 700;
}

.card-animation .premium-content p {
    margin: 0;
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.6;
}

/* Hover effects */
.card-animation:hover img {
    transform: scale(1.1);
}

.card-animation:hover::before {
    left: 160%;
}

.card-animation:hover::after {
    opacity: 1;
}

.card-animation:hover .premium-content {
    transform: translateY(0);
    opacity: 1;
}

/* Floating glow */
.card-animation:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.ak-contact-form .wpcf7 {
	min-width: 100% !important;
}



.red-btn .elementor-button {
  font-family: 'Manrope', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #7C0018 0%, #9F1D2B 100%) !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 15px 38px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
/*   box-shadow: 0 4px 18px rgba(124,0,24,0.38) !important; */
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease !important;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  line-height: 1 !important;
}
.red-btn .elementor-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(124,0,24,0.48) !important;
  filter: brightness(1.08) !important;
}

.elementskit-dropdown-has .elementskit-megamenu-panel{
    left: 60px !important;
    right: 60px !important;
	width:1300px !important;
    transform: translateX(-77%) !important;
	top: 80px !important;
}
@media (max-width: 767px) {
    .elementskit-dropdown-has .elementskit-megamenu-panel {
        left: 15px !important;
        right: 15px !important;
        width: auto !important;
        max-width: none !important;
        transform: none !important;
        top: auto !important;
    }
}
.elementskit-megamenu-panel .main-nav{
    border-radius: 16px !important;
}
/* blog detailed page */
/* =========================================
   AK MODERN BLOG SYSTEM
   UNIQUE CLASSES - NO CONFLICT
========================================= */

/* WRAPPER */

.ak-blog-wrapper {
    background: #f5f7fb;
    overflow: hidden;
    min-height: 100vh;
}

/* CONTAINER */

.ak-blog-container {
    width: 92%;
    max-width: 1320px;
    margin: auto;
}

/* =========================================
   BLOG LISTING PAGE
========================================= */

/* HERO */

.ak-blog-listing-hero {
    padding: 130px 0 90px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    text-align: center;
    color: #fff;
}

.ak-blog-subtitle {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(255,255,255,0.12);
    font-size: 14px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.ak-blog-main-title {
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 700;
}

.ak-blog-description {
    max-width: 760px;
    margin: auto;
    font-size: 18px;
    line-height: 1.8;
    color: #d8d8d8;
}

/* CATEGORY */

.ak-blog-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 70px 0;
}

.ak-blog-categories a {
    padding: 12px 24px;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
    color: #111827;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.ak-blog-categories a:hover,
.ak-blog-categories a.ak-active-category {
    background: #111827;
    color: #fff;
}

/* GRID */

.ak-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    padding-bottom: 100px;
}

/* CARD */

.ak-blog-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    position: relative;
}

.ak-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.ak-blog-card-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.ak-blog-card-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.5s;
}

.ak-blog-card:hover .ak-blog-card-image img {
    transform: scale(1.08);
}

.ak-blog-card-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255,255,255,0.95);
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}

.ak-blog-card-content {
    padding: 35px;
}

.ak-blog-card-meta {
    color: #777;
    font-size: 14px;
    margin-bottom: 18px;
}

.ak-blog-card-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.ak-blog-card-title a {
    text-decoration: none;
    color: #111;
}

.ak-blog-card-title a:hover {
    color: #2563eb;
}

.ak-blog-card-excerpt {
    color: #666;
    line-height: 1.8;
    margin-bottom: 28px;
}

.ak-blog-read-more {
    text-decoration: none;
    color: #111827;
    font-weight: 600;
    transition: 0.3s;
}

.ak-blog-read-more:hover {
    padding-left: 5px;
}

/* =========================================
   SINGLE BLOG PAGE
========================================= */

/* HERO */

.ak-single-blog-hero {
    position: relative;
    height: 700px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 90px;
}

.ak-single-blog-image {
    position: absolute;
    inset: 0;
}

.ak-single-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ak-single-blog-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.2)
    );
}

.ak-single-blog-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.ak-single-blog-category a {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 25px;
    font-size: 14px;
}

.ak-single-blog-title {
    font-size: 64px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 700;
}

.ak-single-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: #ddd;
    font-size: 15px;
}

/* LAYOUT */

.ak-single-blog-layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 50px;
    margin-top: 80px;
    margin-bottom: 100px;
}

/* CONTENT */

.ak-single-blog-main {
    background: #fff;
    padding: 60px;
    border-radius: 28px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.ak-single-blog-text {
    font-size: 18px;
    color: #444;
    line-height: 1.9;
}

.ak-single-blog-text h2,
.ak-single-blog-text h3,
.ak-single-blog-text h4 {
    margin-top: 45px;
    margin-bottom: 20px;
    color: #111;
    line-height: 1.3;
}

.ak-single-blog-text p {
    margin-bottom: 24px;
}

.ak-single-blog-text img {
    width: 100%;
    border-radius: 20px;
    margin: 35px 0;
}

.ak-single-blog-text blockquote {
    border-left: 4px solid #111;
    padding-left: 25px;
    margin: 35px 0;
    font-size: 24px;
    font-style: italic;
    color: #222;
}

/* SIDEBAR */

.ak-single-blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ak-sidebar-widget {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.ak-sidebar-widget h3 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #111;
}

.ak-sidebar-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ak-sidebar-widget li {
    margin-bottom: 18px;
}

.ak-sidebar-widget a {
    text-decoration: none;
    color: #444;
    transition: 0.3s;
}

.ak-sidebar-widget a:hover {
    color: #000;
    padding-left: 5px;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {

    .ak-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ak-blog-main-title,
    .ak-single-blog-title {
        font-size: 48px;
    }
}

@media (max-width: 991px) {

    .ak-single-blog-layout {
        grid-template-columns: 1fr;
    }

    .ak-single-blog-main {
        padding: 40px;
    }

    .ak-single-blog-hero {
        height: 550px;
    }
}

@media (max-width: 767px) {

    .ak-blog-grid {
        grid-template-columns: 1fr;
    }

    .ak-blog-main-title,
    .ak-single-blog-title {
        font-size: 34px;
    }

    .ak-blog-description,
    .ak-single-blog-text {
        font-size: 16px;
    }

    .ak-blog-card-content,
    .ak-single-blog-main,
    .ak-sidebar-widget {
        padding: 25px;
    }

    .ak-blog-card-title {
        font-size: 22px;
    }

    .ak-blog-card-image img {
        height: 220px;
    }

    .ak-single-blog-hero {
        height: 480px;
    }
}
@media (max-width: 767px) {
    .ak-visible {
        display: none !important;
    }
}
.ekit-wid-con .elementskit-accordion .ekit-accordion-title {
    padding-right: 40px !important;
    display: inline-block !important;
}
.ak-success-message{
    display:none;
    background:#d1fae5;
    color:#065f46;
    padding:12px 16px;
    border-radius:8px;
    margin-top:15px;
    font-weight:600;
}

.ak-error-message{
    display:none;
    background:#fee2e2;
    color:#991b1b;
    padding:12px 16px;
    border-radius:8px;
    margin-top:15px;
    font-weight:600;
}

.wpcf7-spinner{
    display:inline-block !important;
}

.ak-loading input[type="submit"]{
    opacity:.7;
    pointer-events:none;
}
/* Success Message */
.wpcf7 form.sent .wpcf7-response-output{
    display:flex;
    align-items:center;
    gap:14px;
    margin:20px 0 0 !important;
    padding:18px 22px !important;
    border:none !important;
    border-radius:16px;
    background:linear-gradient(
        135deg,
        #ecfdf5 0%,
        #f0fdf4 100%
    );
    box-shadow:
        0 10px 30px rgba(16,185,129,.12),
        0 2px 10px rgba(16,185,129,.08);
    color:#065f46;
    font-size:15px;
    font-weight:600;
    line-height:1.5;
}

/* Success Icon */
.wpcf7 form.sent .wpcf7-response-output:before{
    content:"✓";
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#10b981;
    color:#fff;
    font-size:22px;
    font-weight:700;
}

/* Error Message */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    display:flex;
    align-items:center;
    gap:14px;
    margin:20px 0 0 !important;
    padding:18px 22px !important;
    border:none !important;
    border-radius:16px;
    background:linear-gradient(
        135deg,
        #fef2f2 0%,
        #fff5f5 100%
    );
    box-shadow:
        0 10px 30px rgba(239,68,68,.12),
        0 2px 10px rgba(239,68,68,.08);
    color:#991b1b;
    font-size:15px;
    font-weight:600;
}

.wpcf7 form.failed .wpcf7-response-output:before,
.wpcf7 form.invalid .wpcf7-response-output:before{
    content:"!";
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#ef4444;
    color:#fff;
    font-size:22px;
    font-weight:700;
}

/* Submit Button Loading */
.wpcf7-spinner{
    position:absolute;
    right:-30px;
    top:50%;
    transform:translateY(-50%);
}

.wpcf7-form.submitting input[type="submit"]{
    opacity:.7;
    cursor:not-allowed;
}

/* Smooth animation */
.wpcf7-response-output{
    animation:akFadeUp .4s ease;
}

@keyframes akFadeUp{
    from{
        opacity:0;
        transform:translateY(15px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.ak-footer-main a{
	color: #fff;
}
}