@media(max-width : 600px) {
  .text-anime-style-3 {
    font-size: 8vw !important;
    font-weight: 700 !important;
  }
}


/**** icon image our core services ***/

.service-icon img {
  width: 50px;
  height: 50px;
}
/**** icon image our core services ***/

.service-icon img {
  width: 50px;
  height: 50px;
}
.hero1-section-area .header-main-content .btn-area{
    margin-bottom: 50px;
}

.container-for-web {
     background: white;
     color: black;
     padding-top: 40px;

 }

 .for-web-services-heading {
     text-align: center;
     margin-top: 40px;
 }

 .for-web-services-heading p {
     font-size: 14px;
     color: rgb(109, 110, 112);
 }

 .for-web-services-heading h1 {
     font-size: 40px;
     font-weight: 900;
      animation: fadeInUp 1s ease-out;
 }

 .services-box {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     /** for coloumn **/
     gap: 60px;
     /**space between box*/
     padding: 16px;
     margin: 40px auto;
     max-width: 1600px;
 }

 .services-box1 {
     background-color: #e5e5e5;
     gap: 30px;
     border-radius: 20px;
 }

 .services-box1 img {
     width: 60px;
     height: 60px;
     border-radius: 20px;
     display: flex;
     margin: auto;
     margin-top: 20px;
 }

 .services-box1 h2 {
     text-align: center;
     font-size: 22px;
     font-weight: bolder;
     align-items: center;
     padding: 20px;
 }

 .services-box1 p {
     font-size: 15px;
     text-align: center;
     /*  margin-bottom: 10px;*/
     padding: 20px;
 }

 .read-more-butn {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .read-more-butn a {
     text-decoration: none;
     background-color:#152E62;
     color: #f8f9fa;
     padding: 10px 20px;
     border-radius: 20px;
     margin-bottom: 20px;
     /* margin-top: 10PX;*/
     transition: background 0.4s ease, transform 0.3 ease;
     animation: bounce 2s infinite;
 }

 .services-box1 a:hover {
     cursor: pointer;
     background: rgb(136, 136, 173);
 }

 /***media query ****/

 @media(max-width : 767px) {
     .container-for-web {
         flex-direction: column;


     }

     .for-web-services-heading h1 {
         font-size: 32px;
         color: rgb(9, 9, 88);
     }

     .for-web-services-heading p {
         width: 200px;
         margin: auto;
     }

     .services-box {
         grid-template-columns: 1fr;
     }

     .services-box1 h2 {
         color: rgb(9, 9, 88);
     }
 }

 @media(min-width : 768px) and (max-width :1023px) {

     .container-for-web {
         flex-direction: row;
     }

     .for-web-services-heading h1 {
         font-size: 20px;
         color: rgb(147, 147, 223);
     }

     .for-web-services-heading p {
         width: 400px;
         margin: auto;
     }

     .services-box {
         display: grid;
         grid-template-columns: repeat(2fr 1fr);
     }

     .services-box1 h2 {
         color: rgb(147, 147, 223);
     }
 }

 @keyframes fadeInUp {
  from {
    opacity: 5;
    transform: translateX(80px);
  }
  to {
    opacity: 0;
    transform: translateX(50px);
  }
}

 /**=======================
 OUR WORK
 ***========================*/

 .container-work {
     background: #152E62;
 }

 .our-work-container {
     background: #152E62;
     color: white;
     max-width: 1200px;
     margin: auto;

 }

 .our-work-top-section {
     text-align: center;
     padding-top: 40px;
 }

 .our-work-top-section h2 {
     text-align: center;
     align-items: center;
     font-weight: 900;
 }

 .our-work-top-section p {
     font-size: 14px;
     margin-bottom: 40px;
     margin-top: 10px;
 }

 .Work-image {
     display: grid;
     grid-auto-flow: column;
     /*  grid-auto-columns: auto;**/
     gap: 20px;
     /*   overflow-x: auto;*/
     /*   padding: 10px;
   /*  animation: scroll-left 30s linear infinite;*/
 }

 .Work-image img {
     height: 250px;
     width: 500px;
 }

 .our-work-butn {
     text-align: center;
     align-items: center;
     padding-top: 30px;
     padding-bottom: 30px;
 }

 .our-work-butn a {
     padding: 10px 20px;
     background-color: white;
     color: #152E62;
     font-size: 20px;
     font-weight: 400;
     border-radius: 20px;
 }



 /**==========Animation for continuos horizontal **/

 @keyframes scroll-left {
     0% {
         transform: translateX(0);
     }

     100% {
         transform: translateX(-50%);
     }
 }

 /* Tablet view */

 @media (max-width :992px) {
     .Work-image {
         grid-auto-flow: row;
         grid-template-columns: repeat(2, 1fr);
         /* scroll off*/
     }

     .Work-image img {
         width: 100%;
         padding: 30px;

     }
 }

 /* mobile view */

 @media(max-width : 600px) {
     .Work-image {
         grid-template-columns: 1fr;
     }

     .Work-image img {
         width: 100%;
         padding: 30px;
     }
 }

 /****============================
 Indutries-we-serve
 ========================== **/

/* Section Base */
.industries-section1 {
  background-color: #142850;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  width: 100%;
}

.industries-heading h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.industries-heading p {
  font-size: 1rem;
  color: #d0d0d0;
  margin-bottom: 50px;
}

/* Grid Layout */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  justify-items: center;
}

/* Card Style */
.industry-item {
  background-color: #1b3b6f;
  border: 2px solid #00a8cc;
  border-radius: 15px;
  padding: 25px 15px;
  width: 100%;
  max-width: 250px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.industry-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}

.industry-item h3 {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 600;
}

.industry-item:hover {
  background-color: #00a8cc;
  border-color: #fff;
  transform: translateY(-5px);
}

.industry-item:hover h3 {
  color: #142850;
}

.industry-item:hover img {
  filter: brightness(1) invert(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .industries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industries-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .industries-heading h2 {
    font-size: 1.8rem;
  }
  .industries-heading p {
    font-size: 0.9rem;
  }
}


 /*=======================
our-client
**=====================

 .container-for-heading-client {
     max-width: 1200px;
     align-items: center;
     align-content: center;

 }

 .container-for-heading-client p {
     text-align: center;
     align-content: center;
     color: #585a5b;
 }

 .container-for-heading-client h2 {
     font-size: 40px;
     font-weight: 900;
     color: #152E62;
     text-align: center;
     align-items: center;
     padding-top: 20px;
     margin-bottom: 10px;
 }

 .images-of-client {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 15px;
     max-width: 800px;
     margin: auto;
 }

 .images-of-client img {
     background-color: #eff0f1;
     height: 100px;
     border-radius: 20px;
     width: 800px;
 }

 /** media query for tablet 

 @media (max-width: 768px) {
     .images-of-client {
         grid-template-columns: 1;
         padding: 30px;
     }
 }

 /** for mobile **

 @media (max-width: 480px) {
     .images-of-client {
         grid-template-columns: 1fr;
         /**mobile par ek ek krk aane ke liye *
         padding: 30px;
     }
 }*/

 .top-header-bar {
  background-color: #08325a;
  color: white;
  font-size: 16px;
  padding: 8px 0;
}

.top-header-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.top-header-bar .top-left span {
  margin-right: 10px;
  color: white;
}

.top-header-bar .top-left a {
  color: white;
  text-decoration: none;
}

.top-header-bar .top-right a {
  margin-left: 10px;
  color: white;
  font-size: 18px;
}

.top-header-bar .top-right a:hover {
  color: #00aced;
}

.blog1-scetion-area{
    background-color: #08325a;
    padding-bottom: 40px;
    margin-top: 60px;
}

.blog1-scetion-area p{
    color: white;
}

.blog1-scetion-area h2{
    color: white;
    padding-top: 40px;
}

.contact1-section-area .contact-info-area{
background-color:#08325a;
}

.contact1-section-area .contact-boxarea{
     background: #f9f9f9;
}

.contact1-section-area .contact-boxarea h3{
    color: #08325a;
    font-weight: bolder;
}

.header-btn1{
    background-color: #08325a;
}

/****====================
cta section
***=======================*/

.cta-area-container-content{
  background-color: #152E62;
  height: 500px;
  color: white;
}

.cta-area-container h2{
  text-align: center;
  padding-top: 60px;
  line-height: 50px;
  font-weight: bolder;
  font-size: 40px;
  padding-bottom: 40px;
}

.cta-area-container p{
  text-align: center;
  color: rgb(194, 190, 190);
  line-height: 20px;
}

.cta-area{
display: flex;
justify-content: center;
align-items: center;
margin-top: 60px;
}

.cta-area button{
  padding: 20px 30px;
  background-color: white;
  color:#08325a;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 800;
}

@media (max-width : 689px){
  .cta-area button{
    padding: 10 20px;
  }

  .cta-area-container p{
    padding: 30px;
  }

  .cta-area-container h2{
  padding: 20px;
  }
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera{
    background-color: #091a3e;
    color: white;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list p{
    color: rgb(179, 172, 172);
}

/*** faq ***/

.faq-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.faq-section h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #0b456e;
}

.faq-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.faq-column {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.faq-item {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  background: #f1f5f9;
  padding: 16px 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
}

.faq-question::after {
  content: '+';
  font-size: 24px;
  font-weight: bold;
  color: #0b456e;
  transition: 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: '-';
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #fff;
  text-align: left;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 16px 20px;
}

/* Responsive */
@media (max-width: 1024px) {
  .faq-section h2 {
    font-size: 2rem;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .faq-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .faq-column {
    width: 100%;
    max-width: 100%;
  }

  .faq-item {
    width: 90%;
    margin: auto;
  }

  .faq-section {
    padding: 40px 10px;
  }

  .faq-section h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .faq-question {
    padding: 14px 16px;
    font-size: 0.95rem;
  }

  .faq-question::after {
    font-size: 20px;
  }

  .faq-answer {
    font-size: 0.9rem;
    padding: 12px 16px;
  }

  .faq-section h2 {
    font-size: 1.5rem;
  }
}


/* =========================
    KDH Work Process Section
========================= */
.kdh-workprocess {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  padding: 100px 20px;
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
}

.kdh-container {
  max-width: 1100px;
  margin: 0 auto;
}

.kdh-heading {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  animation: kdh-fadeDown 1s ease forwards;
}

.kdh-heading::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 4px;
  background: #007bff;
  border-radius: 2px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.kdh-subtitle {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 20px auto 60px;
  line-height: 1.7;
}

/* Timeline Base */
.kdh-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.kdh-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #007bff, #00c6ff);
  transform: translateX(-50%);
  border-radius: 2px;
}

.kdh-step {
  position: relative;
  width: 50%;
  padding: 40px 30px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.kdh-step:nth-child(odd) {
  left: 0;
  text-align: right;
}

.kdh-step:nth-child(even) {
  left: 50%;
  text-align: left;
}

.kdh-step:hover {
  transform: translateY(-10px);
}

.kdh-icon {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  background: linear-gradient(135deg, #007bff, #00d4ff);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3rem;
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.3);
  z-index: 2;
}

.kdh-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.kdh-content p {
  font-size: 1rem;
  color: #555;
  background: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  display: inline-block;
  max-width: 85%;
  line-height: 1.7;
  transition: all 0.3s ease;
}

.kdh-step:hover p {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* =========================
   Animations
========================= */
@keyframes kdh-fadeDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
    Responsive Design
========================= */

/* Tablets */
@media (max-width: 992px) {
  .kdh-step {
    padding: 30px 20px;
  }

  .kdh-content p {
    max-width: 95%;
  }
}

/* Mobiles */
@media (max-width: 767px) {
  .kdh-timeline::before {
    left: 25px;
  }

  .kdh-step {
    width: 100%;
    left: 0;
    text-align: left;
    padding: 20px 20px 20px 70px;
    margin-bottom: 40px;
  }

  .kdh-step:nth-child(odd),
  .kdh-step:nth-child(even) {
    left: 0;
  }

  .kdh-icon {
    left: 25px;
    width: 45px;
    height: 45px;
    font-size: 1rem;
    top: 25px;
  }

  .kdh-content h3 {
    font-size: 1.2rem;
    margin-left: 60px;
  }

  .kdh-content p {
    font-size: 0.95rem;
    margin-left: 60px;
    padding: 15px 18px;
  }

  .kdh-heading {
    font-size: 2rem;
  }

  .kdh-subtitle {
    font-size: 1rem;
  }
}


/* === Section Container === */
.why-choose-us {
  background-color: #f8f9fc;
  padding: 80px 0px;
  text-align: center;
}

/* === Section Header === */
.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0b132b;
  margin-bottom: 10px;
}

.section-header h2 span {
  color: #0d2b66;
}

.section-header p {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}

/* === Grid Layout === */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  justify-items: center; /* ✅ centers all boxes */
  align-items: center;
}

/* === Feature Cards === */
.feature-card {
  background: #fff;
  border: 3px solid transparent;
  border-radius: 14px;
  padding: 35px 25px;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;

  /* ✨ Base shadow */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08),
              0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Gradient border effect */
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 3px;
  background: linear-gradient(135deg, #0d2b66, #0077b6, #00b4d8);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* === Hover Effects === */
.feature-card:hover {
  transform: translateY(-10px);

  /* ✨ Hover shadow — deep blue glow */
  box-shadow: 0 10px 25px rgba(13, 43, 102, 0.25),
              0 6px 12px rgba(0, 0, 0, 0.1);
}

.feature-card:hover::before {
  opacity: 1;
}

/* Icon */
.feature-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.feature-card:hover img {
  transform: scale(1.1);
}

/* Text */
.feature-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0d2b66;
  margin-bottom: 10px;
}

.feature-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* === Responsive (Mobile) === */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 1.7rem;
  }

  .features-grid {
    grid-template-columns: 1fr; /* ✅ one card per row */
    justify-items: center; /* ✅ centers each card */
  }

  .feature-card {
    width: 90%; /* ✅ keeps cards centered and uniform */
    padding: 25px 2px;
  }
}


/*** new css added ***/
/*==========================
WHY CHOOSE WORDPRESS
===========================*/
.why-wordpress {
    background-color: #152e62;
    color: white;
}

.wordpress-container {
    display: flex;
    justify-content: space-between;
    padding: 60px 8%;
    flex-wrap: wrap;
    align-items: center;
}

.wordpress-text {
    flex: 1 1 400px;
    max-width: 600px;
    animation: slidInLeft 1s ease-in-out;
}

.wordpress-text h2 {
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.wordpress-text p {
    font-size: 16px;
    margin-bottom: 20px;
}

.visit-btn {
      position: relative;
      display: inline-block;
      padding: 14px 32px;
      font-size: 16px;
      color: white;
      background-color: #007BFF;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      overflow: hidden;
      transition: background-color 0.4s ease;
      text-decoration: none;
    }

    .visit-btn::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      transition: all 0.4s ease;
      transform: skewX(-20deg);
    }

    .visit-btn:hover::before {
      left: 100%;
    }

    .visit-btn:hover {
      background-color: #cadde6;
      cursor: pointer;
    }

/*==================
image-section
====================*/
.wordpress-image {
    text-align: center;
    animation: slidInReft 1s ease-in-out;
}

.wordpress-image img {
    width: 100%;
    max-width: 350px;
    height: 400px;
    transition: transform 0.3 ease;
}

.wordpress-image img:hover {
    transform: scale(0.8);
    cursor: pointer;
}

/*======================
responsive
======================*/
@media (max-width : 992px) {
    .wordpress-container {
        flex-direction: column-reverse;
        text-align: center;
        padding: 40px 5%;
    }

    .wordpress-text h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .wordpress-text p {
        font-size: 8px;
    }

    .wordpress-image img {
        max-width: 300px;
    }
}

@media (max-width : 576px) {
    .wordpress-container {
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px 4%;
    }

    .wordpress-text h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .wordpress-text p {
        font-size: 8px;
    }

    .wordpress-image img {
        max-width: 200px;
        margin-bottom: 20px;
    }
}

/*======================
animation
======================*/

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*==========================
our servises (wordpress)
===============================*/
.wordpress-services {
    /* background-color: #cadde6; */
    padding-top: 40px;
}

.services-heading {
    text-align: center;
}

.services-heading h2 {
    font-weight: bolder;
    animation: fadeInDown 1s ease-out;
}

.services-heading p {
    padding-top: 10px;
    animation: fadeInUp 1s ease-out;
}

.service-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 10%;
    gap: 20px;
}

.service-grid-card {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    padding: 10px 20px;
}

.service-grid-card h3 {
    font-size: 20px;
    font-weight: bold;
}

.service-grid-card p {
    font-size: 14px;
}

.service-grid-card img {
    height: 60px;
    width: 60px;
}

/*=====================
responsive
======================*/

@media (max-width: 992px) {
    .wordpress-services {
        background-color: rgb(213 213 242);
    }

    .services-heading {
        text-align: center;
    }

    .services-heading h2 {
        text-align: center;
        font-size: 20px;
        font-weight: bolder;
    }

    .services-heading {
        font-size: 10px;
    }

    .service-grid-container {
        display: grid;
        grid-template-columns: 2, 1fr;
        padding: 20px 8%;
    }

    .service-grid-card {
        padding: 10px 20px;
        align-items: center;
    }

    .service-grid-card h3 {
        font-size: 10px;
        font-weight: bold;
    }

}

@media (max-width: 480px) {
    .wordpress-services {
        background-color: rgb(213 213 242);
        padding: 10px 8px;
    }

    .services-heading {
        text-align: center;
    }

    .services-heading h2 {
        text-align: center;
        font-size: 20px;
        font-weight: bolder;
    }

    .services-heading {
        font-size: 10px;
    }

    .service-grid-container {
        display: grid;
        grid-template-columns: 1fr;
        padding: 20px 8%;
    }

    .service-grid-card {
        padding: 10px 20px;
        align-items: center;
    }

    .service-grid-card h3 {
        font-size: 14px;
        font-weight: bold;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*================================
why kotech
====================================*/
/* .why-kotech {
    background-color: white;
    padding: 40px 20px;
}

.kotech-heading {
    text-align: center;
}

.kotech-heading h2 {
    font-weight: bolder;
    animation: fadeInDown 1s ease-out;
}

.kotech-heading p {
    padding-top: 10px;
    font-size: 15px;
    max-width: 600px;
    margin: auto;
    animation: fadeInUp 1s ease-out;
}

.kotech-reason {
    position: relative;
    display: grid;
    grid-template-columns: 2, 1;
    gap: 20px;
    perspective: 1000px;
}

.reason-card {
    background-color: #ece8e8;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
}

.card1 {
    transform: rotateZ(-1deg) translateY(5px);

}

.card2 {
    transform: rotateZ(2deg) translateY(-5px);
}

.card3 {
    transform: rotateZ(-2deg) translateY(10px);
}

.card4 {
    transform: rotateZ(1deg) translateY(-8px);
}

.reason-card:hover {
    transform: scale(1.05) rotateZ(0deg) translateY(0);
    z-index: 2;
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

.reason-card h3 {
    font-size: 1.25rem;
    color: #0d4e6b;
    margin-bottom: 10px;
}

.reason-card p {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
}


/* CTA Button 
.kotech-cta .btn {
    display: inline-block;
    padding: 14px 28px;
    background-color: #0073aa;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.kotech-cta .btn:hover {
    background-color: #005177;
    transform: scale(1.05);
}


/* 🔁 Tablet Screens (Width up to 992px) 
@media (max-width: 992px) {
    .why-kotech {
        padding: 50px 6%;
    }

    .kotech-heading h2 {
        font-size: 2rem;
    }

    .kotech-heading p {
        font-size: 1.05rem;
        max-width: 600px;
        margin: 0 auto 30px;
    }

    .kotech-reasons {
        gap: 20px;
    }

    .reason-card {
        padding: 25px 18px;
    }

    .reason-card h3 {
        font-size: 1.15rem;
    }

    .reason-card p {
        font-size: 0.95rem;
    }

    /* Reset card skewing on tablet 
    .card-1,
    .card-2,
    .card-3,
    .card-4 {
        transform: none;
    }

    .reason-card:hover {
        transform: scale(1.03);
    }

}

/* 📱 Mobile Screens (Width up to 576px) 
@media (max-width: 576px) {
    .why-kotech {
        padding: 40px 5%;
    }

    .kotech-heading h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .kotech-heading p {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .kotech-reasons {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .reason-card {
        padding: 22px 15px;
    }

    .reason-card h3 {
        font-size: 1.1rem;
    }

    .reason-card p {
        font-size: 0.92rem;
    }

    .kotech-cta .btn {
        font-size: 0.95rem;
        padding: 12px 24px;
    }

}  */

/* Main Section */
.why-kotech {
  background: #f7faff;
  padding: 60px 0;
}

/* Container to limit width on desktop */
.kotech-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Heading */
.kotech-heading {
  text-align: center;
  margin-bottom: 50px;
}

.kotech-heading h2 {
  font-size: 2.2rem;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: bolder;
}

.kotech-heading p {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Card Grid */
.kotech-reasons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Individual Card */
.reason-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reason-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.reason-card h3 {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #0073aa;
  margin-bottom: 10px;
}

.reason-card p {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
}

/* Responsive: Tablet */
@media (max-width: 992px) {
  .kotech-heading h2 {
    font-size: 2rem;
  }

  .kotech-heading p {
    font-size: 1rem;
  }

  .kotech-reasons {
    gap: 25px;
  }

  .reason-card {
    padding: 25px 18px;
  }
}

/* Responsive: Mobile */
@media (max-width: 576px) {
  .kotech-heading h2 {
    font-size: 1.6rem;
  }

  .kotech-heading p {
    font-size: 0.95rem;
  }

  .reason-card h3 {
    font-size: 1.1rem;
  }

  .reason-card p {
    font-size: 0.95rem;
  }

  .reason-card {
    padding: 20px 16px;
  }
}


/*======================
wordpress process
========================/

/* Main section */
.wordpress-process {
  /* background: #cadde6; */
  padding: 60px 10%;
  text-align: center;
}

/* Heading */
.process-heading h2 {
  font-size: 2.5rem;
  font-weight: bolder;
  color: #1a1a1a;
  margin-bottom: 15px;
  animation: fadeInDown 1s ease;
}

.process-heading p {
  font-size: 1.15rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  animation: fadeInUp 1s ease;
}

/* Steps Container */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* Each Step Card */
.process-step {
  background: white;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  animation: slideUp 1s ease forwards;
}

.process-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Step Number Circle */
.step-number {
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: #0073aa;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 115, 170, 0.2);
  transition: background-color 0.3s ease;
}

.process-step:hover .step-number {
  background-color: #005177;
}

/* Step Title */
.process-step h3 {
  margin-top: 30px;
  font-size: 1.3rem;
  font-weight: bolder;
  color: #0073aa;
  margin-bottom: 10px;
}

/* Step Description */
.process-step p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .wordpress-process {
    padding: 40px 6%;
  }

  .process-heading h2 {
    font-size: 2rem;
  }

  .process-heading p {
    font-size: 1.05rem;
  }

  .process-step h3 {
    font-size: 1.15rem;
  }

  .process-step p {
    font-size: 0.95rem;
  }

  .step-number {
    top: -15px;
    left: 15px;
    font-size: 0.9rem;
    padding: 8px 12px;
  }
}

@media (max-width: 480px) {
  .wordpress-process {
    padding: 30px 5%;
  }

  .process-heading h2 {
    font-size: 1.6rem;
  }

  .process-heading p {
    font-size: 1rem;
  }
}

/*=============================
faq section
===============================*/
/* Section Layout */
.faq-section {
  background: #f9fbfd;
  padding: 60px 10%;
  font-family: 'Segoe UI', sans-serif;
}

.faq-heading {
  text-align: center;
  margin-bottom: 40px;
}

.faq-heading h2 {
  font-size: 2.2rem;
  font-weight: bolder;
  color: #1a1a1a;
}

.faq-heading p {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

/* 2 Columns */
.faq-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* FAQ Item */
.faq-item {
  background: white;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  font-size: 1.05rem;
  font-weight: 600;
  background: #0073aa;
  color: white;
  border: none;
  cursor: pointer;
  position: relative;
  text-align: left;
  transition: background-color 0.3s ease;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "–";
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f2f7fa;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 400px;
  padding: 15px 20px;
}

.faq-answer p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 992px) {
  .faq-columns {
    grid-template-columns: 1fr;
  }

  .faq-heading h2 {
    font-size: 2rem;
  }

  .faq-question {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .faq-section {
    padding: 40px 5%;
  }

  .faq-heading h2 {
    font-size: 1.6rem;
  }

  .faq-heading p {
    font-size: 1rem;
  }

  .faq-answer p {
    font-size: 0.95rem;
  }
}

/***drop down section ****/





.trusted-clients {
  text-align: center;
  padding: 80px 20px;
  background-color: #fff;
}

.trusted-clients h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 50px;
  line-height: 1.4;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: center;
  justify-items: center;
}

.client-logos .logo {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logos .logo img {
  max-width: 100%;
  height: 60px;
  object-fit: contain;
  
}

.client-logos .logo:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.client-logos .logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Tablet (3 per row) */
@media (max-width: 992px) {
  .trusted-clients {
    padding: 60px 15px;
  }
  .client-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .trusted-clients h2 {
    font-size: 22px;
  }
}

/* Mobile (2 per row) */
@media (max-width: 600px) {
  .client-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .trusted-clients {
    padding: 40px 10px;
  }
  .trusted-clients h2 {
    font-size: 18px;
  }
  .client-logos .logo img {
    height: 50px;
  }
}





.about-section {
  background-color: #142850;
  padding: 100px 20px;
  color: #fff;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.about-image {
  flex: 1 1 45%;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.about-text {
  flex: 1 1 50%;
}

.about-text h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.about-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #dfe6f1;
}

.about-btn {
  display: inline-block;
  background-color: #00a8ff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background-color: #0091e6;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .about-content {
    flex-direction: column;
    text-align: center;
  }

  .about-text h1 {
    font-size: 26px;
  }

  .about-text {
    order: 2;
  }

  .about-image {
    order: 1;
  }
}

@media (max-width: 600px) {
  .about-section {
    padding: 60px 15px;
  }

  .about-text h1 {
    font-size: 22px;
  }

  .about-text p {
    font-size: 14px;
  }

  .about-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}





.faq-section {
  background-color: #142850;
  padding: 100px 20px;
  color: #fff;
  margin-top: 118px;
}

.faq-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #e9e9e9;
}

.faq-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.faq-item {
  background: #fff;
  color: #000;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  background: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
  color: black;
}

.faq-question:hover {
  background: #f2f6fc;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  font-size: 15px;
  color: #333;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
  transition: transform 0.3s;
}

/* Responsive */
@media (max-width: 992px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-title {
    font-size: 28px;
  }
}
/**** social media marketing section css***/
/* 🌟 Social Media Marketing Process Section */
.smm-process {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2ff 100%);
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.smm-heading {
  text-align: center;
  font-size: 2.5rem;
  color: #0a3d62;
  font-weight: 700;
  margin-bottom: 15px;
}

.smm-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  color: #4a4a4a;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Timeline Container */
.smm-timeline {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

/* Vertical Line in center */
.smm-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #00a8ff;
  transform: translateX(-50%);
  animation: growLine 1.8s ease-in-out;
}

@keyframes growLine {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

/* Step Boxes */
.smm-step {
  position: relative;
  width: 50%;
  padding: 25px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 168, 255, 0.15);
  transition: all 0.4s ease;
  animation: fadeInUp 0.8s ease forwards;
}

/* Left / Right Alternation */
.smm-step:nth-child(odd) {
  align-self: flex-start;
  transform: translateX(-30px);
}

.smm-step:nth-child(even) {
  align-self: flex-end;
  transform: translateX(30px);
}

.smm-step:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 168, 255, 0.25);
}

/* Step Number Circle */
.smm-icon {
  background: #00a8ff;
  color: white;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 50%;
  font-size: 1.2rem;
  margin-bottom: 10px;
  box-shadow: 0 0 15px rgba(0, 168, 255, 0.4);
  transition: 0.4s;
}

.smm-step:hover .smm-icon {
  transform: rotate(360deg);
  background: #0078c2;
}

/* Content Text */
.smm-content h3 {
  color: #0a3d62;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.smm-content p {
  color: #444;
  line-height: 1.6;
  font-size: 1rem;
}

/* Fade-in Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 🌍 Responsive Design */
@media (max-width: 900px) {
  .smm-timeline::before {
    left: 10px;
  }

  .smm-step {
    width: 100%;
    align-self: flex-start;
    transform: translateX(0);
    padding-left: 60px;
  }

  .smm-icon {
    position: absolute;
    left: 0;
    top: 25px;
  }
}

@media (max-width: 500px) {
  .smm-heading {
    font-size: 2rem;
  }

  .smm-subtitle {
    font-size: 1rem;
  }

  .smm-step {
    padding: 20px;
  }

  .smm-icon {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
}
/* 🌟 Social Media Marketing - Why Choose Us Section */
.smm-whychoose {
  background: linear-gradient(135deg, #f5faff 0%, #eaf6ff 100%);
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

/* Subtle floating bubbles effect */
.smm-whychoose::before,
.smm-whychoose::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 168, 255, 0.1);
  animation: float 8s infinite ease-in-out alternate;
}
.smm-whychoose::before {
  width: 180px;
  height: 180px;
  top: 50px;
  left: -60px;
}
.smm-whychoose::after {
  width: 250px;
  height: 250px;
  bottom: 60px;
  right: -80px;
}
@keyframes float {
  from { transform: translateY(0); }
  to { transform: translateY(-30px); }
}

/* Section Header */
.smm-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-inline: auto;
}
.smm-header h2 {
  font-size: 2.5rem;
  color: #0a3d62;
  font-weight: 700;
  margin-bottom: 15px;
}
.smm-header p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Feature Grid */
.smm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  justify-content: center;
  padding: 20px 100px;
}

/* Card Styling */
.smm-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px 15px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 168, 255, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.smm-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 20px;
  transition: transform 0.5s ease;
}
.smm-card h3 {
  font-size: 1.3rem;
  color: #0a3d62;
  margin-bottom: 10px;
  font-weight: 600;
}
.smm-card p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
}

/* Hover Animation */
.smm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 168, 255, 0.25);
}
.smm-card:hover img {
  transform: rotateY(360deg);
}

/* Decorative glow */
.smm-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, #00a8ff, #0078c2);
  transition: width 0.4s ease, left 0.4s ease;
}
.smm-card:hover::after {
  width: 100%;
  left: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .smm-header h2 {
    font-size: 2rem;
  }
  .smm-header p {
    font-size: 1rem;
  }
  .smm-grid{
    display: grid;
    grid-template-columns: 1fr;
    padding: 80px 40px;
  }
  .smm-card {
    padding: 25px 20px;
  }
}
@media (max-width: 480px) {
  .smm-header h2 {
    font-size: 1.7rem;
  }
  .smm-card img {
    width: 60px;
    height: 60px;
  }
}




