:root {
    --orange: #ff6e00;
    --orange-hover: #d45c00;
    --black: #000;
    --grid-gap: 20px;
    --white: #ffffff;
    --f20: 20px;
    --f22: 40px;
    --f16: 16px;
    --gap10: 10px;
    --gap20: 20px;
    --button-padding: 11px 25px 13px 25px;
    --button-padding-big: 17px 40px 17px 40px;
    --button-radius: 5px;
    --common-gradient: url(../images/events-life/event-banner-patern.png), linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
}
*{
 font-family: var(--common-font);
}
h1, h2, h3, h4, h5, h6, button, textarea, input {
    font-family: var(--common-font), sans-serif;
}
#main {
    margin: 80px 0 0 0;
}

.heading-style {
    font-size: 40px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: var(--common-font);
    color: #000;
    text-align: center;
}
.heading-style span{
    color: #ff6e00;
}
.enqform {
    padding: 40px 0;
    position: relative;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: linear-gradient(to bottom, #FEF6EF 0%, #fff 60%);
}
.enqform::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
    pointer-events: none;
    z-index: -1;
    top: -200px;
    left: -200px;
    background: radial-gradient(circle, #ff6e00 0%, transparent 70%);
}
.enqform-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}

.enqform-caption {
    margin-bottom: 15px;
}
.enquire-now-page-left {
    padding: 20px;
    box-shadow: 0 0 24px rgba(20, 30, 70, 0.06);
    background-color: #fff;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.enqform-caption p {
    line-height: 23px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--common-font);
    text-align: center;
    color: #333;
    margin: 0;
}

.enquire-now-page-left h2, .enquire-now-page-left strong {
    padding: 0px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    width: 100%;
    font-family: var(--common-font);
    display: block;
    margin: 0 0 15px;
    line-height: 1em;
    text-transform: capitalize;
}
.enquire-now-page-left h2 span{
    color: #ff6e00;
}
.enq_grid_box>div {
    position: relative;
}

.enq_grid_box>div:nth-last-child(-n+2) {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
}

.enq_grid_box>div label {
    position: absolute;
    left: 18px;
    font-size: 16px;
    font-weight: 700;
    top: -10px;
    padding: 2px 3px;
    background-color: #fff;
    display: flex;
    gap: 10px;
    font-family: var(--common-font);
}

.enq_grid_box>div label img {
    width: 16px;
}

.enq_grid_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.enquire-now-page-left input,
.enquire-now-page-left select {
    width: 100%;
    display: block;
    color: #22232A;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-family: var(--common-font);
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 45px;
    background: transparent;
    height: 50px;
    border: 1px solid #eef0f1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.enquire-now-page-left select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%236F6E75' stroke-width='1.5' fill='none' fill-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 8px;
    padding-right: 35px;
}

.enquire-now-page-left textarea {
     width: 100%;
    display: block;
    color: #22232A;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-family: var(--common-font);
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 45px;
    background: transparent;
    border: 1px solid #eef0f1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    height: 80px;
}
.enquire-now-page-left:has(textarea) i {
    align-items: flex-start;
    top: 15px;
}
.enquire-now-page-left input:focus,
.enquire-now-page-left input:hover,
.enquire-now-page-left select:focus,
.enquire-now-page-left select:hover,
.enquire-now-page-left textarea:focus,
.enquire-now-page-left textarea:hover
 {
    outline: none;
    border-color: #FE7320;
    box-shadow: 0 4px 12px rgba(254, 115, 32, 0.08);
}
.enquire-now-page-left i {
    display: inline-flex;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    align-items: center;
}
.countryPhoneSelectWrapper {
    position: relative;
    width: 100%;
    width: 100%;
    display: block;
    color: #22232A;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    font-style: normal;
    font-family: var(--common-font);
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: transparent;
    border: 1px solid #eef0f1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 12px;
}
.countryPhoneSelectWrapper input.country_phone_num {
    padding: 10px 12px 10px 0;
    border-right: 1px solid #eef0f1;
    background: #fff;
}
.countryPhoneSelectWrapper input {
    margin: 0;
    padding: 15px 12px 15px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    height: auto;
    background: transparent;
    box-shadow: none;
}
.countryPhoneSelectWrapper input:hover,
.countryPhoneSelectWrapper input:focus{
    box-shadow: none;
}
.countryPhoneSelectWrapper:hover{
     outline: none;
    border-color: #FE7320;
    box-shadow: 0 4px 12px rgba(254, 115, 32, 0.08);
}
.enquire_left i.phone-icon{
    left: 65px;
}
.common-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--common-font);
    line-height: normal;
    text-transform: capitalize;
    border: 0;
    outline: none;
    box-shadow: none;
    background: linear-gradient(180deg, #FE9D4D 0%, #FE5909 100%);
    padding: 13px 15px 15.5px 15px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    gap: 15px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    text-align: center;
}
.common-btn img {
    width: auto;
    height: 27px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.common-btn small {
    font-size: 12px;
    display: block;
}

.common-btn:hover {
    background:linear-gradient(180deg, #D78541 0%, #D74B07 100%);
}

.buttonsflex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.enqform #captcha-error {
    position: absolute;
    font-size: 12px;
    bottom: -40px;
}

.trust__area {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    color: #aaa;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px;
}
.trust__area span  {
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}
.trust__area i {
    font-weight: bold;
    color: var(--orange);
}

/* ____________________________________________ */
.enqform_grid{
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px;
}
.right-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Stats Card Row */
.stats-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0 0 24px rgba(20, 30, 70, 0.06);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #F1F5F9;
}

.stat-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fef5ed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.stat-icon-circle svg {
    width: 35px;
    height: 35px;
    fill: none;
}

.stat-number {
    font-size: 25px;
    font-weight: 800;
    color: #000;
    line-height: 1em;
    margin-bottom: 4px;
}
.stat-title {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

/* Testimonial Card */
.testimonial-card {
  background: #0d2046;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0 24px rgba(20, 30, 70, 0.06);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.quote-badge svg {
    width: 40px;
    height: 40px;
    fill: #ff6e00;
}
.quote-text {
    font-size: 16px;
    color: #f8f8f8;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
    transition: opacity 0.3s ease;
    margin: 0;
}
.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.quote-grid{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(255, 255, 255,0.2);
}
.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #EAEFF5;
}

.author-details {
  display: flex;
  flex-direction: column;
}

.author-name {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    display: block;
}
.author-sub {
  font-size: 13.5px;
  font-weight: 500;
  color: #f8f8f8;
}

.testimonial-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.nav-btn:hover {
  background: #ff6e00;
  border-color: #CBD5E1;
}
.nav-btn:hover  svg{
  stroke: #fff;
}

.nav-btn svg {
  width: 16px;
  height: 16px;
  stroke: #0F172A;
  fill: none;
  stroke-width: 2.2;
}

.pagination-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CBD5E1;
  cursor: pointer;
  transition: all 0.25s;
}

.dot.active {
  background: #FF5722;
  width: 20px;
  height: 8px;
  border-radius: 4px;
}
/* ==========================================================================
   Bottom Feature Pillars Banner
   ========================================================================== */

.pillars-banner {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 0 24px rgba(20, 30, 70, 0.06);
  margin-top: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.pillar-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
    position: relative;
    justify-content: center;
}

.pillar-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #eef0f1;
}
.pillar-icon-box svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pillar-text {
  display: flex;
  flex-direction: column;
}

.pillar-title {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.pillar-desc {
    font-size: 14px;
    color: #333;
    line-height: 16px;
}

/* ==========================================================================
   Top 5 Showcase Cards Grid (SaaS Cards)
   ========================================================================== */

.app-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-bottom: 25px;
}

.app-card {
    background: rgba(255,255,255,0.8);
    border-radius: 16px;
    padding: 18px 16px 0 16px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    height: 400px;
    -webkit-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 24px rgba(20, 30, 70, 0.06);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.app-card:last-child{
    grid-column: span 2;padding-right: 0;
}
.app-card:hover {
  transform: translateY(-4px);
  border-color: #CBD5E1;
}

.card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.card-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #FFF4ED;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 87, 34, 0.15);
}

.card-icon-wrapper svg {
    width: 23px;
    height: 23px;
    stroke: #FF5722;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.card-title-group {
  display: flex;
  flex-direction: column;
}

.card-title {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    line-height: 1em;
    margin-bottom: 5px;
    display: block;
}
.card-title span{
    color: #ff6e00;
}
.card-subtitle {
    font-size: 15px;
    color: #333;
    text-align: left;
    line-height: 20px;
    margin: 0;
}
/* Screen Mockups */
.mockup-container {
  flex: 1;
  border-bottom: none;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.phone-mockup {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.web-mockup {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.web-mockup img {
    margin-right: -20px;
    filter: drop-shadow(0 12px 22px rgba(0,0,0,.18));
    -webkit-filter: drop-shadow(0 12px 22px rgba(0,0,0,.18));
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border: 2px solid #f8f8f8;
}
.footer-strip {
  background: #FFF4ED;
  border-radius: 12px;
  padding: 16px 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border: 1px solid #FFE4D6;
  margin-top: 24px;
}

.footer-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 0 15px;
    flex: 1;
}
.footer-line{
    background: #FFE4D6;
    width: 1px;
    height: 25px;
}
.footer-item svg {
  width: 24px;
  height: 24px;
  stroke: #ff6e00;
  fill: none;
  stroke-width: 2;
}

.footer-item a {
  color: inherit;
  text-decoration: none;
}

.footer-item a:hover {
  color: #ff6e00;
}
@media screen and (max-width:1024px) {
    .heading-style {
        font-size: 40px;
    }
}

@media screen and (max-width:991px) {
    .heading-style {
        font-size: 38px;
    }

    .enqform-caption h2,
    .enqform-caption strong {
        font-size: 24px;
    }
    .enqform_grid {
    grid-template-columns: 100%;
}
.footer-strip {
    padding: 10px;
}
.footer-strip {
    gap: 10px;
}
.pillar-icon-box svg {
    width: 30px;
    height: 30px;
}
}

@media screen and (max-width:767px) {
    .enq_grid_box {
        display: flex;
        flex-direction: column;
    }

    .heading-style {
        font-size: 35px;
    }

    .enqform-caption h2,
    .enqform-caption strong {
        font-size: 22px;
    }
   .pillars-banner {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    padding: 15px 0;
}
    .stat-icon-circle {
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }
    .stat-number {
        font-size: 18px;
        display: block;
    }
    .stats-card {
        padding: 10px;
    }
    .stat-icon-circle svg {
        width: 25px;
        height: 25px;
        fill: none;
    }
    .stat-title {
        font-size: 12px;
    }
    .pillar-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .footer-strip {
        gap: 15px;
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-line{
        display: none;
    }
    .footer-item{
        padding: 0;
    }
}

@media screen and (max-width:630px) {
    .heading-style {
        font-size: 30px;
    }

    .enqform-caption h2,
    .enqform-caption strong {
        font-size: 20px;
    }
}