/* font-family - Force Prompt everywhere */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, td, th, li, label, input, select, textarea, button, strong, em, small, pre, code, blockquote {
   font-family: 'Prompt', sans-serif !important;
}

body {
   margin: 0;
   padding: 0;
   font-size: 16px;
   -webkit-transition: all 300ms ease-in-out;
   -o-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
   overflow-x: hidden;
}

::-webkit-scrollbar-track {background-color: #e9edf0;border-left: 1px solid #ededed;}
::-webkit-scrollbar {width: 7px;background-color: #ff1637;}
::-webkit-scrollbar-thumb {background:#ff1637;}

/* Firefox Scrollbar */
* {
   scrollbar-width: thin;
   scrollbar-color: #ff1637 #e9edf0;
}

.raleway {
   font-family: 'Prompt', sans-serif;
}
.Montserrat {
   font-family: 'Prompt', sans-serif;
}

.open_sans {
   font-family: 'Prompt', sans-serif;
}

a,
a:hover,
a:focus {
   text-decoration: none;
}
.h1, .h2, .h3, h1, h2, h3 {
   margin: 0;
}
.bg_white {
   background: #FFFFFF;
   color: #666666;
}


.bg_grey {
   background: #f7f7f7;
}

.big_padding {
   padding: 120px 0;
}

.small_padding {
   padding: 60px 0;
}

.all_big_padding {
   padding: 60px 0;
}
.top_padding{
   padding-top: 100px;
}

.left_align {
   margin-left: 0 !important;
}

.margin_default_bottom {
   margin-bottom: 25px !important;
}

.default_section_heading {
   font-size:55px;
   font-family: 'Prompt', sans-serif;
   font-weight: 100;
   margin: 0;
   padding: 0;
   color: #666666;
   text-transform: capitalize;
}
p {
   font-family: 'Prompt', sans-serif;
   font-weight: 400;
   font-size: 16px;
}

.mid_default_margin {
   margin-top: 90px;
}

.small_heading_navy {
   color: #666666;
   font-weight: 300;
   font-size: 22px;
   margin: 0;
}
.default_text_light {
   color: #9fa3a8;
}
/* center block */
.center-block {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -moz-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.default_divider {
   border-top-color: #ff1637;
   width: 70px;
   margin: 30px auto;
}

.default_divider_white {
   border-top-color: #FFFFFF;
}

.default_divider_big {
   margin-bottom: 90px;
}

.none {
   display: none;
}

.colorwhite {
   color: #fff;
}

.bg-dark {
   background-color: #171717;
}

.button_div a:nth-child(1) {
   margin-right: 7px;
}

.button_div a:nth-child(2) {
   margin-left: 7px;
}

.button {
   display: inline-block;
   text-align: center;
   vertical-align: middle;
   position: relative;
   overflow: hidden;
   -webkit-transition: all .3s ease-in;
   -o-transition: all .3s ease-in;
   transition: all .3s ease-in;
   font-weight: 600;
   font-size: 16px;
   padding: 12px 30px;
   border-radius: 50px;
}
.button:hover, .button:focus{
   color: #666666;
   -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
   box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

.btn_gradient {
   border: 2px solid transparent;
   background: rgba(0, 188, 212, .70);
   background: -webkit-linear-gradient(320deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));
   background: -o-linear-gradient(320deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));
   background: linear-gradient(130deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));
}
.button_default_style:hover,
.button_default_style:focus,
.bg_before_pink,
.bg_before_blue, .btn_gradient,
.bg_before_yellow, .bg_before_transparent {
   color: #fff;
}
.bg_before_pink,
.bg_before_blue,
.bg_before_white,
.bg_before_transparent{
   width: 190px;
   max-width: 210px;
}
.bg_before_white {
   background: #fff;
   border: 2px solid #fff;
   color: #303840;
}
.bg_before_pink {
   background: #ff1637;
   border: 2px solid #ff1637;
}
.bg_before_blue {
   background: #00bcd4;
   border: 2px solid #00bcd4;
}
.bg_before_yellow {
   background: #f1c30f;
   border: 2px solid #f1c30f;
}
.bg_before_transparent {
   background: transparent;
   border: 2px solid #ffffff;
}

.bg_before_blue:before, .bg_before_yellow:before {
   background: #fff;
}
.bg_before_pink:hover,
.bg_before_pink:focus,
.bg_before_blue:hover,
.bg_before_blue:focus,
.btn_gradient:hover,
.btn_gradient:focus,
.bg_before_yellow:hover,
.bg_before_yellow:focus,
.bg_before_transparent:hover,
.bg_before_transparent:focus{
   background: #fff;
   border: 2px solid #fff;
   color: #666666;
}
.bg_before_white:hover, .bg_before_white:focus {
   background: #f1c30f;
   border-color: #f1c30f;
   color: #ffffff;
}
.section-overlay-yellow .bg_before_white:hover, .bg_before_white:focus {
   background: #ff1637;
   border-color: #ff1637;
   color: #ffffff;
}
.margin_bottom_25 {
   margin-bottom: 25px;
}

/*Container*/
.container{
   width: 90%;
   max-width: 99%;
}

/*Logo*/
.demo-brand {
   display: inline-block;
   margin-bottom: 10px;
   max-width: 220px;
}

/*Banner*/
.demo-banner {
   background: url(../images/demo-header.jpg) no-repeat;
   background-attachment: fixed;
   -webkit-background-size: cover;
   background-size: cover;
   background-position: center center;
   position: relative;
}
.banner_inner {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   color: #fff;
}
.banner_inner h1 {
   font-size: 50px;
   font-weight: 500;
   color: #fff;
   line-height: 60px;
   font-family: "Prompt", sans-serif;
   margin: 15px auto 20px auto;
   max-width: 500px;
}
.font-weight-400 {
   font-weight: 400 !important;
}
.banner_inner p {
   margin-bottom: 35px;
   font-size: 18px;
   max-width: 700px;
   font-family: "Prompt", sans-serif;
   font-weight: 500;
}

/* Modern Banner Styles */
.modern-banner {
   min-height: 100vh;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
   background: #0a0a1a;
}

/* Banner Slider */
.banner-slider {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
}

.banner-slide {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   opacity: 0;
   transform: scale(1);
   transition: opacity 1.5s ease-in-out, transform 7s ease-out;
   z-index: 1;
}

.banner-slide.active {
   opacity: 1;
   transform: scale(1.15);
}

.banner-slide.zoom-out {
   opacity: 1;
   transform: scale(1.25);
   transition: transform 0.8s ease-in;
}

.banner-gradient {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: 
      linear-gradient(to bottom, rgba(10, 10, 26, 0.65) 0%, rgba(10, 10, 26, 0.8) 100%);
   z-index: 2;
}

/* Particle Network Canvas */
#particleCanvas {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 3;
   pointer-events: none;
}

.modern-banner .container {
   position: relative;
   z-index: 10;
   width: 100%;
   max-width: 100%;
}

.banner_content {
   text-align: center;
   padding: 120px 20px 60px;
   position: relative;
   z-index: 10;
}

.banner-badge {
   display: inline-block;
   background: rgba(255, 22, 55, 0.2);
   border: 1px solid rgba(255, 22, 55, 0.5);
   color: #ffffff;
   padding: 10px 25px;
   border-radius: 50px;
   font-size: 14px;
   font-weight: 600;
   margin-bottom: 25px;
   letter-spacing: 1px;
}

.banner-badge i {
   margin-right: 8px;
   color: #ffc107;
}

.modern-banner h1 {
   font-family: 'Prompt', sans-serif;
   font-size: 60px;
   font-weight: 800;
   color: #ffffff;
   line-height: 1.2;
   margin-bottom: 25px;
   text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.modern-banner h1 .highlight {
   background: linear-gradient(135deg, #ff1637 0%, #ff6b6b 25%, #ff1637 50%, #ff6b6b 75%, #ff1637 100%);
   background-size: 200% auto;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   position: relative;
   display: inline-block;
   animation: priceShine 3s linear infinite;
}

@keyframes priceShine {
   0% { background-position: 0% center; }
   100% { background-position: 200% center; }
}

.modern-banner h1 .highlight::after {
   content: '';
   position: absolute;
   bottom: -8px;
   left: 0;
   width: 100%;
   height: 4px;
   background: linear-gradient(90deg, transparent, #ff1637, #ff6b6b, #ff1637, transparent);
   border-radius: 2px;
   animation: lineGlow 2s ease-in-out infinite;
}

@keyframes lineGlow {
   0%, 100% { opacity: 0.7; box-shadow: 0 0 10px rgba(255, 22, 55, 0.5); }
   50% { opacity: 1; box-shadow: 0 0 25px rgba(255, 22, 55, 0.8), 0 0 50px rgba(255, 22, 55, 0.4); }
}

.typewriter-cursor {
   display: inline-block;
   color: #ff1637;
   font-weight: 700;
   animation: blink 0.7s infinite;
   margin-left: 2px;
}

@keyframes blink {
   0%, 100% { opacity: 1; }
   50% { opacity: 0; }
}

.banner-desc {
   font-family: 'Prompt', sans-serif;
   font-size: 20px;
   color: rgba(255, 255, 255, 0.8);
   line-height: 1.8;
   margin-bottom: 35px;
   font-weight: 400;
}

.banner-features {
   display: flex;
   justify-content: center;
   gap: 30px;
   margin-bottom: 40px;
   flex-wrap: wrap;
}

.feature-item {
   display: flex;
   align-items: center;
   gap: 10px;
   color: rgba(255, 255, 255, 0.9);
   font-size: 15px;
   font-weight: 500;
}

.feature-item i {
   color: #ffc107;
   font-size: 18px;
}

.banner-buttons {
   display: flex;
   justify-content: center;
   gap: 20px;
   margin-bottom: 40px;
   flex-wrap: wrap;
}

.btn-primary-custom {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   background: linear-gradient(135deg, #ff1637 0%, #ff4757 50%, #ff6b6b 100%);
   background-size: 200% 200%;
   color: #ffffff;
   padding: 18px 40px;
   border-radius: 50px;
   font-size: 18px;
   font-weight: 700;
   text-decoration: none;
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   box-shadow: 0 10px 40px rgba(255, 22, 55, 0.4);
   position: relative;
   overflow: hidden;
   animation: btnPulse 2s ease-in-out infinite;
}

.btn-primary-custom::before {
   content: '';
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
   transition: left 0.5s ease;
}

.btn-primary-custom:hover::before {
   left: 100%;
}

.btn-primary-custom:hover {
   transform: translateY(-5px) scale(1.05);
   box-shadow: 0 20px 60px rgba(255, 22, 55, 0.6);
   color: #ffffff;
   background-position: 100% 0;
}

.btn-primary-custom:active {
   transform: translateY(-2px) scale(1.02);
}

.btn-outline-custom {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   background: transparent;
   color: #ffc107;
   padding: 18px 40px;
   border-radius: 50px;
   font-size: 18px;
   font-weight: 600;
   text-decoration: none;
   border: 2px solid #ffc107;
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   position: relative;
   overflow: hidden;
}

.btn-outline-custom::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 0;
   height: 100%;
   background: rgba(255, 193, 7, 0.15);
   transition: width 0.4s ease;
   z-index: -1;
}

.btn-outline-custom:hover::before {
   width: 100%;
}

.btn-outline-custom:hover {
   background: rgba(255, 193, 7, 0.15);
   border-color: #ffca28;
   color: #ffca28;
   transform: translateY(-5px) scale(1.05);
   box-shadow: 0 15px 40px rgba(255, 193, 7, 0.3);
}

@keyframes btnPulse {
   0%, 100% { box-shadow: 0 10px 40px rgba(255, 22, 55, 0.4); }
   50% { box-shadow: 0 10px 50px rgba(255, 22, 55, 0.6), 0 0 20px rgba(255, 22, 55, 0.3); }
}

.banner-price-badge {
   margin-top: 20px;
}

.price-box {
   display: inline-flex;
   flex-direction: column;
   align-items: center;
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.1);
   backdrop-filter: blur(10px);
   padding: 25px 50px;
   border-radius: 20px;
}

.price-label {
   font-size: 14px;
   color: rgba(255, 255, 255, 0.6);
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-bottom: 8px;
}

.price-amount {
   font-family: 'Prompt', sans-serif;
   font-size: 48px;
   font-weight: 800;
   color: #ffffff;
   text-shadow: 0 0 30px rgba(255, 22, 55, 0.5);
}

.price-note {
   font-size: 13px;
   color: rgba(255, 255, 255, 0.5);
   margin-top: 5px;
}

.scroll-indicator {
   position: absolute;
   bottom: 40px;
   z-index: 10;
   left: 50%;
   transform: translateX(-50%);
   z-index: 10;
}

.scroll-indicator a {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.1);
   border: 1px solid rgba(255, 255, 255, 0.2);
   color: #ffffff;
   font-size: 20px;
   animation: bounce 2s infinite;
   transition: all 0.3s ease;
}

.scroll-indicator a:hover {
   background: rgba(255, 22, 55, 0.3);
   border-color: #ff1637;
}

@keyframes bounce {
   0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
   }
   40% {
      transform: translateY(-10px);
   }
   60% {
      transform: translateY(-5px);
   }
}


/* ============================================ */
/* ============================================ */
/* FAQ Section - Modern Design */
/* ============================================ */
.faq-section {
   background: linear-gradient(180deg, #0d0d2b 0%, #1a1a3e 100%);
   padding: 100px 0;
   position: relative;
   overflow: hidden;
}

.faq-section::before {
   content: '';
   position: absolute;
   top: -50%;
   left: -20%;
   width: 500px;
   height: 500px;
   background: radial-gradient(circle, rgba(255, 22, 55, 0.1) 0%, transparent 70%);
   border-radius: 50%;
   pointer-events: none;
}

.faq-section::after {
   content: '';
   position: absolute;
   bottom: -30%;
   right: -10%;
   width: 400px;
   height: 400px;
   background: radial-gradient(circle, rgba(108, 92, 231, 0.08) 0%, transparent 70%);
   border-radius: 50%;
   pointer-events: none;
}

.faq-section .section-badge {
   background: rgba(255, 255, 255, 0.1);
   border-color: rgba(255, 255, 255, 0.2);
   color: #fff;
}

.faq-section .section-title {
   color: #fff;
   text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.faq-item {
   margin-bottom: 16px;
   border-radius: 16px;
   overflow: hidden;
   background: rgba(255, 255, 255, 0.05);
   backdrop-filter: blur(10px);
   border: 1px solid rgba(255, 255, 255, 0.08);
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.faq-item:hover {
   background: rgba(255, 255, 255, 0.08);
   border-color: rgba(255, 22, 55, 0.3);
   transform: translateX(8px);
   box-shadow: 0 10px 40px rgba(255, 22, 55, 0.15);
}

.faq-item.active {
   background: rgba(255, 255, 255, 0.1);
   border-color: rgba(255, 22, 55, 0.4);
   box-shadow: 0 10px 40px rgba(255, 22, 55, 0.2);
}

.faq-question {
   padding: 22px 28px;
   cursor: pointer;
   display: flex;
   align-items: center;
   gap: 18px;
   font-weight: 600;
   font-size: 16px;
   color: #ffffff;
   transition: all 0.3s ease;
}

.faq-question:hover {
   color: #ff6b6b;
}

.faq-icon {
   width: 40px;
   height: 40px;
   border-radius: 12px;
   background: linear-gradient(135deg, #ff1637, #ff4757);
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
   transition: all 0.3s ease;
   box-shadow: 0 4px 15px rgba(255, 22, 55, 0.3);
}

.faq-icon i {
   color: #ffffff;
   font-size: 16px;
   transition: transform 0.4s ease;
}

.faq-item.active .faq-icon {
   transform: rotate(45deg);
   background: linear-gradient(135deg, #ff4757, #ff6b6b);
}

.faq-question span {
   flex: 1;
}

.faq-arrow {
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.1);
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
   transition: all 0.3s ease;
}

.faq-arrow i {
   color: rgba(255, 255, 255, 0.5);
   font-size: 12px;
   transition: all 0.3s ease;
}

.faq-item:hover .faq-arrow {
   background: rgba(255, 22, 55, 0.3);
}

.faq-item:hover .faq-arrow i {
   color: #fff;
}

.faq-item.active .faq-arrow {
   background: #ff1637;
   transform: rotate(180deg);
}

.faq-item.active .faq-arrow i {
   color: #fff;
}

.faq-answer {
   padding: 0 28px;
   max-height: 0;
   overflow: hidden;
   transition: all 0.4s ease;
}

.faq-item.active .faq-answer {
   padding: 0 28px 24px;
   max-height: 500px;
}

.faq-answer-inner {
   padding-left: 58px;
   border-left: 3px solid rgba(255, 22, 55, 0.3);
   margin-top: 5px;
}

.faq-answer p {
   color: rgba(255, 255, 255, 0.75);
   margin: 0;
   line-height: 1.9;
   font-size: 15px;
}

.faq-answer p strong {
   color: #ff6b6b;
   font-weight: 700;
}

@media (max-width: 768px) {
   .faq-section {
      padding: 60px 0;
   }
   .faq-question {
      padding: 18px 20px;
      font-size: 14px;
   }
   .faq-icon {
      width: 36px;
      height: 36px;
      border-radius: 10px;
   }
   .faq-answer-inner {
      padding-left: 0;
      border-left: none;
   }
}

/* Contact Us Section */
.contact-section {
   padding: 100px 0;
   position: relative;
   overflow: hidden;
   background: #0f0f23;
}

.contact-bg-gradient {
   position: absolute;
   top: 0;
   left: 0;
   left: 0;
   bottom: 0;
   background:
      radial-gradient(ellipse at 10% 50%, rgba(255, 22, 55, 0.1) 0%, transparent 50%),
      radial-gradient(ellipse at 90% 50%, rgba(0, 188, 212, 0.08) 0%, transparent 50%);
   z-index: 0;
}

.contact-section .container {
   position: relative;
   z-index: 1;
}

/* Contact Info Side */
.contact-badge {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: rgba(255, 22, 55, 0.15);
   border: 1px solid rgba(255, 22, 55, 0.4);
   color: #ff1637;
   padding: 8px 20px;
   border-radius: 50px;
   font-size: 13px;
   font-weight: 600;
   margin-bottom: 20px;
   letter-spacing: 0.5px;
}

.contact-heading {
   font-family: 'Prompt', sans-serif;
   font-size: 42px;
   font-weight: 800;
   color: #ffffff;
   line-height: 1.2;
   margin-bottom: 20px;
}

.contact-desc {
   font-family: 'Prompt', sans-serif;
   font-size: 17px;
   color: rgba(255, 255, 255, 0.7);
   line-height: 1.7;
   margin-bottom: 40px;
}

.contact-channels {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.channel-item {
   display: flex;
   align-items: center;
   gap: 18px;
   padding: 18px 22px;
   background: rgba(255, 255, 255, 0.03);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 14px;
   transition: all 0.3s ease;
   text-decoration: none;
   color: inherit;
}

.channel-item:hover {
   background: rgba(255, 255, 255, 0.06);
   border-color: rgba(255, 22, 55, 0.3);
   transform: translateX(5px);
}

.channel-icon {
   width: 50px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(255, 22, 55, 0.12);
   border-radius: 12px;
   font-size: 20px;
   color: #ff1637;
   flex-shrink: 0;
}

.channel-content {
   display: flex;
   flex-direction: column;
   gap: 3px;
}

.channel-label {
   font-size: 12px;
   color: rgba(255, 255, 255, 0.5);
   text-transform: uppercase;
   letter-spacing: 1px;
   font-weight: 600;
}

.channel-value {
   font-family: 'Prompt', sans-serif;
   font-size: 16px;
   color: #ffffff;
   font-weight: 500;
}

/* Contact Form Side */
.contact-form-card {
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.1);
   backdrop-filter: blur(10px);
   border-radius: 24px;
   padding: 40px;
}

/* New Sections Styles */


/* Why Section */

/* Section Badge */
.section-badge {
   display: inline-block;
   background: rgba(255, 22, 55, 0.1);
   border: 1px solid rgba(255, 22, 55, 0.3);
   color: #ff1637;
   padding: 8px 20px;
   border-radius: 50px;
   font-size: 14px;
   font-weight: 600;
   margin-bottom: 20px;
}

.section-badge.light {
   background: rgba(255, 255, 255, 0.1);
   border-color: rgba(255, 255, 255, 0.3);
   color: #ffffff;
}

/* Section Title */
.section-title {
   font-family: 'Prompt', sans-serif;
   font-size: 38px;
   font-weight: 700;
   color: #1a1a3e;
   margin-bottom: 20px;
}

.section-title.light {
   color: #ffffff;
   text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.section-subtitle {
   font-family: 'Prompt', sans-serif;
   font-size: 17px;
   color: #666;
   line-height: 1.7;
}

.section-subtitle.light {
   color: rgba(255, 255, 255, 0.85);
}

.why-section-v2 {
   background-color: #fafbfc;
   background-image: 
      linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
   background-size: 20px 20px;
   padding: 100px 0;
}

.why-content {
   padding-left: 80px;
}

.why-title {
   font-family: 'Prompt', sans-serif;
   font-size: 42px;
   font-weight: 700;
   color: #ff1637;
   margin-bottom: 10px;
   text-shadow: 2px 2px 4px rgba(255, 22, 55, 0.3);
   position: relative;
   display: inline-block;
}

.why-title::after {
   content: '';
   position: absolute;
   bottom: -8px;
   left: 0;
   width: 100%;
   height: 4px;
   background: linear-gradient(90deg, #ff1637, transparent);
   border-radius: 2px;
}

.why-subtitle {
   font-size: 18px;
   color: #333;
   font-weight: 600;
   margin-bottom: 15px;
}

.why-desc {
   font-size: 16px;
   color: #555;
   line-height: 1.7;
   margin-bottom: 30px;
}

.why-features {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.why-feature-item {
   display: flex;
   align-items: flex-start;
   gap: 15px;
}

.why-feature-icon {
   width: 45px;
   height: 45px;
   background: linear-gradient(135deg, rgba(255, 22, 55, 0.1), rgba(255, 22, 55, 0.05));
   border-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 20px;
   color: #ff1637;
   flex-shrink: 0;
}

.why-feature-text h4 {
   font-family: 'Prompt', sans-serif;
   font-size: 16px;
   font-weight: 700;
   color: #1a1a2e;
   margin-bottom: 5px;
}

.why-feature-text p {
   font-size: 14px;
   color: #555;
   line-height: 1.5;
   margin: 0;
}

.why-image {
   text-align: center;
}

.why-img {
   width: 100%;
   min-height: 500px;
   border-radius: 15px;
   box-shadow: 0 0 30px rgba(255, 22, 55, 0.4), 0 0 60px rgba(255, 22, 55, 0.2);
   transition: all 0.3s ease;
   object-fit: cover;
}

.why-img:hover {
   transform: scale(1.02);
   box-shadow: 0 0 40px rgba(255, 22, 55, 0.6), 0 0 80px rgba(255, 22, 55, 0.3);
}

/* Overlay on hover */

/* Portfolio Section */
.portfolio-section {
   background: linear-gradient(180deg, #1a1a3e 0%, #0d0d2b 40%, #0a0a1a 70%, #1a1024 100%);
   padding: 80px 0;
   position: relative;
   overflow: hidden;
}

.portfolio-section::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   left: 0;
   bottom: 0;
   background: 
      radial-gradient(ellipse at 20% 30%, rgba(255, 22, 55, 0.15) 0%, transparent 50%),
      radial-gradient(ellipse at 80% 70%, rgba(0, 150, 255, 0.1) 0%, transparent 50%);
   pointer-events: none;
}

.portfolio-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 25px;
   margin-top: 40px;
}

.portfolio-card {
   position: relative;
   border-radius: 16px;
   overflow: hidden;
   cursor: pointer;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
   transition: all 0.4s ease;
}

.portfolio-card:hover {
   transform: translateY(-10px);
   box-shadow: 0 20px 50px rgba(255, 22, 55, 0.3);
   border: 2px solid rgba(255, 22, 55, 0.5);
}

.portfolio-card-img {
   width: 100%;
   height: 250px;
   overflow: hidden;
}

.portfolio-card-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-card-img img {
   transform: scale(1.1);
}

.portfolio-card-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(10, 10, 26, 0.85);
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: opacity 0.3s ease;
   padding: 20px;
   z-index: 10;
}

.portfolio-card:hover .portfolio-card-overlay {
   opacity: 1;
}

.portfolio-card-overlay h4 {
   color: #fff;
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 15px;
   transform: translateY(10px);
   transition: transform 0.4s ease;
}

.portfolio-card:hover .portfolio-card-overlay h4 {
   transform: translateY(0);
}

.portfolio-card-btn {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   padding: 12px 30px;
   background: linear-gradient(135deg, #ff1637, #ff4757);
   color: #fff;
   border: none;
   border-radius: 25px;
   text-decoration: none;
   font-size: 14px;
   font-weight: 600;
   transition: all 0.3s;
   pointer-events: auto;
}

.portfolio-card-btn:hover {
   box-shadow: 0 8px 25px rgba(255, 22, 55, 0.5);
   color: #fff;
}

.portfolio-empty {
   grid-column: 1 / -1;
   text-align: center;
   padding: 60px 20px;
   color: rgba(255, 255, 255, 0.5);
}

.portfolio-empty i {
   font-size: 60px;
   margin-bottom: 15px;
   display: block;
}

.portfolio-more {
   grid-column: 1 / -1;
   text-align: center;
   margin-top: 40px;
}

.btn-portfolio-more {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: 16px 40px;
   background: transparent;
   color: #fff;
   border: 2px solid #ffc107;
   border-radius: 50px;
   font-size: 16px;
   font-weight: 600;
   text-decoration: none;
   transition: all 0.3s ease;
}

.btn-portfolio-more:hover {
   background: #ffc107;
   color: #1a1a2e;
   transform: translateY(-3px);
   box-shadow: 0 10px 30px rgba(255, 193, 7, 0.4);
}

@media (max-width: 992px) {
   .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
   .portfolio-grid { grid-template-columns: 1fr; }
   .portfolio-card-img { height: 200px; }
}

/* Services Section */
.services-section {
   background: #1a1a3e;
   position: relative;
   overflow: hidden;
}

.services-bg {
   position: absolute;
   top: 0;
   left: 0;
   left: 0;
   bottom: 0;
   background:
      radial-gradient(ellipse at 20% 50%, rgba(255, 22, 55, 0.15) 0%, transparent 50%),
      radial-gradient(ellipse at 80% 50%, rgba(0, 188, 212, 0.1) 0%, transparent 50%);
}

.services-section .container {
   position: relative;
   z-index: 1;
}

.service-card {
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 20px;
   padding: 35px 25px;
   text-align: center;
   height: 100%;
   transition: all 0.3s ease;
   position: relative;
   overflow: hidden;
}

.service-card:hover {
   transform: translateY(-8px);
   background: rgba(255, 255, 255, 0.08);
   border-color: rgba(255, 22, 55, 0.3);
}

.service-card.featured {
   border-color: rgba(255, 22, 55, 0.5);
   background: rgba(255, 255, 255, 0.08);
}

.service-badge {
   position: absolute;
   top: 15px;
   left: 15px;
   background: #ff1637;
   color: #fff;
   padding: 5px 12px;
   border-radius: 20px;
   font-size: 11px;
   font-weight: 700;
}

.service-icon {
   width: 60px;
   height: 60px;
   background: rgba(255, 22, 55, 0.15);
   border-radius: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 20px;
   font-size: 24px;
   color: #ff1637;
}

.service-card h3 {
   font-family: 'Prompt', sans-serif;
   font-size: 20px;
   font-weight: 700;
   color: #ffffff;
   margin-bottom: 10px;
}

.service-price {
   font-family: 'Prompt', sans-serif;
   font-size: 22px;
   font-weight: 700;
   color: #ff1637;
   margin-bottom: 15px;
}

.service-card > p:not(.service-price) {
   font-size: 14px;
   color: rgba(255, 255, 255, 0.7);
   line-height: 1.6;
   margin-bottom: 15px;
}

.service-features {
   list-style: none;
   padding: 0;
   margin: 0 0 20px 0;
   text-align: left;
}

.service-features li {
   padding: 6px 0;
   color: rgba(255, 255, 255, 0.85);
   font-size: 13px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.service-features li i {
   color: #ffc107;
   margin-right: 8px;
   font-size: 12px;
}

.service-btn {
   display: inline-block;
   padding: 10px 25px;
   background: linear-gradient(135deg, #ffc107, #ffca28);
   color: #1a1a2e;
   border-radius: 25px;
   font-size: 13px;
   font-weight: 600;
   text-decoration: none;
   transition: all 0.3s ease;
}

.service-btn:hover {
   transform: translateY(-3px);
   box-shadow: 0 5px 20px rgba(255, 193, 7, 0.4);
   color: #1a1a2e;
}

.service-list {
   list-style: none;
   padding: 0;
   margin: 0 0 25px 0;
   text-align: left;
}

.service-list li {
   padding: 8px 0;
   color: rgba(255, 255, 255, 0.85);
   font-size: 14px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.service-list li:last-child {
   border-bottom: none;
}

.service-list li i {
   color: #00bcd4;
   margin-right: 10px;
}

.service-btn {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: linear-gradient(135deg, #ff1637, #ff4757);
   color: #fff;
   padding: 12px 28px;
   border-radius: 50px;
   font-weight: 600;
   text-decoration: none;
   transition: all 0.3s ease;
}

.service-btn:hover {
   transform: translateY(-2px);
   box-shadow: 0 8px 25px rgba(255, 22, 55, 0.4);
   color: #fff;
}

/* Pricing Section */
.pricing-section {
   background: #0a0a1a;
}

.pricing-row {
   margin-top: 40px;
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   gap: 20px;
}
.pricing-item {
   display: flex;
}
.pricing-item > .pricing-card {
   width: 100%;
   min-height: 480px;
   display: flex;
   flex-direction: column;
}
.pricing-card.disabled .fa-times {
   color: rgba(255, 255, 255, 0.3);
}
.pricing-card .pricing-features {
   flex: 1;
}
.pricing-card .pricing-btn {
   margin-top: auto;
}

.pricing-card {
   background: rgba(255, 255, 255, 0.03);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 20px;
   padding: 35px 25px;
   text-align: center;
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   position: relative;
   overflow: hidden;
   height: 100%;
}

.pricing-card::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   left: 0;
   height: 4px;
   background: linear-gradient(90deg, #ff1637, #ff6b6b);
   opacity: 0;
   transition: opacity 0.3s ease;
}

.pricing-card:hover {
   transform: translateY(-10px);
   border-color: rgba(255, 22, 55, 0.3);
   box-shadow: 0 20px 60px rgba(255, 22, 55, 0.2);
}

.pricing-card:hover::before {
   opacity: 1;
}

.pricing-card.featured {
   background: rgba(255, 22, 55, 0.08);
   border: 2px solid rgba(255, 22, 55, 0.4);
   transform: scale(1.05);
}

.pricing-card.featured::before {
   opacity: 1;
}

.pricing-card.featured:hover {
   transform: scale(1.05) translateY(-10px);
}

.pricing-badge {
   position: absolute;
   top: 18px;
   right: -35px;
   background: linear-gradient(135deg, #ff1637, #ff6b6b);
   color: #fff;
   padding: 8px 50px;
   font-size: 12px;
   font-weight: 700;
   transform: rotate(45deg);
   text-transform: uppercase;
   letter-spacing: 1px;
   z-index: 10;
   box-shadow: 0 4px 15px rgba(255, 22, 55, 0.4);
}

.pricing-header {
   margin-bottom: 25px;
}

.pricing-icon {
   width: 70px;
   height: 70px;
   margin: 0 auto 15px;
   background: linear-gradient(135deg, rgba(255, 22, 55, 0.2), rgba(255, 107, 107, 0.1));
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 28px;
   color: #ff4757;
   transition: all 0.3s ease;
}

.pricing-card:hover .pricing-icon {
   transform: scale(1.1) rotate(10deg);
   background: linear-gradient(135deg, #ff1637, #ff6b6b);
   color: #fff;
}

.pricing-header h3 {
   color: #ffffff;
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 10px;
   text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.pricing-tag {
   display: inline-block;
   background: rgba(0, 188, 212, 0.3);
   color: #4dd0e1;
   padding: 5px 14px;
   border-radius: 20px;
   font-size: 13px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.pricing-price {
   padding: 20px 0;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   margin-bottom: 25px;
}

.price-currency {
   color: #ff4757;
   font-size: 24px;
   font-weight: 700;
   vertical-align: top;
}

.price-amount {
   color: #fff;
   font-size: 48px;
   font-weight: 800;
   font-family: 'Prompt', sans-serif;
   line-height: 1;
}

.custom-price {
   font-size: 22px;
   display: block;
}

.price-period {
   display: block;
   color: rgba(255, 255, 255, 0.7);
   font-size: 14px;
   margin-top: 8px;
}

.pricing-features {
   list-style: none;
   padding: 0;
   margin: 0 0 25px;
   text-align: left;
}

.pricing-features li {
   padding: 10px 0;
   color: rgba(255, 255, 255, 0.9);
   font-size: 14px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   display: flex;
   align-items: center;
   gap: 10px;
}

.pricing-features li:last-child {
   border-bottom: none;
}

.pricing-features li i {
   color: #4dd0e1;
   font-size: 15px;
   width: 20px;
   text-align: center;
}

.pricing-btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   width: 100%;
   padding: 14px 25px;
   background: linear-gradient(135deg, #ffc107, #ffca28);
   color: #1a1a2e;
   border: 2px solid #ffc107;
   border-radius: 50px;
   font-size: 15px;
   font-weight: 600;
   text-decoration: none;
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pricing-btn:hover {
   background: linear-gradient(135deg, #ffca28, #ffd54f);
   border-color: #ffca28;
   transform: translateY(-3px);
   box-shadow: 0 10px 30px rgba(255, 193, 7, 0.4);
   color: #1a1a2e;
}

.pricing-btn.featured-btn {
   background: linear-gradient(135deg, #ff1637, #ff4757);
   border-color: #ff1637;
}

.pricing-btn.featured-btn:hover {
   box-shadow: 0 15px 40px rgba(255, 22, 55, 0.6);
}

/* Process Section */
.process-section-v2 {
   background-color: #fafbfc;
   background-image: 
      linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
   background-size: 20px 20px;
   padding: 80px 0 0 0;
   overflow: hidden;
}

.process-image {
   text-align: left;
   padding-left: 0;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   height: 100%;
}

.process-img {
   width: 165%;
   max-width: none;
   margin-left: -35%;
   height: auto;
   object-fit: contain;
   object-position: bottom;
}

.process-section-v2 .container {
   max-width: 1100px;
}

.process-image-placeholder {
   width: 100%;
   max-width: 400px;
   height: 450px;
   background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
   border-radius: 20px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   margin: 0 auto;
   color: #999;
   font-size: 16px;
}

.process-image-placeholder i {
   font-size: 80px;
   margin-bottom: 15px;
   color: #ccc;
}

.process-content {
   padding-left: 30px;
   padding-top: 20px;
   padding-bottom: 80px;
   position: relative;
   z-index: 2;
}

.process-title {
   font-family: 'Prompt', sans-serif;
   font-size: 48px;
   font-weight: 700;
   color: #ff1637;
   margin-bottom: 10px;
   text-shadow: 2px 2px 4px rgba(255, 22, 55, 0.3);
   position: relative;
   display: inline-block;
}

.process-title::after {
   content: '';
   position: absolute;
   bottom: -8px;
   left: 0;
   width: 100%;
   height: 4px;
   background: linear-gradient(90deg, #ff1637, transparent);
   border-radius: 2px;
}

.process-title .highlight {
   color: #ff1637;
}

.process-subtitle {
   font-size: 16px;
   color: #666;
   margin-bottom: 40px;
}

.process-steps-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   margin-top: 30px;
   align-items: stretch;
}

.process-step-card {
   background: #fff;
   padding: 25px 20px;
   border-radius: 15px;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
   border: 1px solid rgba(255, 193, 7, 0.2);
   transition: all 0.3s ease;
   text-align: left;
   display: flex;
   flex-direction: column;
}

.process-step-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   border-color: rgba(255, 193, 7, 0.5);
}

.process-step-card h3 {
   font-family: 'Prompt', sans-serif;
   font-size: 18px;
   font-weight: 700;
   color: #1a1a2e;
   margin: 15px 0 10px;
}

.process-step-card p {
   font-size: 15px;
   color: #666;
   line-height: 1.6;
   margin: 0;
}

.process-article-box {
   background: #fff;
   padding: 20px 25px;
   border-radius: 12px;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
   border-left: 4px solid #ff1637; /* Red accent matching theme */
   margin-top: 30px;
   width: 100%;
   text-align: left;
   transition: all 0.3s ease;
}

.process-article-box:hover {
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
   transform: translateY(-2px);
}

.process-article-box h4 {
   font-family: 'Prompt', sans-serif;
   font-size: 17px;
   font-weight: 700;
   color: #1a1a2e;
   margin: 0 0 8px 0;
}

.process-article-box p {
   font-size: 15px;
   color: #666;
   line-height: 1.6;
   margin: 0;
}

.step-number {
   width: 55px;
   height: 55px;
   border-radius: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: 'Prompt', sans-serif;
   font-size: 20px;
   font-weight: 700;
   color: #fff;
   flex-shrink: 0;
}

.step-orange {
   background: linear-gradient(135deg, #ff9800, #ffb74d);
}

.step-blue {
   background: linear-gradient(135deg, #2196f3, #64b5f6);
}

.step-yellow {
   background: linear-gradient(135deg, #ffc107, #ffd54f);
}

.step-content h3 {
   font-family: 'Prompt', sans-serif;
   font-size: 18px;
   font-weight: 700;
   color: #1a1a2e;
   margin-bottom: 8px;
}

.step-content p {
   font-size: 14px;
   color: #666;
   line-height: 1.6;
   margin: 0;
}

/* Service Features */
.service-features {
   list-style: none;
   padding: 0;
   margin: 0;
   text-align: left;
}

.service-features li {
   font-size: 13px;
   color: rgba(255, 255, 255, 0.7);
   padding: 8px 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.service-features li:last-child {
   border-bottom: none;
}

.service-features li i {
   color: #00c853;
   margin-right: 8px;
   font-size: 12px;
}

.services-note {
   margin: 40px 0 25px;
   font-size: 15px;
   color: rgba(255, 255, 255, 0.7);
}

.services-note i {
   color: #ff1637;
   margin-right: 8px;
}
.choose-card {
   text-align: center;
   padding: 40px 25px;
   border-radius: 16px;
   background: #f8f9fa;
   height: 100%;
   transition: all 0.3s ease;
}

.choose-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.choose-icon {
   width: 70px;
   height: 70px;
   background: linear-gradient(135deg, #ff1637 0%, #ff4757 100%);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 20px;
   font-size: 28px;
   color: #ffffff;
}

.choose-card h3 {
   font-family: 'Prompt', sans-serif;
   font-size: 20px;
   font-weight: 700;
   color: #1a1a3e;
   margin-bottom: 12px;
}

.choose-card p {
   font-size: 14px;
   color: #666666;
   line-height: 1.7;
   margin: 0;
}

/* Consultation Section */
.consultation-section {
   background: linear-gradient(135deg, #1a1a3e 0%, #0d0d2b 100%);
   position: relative;
}

.consultation-card {
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 24px;
   padding: 50px 40px;
   backdrop-filter: blur(10px);
}

.consultation-icon {
   width: 80px;
   height: 80px;
   background: rgba(255, 22, 55, 0.15);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 25px;
   font-size: 32px;
   color: #ff1637;
}

.consultation-card h2 {
   font-family: 'Prompt', sans-serif;
   font-size: 32px;
   font-weight: 800;
   color: #ffffff;
   margin-bottom: 15px;
}

.consultation-card > p {
   font-size: 16px;
   color: rgba(255, 255, 255, 0.75);
   line-height: 1.7;
   margin-bottom: 25px;
}

.consultation-features {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   gap: 20px;
   margin-bottom: 30px;
}

.consultation-features span {
   font-size: 14px;
   color: rgba(255, 255, 255, 0.85);
}

.consultation-features i {
   color: #00c853;
   margin-right: 6px;
}

.consultation-buttons {
   display: flex;
   justify-content: center;
   gap: 15px;
   flex-wrap: wrap;
}

/* CTA Section */
.cta-section {
   background: #0a0a1a;
   position: relative;
   overflow: hidden;
}

.cta-bg {
   position: absolute;
   top: 0;
   left: 0;
   left: 0;
   bottom: 0;
   background:
      radial-gradient(ellipse at 30% 50%, rgba(255, 22, 55, 0.2) 0%, transparent 60%);
}

.cta-section .container {
   position: relative;
   z-index: 1;
}

.cta-title {
   font-family: 'Prompt', sans-serif;
   font-size: 36px;
   font-weight: 800;
   color: #ffffff;
   margin-bottom: 20px;
}

.cta-subtitle {
   font-size: 18px;
   color: rgba(255, 255, 255, 0.7);
   line-height: 1.7;
   margin-bottom: 35px;
}

.cta-buttons {
   display: flex;
   justify-content: center;
   gap: 20px;
   flex-wrap: wrap;
}

.form-title {
   font-family: 'Prompt', sans-serif;
   font-size: 24px;
   font-weight: 700;
   color: #ffffff;
   margin-bottom: 30px;
}

.contact-form {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

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

.form-group {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.form-group.full-width {
   grid-column: 1 / -1;
}

.form-group label {
   font-family: 'Prompt', sans-serif;
   font-size: 14px;
   color: rgba(255, 255, 255, 0.8);
   font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
   background: rgba(255, 255, 255, 0.06);
   border: 1px solid rgba(255, 255, 255, 0.12);
   border-radius: 12px;
   padding: 14px 18px;
   color: #ffffff;
   font-family: 'Prompt', sans-serif;
   font-size: 15px;
   transition: all 0.3s ease;
   outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
   color: rgba(255, 255, 255, 0.35);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
   border-color: #ff1637;
   background: rgba(255, 22, 55, 0.06);
   box-shadow: 0 0 0 3px rgba(255, 22, 55, 0.1);
}

.form-group select {
   appearance: none;
   -webkit-appearance: none;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,0.5)' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-position: right 16px center;
   padding-right: 40px;
   cursor: pointer;
}

.form-group select option {
   background: #1a1a3e;
   color: #ffffff;
}

.form-group textarea {
   resize: vertical;
   min-height: 130px;
}

/* CAPTCHA Section */
.captcha-section {
   display: flex;
   align-items: center;
   gap: 12px;
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 12px;
   padding: 15px 20px;
   margin-bottom: 20px;
}

.captcha-question {
   display: flex;
   align-items: center;
   gap: 10px;
   flex: 1;
   color: #ccc;
   font-size: 15px;
}

.captcha-question i {
   color: #00bcd4;
   font-size: 18px;
}

.captcha-question strong {
   color: #00bcd4;
   font-weight: 700;
   background: rgba(0, 188, 212, 0.1);
   padding: 4px 12px;
   border-radius: 6px;
   font-size: 16px;
}

#captchaInput {
   width: 80px;
   padding: 10px 15px;
   border: 2px solid rgba(255, 255, 255, 0.2);
   border-radius: 8px;
   background: rgba(255, 255, 255, 0.08);
   color: #fff;
   font-size: 16px;
   font-weight: 600;
   text-align: center;
   transition: all 0.3s ease;
}

#captchaInput:focus {
   border-color: #00bcd4;
   outline: none;
   box-shadow: 0 0 10px rgba(0, 188, 212, 0.3);
}

.captcha-refresh {
   background: rgba(0, 188, 212, 0.2);
   border: 2px solid rgba(0, 188, 212, 0.5);
   color: #00bcd4;
   width: 42px;
   height: 42px;
   border-radius: 50%;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 18px;
   transition: all 0.3s ease;
}

.captcha-refresh:hover {
   background: #00bcd4;
   color: #fff;
   transform: rotate(180deg);
}

.captcha-error {
   color: #ff4757;
   font-size: 13px;
   margin-top: -15px;
   margin-bottom: 15px;
   display: none;
}

.submit-btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   background: linear-gradient(135deg, #ff1637 0%, #ff4757 50%, #ff6b6b 100%);
   background-size: 200% 200%;
   color: #ffffff;
   border: none;
   padding: 16px 40px;
   border-radius: 50px;
   font-size: 17px;
   font-weight: 700;
   font-family: 'Prompt', sans-serif;
   cursor: pointer;
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   box-shadow: 0 8px 30px rgba(255, 22, 55, 0.35);
   width: 100%;
   margin-top: 10px;
   position: relative;
   overflow: hidden;
}

.submit-btn::before {
   content: '';
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
   transition: left 0.5s ease;
}

.submit-btn:hover::before {
   left: 100%;
}

.submit-btn:hover {
   transform: translateY(-3px) scale(1.02);
   box-shadow: 0 15px 50px rgba(255, 22, 55, 0.55);
   background-position: 100% 0;
}

.submit-btn i {
   font-size: 16px;
}

/* Page Styling */
.preview_outer a img {
   width: 100%;
   -webkit-border-radius: 0px;
   border-radius: 0px;
   -webkit-transition: 1s;
   -o-transition: 1s;
   transition: 1s;
}
.preview_outer {
   -webkit-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: 0 0 20px 0 #bfc0c1;
   box-shadow: 0 0 20px 0 #bfc0c1;
   height: auto;
   overflow: hidden;
   display: block;
   margin-bottom: 30px;
   position: relative;
   z-index: 1;
}
.preview_outer > img {
   width: 100%;
   position: relative;
}
.preview_outer:hover .demo_link img {
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -o-transform: scale(1.2);
   transform: scale(1.2);
}
.preview_outer::before {
   content: "";
   z-index: 1;
   position: absolute;
   top: 0;
   left: 0;
   bottom: -1px;
   left: 0;
   visibility: hidden;
   background-color: rgba(241,195,15,0.70);

   -webkit-transition: all .5s ease .1s;
   -o-transition: all .5s ease .1s;
   transition: all .5s ease .1s;
   -webkit-transform: scale3d(0, 1, 0);
   -ms-transform: scale3d(0, 1, 0);
   -o-transform: scale3d(0, 1, 0);
   transform: scale3d(0, 1, 0);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   -o-transform-origin: center;
   transform-origin: center;
   opacity: 0;
}
.preview_outer:hover::before,
.preview_outer:focus::before {
   visibility: visible;
   -webkit-transform: scale3d(1, 1, 1);
   -ms-transform: scale3d(1, 1, 1);
   -o-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
   opacity: 1;
}
.preview_outer .overlay {
   position: absolute;
   z-index: 2;
   display: inline-block;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   opacity: 0;
   -webkit-transition: all .3s linear;
   -o-transition: all .3s linear;
   transition: all .3s linear;
   -webkit-transition-delay: .2s;
   -o-transition-delay: .2s;
   transition-delay: .2s;
}
.preview_outer:hover .overlay,
.preview_outer:focus .overlay {
   opacity: 1;
}
.preview_outer a {
   font-size: 13px;
   width: auto;
}
.section-overlay::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   left: 0;
   background: rgba(255,22,55, 0.90);
}
.section-overlay-yellow::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   left: 0;
   background: rgba(241,195,15, 0.90);
}
.demo_written_link {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 75px 0;
	text-transform: capitalize;
	color: inherit;
}
.demo_written_link:hover,
.demo_written_link:focus {
   color: #00bcd4;
}


/*Default Sections*/
section {
   position: relative;
}
.section-overlay-blue::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   left: 0;
   background: rgba(0, 188, 212, .70);
   background: -webkit-linear-gradient(320deg, rgba(0, 188, 212, 0.7), #1495b9, rgba(0, 82, 185, 0.6));
   background: -o-linear-gradient(320deg, rgba(0, 188, 212, .70), #1495b9, rgba(0, 82, 185, 0.7));
   background: linear-gradient(130deg, rgba(0, 188, 212, .70), #1495b9, rgba(0, 82, 185, 0.7));
}
.section-overlay-two::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   left: 0;
   background: rgba(255, 128, 125, 0.7);
   background: -webkit-linear-gradient(320deg, rgba(255, 102, 102, 0.7), #ff807d, rgba(255, 102, 102, 0.98));
   background: -o-linear-gradient(320deg, rgba(255, 102, 102, 0.7), #ff807d, rgb(255, 102, 102));
   background: linear-gradient(130deg, rgba(255, 102, 102, 0.7), #ff807d, rgb(255, 102, 102));
}

.some_features {
   background: url(../images/parallax-feature.jpg) no-repeat;
}
.parallax_set {
   background: url(../images/parallax-set.jpg) no-repeat;
}
.support_demo {
   background: url(../images/parallax-support.jpg) no-repeat;
}
.some_features, .parallax_set, .support_demo {
   background-attachment: fixed;
   background-position: center center;
   -webkit-background-size: cover;
   background-size: cover;
}

/*Retina Ready Section*/
.retina-text {
   padding: 1px 10%;
}
.retina-ready .responsive-img {
	position: relative;
	overflow: hidden;
	width: 100%;
   max-width: 450px;
   margin: 0 auto;
}
.retina-ready .responsive-img > img {
   margin-top: 4rem;
	width: 100%;
}

/*feature Setions*/
.some_features .feature_heading,
.support_demo .feature_heading {
   padding: 8% 0;
   vertical-align: middle;
}
.feature-box {
   padding: 20px 0;
}
.feature-box h3 {
   font-weight: 200;
   font-family: 'Prompt', sans-serif;
   margin-bottom: 20px;
}
.section-overlay-yellow .colorwhite {
   color: #18191d;
}

/*FontAwesome*/
.fa-hover > a {
	background: #fafafa;
	display: block;
	padding: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0;
	color: #a5a5a5;
   -webkit-transition: all .3s ease-in .1s;
   -o-transition: all .3s ease-in .1s;
   transition: all .3s ease-in .1s;
}
.fa-hover > a > i {
   font-size: 18px;
}
.fa-hover > a:hover,
.fa-hover > a:focus {
   background: #00bcd4;
   color: #fff;
}

/*Footer*/
.footer {
   background: #0d0d2b;
   color: #fff;
   font-size: 14px;
   padding: 60px 0 0;
}

.footer-brand h3 {
   font-family: 'Prompt', sans-serif;
   font-size: 24px;
   font-weight: 800;
   color: #ffffff;
   margin-bottom: 15px;
}

.footer-brand p {
   color: rgba(255, 255, 255, 0.65);
   line-height: 1.8;
   margin: 0;
}

.footer-links h4,
.footer-contact h4 {
   font-family: 'Prompt', sans-serif;
   font-size: 16px;
   font-weight: 700;
   color: #ffffff;
   margin-bottom: 20px;
   position: relative;
   padding-bottom: 12px;
}

.footer-links h4::after,
.footer-contact h4::after {
   content: '';
   position: absolute;
   left: 0;
   bottom: 0;
   width: 40px;
   height: 2px;
   background: #ff1637;
}

.footer-links ul,
.footer-contact ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.footer-links ul li,
.footer-contact ul li {
   margin-bottom: 12px;
}

.footer-links ul li a {
   color: rgba(255, 255, 255, 0.65);
   text-decoration: none;
   transition: all 0.3s ease;
}

.footer-links ul li a:hover {
   color: #ff1637;
   padding-left: 5px;
}

.footer-contact ul li,
.footer-contact ul li a {
   color: rgba(255, 255, 255, 0.65);
   text-decoration: none;
   display: flex;
   align-items: center;
   gap: 10px;
}

.footer-contact ul li a:hover {
   color: #ff1637;
}

.footer-contact ul li i,
.footer-contact ul li a i {
   color: #ff1637;
   width: 18px;
   text-align: center;
}

.footer.all_big_padding {
   padding: 30px 0 0;
}
.footer-bottom {
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   margin-top: 20px;
   padding: 12px 0;
}

.footer-bottom p {
   margin: 0;
   color: rgba(255, 255, 255, 0.5);
   font-size: 13px;
}

.footer-bottom a {
   color: #ff1637;
   text-decoration: none;
}

.footer-bottom a:hover {
   text-decoration: underline;
}

/* Privacy Policy Modal */
.privacy-modal {
   position: fixed !important;
   top: 0 !important;
   left: 0 !important;
   width: 100% !important;
   height: 100% !important;
   background: rgba(0, 0, 0, 0.6);
   display: none;
   align-items: center;
   justify-content: center;
   z-index: 99999 !important;
}
.privacy-modal.show {
   display: flex !important;
}
.privacy-modal-content {
   background: #fff;
   border-radius: 12px;
   width: 90%;
   max-width: 400px;
   max-height: 60vh;
   overflow: hidden;
   box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.privacy-modal-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 12px 15px;
   background: linear-gradient(135deg, #1a1a3e, #0d0d2b);
   color: #fff;
}
.privacy-modal-header h3 {
   margin: 0;
   font-size: 14px;
   font-weight: 600;
}
.privacy-modal-header h3 i {
   margin-right: 6px;
   color: #ff1637;
}
.privacy-close {
   background: none;
   border: none;
   color: #fff;
   font-size: 20px;
   cursor: pointer;
   line-height: 1;
   padding: 0;
}
.privacy-close:hover {
   color: #ff1637;
}
.privacy-modal-body {
   padding: 15px;
   overflow-y: auto;
   max-height: calc(60vh - 50px);
   color: #333;
   font-size: 13px;
   line-height: 1.6;
}
.privacy-modal-body p {
   margin-bottom: 10px;
}
.privacy-modal-body h4 {
   color: #1a1a3e;
   font-size: 13px;
   margin: 12px 0 6px;
   padding-bottom: 4px;
   border-bottom: 1px solid #eee;
}
.privacy-modal-body a {
   color: #ff1637;
   text-decoration: none;
}
.privacy-modal-body a:hover {
   text-decoration: underline;
}

/* ===================================
/* ======================================
   Preloader
====================================== */
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(135deg, #0a0a1a 0%, #1a1a3e 50%, #0d0d2b 100%);
   z-index: 111111;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: opacity 0.6s ease, visibility 0.6s;
}

.preloader.fade-out {
   opacity: 0;
   visibility: hidden;
}

.preloader-inner {
   text-align: center;
}

.preloader-logo {
   width: 80px;
   height: 80px;
   margin: 0 auto 20px;
   background: linear-gradient(135deg, #ff1637, #ff4757);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: 'Prompt', sans-serif;
   font-size: 36px;
   font-weight: 800;
   color: #fff;
   animation: preloaderPulse 1.5s ease-in-out infinite;
   box-shadow: 0 0 30px rgba(255, 22, 55, 0.5);
}

.preloader-text {
   color: #fff;
   font-family: 'Prompt', sans-serif;
   font-size: 20px;
   font-weight: 700;
   letter-spacing: 3px;
   margin-bottom: 25px;
   animation: preloaderFadeText 1.5s ease-in-out infinite;
}

.preloader-bar {
   width: 200px;
   height: 3px;
   background: rgba(255, 255, 255, 0.15);
   border-radius: 3px;
   margin: 0 auto 20px;
   overflow: hidden;
}

.preloader-bar-fill {
   width: 0%;
   height: 100%;
   background: linear-gradient(90deg, #ff1637, #ff6b6b);
   border-radius: 3px;
   animation: preloaderBar 2s ease-in-out infinite;
}

.preloader-dots {
   display: flex;
   justify-content: center;
   gap: 8px;
}

.preloader-dots span {
   width: 8px;
   height: 8px;
   background: rgba(255, 255, 255, 0.3);
   border-radius: 50%;
   animation: preloaderDot 1.4s ease-in-out infinite;
}

.preloader-dots span:nth-child(1) { animation-delay: 0s; }
.preloader-dots span:nth-child(2) { animation-delay: 0.2s; }
.preloader-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes preloaderPulse {
   0%, 100% { transform: scale(1); box-shadow: 0 0 30px rgba(255, 22, 55, 0.5); }
   50% { transform: scale(1.1); box-shadow: 0 0 50px rgba(255, 22, 55, 0.8); }
}

@keyframes preloaderFadeText {
   0%, 100% { opacity: 1; }
   50% { opacity: 0.5; }
}

@keyframes preloaderBar {
   0% { width: 0%; margin-left: 0; }
   50% { width: 100%; margin-left: 0; }
   100% { width: 0%; margin-left: 100%; }
}

@keyframes preloaderDot {
   0%, 80%, 100% { transform: scale(0.6); opacity: 0.3; }
   40% { transform: scale(1); opacity: 1; background: #ff1637; }
}

/* Old loader fallback */
.loader {
   position: fixed;
   height: 100%;
   width: 100%;
   top: 0; left: 0; bottom: 0; left: 0;
   z-index: 111111;
   background: #0a0a1a;
   overflow: hidden !important;
}
.loading li {
   position: absolute;
   margin: 0;
   height: 20px;
   width: 20px;
   border-radius: 100%;
   list-style: none;

}
@media (max-width: 1200px) {
   .button {
      font-size: 12px;
      padding: 10px 24px;
   }
   .preview_outer a{
      font-size: 12px;
   }
   .modern-banner h1 {
      font-size: 50px;
   }
   .price-amount {
      font-size: 42px;
   }
}
@media (max-width: 992px) {
   .container {
      width: 99%;
      max-width: 99%;
   }
   .banner_inner p{
      font-size: 16px;
   }
   .banner_inner h1 {
      font-size: 40px;
      line-height: 45px;
   }
   .default_section_heading {
      font-size: 50px;
   }
   .banner_inner {
      width: 75%;
   }
   .modern-banner h1 {
      font-size: 42px;
   }
   .banner-desc {
      font-size: 18px;
   }
   .banner-features {
      gap: 20px;
   }
   /* Pricing Tablet */
   .pricing-row {
      grid-template-columns: repeat(3, 1fr);
   }
}

@media (max-width: 768px) {
   /* Pricing Mobile */
   .pricing-row {
      grid-template-columns: 1fr;
   }
   .pricing-card {
      margin-bottom: 20px;
      min-height: auto;
   }
   .pricing-card.featured {
      transform: scale(1);
   }
   .pricing-card.featured:hover {
      transform: translateY(-10px);
   }
   .price-amount {
      font-size: 38px;
   }
   .pricing-badge {
      right: -30px;
      top: 15px;
      padding: 6px 40px;
      font-size: 10px;
   }

   .banner_inner {
      width: 90%;
   }
   .demo-brand {
      max-width: 200px;
   }
   .banner_inner h1 {
      font-size: 30px;
      line-height: 35px;
   }
   .default_section_heading {
      font-size: 34px;
   }

   .footer h3 {
      text-align: center; 
      margin-bottom: 20px;
   }

   .footer ul {
      text-align: center;
   }

   .modern-banner h1 {
      font-size: 32px;
   }
   .banner-badge {
      font-size: 12px;
      padding: 8px 18px;
   }
   .banner-desc {
      font-size: 16px;
      line-height: 1.6;
   }
   .banner-features {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
      padding: 0 10px;
   }
   .feature-item {
      font-size: 14px;
      justify-content: center;
   }
   .banner-buttons {
      flex-direction: column;
      align-items: center;
      gap: 15px;
   }
   .btn-primary-custom,
   .btn-outline-custom {
      width: 100%;
      max-width: 280px;
      justify-content: center;
      padding: 16px 30px;
      font-size: 16px;
   }
   .price-box {
      padding: 20px 35px;
   }
   .price-amount {
      font-size: 36px;
   }
   .scroll-indicator {
      bottom: 20px;
   }

   /* Contact Section Mobile */
   .contact-section {
      padding: 60px 0;
   }
   .contact-heading {
      font-size: 32px;
   }
   .contact-desc {
      font-size: 15px;
   }
   .contact-channels {
      gap: 15px;
   }
   .channel-item {
      padding: 15px 18px;
   }
   .channel-icon {
      width: 42px;
      height: 42px;
      font-size: 18px;
   }
   .channel-value {
      font-size: 14px;
   }
   .contact-form-card {
      padding: 25px 20px;
   }
   .form-title {
      font-size: 20px;
   }
   .form-row {
      grid-template-columns: 1fr;
      gap: 15px;
   }
   .form-group input,
   .form-group select,
   .form-group textarea {
      padding: 12px 15px;
      font-size: 14px;
   }
   .captcha-section {
      flex-direction: column;
      gap: 10px;
   }
   .captcha-question {
      font-size: 13px;
   }
   #captchaInput {
      width: 100%;
   }

   /* Why Choose Section Mobile */
   .choose-card {
      padding: 30px 20px;
      margin-bottom: 20px;
   }
   .choose-icon {
      width: 60px;
      height: 60px;
      font-size: 24px;
   }
   .choose-card h3 {
      font-size: 18px;
   }
   .choose-card p {
      font-size: 13px;
   }

   /* Consultation Section Mobile */
   .consultation-card {
      padding: 30px 20px;
   }
   .consultation-card h2 {
      font-size: 24px;
   }
   .consultation-card > p {
      font-size: 14px;
   }
   .consultation-features {
      flex-direction: column;
      gap: 10px;
   }
   .consultation-buttons {
      flex-direction: column;
      align-items: center;
   }
   .consultation-buttons a {
      width: 100%;
      max-width: 280px;
   }

   /* Service Section Mobile */
   .service-card {
      margin-bottom: 20px;
   }
   .services-note {
      font-size: 14px;
      padding: 0 15px;
   }

   /* Footer Mobile */
   .footer-brand {
      text-align: center;
      margin-bottom: 30px;
   }
   .footer-brand h3 {
      font-size: 22px;
   }
   .footer-links,
   .footer-contact {
      text-align: center;
      margin-bottom: 30px;
   }
   .footer-links h4::after,
   .footer-contact h4::after {
      left: 50%;
      transform: translateX(-50%);
   }
   .footer-links ul li a {
      display: inline-block;
   }
   .footer-contact ul li,
   .footer-contact ul li a {
      justify-content: center;
   }
   .footer-bottom {
      text-align: center;
   }
   .footer-bottom .text-right {
      text-align: center;
      margin-top: 10px;
   }
}

/* Go to Top Button */
.go-to-top {
   position: fixed;
   bottom: 100px;
   right: 30px;
   width: 50px;
   height: 50px;
   background: linear-gradient(135deg, #ff1637, #ff4757);
   color: #fff;
   border: none;
   border-radius: 50%;
   font-size: 20px;
   cursor: pointer;
   z-index: 999;
   opacity: 0;
   visibility: hidden;
   transform: translateY(20px);
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   box-shadow: 0 5px 25px rgba(255, 22, 55, 0.4);
   display: flex;
   align-items: center;
   justify-content: center;
}

.go-to-top.show {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
}

.go-to-top:hover {
   transform: translateY(-5px) scale(1.1);
   box-shadow: 0 10px 35px rgba(255, 22, 55, 0.6);
}

.go-to-top:active {
   transform: translateY(-2px) scale(1.05);
}

@media (max-width: 768px) {
   .go-to-top {
      width: 44px;
      height: 44px;
      font-size: 18px;
      right: 20px;
      bottom: 90px;
   }
}

/* Floating Contact Button */
.floating-contact {
   position: fixed;
   bottom: 30px;
   right: 30px;
   z-index: 10000;
}

.floating-btn {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background: linear-gradient(135deg, #ff1637 0%, #ff4757 100%);
   border: none;
   color: #ffffff;
   font-size: 26px;
   cursor: pointer;
   box-shadow: 0 6px 30px rgba(255, 22, 55, 0.5);
   transition: all 0.3s ease;
   display: flex;
   align-items: center;
   justify-content: center;
}

.floating-btn:hover {
   transform: scale(1.1);
   box-shadow: 0 8px 40px rgba(255, 22, 55, 0.6);
}

.floating-btn.active {
   background: linear-gradient(135deg, #333 0%, #555 100%);
   box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
}

.floating-btn.active #floatingIcon {
   transform: rotate(45deg);
}

#floatingIcon {
   transition: transform 0.3s ease;
}

.floating-menu {
   position: absolute;
   bottom: 75px;
   right: 0;
   left: auto;
   display: flex;
   flex-direction: column;
   gap: 12px;
   opacity: 0;
   visibility: hidden;
   transform: translateY(20px);
   transition: all 0.3s ease;
}

.floating-menu.active {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
}

.floating-item {
   display: flex;
   align-items: center;
   gap: 12px;
   padding: 12px 20px;
   border-radius: 50px;
   text-decoration: none;
   color: #ffffff;
   font-weight: 600;
   font-family: 'Prompt', sans-serif;
   font-size: 14px;
   white-space: nowrap;
   transition: all 0.3s ease;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.floating-item i {
   width: 20px;
   text-align: center;
   font-size: 18px;
}

.item-line {
   background: #ff1637;
   
}

.item-line:hover {
   background: #d4122e;
   transform: translateX(-5px);
   color: #ffffff;
}

.item-phone {
   background: #6c5ce7;
}

.item-phone:hover {
   background: #5a4bd1;
   transform: translateX(-5px);
   color: #ffffff;
}

.item-messenger {
   background: #0084ff;
}

.item-messenger:hover {
   background: #006cd4;
   transform: translateX(-5px);
   color: #ffffff;
}

.item-email {
   background: #ff1637;
}

.item-email:hover {
   background: #d4122e;
   transform: translateX(-5px);
   color: #ffffff;
}

.floating-label {
   font-size: 14px;
}

/* Pulse animation for floating button */
@keyframes pulse {
   0% {
      box-shadow: 0 0 0 0 rgba(255, 22, 55, 0.5);
   }
   70% {
      box-shadow: 0 0 0 15px rgba(255, 22, 55, 0);
   }
   100% {
      box-shadow: 0 0 0 0 rgba(255, 22, 55, 0);
   }
}

.floating-btn:not(.active) {
   animation: pulse 2s infinite;
}

@media (max-width: 768px) {
   .floating-contact {
      bottom: 20px;
      right: 20px;
   }
   .floating-btn {
      width: 55px;
      height: 55px;
      font-size: 24px;
   }
   .floating-item {
      padding: 10px 16px;
      font-size: 13px;
   }
   .floating-label {
      font-size: 13px;
   }
}

/*FancyBox*/
#hidden-content {
   height: 90%;
   max-width: 85%;
}


/* Process Section V2 Responsive */
@media (max-width: 992px) {
   .process-content {
      padding-left: 0;
      margin-top: 40px;
   }
   .process-title {
      font-size: 36px;
   }
}
@media (max-width: 768px) {
   .process-image-placeholder {
      height: 300px;
   }
   .process-title {
      font-size: 30px;
   }
   .process-step {
      padding: 20px;
   }
}

/* Why Section V2 Responsive */
@media (max-width: 992px) {
   .why-content {
      padding-right: 0;
      margin-bottom: 40px;
   }
   .why-title {
      font-size: 36px;
   }
}
@media (max-width: 768px) {
   .why-image-placeholder {
      height: 300px;
   }
   .why-title {
      font-size: 30px;
   }
   .why-feature-item {
      flex-direction: column;
      text-align: center;
   }
}

/* Process Steps Grid Responsive */
@media (max-width: 992px) {
   .process-steps-grid {
      grid-template-columns: repeat(2, 1fr);
   }
   .process-content {
      margin-top: 40px;
      padding-bottom: 40px;
   }
}
@media (max-width: 768px) {
   .process-steps-grid {
      grid-template-columns: 1fr;
   }
   .process-title {
      font-size: 28px;
   }
   .process-content {
      padding-bottom: 20px;
   }
   .process-img {
      max-width: 400px;
   }
}

/* ======================================
   Custom Navbar 
====================================== */
.custom-navbar {
   background: rgba(8, 8, 12, 0.85); /* Dark transparent */
   backdrop-filter: blur(15px);
   -webkit-backdrop-filter: blur(15px);
   border-bottom: 2px solid rgba(255, 22, 55, 0.3);
   border-radius: 0;
   margin-bottom: 0;
   padding: 10px 0;
   transition: all 0.4s ease;
   position: fixed !important;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9999 !important;
   box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}

.custom-navbar .container {
   max-width: 1140px;
   margin: 0 auto;
}

.custom-navbar .navbar-brand {
   padding: 10px 15px; /* Back to symmetrical padding */
   height: auto;
   display: flex;
   align-items: center;
}

.custom-navbar .navbar-logo {
   height: 35px;
   margin-right: 12px;
   object-fit: contain;
}

.custom-navbar .brand-text {
   font-family: 'Prompt', sans-serif;
   font-size: 24px;
   font-weight: 700;
   color: #fff;
   letter-spacing: 1px;
}

.custom-navbar .navbar-nav > li > a {
   font-family: 'Prompt', sans-serif;
   color: rgba(255, 255, 255, 0.8) !important;
   font-size: 15px;
   font-weight: 500;
   padding: 10px 20px;
   margin: 5px 2px;
   border-radius: 20px;
   transition: all 0.3s ease;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li.active > a {
   color: #fff !important;
   background: rgba(255, 22, 55, 0.1);
}

.custom-navbar .navbar-nav > li > a.nav-btn {
   background: #ff1637;
   color: #fff !important;
   padding: 10px 25px;
   border-radius: 30px;
   box-shadow: 0 4px 15px rgba(255, 22, 55, 0.3);
}

.custom-navbar .navbar-nav > li > a.nav-btn:hover {
   background: #e00020;
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(255, 22, 55, 0.4);
}

.custom-navbar .navbar-toggle {
   border: none;
   margin-top: 2px;
}

.custom-navbar .navbar-toggle .icon-bar {
   background-color: #fff;
   width: 25px;
   height: 3px;
   border-radius: 3px;
   margin: 5px 0;
}

.custom-navbar .navbar-toggle:hover,
.custom-navbar .navbar-toggle:focus {
   background: transparent;
}

.footer-logo-title {
   display: flex;
   align-items: center;
}

.footer-logo {
   height: 40px;
   margin-right: 15px;
   object-fit: contain;
}

/* ============================================
   Why Section - New Design
   ============================================ */
.why-section-new {
   padding: 80px 0;
   background: #fff;
   overflow: hidden;
}
.why-content-new {
   padding-right: 30px;
}
.why-title-new {
   font-size: 32px;
   font-weight: 700;
   line-height: 1.4;
   margin-bottom: 20px;
}
.why-title-new .highlight {
   color: #ff1637;
}
.why-desc-new {
   font-size: 16px;
   color: #666;
   line-height: 1.7;
}
.why-image-new {
   position: relative;
}
.why-img-new {
   width: 100%;
   height: auto;
   border-radius: 20px;
}
/* 4 Steps */
.why-steps-new {
   display: flex;
   margin-top: 60px;
   border-top: 3px solid #f0f0f0;
   padding-top: 40px;
}
.why-step-new {
   flex: 1;
   padding: 0 20px;
   border-right: 1px solid #e0e0e0;
}
.why-step-new:last-child {
   border-right: none;
}
.why-step-new .step-num {
   font-size: 36px;
   font-weight: 800;
   margin-bottom: 15px;
}
.why-step-new .step-red { color: #ff1637; }
.why-step-new .step-orange { color: #ff8c00; }
.why-step-new .step-blue { color: #2196f3; }
.why-step-new .step-green { color: #4caf50; }
.why-step-new h4 {
   font-size: 16px;
   font-weight: 700;
   color: #1a1a2e;
   margin-bottom: 10px;
}
.why-step-new p {
   font-size: 14px;
   color: #666;
   line-height: 1.6;
}
/* Responsive */
@media (max-width: 768px) {
   .why-steps-new {
      flex-direction: column;
      gap: 30px;
   }
   .why-step-new {
      border-right: none;
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 30px;
   }
   .why-step-new:last-child {
      border-bottom: none;
   }
}

/* ============================================
   FAQ Section V2 - Two Column Layout
   ============================================ */
.faq-section-v2 {
   padding: 80px 0 0 0;
   background-color: #0d0d2b;
   background-image: 
      linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
      linear-gradient(180deg, #0d0d2b 0%, #1a1a3e 100%);
   background-size: 20px 20px, 20px 20px, 100% 100%;
   position: relative;
   overflow: hidden;
}
.faq-content {
   padding-right: 30px;
}
.faq-content .section-badge {
   display: inline-block;
   background: rgba(255, 22, 55, 0.2);
   color: #fff;
   padding: 8px 20px;
   border-radius: 25px;
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 20px;
}
.faq-content .section-title {
   font-size: 32px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 30px;
}
.faq-image {
   text-align: center;
}
.faq-img {
   width: 100%;
   max-width: 500px;
   height: auto;
   display: block;
   margin: 0 auto;
}
.faq-image {
   display: flex;
   align-items: flex-end;
   justify-content: center;
   height: 100%;
}

@media (min-width: 992px) {
   .faq-section-v2 .row {
      display: flex;
      align-items: stretch;
   }
   .faq-section-v2 .row::before,
   .faq-section-v2 .row::after {
      display: none;
   }
   .faq-section-v2 .col-md-5 {
      display: flex;
      align-items: flex-end;
   }
}

/* FAQ Items V2 */
.faq-item-v2 {
   background: #1e1e3f;
   border-radius: 12px;
   margin-bottom: 15px;
   border: 1px solid rgba(255, 255, 255, 0.08);
   overflow: hidden;
   transition: all 0.3s ease;
}
.faq-item-v2:hover {
   background: #252550;
   border-color: rgba(255, 255, 255, 0.12);
   transform: translateY(-2px);
}
.faq-question-v2 {
   display: flex;
   align-items: center;
   padding: 18px 20px;
   cursor: pointer;
   transition: all 0.3s ease;
}
.faq-question-v2:hover {
   background: rgba(255, 22, 55, 0.05);
}
.faq-icon-v2 {
   width: 35px;
   height: 35px;
   background: linear-gradient(135deg, #ff1637, #ff4757);
   border-radius: 8px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 15px;
   flex-shrink: 0;
}
.faq-icon-v2 i {
   color: #fff;
   font-size: 14px;
}
.faq-question-v2 span {
   flex: 1;
   font-size: 15px;
   font-weight: 600;
   color: #fff;
}
.faq-arrow-v2 {
   color: #999;
   transition: all 0.3s ease;
}
.faq-item-v2:hover .faq-arrow-v2 {
   color: #ff1637;
}
.faq-item-v2.active .faq-arrow-v2 i {
   transform: rotate(180deg);
}
.faq-answer-v2 {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.3s ease;
}
.faq-item-v2.active .faq-answer-v2 {
   max-height: 200px;
}
.faq-answer-v2-inner {
   padding: 0 20px 18px 70px;
}
.faq-answer-v2-inner p {
   font-size: 14px;
   color: rgba(255, 255, 255, 0.8);
   line-height: 1.7;
   margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
   .faq-content {
      padding-right: 0;
      margin-bottom: 30px;
   }
   .faq-content .section-title {
      font-size: 24px;
   }
}
