/* ===================================
    Crafto - Corpotare
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
/* variable */
:root {
    --base-color: #d90a2c;
    --medium-gray: #878898;
    /*--dark-gray: #242E45;*/
    --dark-gray:#FF0000;
    --light-red: #F2F1FC;
    --alt-font: 'Plus Jakarta Sans', sans-serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
}
body {
    font-size: 17px;
    line-height: 32px;
}
sup {
    top: -0.7em;
}
.lh-42px {
    line-height: 42px;
}
/* box layout */
.box-layout {
    padding: 0 40px;
}
a {
    color: #878898;
} 
b, strong {
    font-weight: 700;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
}
header .navbar-brand img {
    max-height:50px;
}
.header-icon .icon > a {
    font-size: 20px;
}
.navbar .btn.btn-switch-text.btn-medium > span {
    padding: 10px 25px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 10%);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 29px;
    width: 28px;
    margin-right: 12px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a,
.navbar .navbar-nav .dropdown .dropdown-menu li.active > a{
    color: black;
    font-weight: 500;
}
.navbar .navbar-nav .dropdown .dropdown-menu a:hover{
    color:#FF0000
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    line-height: 28px;
    padding: 18px 25px 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
    opacity: 0.6;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: white;
    color: black;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* page title */
.down-section {
    bottom: 30px;
}
.page-title-extra-large h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
h1, .h1 {
    font-size: 4.688rem;
    line-height: 4.688rem;
}
h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
}
.small-screen {
    height: 350px !important;
}
/* text gradient color */
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* bg gradient color */
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgb(172, 193, 241), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-blue-whale-transparent { 
    background: -webkit-linear-gradient(right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-light-transparent {
    background: -webkit-linear-gradient(right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-white { 
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
}
.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(60 47 192)), to(transparent));
    background-image: linear-gradient(to top, rgba(60, 47, 192, .8) 0%, transparent 100%);
}
.bg-gradient-regal-blue-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22 35 64)), to(transparent));
    background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
}
.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
}
.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #162340), to(transparent));
    background: linear-gradient(to top, #162340 7%, transparent 70%);
}
.bg-regal-blue {
    background-color: #04060c;
}
.bg-blue-whale {
    background-color: #16233F;
}
/* top left right */
.top-40 {
    top: 40%!important;
}
.left-30 {
    left: 30%!important;
}
.right-30 {
    right: 30%!important;
}
.top-30 {
    top: 30%;
}
.top-20 {
    top: 20%;
}
.left-170px {
    left: 170px;
}
.mt-minus-2 {
    margin-top: -2px;
}
.left-minus-300px {
    left: -300px;
}
/* btn */
.btn {
    letter-spacing: 0px;
    text-transform: inherit;
}
.btn.btn-extra-large {
    font-size: 18px;
}
.btn.btn-large {
    font-size:16px;
}
.btn.btn-medium {
    font-size: 15px;
}
.btn.btn-small {
    font-size: 14px;
}
.btn.btn-link {
    padding: 0 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid;
    letter-spacing: 0;
    background-color: transparent;
}
.btn-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: var(--white);
}
/* box overlay */
.interactive-banner-style-02.dark-hover:hover .btn {
    opacity: 0.7;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
/* process-step style 05 */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}
/* interactive banner */
.interactive-banner-style-02:hover figure figcaption .features-icon {
    margin-bottom: 17px;
}
/* blog grid */
.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    color: var(--medium-gray);
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}
/* google map */
#map {
    border-radius: 6px 0 0 6px;
}
.border-radius-top-lr {
    border-radius: 6px 6px 0 0;
}
footer ul li {
    margin-bottom: 0;
}
.scroll-progress {
    right: 10px;
}
/* google map */
.newsletter-style-02 input {
    font-size: 15px;
}
/* Revolution Slider */
#demo-corporate-slider {border-radius: 6px;}
.hesperiden.tparrows { width: 54px; height: 54px; background: transparent; border: 1px solid rgba(255,255,255,0.2);-webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out}
.hesperiden.tparrows:hover {border:1px solid rgba(255,255,255,1); background: rgba(255,255,255,1); ;}
.hesperiden.tparrows:hover:before {color: #232323}
.hesperiden.tparrows:before {line-height: 52px;}
.hesperiden.tparrows.tp-leftarrow:before { content: "\f104";font-family: "Font Awesome 7 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-rightarrow:before { content: "\f105";font-family: "Font Awesome 7 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-leftarrow:before { margin-left: 0; }
.hesperiden.tparrows.tp-rightarrow:before { margin-right: 0; }
.get-started-btn { transition: 0.3s ease-in-out !important; }
.hesperiden.tparrows { z-index: 97; }
/* media query responsive */
@media (max-width: 1700px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 19px;
        padding-right: 19px;
    }
}
@media (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 1350px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1300px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 9px;
        padding-right: 9px;
    }
}
@media (max-width: 1199px) {
    .accordion-style-06 .accordion-item {
        padding: 15px 50px 15px 35px;
    }
    .box-layout {
        padding: 0;
    }
    #demo-corporate-slider {
        border-radius: 0;
    }
    .lg-border-radius-0px {
        border-radius: 0 !important;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        font-size: 17px;
        line-height: normal;
        display: flex;
        align-items: center;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    #map {
        border-radius: 0;
    }
    .small-screen {
        height: 300px !important;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding: 15px;
    }
    footer .elements-social.social-icon-style-02 li {
        margin: 0 15px 0 0;
    }
    footer .elements-social.social-icon-style-02 li:first-child {
        margin-left: 0;
    }
}
.d-table{
    text-align: justify;
}
/*process section*/
.process-flow-section {
  padding: 100px 0;
}

.process-label {
  color: #fc0032;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.process-heading {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}

.process-desc {
  max-width: 600px;
  margin: 0 auto;
  color: #6c757d;
}

/* Flow layout */
.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 80px;
}

.process-line {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e5e7eb;
  z-index: 0;
}

.process-step {
  position: relative;
  text-align: center;
  z-index: 1;
}

.step-circle {
  width: 56px;
  height: 56px;
  background: #d90a2c;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.step-card {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
  height: 300px;
}

.step-card:hover {
  transform: translateY(-8px);
}

.step-card h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  color: #000000;
   white-space: nowrap;
}

.step-card p {
  font-size: 14px;
  color: var(--medium-gray);
  line-height: 1.6;
  text-align: center;
}
.step-card {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: 
    background-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* Hover effect */
.process-step:hover .step-card {
  background-color: #fc0032; /* Brand red */
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(252, 0, 50, 0.25);
}

/* Text color change on hover */
.process-step:hover .step-card h5,
.process-step:hover .step-card p {
  color: #ffffff;
}

/* Optional: circle highlight on hover */
.process-step:hover .step-circle {
  background-color: #000000;
}
.process-step:hover .step-card {
  background: linear-gradient(135deg, #fc0032, #d90a2c);
  transform: translateY(-8px);
  box-shadow: 
    0 30px 60px rgba(252, 0, 50, 0.35),
    0 0 0 2px rgba(255,255,255,0.25); /* outline */
}
.step-number {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 80px;
  font-weight: 800;
  color: rgba(0,0,0,0.05);
}
/* Step card icon */
.step-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background: rgba(217, 10, 44, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #d90a2c;
  transition: all 0.35s ease;
}

/* Sync icon with card hover */
.process-step:hover .step-icon {
  background: #ffffff;
  color: #fc0032;
  transform: scale(1.1);
}




/* Responsive */
@media (max-width: 991px) {
  .process-flow {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-line {
    display: none;
  }
}

@media (max-width: 575px) {
  .process-flow {
    grid-template-columns: 1fr;
  }
}
/*product section*/
  .product-section {
  padding: 90px 20px;
  background: #ffffff;
}

.product-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.product-image img {
  width: 570px;
  height: 400px;
  display: block;
  transition: transform 0.6s ease;
  border-radius: 50px;
}

.product-image:hover img {
  transform: scale(1.05);
}

/* CONTENT */
.product-info {
  color: #111;
}

.product-tag {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #d90a2c;
  text-transform: uppercase;
}

.product-info h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 18px;
}

.product-description {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 22px;
  text-align: justify;
}

/* FEATURES */
/* FEATURE GRID CONTAINER */
.product-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.product-features li {
    flex: 1;
    text-align: center;
}

/* THE ICON CIRCLE */
.feature-boxs i {
    width: 70px;
    height: 70px;
    line-height: 70px; /* Centers icon vertically */
    background: #fff5f5; /* Very soft red background that suits pure red */
    color: #d90a2c; /* Your theme red */
    border-radius: 50%;
    font-size: 28px;
    margin: 0 auto 15px auto;
    display: block;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth rotation */
    box-shadow: 0 4px 10px rgba(217, 10, 44, 0.1); /* Subtle red glow */
}

/* TEXT BELOW ICON */
.feature-boxs span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: block;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* HOVER ANIMATIONS */
.product-features li:hover i {
    transform: rotate(360deg) scale(1.1); /* 360 rotation + slight grow */
    background: #d90a2c; /* Background turns red on hover */
    color: #ffffff; /* Icon turns white on hover */
    box-shadow: 0 8px 20px rgba(217, 10, 44, 0.3);
}

.product-features li:hover span {
    color: #d90a2c; /* Text turns red to match */
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .product-features {
        flex-direction: column;
        gap: 25px;
    }
}

/* BUTTON */
.product-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  background: #d90a2c;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.product-btn:hover {
    background-color: #fff;
  color: #d90a2c;
  border: 1px solid #d90a2c ;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .product-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .product-features {
    text-align: left;
    display: inline-block;
  }
}

/*vission and mission*/

/* Section */
.vmv-section {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* Title */
.section-title {
    font-size: 38px;
    margin-bottom: 60px;
    color: #0f172a;
    animation: titleDrop 1s ease forwards;
}

/* Container */
.vmv-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

/* Cards */
.vmv-card {
    background: #ffffff;
    padding: 45px 30px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-align: center;

    opacity: 0;
    transform: translateY(80px);
    animation: slideUp 1.2s ease forwards;
    animation-fill-mode: both;

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
}


/* Delay for each card */
.vision { animation-delay: 0.2s; }
.mission { animation-delay: 0.4s; }
.values { animation-delay: 0.6s; }

/* Icon box */
.icon-box {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

    transition: 
        transform 0.5s ease,
        background 0.5s ease,
        box-shadow 0.5s ease;
}

.icon-box i {
    font-size: 70px !important;
    color: #d90a2c;
    transition: transform 0.6s ease;
}

/* Text */
.vmv-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #020617;
}

.vmv-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    text-align: center;
}

.vmv-card ul {
    list-style: none;
}

/* HOVER EFFECTS */
.vmv-card:hover {
    transform: translateY(-25px) scale(1.06);
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.22);
}

/* Icon animation on hover */
.vmv-card:hover .icon-box {
    transform: translateY(-10px) rotate(12deg);
    background: #d90a2c;
    box-shadow: 0 0 25px rgba(138, 30, 43, 0.5);
}
.vmv-card:hover .icon-box i {
    color: #ffffff;
    transform: rotate(-12deg) scale(1.2);
    
}

/* Accent bar */
.vmv-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.vmv-card:hover::before {
    transform: scaleX(1);
}

.vision::before { background: #2563eb; }
.mission::before { background: #16a34a; }
.values::before { background: #f59e0b; }

/* Animations */
@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes titleDrop {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 30px;
    }
}
/* ===============================
   RESPONSIVE DESIGN
   =============================== */

/* Large desktops (1400px+) */
@media (min-width: 1400px) {
    .vmv-section {
        max-width: 1300px;
    }

    .vmv-card {
        padding: 55px 40px;
    }
}

/* Laptops & small desktops */
@media (max-width: 1200px) {
    .section-title {
        font-size: 34px;
    }
}

/* Tablets (landscape) */
@media (max-width: 992px) {
    .vmv-container {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Center the 3rd card */
    .vmv-card:nth-child(3) {
        grid-column: 1 / -1;
        width: 420px;
        justify-self: center;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 45px;
    }

    .vmv-card {
        padding: 40px 28px;
    }
}

/* Tablets (portrait) */
@media (max-width: 768px) {
    body {
        padding: 50px 15px;
    }

    .vmv-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section-title {
        font-size: 28px;
    }

    .vmv-card {
        transform: translateY(0); /* prevents jump on touch */
    }

    /* Disable hover lift on touch devices */
    .vmv-card:hover {
        transform: none;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    }

    .vmv-card:hover .icon-box {
        transform: none;
        box-shadow: none;
    }
}

/* Mobile devices */
@media (max-width: 576px) {
    .section-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .vmv-card {
        padding: 35px 22px;
        border-radius: 14px;
    }

    .icon-box {
        width: 65px;
        height: 65px;
    }

    .icon-box i {
        font-size: 28px;
    }

    .vmv-card h3 {
        font-size: 20px;
    }

    .vmv-card p,
    .vmv-card li {
        font-size: 15px;
    }
}

/* Extra small devices */
@media (max-width: 400px) {
    .section-title {
        font-size: 22px;
    }

    .vmv-card {
        padding: 30px 18px;
    }
}
@media (max-width: 500px) {
 .company{
    margin-top: 20px;
   }
}
.bg-dark-grays{
    background-color: #242E45;
}
.success-accent {
  padding: 80px 20px;
  background: #f6f9fc;
}

.accent-header {
  text-align: center;
  margin-bottom: 50px;
}

.accent-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0c1b33;
}

.accent-header p {
  font-size: 16px;
  color: #5f6c7b;
  margin-top: 6px;
}

/* ROW */
.accent-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* ITEM */
.accent-item {
  position: relative;
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.45s ease;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* ACCENT BAR */
.accent-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 0;
  background: linear-gradient(180deg, #d90a2c, #ff6b6b);
  transition: height 0.5s cubic-bezier(.4,0,.2,1);
}


/* NUMBER */
.accent-no {
  font-size: 40px;
  font-weight: 700;
  color: rgba(217,10,44,0.5);
  display: block;
  margin-bottom: 10px;
  transition: transform 0.4s ease;
}

/* TITLE */
.accent-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0c1b33;
  margin-bottom: 10px;
}

/* TEXT */
.accent-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #5f6c7b;
  margin: 0;
}

/* HOVER */
.accent-item:hover {
  transform: translateY(-14px);
  box-shadow:
    0 30px 60px rgba(217,10,44,0.15),
    0 10px 25px rgba(0,0,0,0.08);
}


.accent-item:hover .accent-bar {
  height: 100%;
}

.accent-item:hover .accent-no {
  transform: scale(1.1);
  color: #d90a2c;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .accent-row {
    grid-template-columns: 1fr;
  }

  .accent-header h2 {
    font-size: 26px;
  }
}
.service-det{
    width: 783px;
    height: 500px;
}
.btn-float {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 45px;
    height: 45px;
    background-color: #e63946;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.btn-float.show {
    opacity: 1;
    visibility: visible;
}

.btn-float:hover {
    transform: translateY(-3px);
}
/* SECTION */
.why-choose-us {
    background: #ffffff;
    padding: 80px 0;
    color: #111;
}

/* TITLE */
.why-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    color: #111;
}

.why-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #111;
    display: block;
    margin-top: 10px;
}

/* GRID */
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* BOX */
.why-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #d90a2c;
    padding: 18px 20px;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-box i {
    font-size: 22px;
    background: #fff;
    color: #111;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HOVER ZOOM */
.why-box:hover {
    transform: scale(1.06);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* QUOTE */
.why-quote {
    margin-top: 40px;
    padding-left: 20px;
    border-left: 4px solid #111;
    font-style: italic;
    color: #333;
}
.why-quote a{
    border: 1px solid #d90a2c;
}
.why-quote a:hover{
    background-color: #d90a2c;
    color: #fff;
}
/* IMAGE WRAP */
.image-hover-wrap {
    overflow: hidden;
    border-radius: 12px;
}

.why-image {
    transition: transform 0.15s ease-out;
    will-change: transform;
}
/* CARD */
.why-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* LEFT HOVER LINE */
.hover-line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 0;
    background: #ffffff;
    color: #fff;
    transform: translateY(-50%);
    transition: height 0.3s ease;
    border-radius: 2px;
}

/* ICON */
.why-card .icon {
    width: 42px;
    height: 42px;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* TEXT */
.why-card p {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
}

/* HOVER EFFECT */
.why-card:hover {
    transform: scale(1.05);
}

.why-card:hover .hover-line {
    height: 70%;
}

.image-wrapper {
    overflow: hidden;
}

.parallax-img {
    transition: transform 0.15s ease-out;
    will-change: transform;
    height: 400px;
}
.text-justify{
    text-align: justify;
}
.family{
    height: 500px;
}
.why-section {
            padding: 50px 20px;
        }

        .container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            margin-bottom: 35px;
            animation: fadeIn 0.6s ease-out;
        }

        .section-title h2 {
            font-size: 2.2rem;
            color: #1e293b;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .section-title .accent {
            color: #d90a2c;
        }

        .section-title p {
            color: #64748b;
            font-size: 0.95rem;
        }

        /* Main Grid */
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 30px;
            align-items: stretch;
        }

        /* Image Side */
        .image-side {
            position: relative;
            animation: slideRight 0.7s ease-out 0.2s backwards;
        }

        .image-box {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            height: 100%;
            width: 500px;
            min-height: 320px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

        .image-box img {
            width: 600px !important;
            height: 600px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .image-box:hover img {
            transform: scale(1.1);
        }

        .year-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: linear-gradient(135deg, #d90a2c, #f65c5c);
            color: white;
            padding: 10px 18px;
            border-radius: 8px;
            font-weight: 700;
            font-size: 1.1rem;
            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
        }

        /* Content Side */
        .content-side {
            display: flex;
            flex-direction: column;
            gap: 20px;
            animation: slideLeft 0.7s ease-out 0.2s backwards;
        }

        .about-box {
            background: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
            border-left: 4px solid #d90a2c;
        }

        .about-box p {
            color: #475569;
            font-size: 0.9rem;
            line-height: 1.6;
        }

        .features-compact {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }

        .feature-item {
            background: white;
            padding: 18px;
            border-radius: 12px;
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            text-align: center;
            border: 2px solid transparent;
        }

        .feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(59, 130, 246, 0.15);
            border-color: #d90a2c;
        }

        .feature-icon {
            font-size: 2rem;
            margin-bottom: 8px;
        }

        .feature-item h4 {
            color: #1e293b;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .feature-item p {
            color: #64748b;
            font-size: 0.85rem;
            line-height: 1.4;
        }

        /* Animations */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideRight {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideLeft {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Responsive */
        @media (max-width: 968px) {
            .main-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .image-box {
                min-height: 280px;
            }

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

        @media (max-width: 640px) {
            .why-section {
                padding: 40px 15px;
            }

            .section-title h2 {
                font-size: 1.8rem;
            }

            .features-compact {
                grid-template-columns: 1fr;
            }

            .image-box {
                min-height: 240px;
            }
        }
.plugin-section {
  padding: 80px 20px;
  background: #f8f9fb;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}

.plugin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.plugin-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plugin-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.plugin-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.plugin-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.plugin-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 992px) {
  .plugin-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .plugin-grid {
    grid-template-columns: 1fr;
  }
}
/*custom software*/
.custom-form {
    position: relative; /* Essential for positioning the background shapes */
    width: 100%;
    min-height: 100vh;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f7f9; /* Soft gray-blue background */
    overflow: hidden; /* Keeps the shapes from causing a scrollbar */
}

/* 2. The Floating Decorative Shapes */
.custom-form::before, .custom-form::after {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(220, 227, 250, 0.5), rgba(235, 235, 235, 0.2));
    border-radius: 15%;
    z-index: 1; /* Places them behind the form */
}

/* Shape 1: Top Left */
.custom-form::before {
    width: 300px;
    height: 300px;
    top: -50px;
    left: -100px;
    transform: rotate(25deg);
}

/* Shape 2: Bottom Right */
.custom-form::after {
    width: 250px;
    height: 250px;
    bottom: 50px;
    right: -80px;
    transform: rotate(-15deg);
}

/* 3. The Form Container (Ensure z-index is higher) */
.form-container {
    position: relative;
    z-index: 10; /* Keeps form above the background shapes */
    background: #ffffff;
    padding: 40px;
    width: 100%;
    max-width: 800px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); /* Slightly deeper shadow for depth */
}

/* 4. Center the Submit Button */
.submit-btn {
    display: block;
    margin: 30px auto 0;
    width: 220px;
    background-color: #ff4d4d;
    color: white;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
}

.submit-btn:hover {
    background-color: #e63e3e;
    transform: translateY(-2px); /* Slight lift on hover */
}

/* 5. Center reCAPTCHA */
.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}
/* 3. Typography & UI Elements */
h2 {
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}

.highlight { color: #ff4d4d; }

.divider {
    width: 40px;
    height: 3px;
    background: #ff4d4d;
    margin: 10px auto 30px;
}

.field-group { margin-bottom: 18px; }

label {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

input, select, textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background-color: #fcfcfc;
    font-size: 14px;
    box-sizing: border-box;
}

/* 4. Captcha & Button */
.g-recaptcha {
    margin: 20px 0;
}

.submit-btn:hover {
    background-color: #e63e3e;
}
.error-text {
    color: #ff4d4d;
    font-size: 12px;
    margin-top: 5px;
    display: none; /* Hidden by default */
    font-weight: 500;
}

/* Optional: Highlight the box red when there is an error */
input.invalid {
    border-color: #ff4d4d !important;
    background-color: #fff8f8;
}

