 @media(max-width : 600px) {
  .text-anime-style-3 {
    font-size: 8vw !important;
    font-weight: 700 !important;
  }
}
 /***========================
  why shopify 
  ==========================**/
 .why-shopify {
    width: 100%;
    background-color: #f7faff;
    padding: 20px;
}

.container-shopify {
    max-width: 1250px;
    margin: auto;
    padding: 30px;
    gap: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* ================================
Text Content
================================== */
.shopify-text {
    flex: 1 1 400px;
}

.shopify-text h2 {
    font-size: 3rem;
    font-weight: bolder;
    color: black;
    margin-bottom: 20px;
    position: relative;
}

.shopify-text h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 60px;
    height: 4px;
    background: #007bff;
    border-radius: 2px;
}

.shopify-text p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #555;
}

/* ================================
 Image Section
 ================================= */
.shopify-image {
    flex: 1 1 300px;
    text-align: center;
}

.shopify-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

    /* Transition effect on hover */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shopify-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* =========================================
Button with Transition and Animation 
=============================================== */
.shopy-btn {
    display: inline-block;
    padding: 14px 30px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.shopy-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-20deg);
    transition: left 0.4s ease;
}

.shopy-btn:hover::before {
    left: 100%;
}

.shopy-btn:hover {
    background-color: #adc5de;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* ============================================
Responsive Media Queries
========================================== */
@media (max-width: 1024px) {
    .why-shopify {
        padding: 20px;
    }

    .why-shopify h2 {
        font-size: 1.8rem;
    }

    .why-shopify p {
        font-size: 1rem;
    }

    .shopy-btn {
        font-size: 15px;
        padding: 12px 24px;
    }
}

@media (max-width: 768px) {
    .container-shopify {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    h2 {
        font-size: 1.5rem;
    }

    p {
        font-size: 0.95rem;
    }

    .shopy-btn {
        width: 100%;
        text-align: center;
    }
}

/**==========================
Service section
============================*/

.service-container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 60px 0;
}

.service-container {
    background-color:#003366;
    color: rgb(254, 253, 253);
    padding: 60px 100px;
}

.service-container h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: bolder;
}

.service-container p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    color: #666;
    font-weight: bold;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.service-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    background-color: rgb(235, 245, 245);
}

.service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #111;
    font-weight: bold;
}

.service-card p {
    font-size: 0.95rem;
    color: #555;
    font-weight: 500;
}

@media (max-width: 767px) {
    .service-container {
        padding: 40px 30px;
    }

    .service-container h2 {
        font-size: 1.8rem;
        line-height: 1.3;
        text-align: center;
        padding: 0 10px;
    }

    .services-grid {
        align-items: center;
        justify-content: center;
    }

    .service-card {
        padding: 25px 15px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }
}

/*****===================
benfit  section 
========================***/

.why-us-section {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    background-color: white;
}

.why-kotech-container {
    color:black;
    padding: 60px 100px;
}

.why-us-section h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: bolder;
}

.why-us-section h2 span {
    color: #153a72;
}

.why-us-section .subtext {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: 1rem;
    color: #a3a2a2;
    font-weight: bolder;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.why-us-card {
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-us-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    background-color: #1f4063;
}
.why-us-card:hover h3{
    color: white;
}
.why-us-card:hover p{
    color: #dfd7d7;
}
.why-us-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #173b71;
    font-weight: bold;
}

.why-us-card p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .why-kotech-container {
        padding: 20px 20px;
        font-weight: bolder;
    }

    .why-kotech-container h2 {
        text-align: center;
        font-weight: bold;
    }

    .why-us-grid {
        margin: auto;
        align-items: center;
        justify-content: center;
    }
}

/***==============================
 benefit-section 
 ================================***/

.benefit-section {
     /* background: linear-gradient(to bottom right, #b5bac5, #ecd9d9);  */
    padding: 80px 0;
    color: #1a1a1a;
    background-color:white !important;
}

.benefit-container h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: bolder;
}

.benefit-container .subtext {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: 1rem;
    color: #beb8b8;
    font-weight: bold;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 40px;
    padding: 10px 100px;
    text-align: center;
    border-radius: 30px;
    /* background-color: #a3c4e8; */
}

.benefit.card {
    position: relative;
    padding: 30px 25px;
  border-radius: 30px;
    background: rgba(252, 250, 250, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 80, 200, 0.15);
    box-shadow: 0 20px 40px rgba(0, 80, 200, 0.1);
    transition: all 0.4s ease;
    text-align: center;
    overflow: hidden;
}
.benefit.card::before{
     content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(32, 58, 96, 0.07), transparent);
  transform: rotate(25deg);
  z-index: 0;
  border-radius: 60px;
}

.benefit-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 50px rgba(0, 80, 200, 0.2);
  border-radius: 20px;
  cursor: pointer;
   background-color: #1f4063;
   color: white;
}
.benefit-card:hover p{
    color: #d6d2d2;
}
.benefit-card .icon {
  font-size: 2.8rem;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
  color: #0050c8;
}

.benefit-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  font-weight: bolder;
}

.benefit-card p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  z-index: 1;
  position: relative;
  font-weight: bold;
}

@media (max-width: 767px) {
  .benefits-section h2 {
    font-size: 1.7rem;
    line-height: 1.3;
    padding: 0 16px;
    word-break: break-word;
    max-width: 90%;
    margin: 0 auto 10px;
  }

  .benefits-section .subtext {
    font-size: 0.9rem;
    padding: 0 20px;
    margin-bottom: 30px;
    max-width: 90%;
  }

  .benefit-card h3 {
    font-size: 1.1rem;
  }

  .benefit-card p {
    font-size: 0.85rem;
  }
}
.benefits-grid{
    justify-content: center;
    align-items: center;
}

/** Faq section **/
/* Overall FAQ Section */
.faq-section {
  padding: 60px 20px;
  background-color:#003366;
}

/* Section Heading */
.faq-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: bolder;
  color: #003366;
}

/* FAQ Container: Flex Columns */
.faq-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}

/* Each Column */
.faq-column {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

/* FAQ Item */
.faq-item {
  background-color: #007bff;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

/* FAQ Button */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  color: white;
  padding: 15px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Hover effect */
.faq-question:hover {
  background-color: #005bb5;
}

/* Icon Style */
.faq-question .icon {
  font-size: 22px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

/* FAQ Answer Hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  color: #333;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* When Active */
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 15px 20px;
}
.faq-question::after {
  content: none !important;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .faq-container {
   justify-content: center;
   align-items: center;
  }

  .faq-column {
    width: 100%;
  }
}
