.elementor-kit-7{--e-global-color-primary:#C19459;--e-global-color-secondary:#000000;--e-global-color-text:#0A0A0ACC;--e-global-color-accent:#8A8A8A;--e-global-color-b90bf5a:#FAF9F7;--e-global-color-84c3bf7:#0A0A0A;--e-global-color-9298e9b:#9CA3AF;--e-global-color-e58a818:#FFFFFF;--e-global-color-fe79884:#D8D8D8;--e-global-typography-primary-font-family:"Gotham-Book";--e-global-typography-secondary-font-family:"Gotham-Book";--e-global-typography-text-font-family:"Gotham-Book";--e-global-typography-accent-font-family:"Gotham-Book";color:var( --e-global-color-secondary );font-family:"Gotham-Book", sans-serif;font-size:16px;line-height:24px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Gotham-Book", sans-serif;font-size:14px;line-height:20px;border-radius:0px 0px 0px 0px;padding:12px 32px 12px 32px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#C19459;font-family:"Gotham-Medium", sans-serif;}.elementor-kit-7 a:hover{color:#B89C6D;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Gotham-Bold", sans-serif;font-size:56px;font-weight:700;line-height:64px;}.elementor-kit-7 h2{color:var( --e-global-color-secondary );font-family:"Gotham-Bold", sans-serif;font-size:48px;font-weight:700;text-transform:capitalize;line-height:56px;}.elementor-kit-7 h4{color:#E5E5E5;font-family:"Gotham-Medium", sans-serif;font-size:20px;line-height:21px;}.elementor-kit-7 label{color:var( --e-global-color-secondary );font-size:16px;font-weight:700;line-height:24px;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:"GothamBook", sans-serif;font-size:16px;line-height:24px;color:#040E1C;background-color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#F2F0EC;border-radius:0px 0px 0px 0px;padding:12px 12px 12px 12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7 h1{font-size:48px;}.elementor-kit-7 h2{font-size:36px;line-height:44px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:40px;line-height:48px;}.elementor-kit-7 h2{font-size:32px;line-height:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.reveal-heading {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #fff !important;
  font-size: 36px !important;
  line-height: 44px!important;
  margin: 0;
}

.reveal-word {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(12px);
  transition: opacity 0.6s ease-out, filter 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity, filter;
}

.reveal-word.is-visible {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0px);
}

@media screen and (max-width: 767px) {
    .reveal-heading {
      font-size: 20px !important;
      line-height: 28px!important;
    }
}

/* Hide the default inline success message */
.elementor-message.elementor-message-success {
  display: none !important;
}
/* Overlay backdrop */
.ef-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: ef-fadein 0.35s ease forwards;
}
/* Popup card */
.ef-popup-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 320px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  transform: scale(0.85) translateY(16px);
  animation: ef-popin 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.ef-icon-ring {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #eef7ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #3b7a3b;
}
.ef-gold-bar {
  width: 44px;
  height: 2px;
  background: #b8976a;
  border-radius: 2px;
}
.ef-popup-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2a;
  margin: 0;
}
.ef-popup-sub {
  font-size: 14px;
  color: #888888;
  margin: 0;
  line-height: 1.6;
}
/* Countdown ring */
.ef-timer-ring {
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 4px;
}
.ef-timer-ring svg { transform: rotate(-90deg); }
.ef-timer-track { fill: none; stroke: #eeeeee; stroke-width: 3; }
.ef-timer-progress {
  fill: none;
  stroke: #b8976a;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 91;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 5s linear;
}
.ef-timer-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #b8976a;
}
/* Fade out */
.ef-popup-overlay.ef-fadeout {
  animation: ef-fadeout 0.4s ease forwards;
}

@keyframes ef-fadein  { to { opacity: 1; } }
@keyframes ef-fadeout { to { opacity: 0; pointer-events: none; } }
@keyframes ef-popin   { to { transform: scale(1) translateY(0); } }

p:last-child{
    margin-bottom: 0;
}
.elementor-form-spinner i{
    color: #fff;
}
/*input,*/
/*select,*/
/*textarea{*/
/*    background-color: transparent !important;*/
/*}*/
input:focus,
select:focus,
textarea:focus{
    box-shadow: none !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea {
    resize: none;
}
.elementor-widget-form .elementor-message{
    margin: 30px 0 10px;
}
form label:after{
    color: #CB1010!important;
}
.elementor-field-group{
    position: relative;
}
.elementor-field-group p.elementor-message-danger{
    display: flex;
    font-size: 13px;
    line-height: 17px;
    position: absolute;
    margin: 0;
    bottom: -20px;    
}
.elementor-field-group p.elementor-message-danger:before{
    display: none;
}
.elementor-mark-required .elementor-field-label:after{
    position: absolute;
    top: 5px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham-Book';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://icaurpk.com/wp-content/uploads/2026/08/Gotham-Book.woff2') format('woff2'),
		url('http://icaurpk.com/wp-content/uploads/2026/08/Gotham-Book.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham-Medium';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://icaurpk.com/wp-content/uploads/2026/08/Gotham-Medium.woff2') format('woff2'),
		url('http://icaurpk.com/wp-content/uploads/2026/08/Gotham-Medium.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham-Bold';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('http://icaurpk.com/wp-content/uploads/2026/08/Gotham-Bold.woff2') format('woff2'),
		url('http://icaurpk.com/wp-content/uploads/2026/08/Gotham-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */