* {
    /* margin: 6px 0px 0 0x; */
    padding: 0;
    box-sizing: border-box;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-family:  "Plus Jakarta Sans", "Plus Jakarta Sans Placeholder", sans-serif;
  }
  
  body {
    
    color: #333;
    width: 100%;
    overflow-x: hidden;
    margin: 0!important;
  }

/* footer-section */
/* 
footer {
  width: 100%;
  padding: 40px 20px;
  background-color: #0f1115;
  color: #fff;
  overflow-x: hidden;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 200px;
  margin: 20px 0;
}

.footer-column h3 {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #06a3ad;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #f39c12;
}

.newsletter {
  margin-top: 20px;
}

.newsletter input[type="email"] {
  padding: 10px;
  border: none;
  width: 250px;
  max-width: 100%;
  margin-right: 10px;
  border-radius: 5px;
}

.newsletter button {
  padding: 10px 15px;
  border: none;
  background-color: #f39c12;
  color: #000;
  cursor: pointer;
  border-radius: 5px;
}

.footer-social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social span {
  margin-right: 10px;
  font-weight: bold;
  font-size: 16px;
}

.footer-social a {
  color: #ffffff;
  font-size: 20px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #f39c12;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #999;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
  .footer-column {
    text-align: center;
  }
} */



/* CONTECT-one --SECTION */


.contact-section {
  background: linear-gradient(#e6f0ff, #ffffff);
  background-size: 40px 40px;
  background-image: 
    linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.contactone-container {
  display: flex;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  max-width: 1200px;
  width: 100%;
}

.contact-left {
  flex: 1;
}

.contact-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-icon {
  width: 40px;
  margin-right: 8px;
}

.contact-heading {
  font-size: 40px;
  margin: 0;
  color: #111;
}

.agent-img {
  
  border-radius: 50%;
  padding: 10px;
  max-width: 371px;
  width: 100%;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    text-align: center;
  }
}

/* contact-second-section */

.contact-form-section {
  /* padding: 60px 20px; */
  margin-bottom: 30px;
  background: #f9f9f9;
}

.contact-form-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-box, .contact-info-box {
  flex: 1;
  min-width: 300px;
  text-align: justify;
  padding-left: 60px;
}

.form-box h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.form-box p {
  margin-bottom: 30px;
  color: #666;
}

.contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #eee;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 16px;
  color: black;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0070f3;
  outline: none;
  background: #fff;
}

.submit-p-btn {
  background-color:#06a3ad ;
  color: white;
  padding: 21px 95px;
  border: none;
  border-radius: 30px;
  font-size: 17px;
  cursor: pointer;
  margin-top: 10px;
  
}

.submit-p-btn:hover {
  background: #3336f1;
  color: white;
}

.contact-info-box h3 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.contact-info-box p {
  margin: 10px 0;
  color: #333;
}

.social-ico {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}

.social-ico a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #eee;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.office-info h4 {
  margin-top: 20px;
  font-size: 18px;
}

.office-info p {
  margin: 5px 0 15px;
  color: #555;
}

@media (max-width: 768px) {
  .contact-form-container {
    flex-direction: column;
  }
}



/* contact map section */

.map-section {
  /* padding: 40px 0; */
  background-color: #f9f9f9;

  /* margin-top: 50px; */
}

.map-section iframe {
  width: 100%;
  height: 450px;
  border: 3px solid gray;
  border-radius: 8px;
}






/* contant-four -section */



.consultation-banner {
  background-color: #0056d2; 
  
}

.contact-container {
  max-width: 1200px;
  height: 450px;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.textpara-content {
  flex: 1 1 50%;
  color: white;
}

.textpara-content h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 70px;
}

.textpara-content p {
  margin: 0;
    font-size: 23px;
    color: white;
    text-align: justify;
    padding: 0px 0px 34px 70px;
}

.btn-consult {
    display: inline-block;
    background-color: #06a3ad;
    color: white;
    font-weight: bold;
    padding: 25px 55px;
    text-decoration: none;
    border-radius: 30px;
    transition: background 0.3s;
    margin-left: 70px;
}

.btn-consult:hover {
  background-color: #2c70e5;
  color: white;
}

.image-content {
  flex: 1 1 40%;
  text-align: right;
}

.image-content img {
  max-width: 100%;
  height: auto;
  padding-top: 35px;
}








/* index one section */

.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    margin-top: 0px;
    gap: 30px;
    background-image: linear-gradient(135deg, #FBFBF8 60%, #06a3ad 60%);
    color: white;
    flex-wrap: wrap;
    height: 748px;
}

.hero-content {
  flex: 1;
  color: white;
  /* margin-bottom: 15%; */
}

.hero-content h1 {
  font-size: 45px;
  margin-bottom: 45px;
  color: black;
}

.hero-content p {
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: rgb(9, 9, 9);
}

.hero-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background-color: #06a3ad;
    color: rgb(250, 249, 249);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 3%;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.hero-button:hover {
  background-color: rgb(3, 3, 3);
  color: rgb(248, 247, 247);
}

.arrow-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
  color: rgb(6, 6, 6);
  border-radius: 50%;
  width: 35px;
  height: 38px;
  font-size: 16px;
  padding-bottom: 5px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.cta-button:hover .arrow-circle {
  transform: translateX(5px);
  background-color: #d55d34;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
max-width: 100%;
height: 617px;
margin-top: 131px;
}

/* ==================== RESPONSIVE STYLES ==================== */

/* Tablets (768px and below) */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
    text-align: center;
  }

  .hero-content {
    margin-bottom: 40px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .hero-button {
    font-size: 16px;
    padding: 10px 20px;
  }

  .arrow-circle {
    width: 30px;
    height: 32px;
    font-size: 14px;
  }
}

/* Phones (480px and below) */


@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 28px;
    margin-top: 95px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-image img{
        max-width: 100%;
    height: 610px;
    margin-top: 1px;

  }

  .hero-button {
    font-size: 14px;
    padding: 15px 55px;
  }

  .arrow-circle {
    width: 28px;
    height: 30px;
    font-size: 13px;
  }

  .hero-section {
    padding: 30px 15px;
  }
}

  
  

  /* index two section */
  
  .container-section1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
  font-family: Arial, sans-serif;
  gap: 40px;
  padding-top: 6%;
  flex-wrap: wrap; /* Allow wrapping */
}

.column-sec1 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  min-width: 250px;
  margin-bottom: 20px;
}

.logo-left {
  margin-right: 15px;
  font-size: 32px;
  color: #D44A00;
  flex-shrink: 0;
}

.text-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #333;
  text-align: justify;
}

.text-content p {
  margin: 0;
  font-size: 14px;
  color: #555;
  text-align: justify;
}

/* Responsive for tablets (≤768px) */
@media (max-width: 768px) {
  .container-section1 {
    flex-direction: column;
    padding: 30px 20px;
  }

  .column-sec1 {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .text-content h3 {
    font-size: 17px;
  }

  .text-content p {
    font-size: 13px;
  }
}

/* Responsive for mobile devices (≤480px) */
@media (max-width: 480px) {
  .container-section1 {
    padding: 20px 15px;
  }

  .column-sec1 {
    flex-direction: row;
  }

  .logo-left {
    font-size: 28px;
    margin-right: 10px;
  }

  .text-content h3 {
    font-size: 16px;
  }

  .text-content p {
    font-size: 12px;
  }
}


  /* index three section */
  
  
/* BASE STYLE */
.container-mission {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.container-mission-column {
  width: 32%;
  background-color: #06a3ad;
  color: black;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 350px;
  transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  margin-right: 16px;
}
.container-mission-column:last-child {
  margin-right: 0;
}
.container-mission-column img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.icon-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.container-mission-column .icon {
  font-size: 30px;
  color: #fff;
}
.container-mission-column h3 {
  font-size: 17px;
  color: #080808;
  margin: 10px 0 0 0;
}
.content {
  display: block;
  margin-top: 100px;
  font-size: 16px;
  color: white;
  transition: display 0.3s ease-in-out;
}
.container-mission-column:hover {
  width: 45%;
}
.container-mission-column:hover h3 {
  transform: translateY(-20px);
  margin-top: 30px;
}
.container-mission-column:hover .content {
  display: block;
  color: black;
}
.container-mission-column:hover img {
  transform: scale(1.2);
}
.container-mission-column:not(:hover) .content {
  display: none;
}
.container-mission-column:nth-child(2):hover ~ .container-mission-column:nth-child(1) .content {
  display: block;
}
.container-mission-column:nth-child(2):hover ~ .container-mission-column:nth-child(1) img {
  transform: scale(1.5);
  top: 50px;
  right: 50px;
}
.container-mission-column:nth-child(1):hover {
  width: 45%;
}

/* =========================================================== */
/* RESPONSIVE STYLES START */
/* =========================================================== */

/* Tablets and smaller screens (max 1014px) */

@media (max-width: 1014px) {
  .container-mission {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .container-mission-column {
    width: 45%;
    margin-bottom: 20px;
    height: auto;
  }
  /* .container-mission-column:hover {
    width: 45%;
  } */
}

/* Tablets (max 800px) */
@media (max-width: 800px) {
  .container-mission {
    flex-direction: column;
    align-items: center;
  }
  .container-mission-column {
    width: 80%;
    margin-right: 0;
    margin-bottom: 20px;
    height: auto;
  }
  /* .container-mission-column:hover {
    width: 80%;
  } */
  .content {
    display: block !important;
    margin-top: 20px;
  }
  .container-mission-column img {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
}

/* Small Tablets and Large Phones (max 768px) */
@media (max-width: 768px) {
  .container-mission {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .container-mission-column {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
    height: auto;
  }
  /* .container-mission-column:hover {
    width: 90%;
  } */
  .content {
    display: block !important;
    margin-top: 20px;
  }
  .container-mission-column img {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
}

/* Very Small Phones (max 360px) */
@media (max-width: 360px) {
  .container-mission-column {
    padding: 15px;
    width: 100%;
  }
  .container-mission-column h3 {
    font-size: 16px;
  }
  .container-mission-column .icon {
    font-size: 24px;
  }
  .content {
    font-size: 14px;
  }
  .container-mission-column img {
    width: 100%;
    height: auto;
  }
}

  
  
  
  
  /* index   FOUR section */
  
  
  .full-width-image {
    width: 100%;
    height: 167vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    transition: background-image 0.4s ease-in-out;
    margin-top: 5%;
  }
  
  .container-bg-img {
    display: flex;
    width: 70%;
    max-width: 1000px;
    height: 450px;
    background-color: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border: 1px solid #eee;
    z-index: 2;
    position: relative;
  }
  
  .left {
    background: #fff;
    padding: 40px;
    width: 50%;
  margin-top: 129px;
  }
  
  .right {
    width: 50%;
  }
  
  #smallImage {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 23px 14px 26px 14px;
    margin-top: 226px;
  }
  
  .left-h2 {
    font-size: 44px;
    margin-bottom: 30px;
    color: black;
    text-align: center;
  
  }
  
  .expertise-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .expertise-item {
    background-color: #06a3ad;
    color: white;
    height: 59px;
  }
  
  .expertise-item:not(.active) {
    background-color: #fff4ee;
    color: black;
  }
  
  .expertise-item span.icon {
    margin-right: 10px;
    background: white;
    border-radius: 50%;
    padding: 10px;
    height: 33px;
    width: 43px;
  }
  
  
  .expertise-item:hover:not(.active) {
    background: #ffe5d9;
  }
  .expertise-item > span:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .expertise-item span {
    display: flex;
    align-items: center;
    gap: 8px; 
  }
  
  
  /* Tablet View (≤ 768px) */
@media (max-width: 768px) {
  .full-width-image {
    height: 1000px;
    padding: 40px 0;
    margin-top: 10%;
  }

  .container-bg-img {
    flex-direction: column;
    width: 90%;
    height: auto;
  }

  .left, .right {
  width: 100%;
  padding: 20px;
  margin-top: 170px;
  height: 195px;
  }

  #smallImage {
    height: auto;
    width: 100%;
    margin-top: 0;
    padding: 10px;
  }

  .left-h2 {
    font-size: 32px;
    text-align: center;
  }

  .expertise-item {
    height: auto;
    font-size: 14px;
    padding: 12px;
  }

  .expertise-item span.icon {
    height: 28px;
    width: 36px;
    padding: 6px;
    font-size: 14px;
  }
}

/* Mobile View ( 480px) */

@media (max-width: 480px) {
  .full-width-image {
    padding: 30px 0;
    margin-top: 15%;
  }

  .left-h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .expertise-item {
    flex-direction: column;
    align-items: flex-start;
    font-size: 13px;
    padding: 10px;
  }

  .expertise-item span {
    justify-content: flex-start;
  }

  .expertise-item span.icon {
    height: 24px;
    width: 30px;
    padding: 4px;
    font-size: 12px;
  }

  .container-bg-img {
    width: 95%;
    border-radius: 15px;
  }

  #smallImage {
    padding: 8px;
  }
}

  
  
  
  
  
  /* five-section */
  
  
/* ===========================
Base Styles
=========================== */
.brand-section {
  background-color: #0e0e0e;
  padding: 70px 20px;
  text-align: center;
  color: #ccc;
}

.brand-section h3 {
  margin-bottom: 30px;
  color: #aaa;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid #333;
}

.brand-item {
  padding: 30px;
  background-color: #06a3ad;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
}

.brand-item a {
  display: inline-block;
}

.brand-item img {
  width: 142px;
  height: 99px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.brand-item a:hover img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.brand-item p {
  margin: 0;
  color: #aaa;
  font-size: 14px;
}

/* ===========================
Responsiveness
=========================== */

/* Max Width: 1014px --> 3 columns */
@media (max-width: 1014px) {
  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Max Width: 800px --> 2 columns */
@media (max-width: 800px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Max Width: 768px --> 2 columns (smaller padding) */
@media (max-width: 768px) {
  .brand-section {
    padding: 40px 15px;
  }
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-item {
    padding: 20px;
  }
  .brand-item img {
    width: 120px;
    height: 80px;
  }
}

/* Max Width: 360px --> Single column */
@media (max-width: 360px) {
  .brand-grid {
    grid-template-columns: 1fr;
  }
  .brand-item {
    padding: 15px;
  }
  .brand-item img {
    width: 100px;
    height: 70px;
  }
  .brand-item p {
    font-size: 12px;
  }
}

  
  
  
  
  /* index section six */
  
  
  
  .section-stats {
    padding: 50px 20px;
    width: 100%;
    text-align: center;
    background-color: #f7f7f7;
  }
  
  .stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 25px;
  }
  
  .card-stats {
    background: #06a3ad;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.06);
    flex: 1 1 280px;
    max-width: 389px;
    height: 289px;
    transition: transform 0.3s ease;
    position: relative;
    overflow: visible;
  }
  
  .card-stats:hover {
    transform: translateY(-6px);
    background-color: rgb(198, 195, 235);
  
  }
  
  .card-heading {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
    text-align: justify;
  
  }
  
  .card-number {
    font-size: 2.5rem;
    color: #1a73e8;
    margin-bottom: 12px;
  }
  
  .card-description {
    font-size: 14px;
    color: white;
    line-height: 1.6;
  }
  
  
  
  .popup-img {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 10;
  }
  
  .popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Show images on hover */
  .card-stats:hover .popup-img-top {
    display: block;
    top: -60px;
    left: calc(50% - 30px);
  }
  
  .card-stats:hover .popup-img-bottom {
    display: block;
    bottom: -55px;
    left: calc(50% - 30px);
  }
  
  .card-stats:hover .popup-img-left {
    display: block;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
  }
  
  .card-heading:hover{
    color: white;
  }
  
  
  
  
  
  /*  index seven-section */
  
  
  
   
  
  .swiper-slide {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  
  .slidepara-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    gap: 30px;
  }
  
  .slidepara-content img {
    width: 47%;
    border-radius: 12px;
    object-fit: cover;
  }
  
  .textsli-content {
    flex: 1;
  }
  
  .textsli-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: black;
  }
  
  .textsli-content p {
    color: #555;
    margin-bottom: 15px;
  }
  
  .tag {
    display: inline-block;
    background: #06a3ad;
    color: #fcf9f9;
    font-size: 10px;
    padding: 6px 12px;
    margin-bottom: 14%;
    margin-right: 8px;
    border-radius: 16px;
    text-decoration: none;
    transition: background 0.3s;
  }
  
  .tag:hover {
    background: #f9f8f8;
    color: rgb(8, 8, 8);
  }
  
  .view-button {
    background: #06a3ad;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
    
  }
  
  .view-button:hover{
    color: white;
    background-color: black;
  }
  
  .custom-pagination {
    text-align: center;
    margin-top: 20px;
  }
  
  .custom-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
  }
  
  .custom-pagination .swiper-pagination-bullet-active {
    background: #d44a00;
  }
  
  
  

/* index eight  section */
  
  .swiper-main {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
  }
  
  .swiper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
  }
  
  .left-content h1 {
    margin: 0;
    font-size: 35px;
    color: black;
  }
  .left-content p{
    font-size: 17px;
    color: black;
  }
  
  .leftswiper-content p {
    margin: 5px 0 0;
    color: #666;
  }
  
  .rightswiper-content {
    margin-top: 10px;
  }
  
  .view-r-button {
    background: #06a3ad;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    margin-left: 10%;
    font-weight: bold;
    width: 190px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
  }
  
  @media (max-width: 768px) {
  .swiper-main {
    padding: 10px;
  }

  .swiper-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .left-content h1 {
    font-size: 28px;
  }

  .left-content p {
    font-size: 15px;
  }

  .view-r-button {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .slidepara-content {
    flex-direction: column;
    text-align: center;
  }

  .slidepara-content img {
    width: 100%;
    height: auto;
  }

  .textsli-content {
    padding: 10px;
  }

  .tags {
    justify-content: center;
    flex-wrap: wrap;
  }

  .tag {
    margin: 5px;
  }
}

@media (max-width: 480px) {
  .left-content h1 {
    font-size: 24px;
  }

  .left-content p {
    font-size: 14px;
  }

  .view-r-button {
    font-size: 14px;
    padding: 8px 16px;
  }

  .textsli-content h2 {
    font-size: 18px;
  }

  .textsli-content p {
    font-size: 14px;
  }
}

  
  
  
  
  
  /*index  nine-section */
  
  
  
  
  .workflow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background-color: #f5f5f5;  
  }
  
  .workflow-container {
    display: flex;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 1200px;
    height: 450px;
    margin: 100px 30px 20px 10px;
    overflow: hidden;
    padding: 30px;
    gap: 30px;
  }
  
  .workflow-left {
    flex: 1;
    margin-top: 56px;
  }
  
  .workflow-left h2 {
    font-size: 32px;
    color: black;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  
  .workflow-left p {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.6;
    margin-left: 32px;
  }
  
  .workflow-button {
    background: #06a3ad;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-left: 30px;
  }
  
  .workflow-button:hover {
    background-color: black;
  }
  
  .workflow-right {
  flex: 1;
  position: relative;
  height: 380px; 
  overflow: hidden;
  }
  
  .image-stack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  
  }
  
  .image-container {
  position: relative;
  height: 380px; 
  padding-bottom: 10px;
  box-sizing: border-box;
  }
  
  
  .image-container img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
    padding: 40px 40px 20px 40px;
  }
  
  .step-number {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 20px;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: bold;
  }
  
  .step-caption {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 8px;
    line-height: 1.4;
    font-size: 15px;
    margin: 0px 35px 0px 35px;
  }
  
  
  

  @media (max-width: 768px) {
  .workflow-container {
   flex-direction: column;
  height: auto;
  padding: 23px;
  gap: 20px;
  margin: 1px 4px;
  text-align: justify;
  }

  .workflow-left {
    margin-top: 0;
  }

  .workflow-left h2 {
    font-size: 26px;
    margin-left: 0;
  }

  .workflow-left p {
    font-size: 15px;
    margin-left: 0;
  }

  .workflow-button {
    margin-left: 0;
    padding: 10px 20px;
    font-size: 14px;
  }

  .workflow-right {
    position: relative;
    height: auto;
    overflow: visible;
  }

  .image-stack {
    position: static;
    transform: none !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .image-container {
    height: auto;
  }

  .image-container img {
    padding: 20px;
    height: auto;
  }

  .step-caption {
    margin: 10px 20px;
  }
}

@media (max-width: 480px) {
  .workflow-left h2 {
    font-size: 22px;
  }

  .workflow-left p {
    font-size: 14px;
  }

  .workflow-button {
    width: 100%;
    text-align: center;
  }

  .step-number {
    font-size: 16px;
    padding: 4px 10px;
  }

  .step-caption {
    font-size: 14px;
    padding: 8px;
  }
}

  
  
  
  /*index  ten -section */
  
  
  
  .custom-video-section {
    background-image: url('./Images/new3.jpg'); 
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .custom-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.0);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: transform 0.3s ease;
  }
  
  .play-button:hover {
    transform: scale(1.1);
  }
  
  .play-icon {
    width: 0;
    height: 0;
    border-left: 25px solid #d44a00; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
  }
  
  .mfp-iframe-holder {
    padding-top: 0;
  }
  
  .mfp-content {
    max-width: 100%;
    width: 100% !important;
    height: 100vh;
  }
  
  .mfp-iframe-scaler {
    height: 100vh;
    padding-top: 0;
  }
  
  .mfp-iframe-scaler iframe {
    height: 100vh !important;
  }
  

  .custom-video-section {
  background-image: url('./Images/new3.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06a3ad;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}

.play-icon {
  width: 0;
  height: 0;
  border-left: 25px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .custom-video-section {
    height: 60vh;
  }

  .play-button {
    width: 80px;
    height: 80px;
  }

  .play-icon {
    border-left: 18px solid #d44a00;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

@media (max-width: 480px) {
  .custom-video-section {
    height: 50vh;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }

  .play-icon {
    border-left: 14px solid #d44a00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}

/* Lightbox fix for iframe */
.mfp-iframe-holder {
  padding-top: 0;
}

.mfp-content {
  max-width: 100%;
  width: 100% !important;
  height: 100vh;
}

.mfp-iframe-scaler {
  height: 100vh;
  padding-top: 0;
}

.mfp-iframe-scaler iframe {
  height: 100vh !important;
}

  
  
  
  
  
  /*index  eleven -section */
  
  .testimonial-section {
    background: #121212;
    padding: 30px 0;
    height: 535px;
  }
  
  .testimonial-swiper-box {
    width: 100%;
    /* max-width: 1200px; */
    margin: auto;
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 60px;
  }
  
  .swiper {
    overflow: visible;
  }
  
  .swiper-slide {
    opacity: 0.5;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  .swiper-slide-active {
    transform: scale(1.05);
    opacity: 1;
  }
  
  .testimonial-card {
    display: flex;
    background: #fbfefe;
    border-radius: 20px;
    padding: 30px;
    gap: 20px;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); */
    align-items: flex-start;
    height: auto;
    width: 440px;
    height: 350px;
  }
  
  .profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    flex-shrink: 0;
  }
  
  
  
  .profile-section .rating {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  justify-content: center;
  }
  
  .profile-section .rating img {
  height: 18px;
  }
  
  .profile-section .rating span {
  font-size: 14px;
  color: #ffd700;
  }
  
  
  .profile-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;

  }
  
  .profile-info h3 {
    font-size: 16px;
    margin: 0;
    color: #0a0909;
  }
  
  .profile-info p {
    font-size: 13px;
    color: #0e0d0d;
    margin-top: 5px;
  }
  
  .testimonial-content {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #020202;
    text-align: justify;
  }
  
  .rating {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 0px;
  }
  
  .rating img {
    height: 20px;
  }
  
  .rating span {
    font-size: 16px;
    color: #ffd700;
  }
  
  .swiper-pagination {
    text-align: center;
    margin-top: 20px;
  
  }
  
  .swiper-pagination-bullet {
    /* background: #ccc; */
    opacity: 1;
  }
  
  .swiper-pagination-bullet-active {
    background: #ffd700;
  }
  
  

  @media (max-width: 768px) {
  .testimonial-section {
    padding: 20px 0;
    height: auto;
  }

  .testimonial-swiper-box {
    padding: 0 20px;
    margin-top: 40px;
  }

  .testimonial-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: auto;
  }

  .profile-section {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 15px;
  }

  .testimonial-content {
    font-size: 15px;
  }

  .profile-info h3 {
    font-size: 14px;
  }

  .profile-info p {
    font-size: 12px;
  }

  .rating {
    margin-top: 10px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .testimonial-swiper-box {
    padding: 0 10px;
    margin-top: 30px;
  }

  .testimonial-card {
    padding: 15px;
  }

  .testimonial-content {
    font-size: 14px;
  }

  .profile-pic {
    width: 60px;
    height: 60px;
  }

  .rating img {
    height: 16px;
  }

  .rating span {
    font-size: 14px;
  }
}

  
  
  /*INDEX  twell --section */
  
  .team-section {
      text-align: center;
      position: relative;
      padding: 0px 20px 0px 89px;
      height: 499px;
      margin-top: 60px;
  }
  
  .heading-container {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
  }
  
  .heading-container h2 {
  
    font-size: 13rem;
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 1;
    position: relative;
  }
  
  .avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    position: absolute;
  }
  
  /* Top 3 icons over heading */
  .top-icon.icon1 { top: 14px; left: -15px; }
  .top-icon.icon2 { top: -4px; left: 46%; }
  .top-icon.icon3 { top: 27px; right: 135px; }
  
  
  
  .meet-team-btn {
    background-color: #FF7043;
    color: #fff;
    padding: 12px 30px;
    font-size: 1rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    z-index: 1;
    position: relative;
  }
  
  
  
  /* Bottom layout */
  .bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    flex-wrap: wrap;
    gap: 40px;
    text-align: left;
  }
  
  /* Left list */
  .left-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .left-list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    position: relative;
    padding-left: 25px;
  }
  
  .left-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #333;
  }
  
  
  
  .meet-team-btn-link {
    background-color: #06a3ad;
    color: #fffefe;
    padding: 12px 30px;
    font-size: 1rem;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
  }
  
  .meet-team-btn-link:hover{
    color: rgb(251, 246, 246);
    background-color:rgb(9, 9, 9) ;
  }
  
  
  /* Right text */
  .right-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: justify;
    width: 519px;
  }
  
  .right-text p {
    font-size: 1rem;
    color: #444;
    max-width: 529px;
    padding-left: 40px;
  }
  
  

  /* Tablets and below (768px) */
@media (max-width: 768px) {
  .team-section {
    padding: 0 20px;
    height: auto;
    margin-top: 40px;
  }

  .heading-container h2 {
    font-size: 6rem;
  }

  .avatar {
    width: 60px;
    height: 60px;
  }

  .top-icon.icon1 { top: 10px; left: -10px; }
  .top-icon.icon2 { top: 0; left: 40%; }
  .top-icon.icon3 { top: 18px; right: 100px; }

  .bottom-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .left-list li {
    font-size: 1rem;
    padding-left: 20px;
  }

  .right-text h3 {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }

  .right-text p {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
}

/* Mobile screens (480px and below) */
@media (max-width: 480px) {
  .team-section {
    padding: 0 10px;
    margin-top: 30px;
  }

  .heading-container h2 {
    font-size: 3.5rem;
  }

  .avatar {
    width: 45px;
    height: 45px;
  }

  .top-icon.icon1 { top: 8px; left: -5px; }
  .top-icon.icon2 { top: 0; left: 35%; }
  .top-icon.icon3 { top: 14px; right: 60px; }

  .left-list li {
    font-size: 0.95rem;
  }

  .meet-team-btn-link {
    padding: 10px 24px;
    font-size: 0.95rem;
  }

  .right-text h3 {
    font-size: 18px;
  }

  .right-text p {
    font-size: 0.95rem;
    padding: 25px;
  }
}

  
  
  
  
  /* index 13-section */
  
  
  
  .contact-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    font-family: sans-serif;
    background: #f9fbfd;
    border-radius: 10px;
    height: 690px;
    padding-top: 30px;
  }
  
  /* Top Row */
  .ratings-row {
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
  }
  
  .rating-box {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 100%;
    text-align: center;
  }
  
  .rating-box span {
    margin-left: 5px;
    color: #333;
  }
  
  /* Main Content */
  .main-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }
  
  /* Form Section */
  .form-section {
    flex: 1;
    min-width: 300px;
    background-color: white;
    margin-right: 31px;
    border-radius: 30px;
    padding-top: 50px;
    height: 568px;
    
  }
  
  .form-section h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-left: 13%;
  }
  
  .form-section p {
    margin-bottom: 20px;
    color: #333;
    margin-left: 13%;
    font-size: 18px;
    font-weight: bold;
  }
  
  .form-section form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .form-section input,
  .form-section textarea {
    flex: 1 1 45%;
    padding: 22px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  
  .form-section textarea {
    flex: 1 1 100%;
    height: 100px;
    resize: none;
  }
  
  .form-section button {
    background-color: #06a3ad;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    font-size: 1.5rem;
    cursor: pointer;
    margin-top: 10px;
    width: 248px;
    height: 68px;
  }
  
  /* Profile Section */
  .profimg-section {
    flex: 0 0 300px;
    text-align: center;
  }
  
  .profi-pic {
    width: 111%;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 425px;
    object-fit: cover;
  }
  
  .profimg-section h3 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
  }
  
  .profimg-section p {
    margin: 5px 0 15px 20px;
    color: #555;
    font-size: 15px;
  }
  
  .indexsocial-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1px;
    margin-top: 0px;
  }
  
  .indexsocial-icons {
    flex: 1;
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .indexsocial-icone:hover {
    color: #ff7043;
  }
  


  .indexsocial.facebook:hover {
    color: #edeff2;
    background-color: black;
  }
  
  .indexsocial-link.twitter:hover {
    color: #f5f7f8;
    background-color: black;
  }
  
  .indexsocial-link.linkedin:hover {
    color: #f2f6f8;
    background-color: black;
  }
  
  .indexsocial-link.instagram:hover {
    color: #fefafb;
    background-color: black;
  }
  
  .indexsubmit-btn {
    background-color: #ff7043;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    font-size: 1.5rem;
    cursor: pointer;
    margin-top: 10px;
    width: 248px;
    height: 68px;
  }
  


/* Tablets and smaller (up to 768px) */
@media (max-width: 768px) {
  .contact-wrapper {
    height: auto;
    padding: 20px;
  }

  .ratings-row {
    flex-direction: column;
    gap: 15px;
  }

  .rating-box {
    width: 100%;
    font-size: 0.9rem;
    padding: 8px 15px;
  }

  .main-content {
    flex-direction: column;
    gap: 25px;
  }

  .form-section {
    margin-right: 0;
    padding: 30px 20px;
    height: auto;
    min-width: 100%;
  }

  .form-section h4 {
    margin-left: 0;
    font-size: 1.1rem;
    text-align: center;
  }

  .form-section p {
    margin-left: 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
  }

  .form-section input,
  .form-section textarea {
    flex: 1 1 100%;
    padding: 16px;
    font-size: 1rem;
  }

  .form-section textarea {
    height: 120px;
  }

  .form-section button {
    width: 100%;
    max-width: 300px;
    height: 60px;
    font-size: 1.2rem;
    margin: 20px auto 0;
    display: block;
  }

  .profimg-section {
    flex: 1 1 100%;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }

  .profi-pic {
    width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 10px;
  }

  .profimg-section h3 {
    font-size: 22px;
  }

  .profimg-section p {
    margin: 8px 0 15px 0;
    font-size: 14px;
  }

  .indexsocial-icons {
    font-size: 1.5rem;
    gap: 10px;
  }
}

/* Mobile screens (up to 480px) */
@media (max-width: 480px) {
  .contact-wrapper {
    padding: 15px 10px;
    height: auto;
  }

  .ratings-row {
    gap: 12px;
  }

  .rating-box {
    font-size: 0.85rem;
    padding: 7px 12px;
  }

  .form-section h4 {
    font-size: 1rem;
  }

  .form-section p {
    font-size: 0.95rem;
  }

  .form-section input,
  .form-section textarea {
    padding: 12px;
    font-size: 0.95rem;
  }

  .form-section textarea {
    height: 100px;
  }

  .form-section button {
    font-size: 1rem;
    height: 55px;
    width: 100%;
    max-width: 260px;
    margin: 15px auto 0;
  }

  .profimg-section h3 {
    font-size: 18px;
  }

  .profimg-section p {
    font-size: 13px;
  }

  .indexsocial-icons {
    font-size: 1.3rem;
    gap: 8px;
  }
}



  /* AEO- ONE SECTION */

  .seo-wrapper {
    background: linear-gradient(to right, #fdfbfb, #ebedee);
    height: 605px;
    display: flex;
    justify-content: center;
  }

  .seo-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 490px;
  }

  .seo-content {
    flex: 1;
    max-width: 550px;
  }

  .seo-content h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 52px;
    color: #111;
    margin-top: 82px;
  }

  .seo-content h1 span {
    color: #06a3ad;
  }

  .seo-content p {
    color: #555;
    font-size: 16px;
    margin: 15px 0;
  }

  .seo-list {
    list-style: none;
    padding: 0;
  }

  .seo-list li {
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    color: #222;
  }

  .seo-list li::before {
    content: "✔";
    color: #000;
    position: absolute;
    left: 0;
  }

  .seo-button {
    display: inline-block;
    margin-top: 25px;
    padding: 17px 32px;
    background-color: #06a3ad;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 28px;
    transition: background 0.3s ease;
  }

  .seo-button:hover {
    background-color: #f5c600;
  }

  .seo-image-box {
    flex: 1;
    text-align: center;
    padding-left: 20px;
  }

  .seo-image-box img {
    max-width: 80%;
    height: auto;
    margin-top: 65px;
  }

 /* Tablet and below (up to 768px) */
@media (max-width: 768px) {
  .seo-wrapper {
    height: auto; /* let height grow */
    padding: 40px 20px;
  }

  .seo-container {
    flex-direction: column;
    height: auto;
    align-items: center;
    gap: 30px;
  }

  .seo-content {
    max-width: 100%;
    text-align: center;
  }

  .seo-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .seo-content p,
  .seo-list li {
    font-size: 15px;
  }

  .seo-list li {
    padding-left: 20px;
  }

  .seo-image-box {
    padding-left: 0;
  }

  .seo-image-box img {
    max-width: 90%;
  }

  .seo-button {
    padding: 12px 24px;
    font-size: 16px;
  }
}

/* Mobile (up to 480px) */
@media (max-width: 480px) {
  .seo-wrapper {
    padding: 30px 15px;
  }

  .seo-content h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .seo-content p,
  .seo-list li {
    font-size: 14px;
  }

  .seo-list li {
    padding-left: 18px;
  }

  .seo-button {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
  }

  .seo-image-box img {
    max-width: 100%;
  }
}






  /* AEO-SECTION--2 */


  .slider-wrapper {
    background-color: #fff;
    padding: 40px 20px;
    overflow: hidden;
    position: relative;
    height: 300px;
  }

  .slider-heading {
    display: flex;
    margin-bottom: 80px;
   
  }

  .slider-heading span {
    font-size: 19px;
    font-weight: 400;
    color: #444;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    
  }

  .slider-heading strong {
    font-weight: 700;
  }

  .slider-inner {
    width: 100%;
    overflow: hidden;
  }

  .slider-track {
    display: flex;
    width: max-content;
    animation: scrollSlider 30s linear infinite;
  }

  .slider-container {
    display: flex;
    gap: 50px;
  }

  .slider-item img {
    height: 30px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .slider-item img:hover {
    filter: none;
  }

  @keyframes scrollSlider {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

/* Responsive for tablets and below (up to 768px) */

@media (max-width: 768px) {
  .slider-wrapper {
    height: 200px;
    padding: 30px 15px;
  }

  .slider-heading {
    margin-bottom: 50px;
  }

  .slider-heading span {
    font-size: 16px;
    padding: 6px 12px;
  }

  .slider-track {
    animation-duration: 25s;
  }

  .slider-container {
    gap: 30px;
  }

  .slider-item img {
    height: 25px;
  }
}

/* Responsive for mobile (up to 480px) */
@media (max-width: 480px) {
  .slider-wrapper {
    height: 150px;
    padding: 20px 10px;
  }

  .slider-heading {
    margin-bottom: 35px;
  }

  .slider-heading span {
    font-size: 14px;
    padding: 5px 10px;
  }

  .slider-track {
    animation-duration: 20s;
  }

  .slider-container {
    gap: 20px;
  }

  .slider-item img {
    height: 20px;
  }
}



  /* SEO-SECTION-third  */




  .seo-success {
    background: linear-gradient(328deg, #c6c5e5, #f5f7fe);
    border-radius: 40px;
    padding: 60px 40px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    height: 727px;
    margin-bottom: 50px;
  }
  
  .seo-badge {
    display: inline-block;
    background-color: #f0f4ff;
    color: #0052cc;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
  }
  
  .seo-heading {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  .seoAgency-content {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
    text-align: left;
  }
  
  .seo-values, .seo-mv {
    flex: 1 1 45%;
  }
  
  .seo-values h3, .seo-mv h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .seo-values ul {
    list-style: none;
    padding: 0;
  }
  
  .seo-values li {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
    font-size: 17px;
    padding-right: 125px;
  }
  
  .seo-values img {
    width: 40px;
    height: 40px;
  }
  
  .seo-mv p {
    margin-bottom: 20px;
    color: #555;
    font-size: 18px;
    padding-right: 30px;
  }
  
  .seo-btn-wrap {
    margin-top: 40px;
  }
  
  .seo-btn {
    background-color: #06a3ad;
    color: white;
    padding: 20px 38px;
    border-radius: 34px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 19px;

  }
  
  .seo-btn:hover {
    background-color: #f0f01f;
    color: black;
  }
  

/* Tablet and below (up to 768px) */


@media (max-width: 768px) {
  .seo-success {
    padding: 40px 20px;
    height: auto; 
  }

  .seo-heading {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .seoAgency-content {
    flex-direction: column;
    gap: 40px;
  }

  .seo-values, .seo-mv {
    flex: 1 1 100%;
    padding-right: 0;
  }

  .seo-values li {
    padding-right: 0;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .seo-values img {
    width: 35px;
    height: 35px;
  }

  .seo-values h3, .seo-mv h3 {
    font-size: 24px;
  }

  .seo-mv p {
    font-size: 16px;
    padding-right: 0;
  }

  .seo-btn {
    font-size: 17px;
    padding: 18px 22px;
  }
}

/* Mobile (up to 480px) */
@media (max-width: 480px) {
  .seo-success {
    padding: 30px 23px;
    height: auto;
    margin-top: 35px;
  }

  .seo-badge {
    font-size: 12px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .seo-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .seo-values li {
    gap: 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .seo-values img {
    width: 30px;
    height: 30px;
  }

  .seo-values h3, .seo-mv h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .seo-mv p {
    font-size: 14px;
  }

  .seo-btn {
    font-size: 15px;
    padding: 14px 18px;
    border-radius: 6px;
  }
}




  /* AEO-Fourth-Section */





  .feature-services {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding: 15px 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 25px;
  } 
  
  .feature-left {
    flex: 1 1 35%;
    margin-top: 140px;
  }
  
  .feature-left .badge {
    background: #eef2ff;
    color: #1e40af;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 16px;
  }
  
  .feature-left h2 {
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  
  .feature-left p {
    font-size: 22px;
    color: #555;
    margin-bottom: 24px;
    margin-top: 50px;
  }
  

.btn-yellow {
    background-color: #06a3ad;
    color: white;
    padding: 21px 44px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 17px;
    margin-top: 20px;
}

  .btn-yellow:hover{
    background-color: #0070f3;
    color: white;
  }
  
  .feature-right {
    flex: 1 1 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-left: 45px;
  }
  
  .service-card {
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 43px;
    background: white;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .service-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: #ccc;
  }
  
  .service-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .service-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
  }
  
  .service-card .icon {
    width: 68px;
    height: 68px;
    position: absolute;
    bottom: 3px;
    left: 20px;
}

  
  /* .service-card .arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #f3f4f6;
    padding: 8px;
    border-radius: 999px;
    font-size: 14px;
  } */



  /* Tablet and below (up to 768px) */
@media (max-width: 768px) {
  .feature-services {
    flex-direction: column;
    padding: 15px 20px;
  }

  .feature-left {
    flex: none;
    margin-top: 50px;
    max-width: 100%;
    text-align: center;
  }

  .feature-left h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .feature-left p {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .btn-yellow {
    padding: 18px 28px;
    font-size: 16px;
  }

  .feature-right {
    flex: none;
    max-width: 100%;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 40px;
  }

  .service-card {
    padding: 30px 25px;
  }

  .service-card h3 {
    font-size: 16px;
  }

  .service-card p {
    font-size: 14px;
  }

  .service-card .icon {
    width: 56px;
    height: 56px;
    bottom: 5px;
    left: 15px;
  }

  /* .service-card .arrow {
    padding: 6px;
    font-size: 12px;
    bottom: 15px;
    right: 15px;
  } */
}

/* Mobile (up to 480px) */
@media (max-width: 480px) {
  .feature-left h2 {
    font-size: 26px;
  }

  .feature-left p {
    font-size: 16px;
    margin-top: 25px;
  }

  .btn-yellow {
    padding: 14px 24px;
    font-size: 14px;
  }

  .service-card {
    padding: 20px 15px;
  }

  .service-card h3 {
    font-size: 14px;
  }

  .service-card p {
    font-size: 13px;
  }

  .service-card .icon {
    width: 48px;
    height: 48px;
  }

  /* .service-card .arrow {
    padding: 5px;
    font-size: 11px;
  } */
}

  




  /* AEO-FIVE-SECTION */


.section-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #06a3ad;
  min-height: 100vh;
  padding: 2rem;
}

.slider-content {
  flex: 1;
  min-width: 200px;
  max-width: 500px;
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
}

.slide {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
}

.slide.active {
  display: flex;
}

.slide h2 {
  font-size: 24px;
  margin-bottom: 0.5rem;
}

.slide p {
  font-size: 16px;
  color: #555;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.nav-buttons button {
  background:#06a3ad;
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.image-side {
  flex: 1;
  min-width: 300px;
  padding: 1rem;
  display: flex;
  justify-content: center;
}

.image-side img {
  max-width: 80%;
  height: 450px;
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  margin-left: 99px;
}

.image-side img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* Responsive for smaller screens */


/* Tablet and below (up to 768px) */
@media (max-width: 768px) {
  .section-wrapper {
    flex-direction: column;
    padding: 1.5rem;
  }

  .slider-content {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 1.5rem;
  }

  .slide h2 {
    font-size: 22px;
  }

  .slide p {
    font-size: 15px;
  }

  .nav-buttons button {
    font-size: 14px;
    padding: 0.4rem 0.8rem;
  }

  .image-side {
    min-width: 100%;
    padding: 0 1rem;
  }

  .image-side img {
    max-width: 90%;
    height: auto;
    margin-left: 0;
  }
}

/* Mobile (up to 480px) */
@media (max-width: 480px) {
  .slider-content {
    padding: 1rem;
  }

  .slide h2 {
    font-size: 18px;
  }

  .slide p {
    font-size: 14px;
  }

  .nav-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .nav-buttons button {
    font-size: 14px;
    padding: 0.5rem;
    width: 100%;
  }

  .image-side img {
    max-width: 100%;
    height: auto;
  }
}


  

/* SEO SEVEN-SECTION */


.page-wrapper {
  background:linear-gradient(to right, #f7eee6, #97b5ea);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 755px;
  padding: 20px;
}

.section-title1{
  width: 190px;
  height: 30px;
  border: 1px solid gray;
  text-align: center;
  border-radius: 40px;
  background-color: white;
  margin-bottom: 26px;
  padding-top: 4px;
}

.section-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 47px;
  text-align: center;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1200px;
  width: 100%;
}

.grid-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-5px);
}

.grid-item img {
  max-width: 140px;
  margin-bottom: 10px;
}

.grid-item p {
  font-weight: 500;
  margin-top: 10px;
}

.seocta-button {
  margin-top: 65px;
  padding: 24px 47px;
  background-color: #0050ff;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.seocta-button:hover {
  background-color: #e2e95a;
  color: black;
}

/* Tablet and below (up to 768px) */
@media (max-width: 768px) {
  .page-wrapper {
    height: auto;
    padding: 20px 15px;
  }

  .section-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 100%;
  }

  .grid-item img {
    max-width: 110px;
  }

  .cta-button {
    padding: 20px 40px;
    font-size: 16px;
    margin-top: 40px;
  }
}

/* Mobile (up to 480px) */
@media (max-width: 480px) {
  .page-wrapper {
    height: auto;
    padding: 15px 10px;
  }

  .section-title1 {
    width: 150px;
    height: 28px;
    font-size: 12px;
    padding-top: 3px;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .grid-item img {
    max-width: 90px;
  }

  .grid-item p {
    font-size: 14px;
  }

  .cta-button {
    padding: 16px 30px;
    font-size: 14px;
    margin-top: 30px;
    border-radius: 16px;
  }
}

 
  

/* AEO Eight section */


.AeoSliderContainer {
  padding: 40px 20px;
  background: #f9f9f9;
  width: 100%;
  margin: auto;
}

.AeoSliderHeader {
  text-align: center;
  margin-bottom: 30px;
}

.AeoSliderHeader h2 {
  font-size: 2.2rem;
  font-weight: bold;
}

.AeoTestimonialSlider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 24px;
  padding: 20px 0;
  scroll-behavior: smooth;
}

.AeoTestimonialCard {
  flex: 0 0 600px;
  height: 390px;
  background: white;
  border-radius: 16px;
  padding: 24px;
  scroll-snap-align: start;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.AeoTestimonialCard:hover {
  transform: translateY(-5px);
}

.AeoTestimonialCard p {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #333;
  padding-top: 30px;
}

.AeoProfile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.AeoProfile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.AeoProfileInfo {
  display: flex;
  flex-direction: column;
}

.AeoProfileInfo strong {
  font-size: 22px;
  margin-left: 24px;
}

.AeoProfileInfo span {
  font-size: 13px;
    color: gray;
    margin-left: 27px;
    margin-top: 13px;
}

.AeoNavButtons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 25px;
}

.AeoNavButtons button {
  background: #625d5d;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 18px;
}

.AeoNavButtons button:hover {
  background: #eee;
  color: black;
}
  

/* Tablet and below (up to 768px) */
@media (max-width: 768px) {
  .AeoTestimonialCard {
    flex: 0 0 400px; /* smaller card width */
    height: auto;
    padding: 20px;
  }

  .AeoTestimonialCard p {
    font-size: 18px;
    padding-top: 20px;
  }

  .AeoProfile img {
    width: 80px;
    height: 80px;
  }

  .AeoProfileInfo strong {
    font-size: 18px;
    margin-left: 16px;
  }

  .AeoProfileInfo span {
    font-size: 12px;
    margin-left: 18px;
    margin-top: 10px;
  }
}

/* Mobile (up to 480px) */
@media (max-width: 480px) {
  .AeoTestimonialSlider {
    gap: 16px;
    padding: 10px 0;
  }

  .AeoTestimonialCard {
    flex: 0 0 280px; /* even smaller width */
    height: auto;
    padding: 16px;
  }

  .AeoTestimonialCard p {
    font-size: 16px;
    padding-top: 15px;
  }

  .AeoProfile img {
    width: 60px;
    height: 60px;
  }

  .AeoProfileInfo strong {
    font-size: 16px;
    margin-left: 12px;
  }

  .AeoProfileInfo span {
    font-size: 11px;
    margin-left: 14px;
    margin-top: 8px;
  }

  .AeoNavButtons button {
    padding: 8px 12px;
    font-size: 16px;
  }
}



/* AEO-NINE --SECTION */



.comparison-section {
  width: 100%;
  padding: 4rem 2rem;
  background: linear-gradient(to right, #fefcea, #f1f3ff);
  /* background: linear-gradient(to right, #fefdf9 0%, #fefcea 35%, #203ac2 50%, #fefcea 65%, #fefcea 100%); */

  box-sizing: border-box;
}

.comparison-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.comparison-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
}

.table-header, .table-row {
  display: flex;
  width: 100%;
}

.feature-col, .brand-col, .other-col {
  flex: 1;
  padding: 1rem;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 500;
}

.table-header .feature-col, 
.table-header .brand-col, 
.table-header .other-col {
  font-weight: bold;
  background-color: #e0e8ff;
}

/* Tablet and below (up to 768px) */
@media (max-width: 768px) {
  .comparison-section {
    padding: 2rem 1rem;
  }

  .comparison-section h2 {
    font-size: 1.6rem;
  }

  .comparison-table {
    max-width: 100%;
  }

  .table-header, .table-row {
    flex-direction: column;
    align-items: stretch;
  }

  .feature-col, .brand-col, .other-col {
    flex: none;
    width: 100%;
    text-align: left;
    padding: 0.75rem 1rem;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
  }

  .table-header .feature-col, 
  .table-header .brand-col, 
  .table-header .other-col {
    background-color: #e0e8ff;
    font-weight: bold;
  }

  /* Add spacing between rows */
  .table-row {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0.5rem 0;
  }
}

/* Mobile (up to 480px) */

@media (max-width: 480px) {

  .comparison-section {
    padding: 1.5rem 1rem;
  }

  .comparison-section h2 {
    font-size: 1.4rem;
  }

  .feature-col, .brand-col, .other-col {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
  }

  .table-row {
    margin-bottom: 0.8rem;
  }
}



/* AEO TEN SECTION */


.profile-slider-container {
  padding: 75px 20px;
  overflow: hidden;
  position: relative;
  height: 578px;
}
.pro-slider-hedding{
  text-align: center;
  margin-bottom: 47px;
  font-size: 41px;
}

.profile-slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
  width: max-content;
}

.profile-card {
  position: relative;
  flex: 0 0 370px;
  width: 370px;
  height: 296px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.profile-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 97%;
  background: linear-gradient(to right, #fefcea, #f1f3ff);
}

.profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 100px;
}

.profile-experience {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  text-align: right;
  margin: 40px 30px 0px 0px;
}

.profile-text {
  margin-top: 20px;
  margin-right: 209px;
  text-align: center;
}

.profile-text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.profile-text p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #666;
}

.profile-icons {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.icon-button {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.icon-button img {
  width: 24px;
  height: 24px;
}

.icon-button span {
  font-size: 12px;
  color: #333;
}



.cart-tensection{
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 91px;
}




.cart-ten-button {
  margin-top: 65px;
  padding: 24px 47px;
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s ease;
}


.cart-ten-button:hover {
  background-color: #e2e95a;
  color: black;
}


/* Tablet (max-width: 768px) */
@media (max-width: 768px) {
  .profile-slider-container {
    padding: 50px 15px;
    height: auto;
  }

  .pro-slider-hedding {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .profile-slider-track {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 15px;
  }

  .profile-card {
    flex: 0 0 300px;
    width: 300px;
    height: auto;
    padding: 15px;
    scroll-snap-align: start;
  }

  .profile-img {
    margin-top: 60px;
    width: 70px;
    height: 70px;
  }

  .profile-experience {
    font-size: 16px;
    margin: 20px 20px 0 0;
  }

  .profile-text {
    margin-top: 20px;
    margin-right: 0;
    text-align: center;
  }

  .profile-icons {
    position: relative;
    margin-top: 20px;
    justify-content: center;
    bottom: auto;
    right: auto;
  }
}


/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .profile-slider-container {
    padding: 40px 10px;
  }

  .pro-slider-hedding {
    font-size: 24px;
  }

  .profile-card {
    flex: 0 0 260px;
    width: 260px;
    padding: 12px;
  }

  .profile-img {
    margin-top: 40px;
    width: 60px;
    height: 60px;
  }

  .profile-experience {
    font-size: 14px;
    margin: 10px 10px 0 0;
  }

  .profile-text h3 {
    font-size: 16px;
  }

  .profile-text p {
    font-size: 13px;
  }

  .icon-button img {
    width: 20px;
    height: 20px;
  }

  .icon-button span {
    font-size: 11px;
  }

  .cart-ten-button {
    padding: 18px 36px;
    font-size: 16px;
    border-radius: 16px;
  }
}



/* AEO ELEVEN SECTION */



.gradient-border {
  background: linear-gradient(90deg, #ffd580, #e0c3fc, #8ec5fc);
  padding: 3px;
  border-radius: 20px;
  width: 95%;
  margin: auto;
  box-shadow: 0 0 10px rgba(214, 81, 81, 0.1);
  margin-bottom: 60px;
}

.faq-container {
  background: #fff;
  border-radius: 17px;
  padding: 20px;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 21px;
  font-weight: bold;
  padding: 13px;

}

.faq-answer {
  display: none;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}

.toggle-icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .toggle-icon {
  transform: rotate(45deg); 
} 

@media screen and (max-width: 768px) {
  .gradient-border {
    width: 100%;
    border-radius: 15px;
    padding: 2px;
  }

  .faq-container {
    padding: 15px;
  }

  .faq-question {
    font-size: 18px;
    padding: 10px;
  }

  .faq-answer {
    font-size: 15px;
  }

  .toggle-icon {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .faq-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .toggle-icon {
    align-self: flex-end;
    margin-top: 10px;
  }

  .faq-question {
    font-size: 17px;
    padding: 8px;
  }

  .faq-answer {
    font-size: 14px;
  }

  h2 {
    font-size: 26px;
  }
}





/* TWEAL SECTION */


.Aeo-consultation-banner {
  background-color: #0056d2;
  
}

.Aeo-image-content {
  flex: 1 1 40%;
  text-align: right;
}


.Aeo-container {
  max-width: 1200px;
  height: 450px;
}

.Aeo-banner-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Aeo-textpara-content {
  flex: 1 1 50%;
  color: white;
}

.Aeo-textpara-content h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 70px;
}

.Aeo-textpara-content p {
  margin: 0;
    font-size: 23px;
    color: white;
    text-align: justify;
    padding: 0px 0px 34px 70px;
}

.Aeo-btn-consult {
    display: inline-block;
    background-color: #06a3ad;
    color: black;
    font-weight: bold;
    padding: 20px 41px;
    text-decoration: none;
    border-radius: 25px;
    transition: background 0.3s;
    margin-left: 70px;

}

.Aeo-btn-consult:hover {
  background-color: #fbfbf8;
}

.Aeo-image-conten {
  flex: 1 1 40%;
  text-align: right;
}

.Aeo-image-conten img {
  max-width: 100%;
  height: auto;
  padding-top: 35px;
}



@media screen and (max-width: 768px) {
  .Aeo-container {
    height: auto;
    padding: 20px;
  }

  .Aeo-banner-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .Aeo-textpara-content {
    padding: 0 20px;
  }

  .Aeo-textpara-content h1 {
    font-size: 32px;
    padding-left: 0;
  }

  .Aeo-textpara-content p {
    font-size: 18px;
    padding: 0 0 20px 0;
    text-align: center;
  }

  .Aeo-btn-consult {
    margin-left: 0;
  }

  .Aeo-image-content {
    text-align: center;
  }

  .Aeo-image-content img {
    width: 90%;
    padding-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .Aeo-textpara-content h1 {
    font-size: 26px;
  }

  .Aeo-textpara-content p {
    font-size: 16px;
  }

  .Aeo-btn-consult {
    padding: 18px 24px;
    font-size: 15px;
  }

  .Aeo-image-content img {
    width: 100%;
    padding-top: 15px;
  }
}





/* AI-Solution section one */


.ai_solution {
  font-family: 'Segoe UI', sans-serif;
  background:white;
  color: #0d0d53;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  gap: 100px;
  flex-wrap: wrap;
  height: 565px;
  margin-top: 45px;
}

.ai_hero, .ai_section_below {
  flex: 1;
  min-width: 300px;
}

.ai_hero {
  text-align: left;
  margin-bottom: 180px;
}

.ai_hero h1 {
  font-size: 2.5rem;
  /* margin-bottom: 227px; */
  margin-top: 0px;
  color: rgb(13, 13, 13);
}

.ai_hero p {
  font-size: 1.9rem;
  color: #121213;
  margin-bottom: 30px;
  max-width: 500px;
}

.ai_cta-button {
  display: inline-block;
  text-decoration: none;      
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  padding: 23px 70px; 
  border-radius: 30px;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.ai_cta-button:hover {
  background-color: #2929ee;
  color: white;
  text-decoration: none;  
}

.ai_section_below {
  text-align: left;
  margin-bottom: 298px;
}

.ai_section_below h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  margin-top: 10%;
  color: white;
}

.ai_section_below p {
  font-size: 1.5rem;
  color: #0b0b0b;
  max-width: 500px;
 
}

/* Tablet Devices (up to 768px) */
@media screen and (max-width: 768px) {
  .ai_solution {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 30px 20px;
    gap: 60px;
  }

  .ai_hero {
    margin-bottom: 60px;
    text-align: center;
  }

  .ai_section_below {
    margin-bottom: 60px;
    text-align: center;
  }

  .ai_hero h1 {
    font-size: 2rem;
  }

  .ai_hero p,
  .ai_section_below p {
    font-size: 1.3rem;
    max-width: 100%;
  }

  .ai_cta-button {
    padding: 18px 50px;
    font-size: 0.95rem;
  }

  .ai_section_below h2 {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

/* Mobile Devices (up to 480px) */
@media screen and (max-width: 480px) {
  .ai_solution {
    padding: 20px 15px;
    gap: 40px;
  }

  .ai_hero h1 {
    font-size: 1.6rem;
  }

  .ai_hero p,
  .ai_section_below p {
    font-size: 1.1rem;
  }

  .ai_cta-button {
    width: 100%;
    text-align: center;
    padding: 16px;
    font-size: 0.9rem;
  }

  .ai_section_below h2 {
    font-size: 1.4rem;
  }
}




/* ai two section */



.ai_solution_section {
  background-image: linear-gradient(135deg, rgb(243, 242, 242) 60%, rgb(249, 185, 139) 50%);

  padding: 60px 20px;
  text-align: center;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #0d1a80;
  margin-bottom: 40px;
}

.ai_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.ai_card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  width: 250px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.ai_card:hover {
  transform: translateY(-5px);
}

.ai_card i {
  font-size: 50px;
  color: #0d1a80;
  margin-bottom: 20px;
  display: block;
}

.ai_card h3 {
  font-size: 1.4rem;
  color: #0d1a80;
  margin-bottom: 15px;
}

.ai_card p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
}

.ai-button-container {
  margin-top: 40px;
  text-align: center;
}

.ai-cta-button {
  display: inline-block;
  background-color: #06a3ad;
  color: white;
  padding: 23px 70px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: background 0.3s ease, color 0.3s ease;
}

.ai-cta-button:hover {
  background-color: #fdf6f6;
  color: #0023d3;
}




/* Tablet Devices (up to 768px) */
@media screen and (max-width: 768px) {
  .section-header h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .ai_cards {
    gap: 15px;
  }

  .ai_card {
    width: 45%;
    padding: 20px;
  }

  .ai_card i {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .ai_card h3 {
    font-size: 1.2rem;
  }

  .ai_card p {
    font-size: 0.9rem;
  }

  .ai-cta-button {
    padding: 18px 50px;
    font-size: 1rem;
  }
}

/* Mobile Devices (up to 480px) */
@media screen and (max-width: 480px) {
  .section-header h2 {
    font-size: 1.4rem;
  }

  .ai_cards {
    flex-direction: column;
    align-items: center;
  }

  .ai_card {
    width: 100%;
    padding: 20px;
  }

  .ai_card i {
    font-size: 36px;
  }

  .ai_card h3 {
    font-size: 1.1rem;
  }

  .ai_card p {
    font-size: 0.85rem;
  }

  .ai-cta-button {
    width: 100%;
    font-size: 0.95rem;
    padding: 16px;
  }
}




/* AI THREE SECTION */


.ai-container {
  font-family: sans-serif;
  background: linear-gradient(180deg, #F5F7FF 0%, #3F5AFE 100%);
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  flex-direction: column;
}

.ai-sectionpara{
  font-size: 37px;
  margin-bottom: 50px;
  text-align: center;
}
.ai-section-title {
  font-size: 3rem;
  color: #1F2C37;
  margin-bottom: 1px;
  text-align: center;
  width: 100%;
}
.ai-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-bottom: 32px;
}
.ai-card {
  background: white;
  border-radius: 12px;
  flex: 1;
  min-width: 220px;
  height: 300px; 
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s;
  display: flex;
  flex-direction: column; 
}
.ai-card:hover { transform: translateY(-4px); }
.ai-card-icon {
  padding: 24px;
  text-align: center;
}
.ai-card-icon svg {
  width: 80px;
  height: 60px;
}

.ai-card-header {
  padding: 0 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ai-card-header svg.ai-toggle {
  width: 24px;
  height: 24px;
  transition: transform .3s;
}
.ai-card-header svg.ai-toggle.open {
  transform: rotate(90deg);
}
.ai-card-title {
  font-size: 17px;
  color: #0b0b0b;
  flex: 1;
}
.ai-card-content {
  padding: 0 24px;
  color: #475467;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
  flex-grow: 1;
}
.ai-card.open .ai-card-content {
  padding: 0 24px 24px;
  max-height: 200px;
}

.ai-card-button {
    margin: 0 24px 24px;
    padding: 8px 16px;
    border: 1px solid #06a3ad;
    border-radius: 4px;
    text-decoration: none;
    color: #06a3ad;
    font-weight: 500;
    align-self: flex-start;
    transition: background .2s, color .2s;
}

.ai-card-button:hover {
  background: #3F5AFE;
  color: white;
}
.ai-card.ai-bg-1 { background: #FEEBEC; }
.ai-card.ai-bg-2 { background: #E0E7FF; }
.ai-card.ai-bg-3 { background: #E6F5E8; }
.ai-card.ai-bg-4 { background: #D8FCFF; }


.ai-button-container {
  margin-top: 40px;
}
.ai-agency-button {
  padding: 23px 70px;
  background:#06a3ad;
  color: rgb(248, 248, 250);
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background 0.2s;
}
.ai-agency-button:hover {
  background: #2B44D3;
  color: white;
}


/* Tablet Devices (up to 768px) */
@media screen and (max-width: 768px) {
  .ai-container {
    padding: 30px 20px;
    height: auto;
  }

  .ai-section-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }

  .ai-cards {
    gap: 20px;
    justify-content: center;
  }

  .ai-card {
    flex: 1 1 45%;
    height: auto;
  }

  .ai-card-icon svg {
    width: 60px;
    height: 50px;
  }

  .ai-card-title {
    font-size: 1.1rem;
  }

  .ai-agency-button {
    padding: 18px 50px;
    font-size: 1rem;
  }
}

/* Mobile Devices (up to 480px) */


@media screen and (max-width: 480px) {
  .ai-container {
    padding: 46px 15px;
    height: auto;
  }

  .ai-section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .ai-cards {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .ai-card {
    width: 100%;
    min-width: unset;
    height: auto;
  }

  .ai-card-icon svg {
    width: 50px;
    height: 40px;
  }

  .ai-card-title {
    font-size: 1rem;
  }

  .ai-card-content {
    font-size: 0.95rem;
  }

  .ai-agency-button {
    width: 100%;
    font-size: 0.95rem;
    padding: 16px;
  }
}





/* AI FOUR SECTION */


.ai-slid-con {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #f5f6fc;
}

.aislider {
  display: flex;
  transition: transform 0.6s ease-in-out;
  height: 100%;
}

.ai-headding{
  text-align: center;
  font-size: 24px;
  margin-bottom: 55px;
  margin-top: 20px;
}

.ai-slide {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 80px;
  background: #f0efef;
}

.aitext-section {
  width: 50%;
  padding-right: 30px;
}

.aitext-section h2 {
  font-size: 30px;
  color: #11103d;
  margin-bottom: 16px;
}

.aitext-section p {
  font-size: 18px;
  color: #4f4f68;
  margin-bottom: 24px;
}

.stats {
  display: flex;
  gap: 40px;
}

.stats h3 {
  font-size: 20px;
  color: #11103d;
}

.stats p {
  font-size: 18px;
  color: #6e6e8e;
}

.ai-image-section {
  width: 45%;
  text-align: center;
}

.ai-image-section img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 16px;
}

/* .logo img {
  margin-top: 20px;
  width: 70px;
} */

.ai-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #eaeaf6;
  border: none;
  padding: 12px 16px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
}

.ai-nav.prev {
  left: 20px;
}

.ai-nav.next {
  right: 20px;
}


.ai-button-slider{
  margin-top: 40px;
  text-align: center;
  margin-bottom: 70px;
}

.ai-slider-button {
  padding: 23px 70px;
  color: #fafafa;
  background:#06a3ad ;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background 0.2s;
}

.ai-slider-button:hover {
  color: #2B44D3;
  background: white;
}



/* Tablet (up to 768px) */
@media screen and (max-width: 768px) {
  .ai-slide {
    flex-direction: column;
    padding: 40px 30px;
    text-align: center;
  }

  .aitext-section, .ai-image-section {
    width: 100%;
    padding: 0;
  }

  .aitext-section h2 {
    font-size: 24px;
  }

  .aitext-section p,
  .stats p {
    font-size: 16px;
  }

  .stats {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .stats h3 {
    font-size: 18px;
  }

  .ai-image-section img {
    max-height: 300px;
  }

  /* .logo img {
    width: 60px;
  } */
}

/* Mobile (up to 480px) */
@media screen and (max-width: 480px) {
  .ai-slid-con {
    height: auto;
    padding-bottom: 30px;
  }

  .ai-slide {
    padding: 30px 20px;
  }

  .aitext-section h2 {
    font-size: 20px;
  }

  .aitext-section p,
  .stats p {
    font-size: 14px;
  }

  .stats h3 {
    font-size: 16px;
  }

  .ai-image-section img {
    max-height: 220px;
  }

  /* .logo img {
    width: 50px;
    margin-top: 15px;
  } */

  .ai-slider-button {
    padding: 14px 20px;
    font-size: 0.95rem;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}




/* AI- Five section */


.section-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px 80px 0px;
  height: 600px;
}

    .left-panel {
      flex: 1;
      background-color: #06a3ad;
      color: white;
      padding: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    
    }

    .left-panel .quote-icon {
      font-size: 40px;
      color: #5bc0ff;
      margin-bottom: 20px;
    }

    .quote-text {
      font-size: 35px;
      line-height: 1.4;
      font-weight: 500;
      margin-bottom: 40px;
    }

    .author {
      display: flex;
      align-items: center;
    }

    .author img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-right: 15px;
    }

    .author-info {
      font-size: 18px;
    }

    .author-info strong {
      display: block;
      font-size: 18px;
    }

    .right-panel {
      flex: 1;
      background-color: #4ec4ff;
      color: #0c1b3a;
      padding: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    
    }

    .right-panel h2 {
      font-size: 36px;
      line-height: 1.3;
      margin-bottom: 40px;
    }

   .ctafive-button {
    background-color: #06a3ad;
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 23px 45px;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

    .ctafive-button:hover {
      transform: translateY(-2px);
      background: blue;
      color: white;
    }

    .ctafive-button span {
      font-size: 20px;
      background-color: #fbfbfd;
      color: rgb(10, 10, 10);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    @media (max-width: 768px) {
      .section-container {
        flex-direction: column;
      }
    }

/* Tablet (up to 768px) */
@media screen and (max-width: 768px) {
  .section-container {
    flex-direction: column;
    height: auto;
  }

  .left-panel,
  .right-panel {
    padding: 40px 30px;
    text-align: center;
  }

  .quote-text {
    font-size: 28px;
  }

  .author-info {
    font-size: 16px;
  }

  .author-info strong {
    font-size: 16px;
  }

  .right-panel h2 {
    font-size: 30px;
  }

  .ctafive-button {
    font-size: 16px;
    padding: 18px 36px;
  }

  .ctafive-button span {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
}

/* Mobile (up to 480px) */
@media screen and (max-width: 480px) {
  .section-container {
    flex-direction: column;
    height: auto;
  }

  .left-panel,
  .right-panel {
    padding: 30px 20px;
  }

  .quote-text {
    font-size: 22px;
  }

  .quote-icon {
    font-size: 30px;
  }

  .author img {
    width: 50px;
    height: 50px;
  }

  .author-info {
    font-size: 14px;
  }

  .author-info strong {
    font-size: 14px;
  }

  .right-panel h2 {
    font-size: 24px;
  }

  .ctafive-button {
    font-size: 14px;
    padding: 14px 28px;
    flex-direction: row;
  }

  .ctafive-button span {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}


    /*AI SIX SECTION */


    .aisix-slider-wrapper {
      background-color: #fff;
      padding: 40px 20px;
      overflow: hidden;
      position: relative;
      height: 530px;
    }
    
   .aisix-slider h1{
    text-align: center;
    margin: 20px 0px 50px 0px;
    color: #06a3ad;
   }
    
   
    .aisix-slider-heading strong {
      font-weight: 700;
    }
    
    .aisix-slider-inner {
      width: 100%;
      overflow: hidden;
    }
    
    .aisix-slider-track {
      display: flex;
      width: max-content;
      animation: aifive-scrollSlider 30s linear infinite;
    }
    
    .aisix-slider-container {
      display: flex;
      gap: 50px;
    }
    
    .aisix-slider-item img {
      height: 20px;
      width: auto;
      object-fit: contain;
      filter: grayscale(100%);
      transition: filter 0.3s ease;
    }
    
    .aisix-slider-item img:hover {
      filter: none;
    }
    
  

   .ctasix-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; /* Adjust as needed */
}

.ctasix-button {
  background-color: #06a3ad ;
  color: #fafafc;
  font-weight: 600;
  font-size: 18px;
  padding: 23px 45px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.ctasix-button:hover {
  transform: translateY(-2px);
  background: rgb(252, 252, 253);
  color: rgb(47, 50, 243);
}

.ctasix-button span {
  font-size: 20px;
  background-color: #f9fafb;
  color: rgb(6, 6, 6);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

    

  


    .sixh3{
      text-align: center;
      margin: 90px 0px 70px 0px;
      color: rgb(37, 37, 39);
    }


    @keyframes aifive-scrollSlider {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }


    /* Tablet (up to 768px) */
@media screen and (max-width: 768px) {
  .aisix-slider-wrapper {
    height: auto;
    padding: 30px 15px;
  }

  .aisix-slider h1 {
    font-size: 24px;
    margin: 15px 0px 30px;
  }

  .aisix-slider-container {
    gap: 30px;
  }

  .aisix-slider-item img {
    height: 18px;
  }

  .sixh3 {
    font-size: 18px;
    margin: 60px 15px 50px;
  }

  .ctasix-button {
    font-size: 16px;
    padding: 18px 36px;
  }

  .ctasix-button span {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
}

/* Mobile (up to 480px) */
@media screen and (max-width: 480px) {
  .aisix-slider-wrapper {
    height: auto;
    padding: 25px 10px;
  }

  .aisix-slider h1 {
    font-size: 20px;
    margin: 10px 0px 20px;
  }

  .aisix-slider-container {
    gap: 20px;
  }

  .aisix-slider-item img {
    height: 16px;
  }

  .sixh3 {
    font-size: 16px;
    margin: 40px 10px 30px;
  }

  .ctasix-button {
    font-size: 14px;
    padding: 14px 28px;
    flex-direction: row;
  }

  .ctasix-button span {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}



    /* AI SEVEN SECTION */


    .insights-section {
      background: linear-gradient(to bottom, #f4f6ff, #717fda);
      padding: 60px 30px;
      text-align: center;
      height: 900px;
    }
    
    .insights-container {
      display: flex;
      justify-content: center;
      gap: 33px;
      flex-wrap: wrap;
      margin: 0 auto 50px auto;
      max-width: 1200px; 
      padding: 0 20px;
    }
    
    
    .insight-card {
      background-color: #fff;
      border-radius: 12px;
      width: 350px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: transform 0.3s;
    }
    
    .insight-card:hover {
      transform: translateY(-5px);
    }
    
    .insight-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
    
    .card-content {
      padding: 20px;
      text-align: left;
    }
    
    .card-content .date {
      font-size: 14px;
      color: #888;
      margin-bottom: 10px;
    }
    
    .card-content h3 {
      font-size: 18px;
      color: #1c1e7a;
      margin-bottom: 15px;
      line-height: 1.4;
    }
    
    .read-more {
      display: flex;
      align-items: center;
      font-weight: 600;
      color: #1c1e7a;
      text-decoration: none;
      gap: 8px;
    }
    
    .read-more .arrow {
      display: inline-block;
      font-size: 18px;
      background: #1c1e7a;
      color: white;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .insights-cta-wrapper {
      display: flex;
      justify-content: center;
    }
    
    .insights-cta-button {
      background: transparent;
      border: 2px solid #1c1e7a;
      color: #1c1e7a;
      font-weight: 700;
      font-size: 18px;
      padding: 16px 32px;
      border-radius: 50px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: background 0.3s, color 0.3s;
    }
    
    .insights-cta-button span {
      font-size: 20px;
      background: #1c1e7a;
      color: white;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .insights-cta-button:hover {
      background: #1c1e7a;
      color: white;
    }
    


    /* Tablet (up to 768px) */
@media screen and (max-width: 768px) {
  .insights-section {
    padding: 40px 20px;
    height: auto;
  }

  .insights-container {
    gap: 25px;
    justify-content: center;
  }

  .insight-card {
    width: 100%;
    max-width: 320px;
  }

  .insight-card img {
    height: 160px;
  }

  .card-content {
    padding: 16px;
  }

  .card-content h3 {
    font-size: 16px;
  }

  .insights-cta-button {
    font-size: 16px;
    padding: 14px 28px;
  }

  .insights-cta-button span {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
}

/* Mobile (up to 480px) */
@media screen and (max-width: 480px) {
  .insights-section {
    padding: 30px 15px;
    height: auto;
  }

  .insights-container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .insight-card {
    width: 100%;
    max-width: 100%;
  }

  .insight-card img {
    height: 150px;
  }

  .card-content {
    padding: 14px;
  }

  .card-content h3 {
    font-size: 15px;
  }

  .card-content .date {
    font-size: 13px;
  }

  .insights-cta-button {
    font-size: 14px;
    padding: 12px 24px;
  }

  .insights-cta-button span {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}







    /* AI EIGHT SECRION */



    .faq-section-wrapper {
      width: 100%;
      margin: auto;
      margin-bottom: 60px;
    }
    
    .faq-gradient-box {
      /* background: linear-gradient(90deg, #ffd580, #e0c3fc, #8ec5fc); */
      padding: 3px;
      border-radius: 20px;
      width: 95%;
      margin: auto;
      box-shadow: 0 0 10px rgba(214, 81, 81, 0.1);
    }
    
    .faq-split-container {
      background: #fff;
      border-radius: 17px;
      padding: 30px 20px;
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    
    .faq-column {
      flex: 1;
      min-width: 300px;
    }
    
    .faq-block {
      border-bottom: 1px solid #eee;
      padding: 15px 0;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .faq-block:last-child {
      border-bottom: none;
    }
    
    .faq-title {
      font-size: 18px;
      font-weight: bold;
      padding: 13px 0;
    }
    
    .faq-detail {
      display: none;
      padding: 10px 0;
      font-size: 16px;
      color: #333;
    }
    
    .faq-toggle {
      font-size: 22px;
      transition: transform 0.3s ease;
    }
    
    .faq-block.active .faq-detail {
      display: block;
    }
    
    .faq-block.active .faq-toggle {
      transform: rotate(45deg); /* Turn + into × */
    }
    



    .insights-fqa-wrap{
      display: flex;
      justify-content: center;
      margin: 40px 0px 80px 0px;
    }
    
    .insights-fqa-button {
      background:#06a3ad;
      color: #f6f6f9;
      font-weight: 700;
      font-size: 18px;
      padding: 18px 45px;
      border-radius: 50px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: background 0.3s, color 0.3s;
    }
    
    .insights-fqa-button span {
      font-size: 20px;
      background: #06a3ad;
      color: rgb(253, 253, 255);
      border-radius: 50%;
      width: 28px;
      height: 28px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .insights-fqa-button:hover {
      background: #f0f0f4;
      color: rgb(52, 85, 230);
    }
    


    /* Tablet (up to 768px) */
@media screen and (max-width: 768px) {
  .faq-split-container {
    flex-direction: column;
    padding: 25px 15px;
    gap: 20px;
  }

  .faq-title {
    font-size: 16px;
  }

  .faq-detail {
    font-size: 15px;
  }

  .faq-toggle {
    font-size: 20px;
  }

  .insights-fqa-button {
    font-size: 16px;
    padding: 16px 36px;
  }

  .insights-fqa-button span {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
}

/* Mobile (up to 480px) */
@media screen and (max-width: 480px) {
  .faq-gradient-box {
    width: 100%;
    padding: 2px;
  }

  .faq-split-container {
    padding: 20px 12px;
    gap: 16px;
  }

  .faq-column {
    min-width: 100%;
  }

  .faq-title {
    font-size: 15px;
    padding: 10px 0;
  }

  .faq-detail {
    font-size: 14px;
    padding: 8px 0;
  }

  .faq-toggle {
    font-size: 18px;
  }

  .insights-fqa-wrap {
    margin: 30px 0 60px 0;
  }

  .insights-fqa-button {
    font-size: 14px;
    padding: 14px 30px;
  }

  .insights-fqa-button span {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}




    /* AI- NINE SECTION */


    .slider-conine {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      height: 380px;
      background: linear-gradient(90deg, #fafaf8, #b7b7e8);
    }
  
    .slider-textnine {
      display: inline-block;
      font-size: 8rem;
      font-weight: bold;
      color: transparent;
      -webkit-text-stroke: 2px #6d8ff2;
      animation: slideText 50s linear infinite;
      margin-top: 95px;
    }
  
    @keyframes slideText {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }


    /* Tablet (up to 768px) */
@media screen and (max-width: 768px) {
  .slider-conine {
    height: 250px;
  }

  .slider-textnine {
    font-size: 4rem;
    -webkit-text-stroke: 1.5px #6d8ff2;
    margin-top: 80px;
  }
}

/* Mobile (up to 480px) */
@media screen and (max-width: 480px) {
  .slider-conine {
    height: 180px;
  }

  .slider-textnine {
    font-size: 2.5rem;
    -webkit-text-stroke: 1px #6d8ff2;
    margin-top: 60px;
  }
}




    /* CYBER SECTION -- FRIST */




.cyberhero {
  background: url('your-background.png') no-repeat center center / cover;
  background-color: black;
  height: 60vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin-top: 91px;
}

.cyberhero h1 {
  font-size: 7rem;
  background: linear-gradient(to bottom, #d3d3ff, #7f69d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3px;
  letter-spacing: 10px;
  padding-top: 50px;
}

.cyberhero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 1100px;
  color: white;
  font-size: 30px;
  margin-top: 63px; 
}

.hcyberero-content .text {
  font-size: 1.5rem;
  max-width: 60%;
  text-align: left;
  
}
.cybercta-button {
  padding: 18px 36px;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background: #06a3ad;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.cybercta-button:hover {
  background: linear-gradient(135deg, #9e66ff, #7f5eff);
}

.shield {
  position: absolute;
  top: 10%;
  width: 120px;
  height: 140px;
  background: url('shield.png') no-repeat center center;
  background-size: contain;
  animation: float 4s ease-in-out infinite;
  z-index: 2;
}

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 30px 15px rgba(144, 101, 255, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 40px 25px rgba(144, 101, 255, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 30px 15px rgba(144, 101, 255, 0.4);
  }
}


/* Mobile: 0px - 480px */

@media (max-width: 480px) {
  .cyberhero {
    height: auto;
    padding: 40px 20px;
    text-align: center;
  }

  .cyberhero h1 {
    font-size: 3rem;
    letter-spacing: 4px;
  }

  .cyberhero-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 1.2rem;
    margin-top: 30px;
    text-align: center;
  }

  .cyberhero-content .text {
    font-size: 1rem;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .cybercta-button {
    padding: 14px 24px;
    font-size: 0.9rem;
  }

  .shield {
    width: 80px;
    height: 90px;
    top: 5%;
  }
}

/* Tablet: 481px - 768px */

@media (max-width: 768px) {
  .cyberhero {
    height: auto;
    padding: 60px 30px;
  }

  .cyberhero h1 {
    font-size: 4.5rem;
    letter-spacing: 6px;
  }

  .cyberhero-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 1.5rem;
    margin-top: 40px;
    text-align: center;
  }

  .cyberhero-content .text {
    font-size: 1.2rem;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .cybercta-button {
    padding: 16px 28px;
    font-size: 1rem;
  }

  .shield {
    width: 100px;
    height: 120px;
    top: 8%;
  }
}




/* cyber second section */


.full-screen-container {
  width: 100vw;
  height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: black;
  background-image: url('./Images/stars-bg.jpg'); 
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.top-image {
  background: url('./Images/cyber1.png') no-repeat center center;
  background-size: contain;
  width: 210px;
  height: 180px;
  position: absolute;
  top: 10%;
  animation: float 4s ease-in-out infinite;
  z-index: 2;
  
}

.bottom-image {
  background: url('./Images/cyber2.png') no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}



/* Responsive: max-width 768px (Tablet) */

@media (max-width: 768px) {
  .full-screen-container {
    height: 70vh;
  }

  .top-image {
    width: 160px;
    height: 140px;
    top: 8%;
  }

  .bottom-image {
    height: 40vh;
  }
}

/* Responsive: max-width 480px (Mobile) */

@media (max-width: 480px) {
  .full-screen-container {
    height: 65vh;
  }

  .top-image {
    width: 120px;
    height: 100px;
    top: 6%;
  }

  .bottom-image {
    height: 35vh;
  }
}




/* cyber three section */


.cyber-slidercont {
  height: 300px;
  margin-top: 0%;
  padding-top: 30px;
  background-color: rgb(248, 242, 242);
}

.cyber-threepara {
  text-align: center;
  margin: 40px 0;
}

.cyber-threepara h1 span {
  background-color: #06a3ad;
  color: white;
  padding: 6px 20px;
  font-size: 24px;
  border-radius: 8px;
}

.slider-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 20px 0;
}

.slider-track {
  display: inline-block;
  white-space: nowrap;
  animation: slide-left 30s linear infinite;
}

.slider-track.reverse {
  animation: slide-right 30s linear infinite;
}

.logo {
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  max-height: 80px;
}

.logo:hover {
  opacity: 1;
}

@keyframes slide-left {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

@keyframes slide-right {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

/* Tablet: max-width 768px */

@media (max-width: 768px) {
  .cyber-slidercont {
    height: 220px;
    padding-top: 20px;
  }

  .cyber-threepara {
    margin: 30px 0;
  }

  .cyber-threepara h1 span {
    font-size: 20px;
    padding: 5px 16px;
  }

  .slider-container {
    padding: 15px 0;
  }

  .logo {
    margin: 0 20px;
    max-height: 60px;
  }
}

/* Mobile: max-width 480px */

@media (max-width: 480px) {
  .cyber-slidercont {
    height: 225px;
    padding-top: 15px;
  }

  .cyber-threepara {
    margin: 20px 0;
  }

  .cyber-threepara h1 span {
    font-size: 16px;
    padding: 4px 12px;
  }

  .slider-container {
    padding: 10px 0;
  }

  .logo {
    margin: 0 12px;
    max-height: 40px;
  }
}





/* cyber four scetion  */


.features-section {
  background: #0a0a1a;
  padding: 80px 20px;
  position: relative;
  text-align: center;
}

.features-grid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  position: relative;
  z-index: 2;
}

.feature-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 20px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  color: #fff;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.features-headding {
  text-align: center;
  margin: 40px 0;
}
.features-headding h1 span {
  background-color:#06a3ad;
  color: white;
  padding: 10px 20px;
  font-size: 40px;
  border-radius: 8px;
}

.feature-card .icon {
  font-size: 28px;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 19px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
}

.feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  padding-left: 58px;
  color: rgb(250, 221, 242);
}

.feature-card ul li::before {
  content: '✦';
  color: #a180ff;
  margin-right: 8px;
}

.center-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.glow-circle {
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, #a180ff 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 1; }
}

.cta-container {
  position: relative;
  z-index: 2;
}


.cta-button {
    padding: 18px 38px;
    background: #06a3ad;
    color: white;
    border: none;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(144, 101, 255, 0.5);
    transition: background 0.3s ease;
}

.cta-button:hover {
  background: rgb(71, 71, 238);
}
.feature-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  backdrop-filter: blur(10px);
}

.feature-image img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
}



/* === Tablet: 768px and below === */


@media (max-width: 768px) {
  .features-section {
    padding: 60px 15px;
  }

  .features-headding h1 span {
    font-size: 28px;
    padding: 8px 16px;
  }

  .feature-card {
    padding: 20px 15px;
  }

  .feature-card h3 {
    font-size: 17px;
  }

  .feature-card ul {
    font-size: 14px;
    padding-left: 40px;
  }

  .glow-circle {
    width: 180px;
    height: 180px;
    filter: blur(50px);
  }

  .cta-button {
    padding: 12px 28px;
    font-size: 15px;
  }

  .feature-image img {
    max-height: 140px;
  }
}

/* === Mobile: 480px and below === */

@media (max-width: 480px) {
  .features-section {
    padding: 40px 10px;
  }

  .features-headding h1 span {
    font-size: 22px;
    padding: 6px 14px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    
    gap: 24px;
  }

  .feature-card {
    padding: 18px 12px;
  }

  .feature-card h3 {
    font-size: 16px;
  }

  .feature-card ul {
    font-size: 13px;
    padding-left: 30px;
  }

  .feature-card .icon {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .glow-circle {
    width: 140px;
    height: 140px;
    filter: blur(40px);
  }

  .cta-button {
    padding: 10px 24px;
    font-size: 14px;
  }

  .feature-image img {
    max-height: 120px;
  }
}





/* CYBER FIVE SECTION  */


.cyber-section {
  background: #0c0c1d;
  color: #fff;
  padding: 60px 30px;
  height: 630px;
}

.cyber-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.cyber-text {
  flex: 1 1 50%;
  padding-right: 40px;
}

.cyber-text h1 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cyber-text p {
  font-size: 18px;
  margin-bottom: 120px;
}

.about-btn {
  background-color: #1a1a2e;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  margin-bottom: 20px;
  cursor: pointer;
}

.get-started-btn {
  padding: 14px 82px;
  border: 2px solid #6d5dfc;
  background: transparent;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.get-started-btn:hover {
  background: #6d5dfc;
}

.cyber-visual-wrapper {
  position: relative;
  /* flex: 1 1 40%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.cyber-image {
  width: 500px;
  border-radius: 20px;
}

.info-box {
  position: absolute;
  top: 21px;
  left: 42px;
  background: linear-gradient(135deg, #3d2a8d, #9b5dff);
  padding: 40px;
  text-align: center;
  border-radius: 40px;
  color: white;
  width: 196px;
  box-shadow: 0 0 20px rgba(157, 92, 255, 0.5);
}






/* CYBER SIX SECTION  */


.cybersix-features-section {
  background-color: #050514;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 60px 40px;
  gap: 20px;
  flex-wrap: wrap;
}

.cybersix-feature-box {
  flex: 1 1 22%;
  text-align: left;
  min-width: 200px;
}

.cybersix-feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.cybersix-feature-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cybersix-feature-box p {
  font-size: 16px;
  line-height: 1.5;
}



/* CYBER --SEVEN SECTION  */

.cyberseven-workflow-section {
  padding: 60px 20px;
  text-align: center;
  background: linear-gradient(90deg, #010313, #010215);
  color: #fff;
  font-family: Arial, sans-serif;
  border-radius: 2px solid blue;
}

.cyberseven-title {
  font-size: 3rem;
  margin-bottom: 77px;
}

.cyberseven-workflow-steps {
  display: flex;
  justify-content: center;
  gap: 130px;
  flex-wrap: wrap;
  position: relative;
  background: linear-gradient(90deg, #141313, #091675);
  height: 481px;
  padding-top: 84px;
}

.cyberseven-step {
  text-align: center;
  position: relative;
}

.cyberseven-circle-border {
  position: relative;
  width: 280px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cyberseven-circle-border.cyberseven-large {
  width: 230px;
  height: 230px;
}

.cyberseven-circle-border::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: cyberseven-spin 10s linear infinite;
  z-index: 0;
}

.cyberseven-yellow::before {
  border-top-color: #d6ff00;
}
.cyberseven-cyan::before {
  border-top-color: #2ed1c9;
}
.cyberseven-orange::before {
  border-top-color: #ff4d00;
}

.cyberseven-circle {
  /* background: #8a4de8; */
  background: linear-gradient(90deg, #8116c9, #ceb0ec);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.95em;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.cyberseven-circle.cyberseven-large {
  width: 100%;
  height: 100%;
}

.cyberseven-icon {
  font-size: 2em;
  margin-bottom: 10px;
}

.cyberseven-step-number {
  margin-top: 10px;
  font-size: 1.2em;
  color: #aaa;
}

@keyframes cyberseven-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* cyber eight section */

.cyberseven-slider-section {
  padding: 40px 20px;
  background: #0e0e2c;
  color: #fff;
  font-family: Arial, sans-serif;
}

.cyberseven-slider-title {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.cyberseven-slider-container {
  overflow-x: auto;
  padding-bottom: 10px;
}

.cyberseven-slider-track {
  display: flex;
  gap: 35px;
  min-width: max-content;
  padding-bottom: 65px;
}

.cyberseven-slider-card {
  background: linear-gradient(to bottom, #c3b8c5, #0e0e2c);
  border: 1px solid #333;
  border-radius: 20px;
  min-width: 260px;
  height: 265px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
  transition: transform 0.3s ease;
}

.cyberseven-slider-card:hover {
  transform: translateY(-5px);
  
}

.cyberseven-slider-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.cyberseven-slider-label {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}



.cyberseven-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; 
  margin-top: 50px;
      
}

.cyberseven-button {
  padding: 22px 87px;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background: #06a3ad;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cyberseven-button:hover {
  background: linear-gradient(135deg, #9e66ff, #7f5eff);
}



/* CYBER NINE SECTION */



.cybernine-section {
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  background-color: black;
}

.cybernine-slider .swiper-slide {
  background: #111;
  border-radius: 5px;
  overflow: hidden;
}

.cybernine-slide-inner {
  display: flex;
  flex-direction: row;
  height: auto;
  flex-wrap: wrap;
}

.cybernine-left {
  width: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  min-height: 400px;
}

.cybernine-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.cybernine-left-content {
  position: relative;
  z-index: 1;
}

.cybernine-section h1{
  text-align: center;
  color: white;
}

.cybernine-left-content h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: white;
}
.cybernine-left-content p{
  color: white;
}

.cybernine-right {
  width: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

blockquote {
  font-size: 1.1rem;
  font-style: italic;
  margin: 0 0 1rem 0;
  color: white;
}

.cybernine-right p{
  color: white;
}

.cybernine-kpis {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.kpi {
  flex: 1;
  text-align: left;
  min-width: 150px;
}

.kpi-number {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5rem;
}

.kpi-text {
  color: #ccc;
  font-size: 0.95 rem;
  line-height: 1.4;
}

.cybernine-slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 5rem;
  flex-wrap: wrap;
}

.cybernine-slider-nav button {
  background: none;
  border: none;
  color: #bbb;
  font-size: 1.9rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: color 0.3s;
}



.cybernine-slider-nav button:hover{
  color: #9e66ff;
  color: white;
  
}

hr {
  border: 1px solid #222;
  margin: 2rem 0;
}

/* ----------------- RESPONSIVE ----------------- */

@media (max-width: 768px) {
  .cybernine-slide-inner {
    flex-direction: column;
  }

  .cybernine-left,
  .cybernine-right {
    width: 100%;
  }

  .cybernine-kpis {
    flex-direction: column;
    gap: 1.5rem;
  }

  .kpi {
    text-align: center;
  }
}


/* CYBER TEN SECTION */

.awards-section {
  background-color: #050517;
  color: white;
  padding: 60px 20px;
  font-family: 'Arial', sans-serif;
}

.cyberten-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 530px;
}

.achievements-badge {
  display: inline-block;
  background-color: #1a1a2e;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #c084fc;
  margin-bottom: 20px;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-description {
  max-width: 600px;
  margin: 0 auto 40px;
  color: #d1d5db;
  font-size: 16px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 45px;
}

.award-card {
  background-color: #1a1a2e;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
  height: 351px;
}

.award-card:hover {
  transform: translateY(-5px);
}

.award-card img {
  max-height: 240px;
  object-fit: contain;
  margin-bottom: 15px;
  width: 100%;
}

.award-title {
  font-size: 17px;
  font-weight: 600;
}



/* CYBER ELEVEN SECTION */


.blog-section {
  background-color: #050517;
  color: white;
  padding: 60px 20px;
  font-family: 'Arial', sans-serif;
  height: 801px;
}

.cybereleven-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 450px;
}

.badge {
  display: inline-block;
  background-color: #1a1a2e;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #c084fc;
  margin-bottom: 20px;
}

.title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.blog-card {
  background-color: #0f0f1a;
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  padding: 0 0 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 267px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.blog-card h3 {
  padding: 15px 20px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.meta {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 13px;
  color: #a0a0b0;
  border-top: 1px solid #2a2a40;
  padding-top: 10px;
}

.btn-more {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 30px;
  border: 1px solid #5b21b6;
  color: white;
  border-radius: 12px;
  background: transparent;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-more:hover {
  background-color: #5b21b6;
  color: #fff;
}


.blog-link {
  color: inherit;
  text-decoration: none;
}

.blog-link:hover {
  color: #c084fc;
  text-decoration: underline;
}



/* CYBER TWELVE SECTION */


  .cyber-twelve-section {
      padding: 2rem;
    }
    .cyber-twelve-box {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: space-between;
      background: white;
      padding: 2rem;
      max-width: 1200px;
      margin: auto;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    .cyber-twelve-info, .cyber-twelve-form {
      flex: 1 1 45%;
    }
    .cyber-twelve-tag {
      font-size: 0.9rem;
      color: #777;
      margin-bottom: 0.5rem;
      display: block;
    }
    .cyber-twelve-details {
      list-style: none;
      padding: 0;
    }
    .cyber-twelve-details li {
      margin-bottom: 0.5rem;
    }
    .cyber-twelve-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1rem;
      margin-bottom: 1rem;
    }
    input, textarea {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 6px;
    }
    button {
      padding: 0.8rem 1.2rem;
      background: #06a3ad;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }

     button:hover {
      background: #0056b3;
    } 
    
    @media (max-width: 768px) {
      .cyber-twelve-box {
        flex-direction: column;
      }
    }
    .message {
      margin-bottom: 1rem;
      font-weight: bold;
    }
    .success { color: green; }
    .error { color: red; }

/* button {
  background: #7b3fe4;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background: #9f5afd;
} */



/* CYBER 13 SECTION */



.social-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  background-color: #0f0f0f;
  font-family: Arial, sans-serif;
  margin-bottom: 30px;
}
.social-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgb(255, 253, 253);
  padding: 10px;
  border-radius: 8px;
  border: 1px solid gray;
  margin-left: 10px;
  padding-left: 37px;
  margin-top: 25px;
  font-size: 20px;
}
.social-link:hover {
  border: 2px solid #5d80f3;
}
.social-link img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}




.social-heading {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  border: 1px solid gray;
  border-radius: 30px;
  padding: 8px 20px;
  display: inline-block; 
  color: white;
  margin-top: 25px;
}


.cyberheadding{
  height: 220px;
  background-color: black;
}



/* CLOUD AND DEVEPS 1 SECTION */



.cds-hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  flex-wrap: wrap;
  background-image: url('./Images/cloud1.png');
  background-size: 850px; 
  margin-top: 20px 9px 45px 85px;
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: 100px;
}
.cds-text-wrapper {
  max-width: 50%;
}

h1 {
  font-size: 48px;
  margin: 0 0 20px;
}

.cds-highlight-green {
  color: #00B894;
  font-weight: 800;
  font-size: 56px;
}

.cds-highlight-blue {
  color: #392f98;
  font-weight: 800;
}

.cds-subtext {
  font-size: 23px;
  color: #1B1464;
  margin-bottom: 70px;
}

.cds-cta-button {
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #9e66ff;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.cds-orange-text {
  color: #FF5A00;
}

.cds-aws-logo {
  height: 24px;
}

.cds-image-wrapper {
  text-align: center;
}

.cds-main-image {
  max-width: 400px;
}
.cds-cta-button {
  margin-top: 20px;
  padding: 22px 70px;
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none; 
  display: inline-block;  
}
.cds-cta-button:hover {
  background-color: rgb(50, 22, 231);
  color: rgb(248, 248, 248);
}


/* Tablet view - 768px and below */

@media (max-width: 768px) {
  .cds-hero-section {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    background-size: 500px;
    background-position: center;
    margin: 20px;
  }

  .cds-text-wrapper {
    max-width: 100%;
    text-align: center;
  }

  h1 {
    font-size: 36px;
  }

  .cds-highlight-green {
    font-size: 42px;
  }

  .cds-subtext {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .cds-main-image {
    max-width: 300px;
    margin-top: 30px;
  }
}

/* Mobile view - 480px and below */


@media (max-width: 480px) {
  .cds-hero-section {
    padding: 30px 15px;
    background-size: 300px;
    background-position: center top;
  }

  h1 {
    font-size: 28px;
  }

  .cds-highlight-green {
    font-size: 32px;
  }

  .cds-highlight-blue {
    font-size: 28px;
  }

  .cds-subtext {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .cds-cta-button {
    padding: 15px 40px;
    font-size: 14px;
  }

  .cds-main-image {
    max-width: 250px;
  }
}




/* cloud second section */

.testimonial-slider {
  overflow: hidden;
  width: 100%;
  background: #f9f9f9;
  padding: 30px 0;
}

.testimonial-track {
  display: flex;
  animation: slideTestimonials 25s linear infinite;
}

.testimonial-track:hover{
    animation-play-state: paused;
}

.testimonial-item {
  flex: 0 0 25%; 
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

.testimonial-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.xb-item--title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.xb-item--title span {
  color: #00B894;
}

@keyframes slideTestimonials {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } 
}

/* Tablet view - 768px and below */

@media (max-width: 768px) {
  .testimonial-item {
    flex: 0 0 50%; 
    padding: 15px;
  }

  .xb-item--title {
    font-size: 14px;
  }

  .testimonial-item img {
    width: 70px;
    height: 70px;
  }
}

/* Mobile view - 480px and below */

@media (max-width: 480px) {
  .testimonial-item {
    flex: 0 0 100%;  
    padding: 10px;
  }

  .xb-item--title {
    font-size: 13px;
  }

  .testimonial-item img {
    width: 60px;
    height: 60px;
  }
}



/* cloud THREE section */


.cloudthird-onesection {
  width: 100%;
  height: 400px;
  background-color: #4f4fd3;
  color: white;
}

.cloudthird-para h1 {
  font-size: 60px;
  padding-top: 66px;
  text-align: center;
}

.cloudthird-para p {
  font-size: 28px;
  text-align: center;
  padding: 0px 10px 10px 10px;
}

/* Tablet (≤768px) */
@media screen and (max-width: 768px) {
  .cloudthird-para h1 {
    font-size: 40px;
    padding-top: 50px;
  }

  .cloudthird-para p {
    font-size: 22px;
    padding: 0px 15px 10px 15px;
  }
}

/* Mobile (≤480px) */
@media screen and (max-width: 480px) {
  .cloudthird-para h1 {
    font-size: 28px;
    padding-top: 40px;
  }

  .cloudthird-para p {
    font-size: 18px;
    padding: 0px 20px 10px 20px;
  }

  .cloudthird-onesection {
    height: auto;
    padding-bottom: 20px;
  }
}


/* cloud four section */


.cloudstats-section {
  display: flex;
  justify-content: space-around;
  padding: 60px 20px;
  background-color: #141664;
  text-align: center;
  font-family: Arial, sans-serif;
  color: white;
}
.cloud-stat {
  max-width: 300px;
}
.number {
  font-size: 90px;
  font-weight: bold;
}
.number.teal { color: #00d4b2; }
.number.orange { color: #ff6600; }
.number.purple { color: #cc33cc; }
.description {
  font-size: 21px;
  margin-top: 35px;
  line-height: 1.5;
}
.cloud-button{
  width: 100%;
  height: 200px;
  padding-top: 30px;
  background-color:#5e64ee;
}
.cloudcta-button {
  display: block;
  margin: 40px auto;
  padding: 20px 40px;
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  width: fit-content;
}
.cloudcta-button:hover {
  background-color: blue;
  color: white;
}


/* Tablet view - 768px and below */
@media (max-width: 768px) {
  .cloudstats-section {
    flex-direction: column;
    align-items: center;
    padding: 40px 15px;
  }

  .cloud-stat {
    margin-bottom: 40px;
    max-width: 90%;
  }

  .number {
    font-size: 70px;
  }

  .description {
    font-size: 18px;
    margin-top: 25px;
  }

  .cloud-button {
    height: auto;
    padding: 30px 0;
  }

  .cloudcta-button {
    padding: 18px 35px;
    font-size: 16px;
  }
}

/* Mobile view - 480px and below */
@media (max-width: 480px) {
  .number {
    font-size: 55px;
  }

  
  .description {
    font-size: 16px;
    margin-top: 20px;
  }

  .cloudcta-button {
    padding: 15px 30px;
    font-size: 15px;
  }
}



/* cloud five section */



.cloud-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: 100%;
  margin: auto;
}
.cloud-item {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  height: 250px;
  margin: 20px 10px 40px 30px;
  background-color: #06a3ad;
  color: white;
}
.cloud-item:hover {
  transform: scale(1.05);
}
.cloud-icon {
  font-size: 70px;
  margin-bottom: 30px;
}
.cloud-title {
  font-size: 18px;
  font-weight: bold;
}
.cloud-description {
  font-size: 32px;
  margin-top: 10px;
}
.cloudfive-para h1{
  text-align: center;
  padding-top: 50px;
  font-size: 60px;
  color: #0023d3;
}
.cloudfive-para p{
    text-align: center;
    font-size: 25px;
    padding: 10px 170px 20px 170px;
}

.cloudfiv-butto{
  width: 100%;
  height: 161px;
  padding-top: 3px;
}
.cloudcta-fivebtn {
  display: block;
  margin: 14px auto;
    padding: 25px 70px;
  background-color: #06a3ad;
  color: black;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  width: fit-content;
}
.cloudcta-fivebtn:hover {
  background-color:blue;
  color: white;
}


@media (max-width: 768px) {
  .cloud-grid {
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px;
    padding: 0 20px;
  }

  .cloudfive-para h1 {
    font-size: 42px;
    padding: 30px 20px 10px;
  }

  .cloudfive-para p {
    font-size: 20px;
    padding: 10px 40px 20px;
  }

  .cloud-description {
    font-size: 24px;
  }

  .cloud-icon {
    font-size: 55px;
  }

  .cloudcta-fivebtn {
    padding: 18px 50px;
    font-size: 16px;
  }
}

/* Mobile view - 480px and below */

@media (max-width: 480px) {
  .cloud-grid {
    grid-template-columns: 1fr; 
    gap: 15px;
    padding: 0 15px;
  }

  .cloud-item {
    margin: 10px 0;
    padding: 20px;
    height: auto;
  }

  .cloudfive-para h1 {
    font-size: 34px;
    padding: 20px 10px 5px;
  }

  .cloudfive-para p {
    font-size: 18px;
    padding: 0 15px 20px;
  }

  .cloud-description {
    font-size: 20px;
  }

  .cloud-icon {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .cloudcta-fivebtn {
    padding: 16px 40px;
    font-size: 15px;
  }

  .cloudfiv-butto {
    height: auto;
    padding: 20px 0;
  }
}


/* cloud six section  */

.closix-section {
  position: relative;
  display: inline-block;
  width: 100%;
  background: linear-gradient(180deg, #0047ff 0%, #001133 60%, #000000 70%);
  height: 755px;
}

.closix-section h1 {
  margin: 68px 0px 69px 0px;
  text-align: center;
  color: white;
  height: auto;
  font-size: 60px;
}

.imagesix-container img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}

.cloudcta-sixebtn {
  background-color: #ffd500;
  color: white;
  padding: 21px 85px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 40px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.cloudcta-sixebtn:hover {
  background-color: #ff6b00;
}

.imagesix-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.closix-button {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* Tablet (≤768px) */
@media screen and (max-width: 768px) {
  .closix-section {
    height: auto;
    padding-bottom: 40px;
  }

  .closix-section h1 {
    font-size: 40px;
    margin: 50px 20px 50px 20px;
  }

  .imagesix-container img {
    height: 400px;
  }

  .cloudcta-sixebtn {
    padding: 18px 60px;
    font-size: 14px;
  }

  .closix-button {
    bottom: 40px;
  }
}

/* Mobile (≤480px) */
@media screen and (max-width: 480px) {
  .closix-section {
    height: auto;
    padding-bottom: 30px;
  }

  .closix-section h1 {
    font-size: 28px;
    margin: 40px 15px 40px 15px;
    line-height: 1.4;
  }

  .imagesix-container img {
    height: 280px;
  }

  .cloudcta-sixebtn {
    padding: 14px 40px;
    font-size: 14px;
  }

  .closix-button {
    bottom: 25px;
  }
}



/* cloud seven section  */

.timeline-section {
  background: #fcfbf7;
  padding: 50px;
  font-family: 'Arial', sans-serif;
}

.timeline-container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.timeline-left {
  flex: 1;
  min-width: 250px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: fit-content;
}

.timeline-heading {
  font-size: 41px;
  font-weight: 900;
  color: #363691;
  text-align: left;
  line-height: 1.2;
}

.timeline-right {
  flex: 2;
  min-width: 300px;
  position: relative;
}

.timeline {
  border-left: 3px solid #00c2a8;
  padding-left: 40px;
  position: relative;
}

.timeline-row {
  position: relative;
  margin-bottom: 25px;
}

.timeline-marker {
  position: absolute;
  left: -22px;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #00c2a8;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-marker.orange {
  background-color: #ff6600;
}

.timeline-content {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  max-width: 90%;
}

.timeline-content h3 {
  color: #0b0b48;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.timeline-content p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.timeline-content img {
  width: 100%;
  margin-top: 10px;
  border-radius: 8px;
}

/* ========== Tablet (≤768px) ========== */


@media screen and (max-width: 768px) {
  .timeline-container {
    flex-direction: column;
    gap: 30px;
  }

  .timeline-heading {
    font-size: 32px;
    text-align: center;
  }

  .timeline-left {
    position: static;
    text-align: center;
  }

  .timeline-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline {
    padding-left: 30px;
  }

  .timeline-marker {
    width: 35px;
    height: 35px;
    font-size: 16px;
    left: -18px;
  }

  .timeline-content h3 {
    font-size: 18px;
  }

  .timeline-content p {
    font-size: 15px;
  }
}

/* ========== Mobile (≤480px) ========== */

@media screen and (max-width: 480px) {
  .timeline-section {
    padding: 30px 15px;
  }

  .timeline-heading {
    font-size: 26px;
  }

  .timeline {
    padding-left: 20px;
  }

  .timeline-marker {
    width: 30px;
    height: 30px;
    font-size: 14px;
    left: -15px;
  }

  .timeline-content {
    padding: 15px;
    max-width: 100%;
  }

  .timeline-content h3 {
    font-size: 16px;
  }

  .timeline-content p {
    font-size: 14px;
  }

  .timeline-content img {
    margin-top: 8px;
  }
}

/* cloud eight section */



.cloudeight-section {
  position: relative;
  background: #1a237e;
  padding: 150px 20px 200px;
  overflow: hidden;
  text-align: center;
  height: 785px;
}

.cloudeight-icons {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1;
}

.cloudeight-iconbig{
    width: 95%;
    height: 500px;
    margin-top: 245px;
}

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.cloudeight-icon {
 width: 129px;
  height: 129px;
  position: absolute;;
  animation: float 3s ease-in-out infinite;
}

.cloudeight-aws { top: 2px; left: 46%; transform: translateX(-50%); }
.cloudeight-docker { top: 107px; left: 27%; }
.cloudeight-k8s { top: 107px; right: 27%; }
.cloudeight-gcp { top: 265px; left: 5%; }
.cloudeight-azure { top: 265px; right: 5%; }


.cloudeight-content {
  position: relative;
  border-radius: 100px 100px 0 0;
  padding: 100px 20px 80px;
  z-index: 2;
}

.cloudeight-content h2 {
  font-size: 53px;
  color: #2a2aa2;
  font-weight: 900;
  margin-top: 233px;
}
.cloudeight-button {
  background:#06a3ad;
  color: white;
  font-weight: bold;
 padding: 21px 71px;
  font-size: 16px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: 0.3s ease;
}

.cloudeight-button:hover {
  background: blue;
}

@media screen and (max-width: 768px) {
  .cloudeight-content h2 {
    font-size: 32px;
  }

  .cloudeight-button {
    padding: 15px 40px;
  }

  .cloudeight-icon {
    width: 40px;
    height: 40px;
  }
}







/* cloud nine section  */


.modern-tech-section {
  background: linear-gradient(135deg, #fdfbfb 0%, #dadccc 100%);
  text-align: center;
  position: relative;
  height: 1800px;
}


.modern-tech-content h2 {
  font-size: 136px;
  color: #131382;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 80px;
      margin-top: 0px;
      padding-top: 80px;
}

/* Circle button */
.modern-tech-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #06a3ad;
  color: #fff;
  width: 40vw;
  height: 40vw;
  max-width: 420px;
  max-height: 420px;
  border-radius: 50%;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, background 0.3s ease;
}

.modern-tech-button:hover {
  background-color: yellow;
  color: black;
  transform: scale(1.05);
}


.modern-tech-button .arrow {
  font-size: 24px;
  margin-bottom: 8px;
}


.modern-tech-button .text {
  text-align: center;
  line-height: 1.3;
}







/* cloud ten section  */



.cloudten-section {
  background-color: #191970; 
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.cloudten-heading {
  font-size: 54px;
  font-weight: 900;
  margin-bottom: 50px;
}

.cloudten-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
}

.cloudten-card {
  background-color: #1e1e6b;
  border-radius: 12px;
  max-width: 390px;
  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease;
}

.cloudten-card:hover {
  transform: translateY(-5px);
}

.cloudten-card-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.cloudten-meta {
  font-size: 13px;
  font-weight: 600;
  color: #ccc;
  margin-bottom: 8px;
  text-transform: lowercase;
}

.cloudten-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
}

.cloudten-arrow {
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  padding: 14px;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cloudten-arrow:hover {
  background-color: green; 
  color: white;
}

.cloudten-readall {
  margin-top: 50px;
}

.cloudten-readall-btn {
  background-color: #06a3ad;
  color: white;
  padding: 21px 96px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.3s ease;
}

.cloudten-readall-btn:hover {
  background-color: #f5c518;
}



/* cloud eleven section  */


.cloudten-newsletter {
  padding: 60px 20px;
  background: #f9f6f0;
  display: flex;
  justify-content: center;
}

.cloudten-newsletter-card {
  position: relative;
  width: 100%;
  padding: 40px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
}

.cloudten-newsletter-card h2 {
  font-size: 40px;
  font-weight: 800;
  color: #171866;
  margin-bottom: 10px;
}

.cloudten-newsletter-card p {
  font-size: 20px;
  color: #333;
  margin-bottom: 30px;
}

.cloudten-newsletter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cloudten-newsletter-form input[type="email"] {
  padding: 20px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 280px;
}

.cloudten-newsletter-form button {
  background: #06a3ad;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: bold;
  cursor: pointer;
}

.cloudten-terms label {
  font-size: 19px;
  color: #333;
}

.cloudten-terms a {
  color: #171866;
  text-decoration: underline;
}

.cloudten-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  opacity: 0.3;
}

.square {
  width: 60px;
  height: 60px;
  background: #84e0d1;
  top: 20px;
  left: 40px;
}

.circle {
  width: 50px;
  height: 50px;
  background: #ffeea9;
  border-radius: 50%;
  bottom: 20px;
  left: 40px;
}

.arch {
  width: 100px;
  height: 50px;
  border-bottom: 20px solid #d9a4f3;
  border-radius: 100px 100px 0 0;
  bottom: 30px;
  left: 100px;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #d9a4f3;
  bottom: 20px;
  left: 150px;
}






/* Help desk one section  */



/* .helpdesk-banner {
    background-color: #d9f99d;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .helpdesk-banner a {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    margin-left: 6px;
  } */

  /* Header */


  /* .helpdesk-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 40px;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
  }

  .helpdesk-logo {
    font-size: 24px;
    font-weight: bold;
    color: #6a00b0;
  }

  .helpdesk-logo span {
    color: #000;
  }

  .helpdesk-nav {
    display: flex;
    gap: 24px;
    position: relative;
    flex-wrap: wrap;
  }

  .helpdesk-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    padding: 8px;
    display: inline-block;
  }

  .helpdesk-link:hover {
    color: #6a00b0;
  }

  .helpdesk-nav-item {
    position: relative;
  }

  .helpdesk-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    min-width: 160px;
    z-index: 10;
  }

  .helpdesk-dropdown a {
    display: block;
    padding: 10px;
    color: #333;
    font-size: 14px;
  }

  .helpdesk-dropdown a:hover {
    background-color: #f3e8ff;
    color: #6a00b0;
  }

  .helpdesk-nav-item:hover .helpdesk-dropdown {
    display: block;
  }

  .helpdesk-cta-button {
    background-color: #a855f7;
    color: #fff;
    padding: 17px 50px;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .helpdesk-cta-button:hover {
    background-color: #9333ea;
  } */


  

  /* Hero Section */

  .helpdesk-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
    margin-top: 99px;
    gap: 40px;
    flex-wrap: wrap;
    background-color: #fffaf3;
 
    
  }

  .helpdesk-hero-left {
    flex: 1;
    min-width: 300px;
  }

  .helpdesk-hero-left h1 {
    font-size: 68px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .helpdesk-hero-left p {
    font-size: 20px;
    color: #4b5563;
    margin-bottom: 24px;
  }

  .helpdesk-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .helpdesk-features li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 24px;
    font-size: 20px;
    color: #4b5563;
  }

  .helpdesk-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #9333ea;
  }

  .helpdesk-hero-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }

  .helpdesk-screenshot-frame {
    background-color: white;
    padding: 20px;
    border-radius: 32px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    max-width: 320px;
    border: 4px solid #f3f4f6;
    margin-left: 22px;
  }


  .helpdesk-screenshot-frame img {
    width: 100%;
    border-radius: 20px;
    display: block;
    height: 500px;
  }

  .helpdesk-logo-img {
    max-width: 200px;
    height: auto;
  }

  .helpdesk-tag-badge {
    position: absolute;
    bottom: 0px;
    background-color: #06a3ad;
    color: white;
    padding: 22px 63px;
    font-size: 18px;
    border-radius: 9999px;
    font-weight: 600;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  }


 .helpdesk-cta-button {
    background-color:#06a3ad ;
    color: #fff;
    padding: 17px 50px;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .helpdesk-cta-button:hover {
    background-color: #9333ea;
  } 


  @media (max-width: 768px) {
    .helpdesk-header {
      flex-direction: column;
      align-items: flex-start;
    }

    .helpdesk-nav {
      flex-direction: column;
      width: 100%;
      gap: 10px;
    }

    .helpdesk-dropdown {
      position: static;
      box-shadow: none;
      border: none;
    }

    .helpdesk-hero {
      flex-direction: column;
      padding: 40px 20px;
    }

    .helpdesk-hero-left h1 {
      font-size: 36px;
    }

    .helpdesk-tag-badge {
      position: static;
      margin-top: 20px;
    }

    .helpdesk-hero-right {
      flex-direction: column;
    }
  }



  /* Help desk two section */


  .helptwo-desk-slider-wrapper {
  background-color: #fff;
  padding: 40px 20px;
  overflow: hidden;
  position: relative;
  height: 300px;
}

.helptwo-desk-slider-heading {
  display: flex;
  margin-bottom: 80px;
}

.helptwo-desk-slider-heading span {
 font-size: 27px;
  font-weight: 400;
  color: #444;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.helptwo-desk-slider-heading strong {
  font-weight: 700;
}

.helptwo-desk-slider-inner {
  width: 100%;
  overflow: hidden;
}

.helptwo-desk-slider-track {
  display: flex;
  width: max-content;
  animation: helptwo-desk-scrollSlider 30s linear infinite;
}

.helptwo-desk-slider-container {
  display: flex;
  gap: 50px;
}

.helptwo-desk-slider-item img {
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.helptwo-desk-slider-item img:hover {
  filter: none;
}

@keyframes helptwo-desk-scrollSlider {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* Help desk three section  */


.helptwo-desk-feature-section {
  text-align: center;
  background: #06a3ad;
  padding: 60px 20px;
  position: relative;
  padding: 69px;
}

.helptwo-desk-feature-title {
  font-size: 3.5rem;
  margin-bottom: 60px;
  font-weight: bold;
  color: #111;
}

.helptwo-desk-feature-layout {
  position: relative;
  width: 100%;
  min-height: 800px;
}

.helptwo-desk-feature-center {
  background: #cfff70;
  border-radius: 40px;
  padding: 25px 76px;
  font-size: 45px;
  border: 4px solid white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.x-highlight {
  color: #111;
  font-weight: 900;
}

.helptwo-desk-feature-box {
  background: #c0e796;
  border-radius: 20px;
  border: 8px solid white;
  padding: 20px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  width: 320px;
  height: 200px;
  position: absolute;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.helptwo-desk-feature-box h3 {
      margin-bottom: 10px;
    font-size: 20px;
    color: #222;
    text-align: justify;
}

.helptwo-desk-feature-box p {
  font-size: 16px;
    color: #555;
    text-align: justify;
}

.helptwo-desk-icons {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.top    { top: 0; left: 50%; transform: translateX(-50%); }
.bottom { bottom: 0; left: 50%; transform: translateX(-50%); }
.left   { top: 34%; left: 0; transform: translateY(-50%); }
.right  { top: 50%; right: 0; transform: translateY(-50%); }

@media (max-width: 768px) {
  .helptwo-desk-feature-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: static;
    min-height: auto;
  }

  .helptwo-desk-feature-box,
  .helptwo-desk-feature-center {
    position: static;
    transform: none;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
  }
}




/* Help desk four section  */

.helpdesk-four-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
      text-align: center;
    }

    .helpdesk-hedder {
      padding: 60px 0px 30px 0px;
    }

    .helpdesk-hedder h1 {
      font-size: 55px;
      color: #333;
    }

    .helpdesk-four-video-section {
      background-image: url('./Images/helpdesk-fourimg1.png');
      background-size: cover;
      background-position: center;
      height: 700px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 20px;
      margin-bottom: 40px;
    }

    .helpdesk-four-video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(255, 255, 255, 0); 
    }

    .helpdesk-four-play-button {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(255, 255, 255, 0.9);
      width: 120px;
      height: 120px;
      border-radius: 50%;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      text-decoration: none;
      transition: transform 0.3s ease;
      z-index: 10;
    }

    .helpdesk-four-play-button:hover {
      transform: scale(1.1);
    }

    .helpdesk-four-play-icon {
      width: 0;
      height: 0;
      border-left: 25px solid #d44a00;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      margin-left: 5px;
    }

    .helpdesk-four-button-wrapper {
      text-align: center;
    }

    .helpdesk-four-button {
      background-color: #06a3ad;
      color: #fff;
      padding: 17px 50px;
      border: none;
      border-radius: 8px;
      font-size: 17px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .helpdesk-four-button:hover {
      background-color: blue;
    }



    /* help desk five section  */



    
    .roi-wrapper {
     max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0px 80px 0px;
    height: 915px;
    }

    .roi-top {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 124px;
    }

    .roi-image {
      flex: 1 1 400px;
      position: relative;
      text-align: center;
    }

    .roi-image img {
      max-width: 100%;
      border-radius: 50%;
      background: #ccf3a6;
      padding: 20px;
    }

    .badge-top-left {
    position: absolute;
    top: -28px;
    left: -23px;
    background: white;
    border-radius: 10px;
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 124px;
    width: 167px;
    }

    .badge-bottom {
      position: absolute;
      bottom: 1px;
      left: 50%;
      transform: translateX(-50%);
      background: #06a3ad;
      padding: 10px 20px;
      border-radius: 40px;
      font-weight: 600;
    }

    .roi-content {
      flex: 1 1 500px;
    }

    .tag-helpfive {
      background-color: #f3f4f6;
      display: inline-block;
      padding: 5px 12px;
      border-radius: 20px;
      font-size: 14px;
      margin-bottom: 12px;
    }

    .roi-content h2 {
      font-size: 40px;
      margin-bottom: 16px;
    }

    .roi-content p {
      margin-bottom: 20px;
      color: #374151;
      line-height: 1.5;
    }

    .accordion {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
    }

    .accordion-item {
      border-top: 1px solid #ddd;
    }

    .accordion-header {
     padding: 19px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
}
    

    .accordion-header:hover {
      color: #a855f7;
    }

    .accordion-content {
      display: none;
      padding: 0 0 16px 0;
      color: #555;
    }

    .accordion-item.active .accordion-content {
      display: block;
    }

    .accordion-item.active .accordion-header span {
      transform: rotate(180deg);
    }

    .accordion-header span {
      transition: transform 0.3s ease;
    }

    .roi-stats {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 100px;
      gap: 20px;
    }

    .stat-box {
      flex: 1 1 300px;
      padding: 30px;
      border-radius: 40px;
      background-color: #fef2f2;
    }

    .stat-box:nth-child(2) {
      background-color: #f1fcd3;
    }

    .stat-box:nth-child(3) {
      background-color: #eee8fc;
    }

    .stat-box h3 {
      font-size: 38px;
      margin-bottom: 10px;
    }

    .stat-box p {
      color: #555;
      font-size: 17px;
    }

    @media (max-width: 768px) {
      .roi-top {
        flex-direction: column;
      }

      .stat-box {
        flex: 1 1 100%;
      }
    }


  /* help dest six section */


  .helpsix_section {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px;
    background-color: #f6f0e9;
    height: 677px;
  }

  .helpsix_column {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .helpsix_card {
    background: white;
    border-radius: 16px;
    padding: 31px 34px;
    width: 256px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-weight: 500;
    font-size: 24px;
  }

  .helpsix_card:hover {
    background-color: blue;
    color: white;

  }

  .helpsix_cta_wrapper {
    background: #fff;
    border: 2px solid black;
    width: 364px;
    height: 542px;
    border-radius: 50% / 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .helpsix_cta_box {
    text-align: center;
  }

  .helpsix_tag {
    background: #eaeaea;
    padding: 4px 12px;
    border-radius: 999px;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .helpsix_heading {
    font-size: 30px;
    font-weight: bold;
    margin: 16px 0;
  }

  .helpsix_cta_button {
    background: #06a3ad;
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
  }

  .helpsix_arrow {
    background: white;
    padding: 4px 8px;
    border-radius: 999px;
    color: black;
  }


  /* help desk seven section   */




.deskseven-help-testimonial-section {
  padding: 40px 20px;
  text-align: center;
}

.deskseven-help-section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.deskseven-help-testimonial-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px;
  scroll-snap-type: x mandatory;
}

.deskseven-help-testimonial-card {
  flex: 0 0 320px;
  background: #eee;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  scroll-snap-align: start;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.deskseven-help-testimonial-card.pink {
  background-color: #fce9ed;
}

.deskseven-help-testimonial-card.blue {
  background-color: #dceeff;
}

.deskseven-help-testimonial-card.green {
  background-color: #e9fddf;
}

.deskseven-help-testimonial-text {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

.deskseven-help-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.deskseven-help-profile img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.deskseven-help-profile h4 {
  margin: 0;
  font-size: 16px;
}

.deskseven-help-profile p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.deskseven-help-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.deskseven-help-rating img {
  width: 110px;
}

.deskseven-help-rating span {
  font-weight: bold;
}



/* help dest eight section  */


  .deskeight-container {
    display: flex;
    height: 600px;
    font-family: Arial, sans-serif;
    margin: 0px 0px 80px 20px;
  }
  .deskeight-left {
    flex: 2;
    padding: 20px;
    box-sizing: border-box;
  }

  .deskeight-left p{
    margin-top: 40px;
  }

  .deskeight-left h1{
    font-size: 48px;
    margin: 0 0 20px;
    margin-bottom: 37px;
  }


  .deskeight-left img {
    width: 600px;
    height: auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 40px;
  }
  .deskeight-right {
    padding: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; 
    gap: 15px;
  }
  .deskeight-row {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .deskeight-text-content {
    flex: 1;
  }
  .deskeight-row img {
    width: 180px;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
  }
  .deskeight-text-content p {
    margin: 4px 0;
    font-size: 24px;
  }
  .deskeight-text-content .deskeight-date {
    font-size: 21px;
    color: #666;
  }


  /* help desk nine section  */


.helpdesk-row {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 30px;
  margin-top: 90px;
  margin-bottom: 60px;
  height: 260px;
  border-radius: 50px;
  padding: 10px;
}

.helpdesk-column {
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
  border: 1px solid gray;
  text-align: center;
  border-radius: 10px;
}

.helpdesk-column img {
  width: 104%;
    max-width: 182px;
    height: 167px;
    margin-top: 16px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
}

.arrow.left {
  left: 0;
}

.arrow.right {
  right: 0;
}



/* help desk ten section  */



    .experience-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 60px 5%;
      position: relative;
      height: 450px;
      background: #edeae4;
    }

    .chat-left, .chat-right {
      width: 25%;
      position: relative;
    }

    .chat-left img, .chat-right img {
      width: 100%;
      border-radius: 50%;
      z-index: 1;
      position: relative;
    }


    .chat-left .chat-bubble {
      position: relative;
      left: 80px;
    }

    .chat-right .chat-bubble {
      background-color: #7340b3;
      color: white;
      margin-left: auto;
      margin-right: 20px;
    }

    .content-experience {
      text-align: center;
      max-width: 600px;
      margin: 0 auto;
    }

    .content-experience h1 {
      font-size: 29px;
      font-weight: bold;
      margin-bottom: 30px;
      color: #111;
    }

    .content-experience button {
    background-color:#06a3ad;
    color: white;
    padding: 17px 59px;
    border: none;
    border-radius: 30px;
    font-size: 21px;
    cursor: pointer;
    margin-top: 36px;
    }

    .content-experience button:hover {
      background-color: blue;
      color: white;
    }

    @media (max-width: 768px) {
      .experience-section {
        flex-direction: column;
        text-align: center;
      }
      .chat-left, .chat-right {
        width: 100%;
        margin-bottom: 20px;
      }
    }



    /* About section one */


.about-sectionone-wrapper {
  display: flex;
  min-height: 450px;
  margin-bottom: 20px;
  padding: 80px 20px 20px;
}

.about-sectionone-content {
  flex: 1;
  padding: 2rem;
}
.about-sectionone-content h1 {
  font-size: 30px;
}
.about-sectionone-content p {
  color: black;
  font-size: 43px;
  line-height: 55px;
  margin-top: 40px;
}

.about-sectionone-badge-container {
  width: 420px;
  background: #eaecee;
  color: #090909;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.about-sectionone-badge {
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}

.about-sectionone-years {
  font-size: 7rem;
  color: #06a3ad;
}

.about-sectionone-label {
  font-size: 2.1rem;
  letter-spacing: 0.04em;
  opacity: 0.85;
  color: #06a3ad;
}

/* ========================= Responsive Styles ========================= */

/* <=1014px: Adjust layout slightly */
@media (max-width: 1014px) {
  .about-sectionone-badge-container {
    width: 300px;
    padding: 1.5rem;
  }
  .about-sectionone-content p {
    font-size: 36px;
    line-height: 46px;
    margin-top: 30px;
  }
  .about-sectionone-years {
    font-size: 5rem;
  }
  .about-sectionone-label {
    font-size: 1.8rem;
  }
}

/* <=800px: Stack layout (column) */
@media (max-width: 800px) {
  .about-sectionone-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-sectionone-badge-container {
    width: 100%;
    margin: 20px 0;
  }
}

/* <=768px: Reduce text and badge sizes */
@media (max-width: 768px) {
  .about-sectionone-content h1 {
    font-size: 24px;
  }
  .about-sectionone-content p {
           font-size: 25px;
        line-height: 30px;
        margin-top: 30px;
        text-align: justify;
  }
  .about-sectionone-years {
    font-size: 4rem;
  }
  .about-sectionone-label {
    font-size: 1.5rem;
  }
}

/* <=360px: Small screens */
@media (max-width: 360px) {
  .about-sectionone-content h1 {
    font-size: 20px;
  }
  .about-sectionone-content p {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
  }
  .about-sectionone-badge-container {
    padding: 1rem;
  }
  .about-sectionone-years {
    font-size: 3rem;
  }
  .about-sectionone-label {
    font-size: 1.2rem;
  }
}





    /* About section  two */



.about-sectionone-video-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
}

.about-sectionone-video {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  aspect-ratio: 16 / 9;
}

.about-sectionone-video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ========================= Responsive Styles ========================= */

/* <=1014px */
@media (max-width: 1014px) {
  .about-sectionone-video-wrapper {
    padding: 1rem;
  }
}

/* <=800px */
@media (max-width: 800px) {
  .about-sectionone-video-wrapper {
    padding: 1rem;
  }
}

/* <=768px */
@media (max-width: 768px) {
  .about-sectionone-video-wrapper {
    padding: 0.5rem;
  }
  .about-sectionone-video {
    aspect-ratio: 16 / 9;
  }
}

/* <=360px */
@media (max-width: 360px) {
  .about-sectionone-video-wrapper {
    padding: 0.25rem;
  }
  .about-sectionone-video {
    aspect-ratio: 16 / 9;
  }
}



  /* About section three  */


:root {
  --brand: #2166ff;
  --brand-dark: #1548c1;
  --gap: 1.5rem;
  --radius: 0.8rem;
  font-family: system-ui, sans-serif;
}

.abo-section-three {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: grid;
  gap: var(--gap);
}

/* Large screens (default): 4 columns */
.abo-section-three {
  grid-template-columns: repeat(4, 1fr);
}

.feature {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: var(--gap);
}

.feature img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.info {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.info p {
  margin: 0;
  text-align: left;
  line-height: 1.35;
}

.info p span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.info button {
  border: none;
  background: var(--brand);
  color: #fff;
  padding: 0.6rem 1.1rem;
  font-weight: 600;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 0.2s;
}

.info button:hover {
  background: var(--brand-dark);
}

/* =========================== Responsive Styles =========================== */

/* <=1014px: 3 columns */
@media (max-width: 1014px) {
  .abo-section-three {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* <=800px: 2 columns */
@media (max-width: 800px) {
  .abo-section-three {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* <=768px: Maintain smaller layout and adjust text size slightly */
@media (max-width: 768px) {
  .info p span {
    font-size: 18px;
  }
}

/* <=360px: 1 column, smaller text and tighter spacing */
@media (max-width: 360px) {
  .abo-section-three {
    grid-template-columns: 1fr;
  }
  .feature {
    gap: 1rem;
  }
  .info p span {
    font-size: 16px;
  }
  .feature img {
    width: 80px;
    height: 80px;
  }
}


    /* About four section  */

:root {
  --gap: 1.5rem;
  --overlay: rgba(0, 0, 0, 0.5);
}

.about-row3,
.about-stats {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.about-card {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Maintain 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 0.8rem;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.about-card:hover {
  transform: translateY(-4px) scale(1.02);
}

.about-card::before {
  content: ""; 
  position: absolute;
  inset: 0;
  background: var(--overlay);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-card:hover::before {
  opacity: 1;
}

.about-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  color: #fff;
  z-index: 1;
}

.about-text {
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 20px;
}

.stat-num {
  font-size: 6rem;
  font-weight: 700;
  color: #06a3ad;
  margin: 0;
}

.stat-label {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}

/* ================= Responsive Styles ================= */

/* <=1014px: Two columns for cards and stats */

@media (max-width: 1014px) {
  .about-row3,
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* <=800px: Single column layout */

@media (max-width: 800px) {
  .about-row3,
  .about-stats {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* <=768px: Adjust text and stats for smaller screens */

@media (max-width: 768px) {
  .about-text {
    font-size: 18px;
  }
  .stat-num {
    font-size: 4rem;
  }
  .stat-label {
    font-size: 1.25rem;
  }
}

/* <=360px: Small text adjustments for tiny screens */

@media (max-width: 360px) {
  .about-text {
    font-size: 16px;
  }
  .stat-num {
    font-size: 3rem;
  }
  .stat-label {
    font-size: 1rem;
  }
}



  /* About five section  */




.aboutfiv-us-section {
  background: #06a3ad;
  padding: 3rem 1rem;
  color: #fff;
  text-align: center;
}

.aboutfiv-us-section h1 {
  margin: 0 0 2rem;
  font-size: 3rem;
  font-weight: 700;
}

.aboutfiv-us-slider {
  position: relative;
  overflow: hidden;
  max-width: calc(400px * 5 + 1.2rem * 4);
  margin: 130px auto 0 auto;
}

.aboutfiv-us-track {
  display: flex;
  gap: 1.2rem;
  transition: transform 0.8s ease;
}

.aboutfiv-us-slide {
  flex: 0 0 400px;
  background: #f8f9ff;
  border-radius: 0.8rem;
  box-shadow: 0 4px 8px rgba(0,0,0,.05);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: #000;
}

.aboutfiv-us-q {
  font-size: 3.4rem;
  font-weight: 700;
  color: #2166ff;
  margin: 0;
}

.aboutfiv-us-year {
  font-size: 3rem;
  color: #666;
  margin: 0;
}

.aboutfiv-us-title {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0.4rem 0 0;
}

.aboutfiv-us-desc {
  font-size: 0.93rem;
  line-height: 1.35;
  margin: 0;
}

.aboutfiv-us-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.aboutfiv-us-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}

.aboutfiv-us-dot.active {
  background: #fff;
}

/* ================= RESPONSIVE RULES ================= */

/* Up to 1014px */
@media (max-width: 1014px) {
  .aboutfiv-us-slide {
    flex: 0 0 300px;
  }
}

/* Up to 800px */
@media (max-width: 800px) {
  .aboutfiv-us-slide {
    flex: 0 0 250px;
  }
  .aboutfiv-us-q {
    font-size: 3rem;
  }
  .aboutfiv-us-year {
    font-size: 2.5rem;
  }
  .aboutfiv-us-title {
    font-size: 1.25rem;
  }
}

/* Up to 768px */
@media (max-width: 768px) {
  .aboutfiv-us-section {
    padding: 2rem 1rem;
  }
  .aboutfiv-us-section h1 {
    font-size: 2.5rem;
  }
  .aboutfiv-us-slide {
    flex: 0 0 220px;
    padding: 0.8rem;
  }
  .aboutfiv-us-title {
    font-size: 1.1rem;
  }
  .aboutfiv-us-desc {
    font-size: 0.85rem;
  }
}

/* Up to 360px */
@media (max-width: 360px) {
  .aboutfiv-us-section h1 {
    font-size: 1.8rem;
  }
  .aboutfiv-us-slide {
    flex: 0 0 180px;
    padding: 0.5rem;
  }
  .aboutfiv-us-q {
    font-size: 2.5rem;
  }
  .aboutfiv-us-year {
    font-size: 2rem;
  }
  .aboutfiv-us-title {
    font-size: 1rem;
  }
  .aboutfiv-us-desc {
    font-size: 0.8rem;
  }
}




  /* ABOUT  six SECTION  */

.aboutus-section {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  margin-top: 47px;
  padding-left: 20px;

}

.aboutus-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.aboutus-left {
  flex: 1 1 40%;
}

.aboutus-left-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.aboutus-left-text {
  font-size: 22px;
  line-height: 1.6;
  color: #333;
}

.aboutus-left-hedding {
  font-size: 37px;
}

.aboutus-right {
  flex: 1 1 55%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.aboutus-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 100px;
  gap: 45px;
  margin-left: 100px;
  animation: aboutus-slide 10s linear infinite;
}

.aboutus-award-box img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

@keyframes aboutus-slide {
  0% { transform: translateY(0);}
  100% { transform: translateY(-50%);}
}

.aboutus-button {
  display: inline-block;
  margin-top: 56px;
  padding: 24px 47px;
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  font-size: 20px;
  transition: background 0.3s ease;
}

.aboutus-button:hover {
  background-color: blue;
  color: wheat;
}

/* ================= Responsive Styles ================= */

/* Up to 1014px */
@media (max-width: 1014px) {
  .aboutus-slider {
    margin-left: 40px;
    gap: 30px;
  }
}

/* Up to 800px */
@media (max-width: 800px) {
  .aboutus-container {
    flex-direction: column;
    align-items: center;
  }
  .aboutus-left,
  .aboutus-right {
    flex: 1 1 100%;
    text-align: center;
  }
  .aboutus-left-text {
    font-size: 20px;
  }
  .aboutus-left-hedding {
    font-size: 32px;
  }
  .aboutus-slider {
    margin-left: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 80px;
    gap: 30px;
  }
}

/* Up to 768px */
@media (max-width: 768px) {
  .aboutus-button {
    font-size: 18px;
    padding: 18px 40px;
  }
  .aboutus-left-hedding {
    font-size: 28px;
  }
  .aboutus-left-text {
    font-size: 18px;
  }
  .aboutus-slider {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 60px;
    gap: 20px;
  }
}

/* Up to 360px */
@media (max-width: 360px) {
  .aboutus-left-hedding {
    font-size: 22px;
  }
  .aboutus-left-text {
    font-size: 16px;
  }
  .aboutus-button {
    font-size: 16px;
    padding: 16px 30px;
  }
  .aboutus-slider {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 60px;
    gap: 15px;
  }

.aboutus-section {
  padding: 12px;
   font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  
}

}




  /* About seven section   */



#our-gallery {
  text-align: center;
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.gallery-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.gallery-subtitle {
  font-size: 2.5em;
  color: #555;
  margin-bottom: 66px;
}

.gallery-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* =============== Responsive Styles =============== */

/* Up to 1014px */
@media (max-width: 1014px) {
  .gallery-subtitle {
    font-size: 2.2em;
    margin-bottom: 50px;
  }
}

/* Up to 800px */
@media (max-width: 800px) {
  .gallery-subtitle {
    font-size: 2em;
    margin-bottom: 40px;
  }
}

/* Up to 768px */
@media (max-width: 768px) {
  .gallery-title {
    font-size: 1.3em;
    margin-bottom: 8px;
  }
  .gallery-subtitle {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
}

/* Up to 360px */
@media (max-width: 360px) {
  .gallery-title {
    font-size: 1.1em;
  }
  .gallery-subtitle {
    font-size: 1.5em;
    margin-bottom: 25px;
  }
}



/* About eight section  */

.abouteight-section {
  background-color: #0056d2;
}

.abouteight-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}

.abouteight-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.abouteight-text-content {
  flex: 1 1 50%;
  color: white;
}

.abouteight-text-content h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 70px;
}

.abouteight-text-content p {
  margin: 0;
  font-size: 23px;
  color: white;
  text-align: justify;
  padding: 0px 0px 34px 70px;
}

.abouteight-btn {
  display: inline-block;
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  padding: 21px 55px;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
  margin-left: 70px;
  font-size: 24px;
}

.abouteight-btn:hover {
  background-color: white;
  color: black;
}

.abouteight-image-content {
  flex: 1 1 40%;
  text-align: right;
}

.abouteight-image-content img {
  max-width: 100%;
  height: auto;
  padding-top: 35px;
}

/* ================= Responsive Styles ================= */

/* Up to 1014px */
@media (max-width: 1014px) {
  .abouteight-text-content h1 {
    font-size: 36px;
    padding-left: 30px;
  }

  .abouteight-text-content p {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .abouteight-btn {
    font-size: 20px;
    padding: 18px 40px;
    margin-left: 30px;
  }
}

/* Up to 800px */
@media (max-width: 800px) {
  .abouteight-text-content h1 {
    font-size: 30px;
    padding-left: 20px;
  }

  .abouteight-text-content p {
    font-size: 18px;
    padding: 0px 20px 30px 20px;
  }

  .abouteight-btn {
    font-size: 18px;
    padding: 16px 35px;
    margin-left: 20px;
  }
}

/* Up to 768px */
@media (max-width: 768px) {
  .abouteight-banner-content {
    flex-direction: column;
    text-align: center;
  }

  .abouteight-text-content,
  .abouteight-image-content {
    flex: 1 1 100%;
    padding-left: 0;
    text-align: center;
  }

  .abouteight-text-content h1 {
    font-size: 28px;
    padding-left: 0;
  }

  .abouteight-text-content p {
    font-size: 18px;
    padding: 0 20px 20px 20px;
    text-align: center;
  }

  .abouteight-btn {
    font-size: 18px;
    padding: 15px 30px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* Up to 360px */
@media (max-width: 360px) {
  .abouteight-text-content h1 {
    font-size: 24px;
  }

  .abouteight-text-content p {
    font-size: 16px;
    padding: 0 15px 15px 15px;
  }

  .abouteight-btn {
    font-size: 16px;
    padding: 12px 25px;
  }
}


/* Our pricing one sectipon */

.ourpricing-section {
  background: linear-gradient(#e6f0ff, #ffffff);
  background-size: 40px 40px;
  background-image:
    linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.ourpricing-container {
  display: flex;
  background: white;
  padding: 40px;
  border-radius: 20px;
  max-width: 1200px;
  width: 100%;
  padding-top: 85px;
}

.ourpricing-left {
  flex: 1;
}

.ourpricing-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ourpricing-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.ourpricing-icon {
  width: 40px;
  margin-right: 8px;
}

.ourpricing-heading {
  font-size: 54px;
  margin: 58px 0 0 0;
  color: #111;
}

.ourpricing-agent-img {
  border-radius: 50%;
  padding: 10px;
  max-width: 449px;
  width: 100%;
  margin-left: 82px;
}

/* ================= Responsive Styles ================= */

/* Up to 1024px */
@media (max-width: 1024px) {
  .ourpricing-heading {
    font-size: 44px;
  }
  .ourpricing-agent-img {
    margin-left: 40px;
    max-width: 380px;
  }
}

/* Up to 768px */
@media (max-width: 768px) {
  .ourpricing-container {
    flex-direction: column;
    text-align: center;
    padding: 30px;
    padding-top: 70px;
  }

  .ourpricing-heading {
    font-size: 36px;
    margin-top: 40px;
  }

  .ourpricing-agent-img {
    margin-left: 0;
    max-width: 300px;
    margin: 30px auto 0 auto;
  }
}

/* Up to 480px */
@media (max-width: 480px) {
  .ourpricing-heading {
    /* font-size: 35px; */
    margin: 20px 0;
    text-align: center;
  }

  .ourpricing-link {
    font-size: 16px;
    justify-content: center;
  }

  .ourpricing-agent-img {
    width: 350px;
  }
}


/* Our pricint two section */


.our-twopricing-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.our-twopricing-num {
  font-size: 6rem;
  font-weight: 700;
  color: #06a3ad;
  margin: 0;
}

.our-twopricing-heder {
  font-size: 25px;
  margin: 36px 0 12px 0;
}

.our-twopricing-label {
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

/* =================== Responsive Styles =================== */

/* Up to 1014px: Maintain 3 columns, slightly smaller font size for numbers */
@media (max-width: 1014px) {
  .our-twopricing-num {
    font-size: 5rem;
  }
  .our-twopricing-heder {
    font-size: 22px;
  }
}

/* Up to 800px: Switch to 2 columns */

@media (max-width: 800px) {
  .our-twopricing-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    text-align: center;
  }
}

/* Up to 768px: Maintain 2 columns, adjust font sizes slightly */

@media (max-width: 768px) {
  .our-twopricing-num {
    font-size: 4.5rem;
  }
  .our-twopricing-heder {
    font-size: 20px;
    margin: 24px 0 8px 0;
  }
}

/* Up to 360px: Switch to a single column layout */
@media (max-width: 360px) {
  .our-twopricing-section {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  .our-twopricing-num {
    font-size: 4rem;
  }
  .our-twopricing-heder {
    font-size: 18px;
    margin: 18px 0 8px 0;
  }
}




/* Oue pricing three section  */


.ourpricing-cards-section {
  padding: 3rem 1rem;
  background: #f9f9f9;
}

.ourpricing-toggle-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

.ourpricing-toggle-btn {
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  background-color:#06a3ad;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.ourpricing-toggle-btn.active,
.ourpricing-toggle-btn:hover {
  background-color: #0073e6;
  color: white;
}

.ourpricing-cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.ourpricing-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-left: 45px;
}



.ourpricing-plan-name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #222;
}

.ourpricing-subheading {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.ourpricing-price {
  font-size: 2rem;
  font-weight: bold;
  color: #06a3ad;
  margin-bottom: 1rem;
}

.ourpricing-price span {
  font-size: 1rem;
  font-weight: normal;
}

.ourpricing-feature-heading {
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem;
}

.ourpricing-feature-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  text-align: left;
  color: #444;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.ourpricing-feature-list li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}


.ourpricing-button {
  background-color: #0073e6;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  transition: background 0.3s;
}

.ourpricing-button:hover {
  background-color: #005bb5;
}

.ourpricing-billing-note {
  font-size: 0.9rem;
  color: #777;
}


.ourpricing-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #06a3ad;
  color: white;
  border: none;
  padding: 1rem 4.2rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0.5rem;
  transition: background 0.3s;
}

.ourpricing-button:hover {
  background-color: #005bb5;
}



/* Responsive */
@media (max-width: 992px) {
  .ourpricing-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ourpricing-cards-container {
    grid-template-columns: 1fr;
  }

  .ourpricing-toggle-row {
    flex-direction: column;
    align-items: center;
  }
}





/* Our pricing four section  */


.faq-heading {
  font-size: 35px;
}
.ourfour-pricing-gradient-border {
  background: linear-gradient(90deg, #ffd580, #e0c3fc, #8ec5fc);
  padding: 3px;
  border-radius: 20px;
  width: 95%;
  margin: auto;
  box-shadow: 0 0 10px rgba(214, 81, 81, 0.1);
  margin-bottom: 60px;
}
.ourfour-pricing-faq-container {
  background: #fff;
  border-radius: 17px;
  padding: 20px;
  /* margin-right: 20px; */
}
.ourfour-pricing-faq-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ourfour-pricing-faq-item:last-child {
  border-bottom: none;
}
.ourfour-pricing-faq-question {
  font-size: 21px;
  font-weight: bold;
  padding: 13px;
  transition: color 0.3s ease;
}
.ourfour-pricing-faq-item:hover .ourfour-pricing-faq-question {
  color: #0073e6;
}
.ourfour-pricing-faq-answer {
  display: none;
  padding: 10px 0;
  font-size: 18px;
  color: #333;
}
.ourfour-pricing-toggle-icon {
  font-size: 22px;
  transition: transform 0.3s ease;
  padding: 13px;
}
.ourfour-pricing-faq-item.active .ourfour-pricing-faq-answer {
  display: block;
}
.ourfour-pricing-faq-item.active .ourfour-pricing-toggle-icon {
  transform: rotate(45deg);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .faq-heading {
    font-size: 28px;
  }
  .ourfour-pricing-faq-question {
    font-size: 18px;
    padding: 10px;
  }
  .ourfour-pricing-faq-answer {
    font-size: 16px;
  }
  .ourfour-pricing-toggle-icon {
    font-size: 20px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .faq-heading {
    font-size: 24px;
  }

  .ourfour-pricing-faq-container{
  background: #fff;
  border-radius: 17px;
  padding: 20px;
  margin-right: 20px;

  }
  .ourfour-pricing-gradient-border {
    width: 100%;
    margin: 0 10px 40px;
  }
  .ourfour-pricing-faq-item {
    flex-direction: column;
    align-items: flex-start;
  }
}



/* Our pricing five section  */


/* Main Styles */
.ourpricing-fivesection-banner {
  background-color: #0056d2;
}

.ourpricing-fivesection-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.ourpricing-fivesection-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ourpricing-fivesection-textpara-content {
  flex: 1 1 50%;
  color: #fff;
}

.ourpricing-fivesection-textpara-content h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 70px;
}

.ourpricing-fivesection-textpara-content p {
  font-size: 23px;
  color: #fff;
  text-align: justify;
  padding: 0 0 34px 70px;
}

.ourpricing-fivesection-btn-consult {
  display: inline-block;
  background-color: #06a3ad;
  color: #fff;
  font-weight: bold;
  padding: 25px 30px;
  text-decoration: none;
  border-radius: 10px;
  transition: background 0.3s;
  margin-left: 70px;
}

.ourpricing-fivesection-btn-consult:hover {
  background-color: #fbfbf8;
  color: #000;
}

.ourpricing-fivesection-image-content {
  flex: 1 1 40%;
  text-align: right;
}

.ourpricing-fivesection-image-content img {
  max-width: 100%;
  height: auto;
  padding-top: 35px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .ourpricing-fivesection-textpara-content h1 {
    font-size: 36px;
    padding-left: 40px;
  }

  .ourpricing-fivesection-textpara-content p {
    font-size: 20px;
    padding-left: 40px;
  }

  .ourpricing-fivesection-btn-consult {
    padding: 20px 25px;
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .ourpricing-fivesection-banner-content {
    flex-direction: column;
    text-align: center;
  }

  .ourpricing-fivesection-textpara-content {
    flex: 1 1 100%;
    padding: 20px;
  }

  .ourpricing-fivesection-textpara-content h1 {
    font-size: 30px;
    padding-left: 0;
  }

  .ourpricing-fivesection-textpara-content p {
    font-size: 18px;
    padding: 0 20px 30px;
    text-align: center;
  }

  .ourpricing-fivesection-btn-consult {
    margin: 0 auto;
  }

  .ourpricing-fivesection-image-content {
    flex: 1 1 100%;
    text-align: center;
    padding: 20px 0;
  }

  .ourpricing-fivesection-image-content img {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .ourpricing-fivesection-textpara-content h1 {
    font-size: 24px;
  }

  .ourpricing-fivesection-textpara-content p {
    font-size: 16px;
  }

  .ourpricing-fivesection-btn-consult {
    padding: 15px 20px;
    font-size: 14px;
  }
}



/* OUR TEAM  ONE SECTION  */


.our-teamsection-wrapper {
  display: flex;
  min-height: 300px;
  margin-bottom: 10px;
  padding-top: 102px;
}

.our-teamsection-content {
  flex: 1;
  padding: 2rem;
}

.our-teamsection-content h1 {
  font-size: 20px;
}

.our-teamsection-content p {
  color: black;
  font-size: 43px;
  line-height: 55px;
  margin-top: 60px;
}

.our-teamsection-badge-container {
  width: 520px;
  color: #090909;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.our-teamsection-badge {
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}

.our-teamsection-years {
  font-size: 6rem;
  color: #06a3ad;
}

.our-teamsection-label {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  opacity: 0.85;
  color: #06a3ad;
}

/* responsive style */


@media (max-width: 1024px) {
  .our-teamsection-wrapper {
    padding-top: 90px;
    flex-direction: column;
    align-items: center;
  }

  .our-teamsection-badge-container {
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
  }

  .our-teamsection-content p {
    font-size: 36px;
    line-height: 46px;
    margin-top: 30px;
    text-align: center;
  }
}

/* Up to 800px (smaller tablets) */
@media (max-width: 800px) {
  .our-teamsection-content p {
    font-size: 32px;
    line-height: 42px;
    margin-top: 25px;
  }

  .our-teamsection-years {
    font-size: 5rem;
  }

  .our-teamsection-label {
    font-size: 1.25rem;
  }
}

/* Up to 768px (tablets) */
@media (max-width: 768px) {
  .our-teamsection-content p {
    font-size: 26px;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
  }

  .our-teamsection-badge-container {
    padding: 1rem;
  }
}

/* Up to 360px (mobile phones) */
@media (max-width: 360px) {
  .our-teamsection-content h1 {
    font-size: 18px;
  }

  .our-teamsection-content p {
    font-size: 22px;
    line-height: 30px;
    margin-top: 15px;
    text-align: center;
  }

  .our-teamsection-badge-container {
    width: 100%;
    padding: 0.5rem;
  }

  .our-teamsection-years {
    font-size: 4rem;
  }

  .our-teamsection-label {
    font-size: 1rem;
  }
}









/* Our team Two section */

.ourthree-team-container {
  padding: 1px 20px;
  text-align: center;
}

.ourthree-team-heading {
  margin-bottom: 47px;
  font-size: 41px;
}

.ourthree-team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-items: center;
}

.ourthree-team-card {
  width: 575px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  position: relative;
}

.ourthree-team-top {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, #fefcea, #f1f3ff);
  align-items: flex-start;
  padding: 10px;
}

.ourthree-team-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 100px;
}

.ourthree-team-experience {
  font-size: 18px;
  text-align: right;
  margin: 40px 30px 0 0;
}

.ourthree-team-text {
  margin-top: 20px;
  text-align: justify;
}

.ourthree-team-text h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #222;
}

.ourthree-team-text p {
  margin: 4px 0 0;
  font-size: 20px;
  color: #666;
}

.ourthree-team-icons {
  display: flex;
  justify-content: right;
  gap: 15px;
  margin-top: 15px;
}

.icon-button {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.icon-button img {
  width: 24px;
  height: 24px;
}

.icon-button span {
  font-size: 12px;
  color: #333;
}


/* responsive style */

@media (max-width: 1024px) {
  .ourthree-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .ourthree-team-card {
    width: 100%;
    max-width: 500px;
  }
}


@media (max-width: 800px) {
  .ourthree-team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ourthree-team-card {
    max-width: 600px;
    padding: 15px;
  }
  .ourthree-team-text h3 {
    font-size: 24px;
  }
  .ourthree-team-text p {
    font-size: 18px;
  }
}


@media (max-width: 768px) {
  .ourthree-team-heading {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .ourthree-team-card {
    padding: 10px;
    width: 100%;
  }
  .ourthree-team-img {
    width: 72px;
    height: 72px;
    margin-top: 80px;
  }
  .ourthree-team-text h3 {
    font-size: 22px;
  }
  .ourthree-team-text p {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .ourthree-team-heading {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .ourthree-team-card {
    padding: 8px;
    max-width: 100%;
  }
  .ourthree-team-img {
    width: 60px;
    height: 60px;
    margin-top: 60px;
  }
  .ourthree-team-experience {
    font-size: 16px;
    margin: 30px 10px 0 0;
  }
  .ourthree-team-text h3 {
    font-size: 18px;
  }
  .ourthree-team-text p {
    font-size: 14px;
  }
  .ourthree-team-icons {
    justify-content: center;
    gap: 10px;
  }
}



/* Out tean three section */

.teamthree-section {
  background-color: #f7f9fc;
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.teamthree-container {
  max-width: 1200px;
  margin: 0 auto;
}

.teamthree-container h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px;
}

.teamthree-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 47px;
}

.teamthree-column {
  flex: 1 1 calc(50% - 30px);
  background-color: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.teamthree-column:hover {
  transform: translateY(-5px);
}

.teamthree-logo {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.teamthree-title {
  font-size: 2rem;
  color: #1f3b57;
  margin-bottom: 10px;
}

.teamthree-text {
  font-size: 1.3rem;
  color: #4f5d75;
  line-height: 1.6;
}

.teamthree-button{
  text-align: center;
  margin-bottom: 90px;
  /* margin-bottom: 91px; */
}


.teamthree-btn {
  margin-top: 65px;
  padding: 19px 55px;
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s ease;
  margin-bottom: 50px;
}


.teamthree-btn:hover {
  background-color: blue;
  color: white;
}

/* responsive style */

@media (max-width: 1024px) {
  .teamthree-container h1 {
    font-size: 36px;
  }
  .teamthree-title {
    font-size: 1.8rem;
  }
  .teamthree-text {
    font-size: 1.2rem;
  }
}

/* Up to 800px screens */
@media (max-width: 800px) {
  .teamthree-container h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .teamthree-title {
    font-size: 1.6rem;
  }
  .teamthree-text {
    font-size: 1.1rem;
  }
  .teamthree-row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}

/* Up to 768px screens */
@media (max-width: 768px) {
  .teamthree-column {
    flex: 1 1 100%;
  }
  .teamthree-logo {
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
  }
  .teamthree-container h1 {
    font-size: 30px;
  }
  .teamthree-title {
    font-size: 1.5rem;
  }
  .teamthree-text {
    font-size: 1rem;
  }
}

/* Up to 360px screens */
@media (max-width: 360px) {
  .teamthree-container h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .teamthree-column {
    padding: 20px;
  }
  .teamthree-logo {
    width: 50px;
    height: 50px;
  }
  .teamthree-title {
    font-size: 1.25rem;
  }
  .teamthree-text {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}


/* our team four section */


.ourfour-teamsection {
  background-color: #0056d2;
}

.ourfour-container {
  max-width: 1200px;
  height: 450px;
  margin: 0 auto;
}

.ourfour-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ourfour-text-content {
  flex: 1 1 50%;
  color: #fff;
}

.ourfour-text-content h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 70px;
}

.ourfour-text-content p {
  font-size: 23px;
  color: #fff;
  text-align: justify;
  padding: 0 0 34px 70px;
}

.ourfour-btn {
  display: inline-block;
  background-color: #06a3ad;
  color: #fff;
  font-weight: bold;
  padding: 21px 55px;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
  margin-left: 70px;
  font-size: 24px;
}

.ourfour-btn:hover {
  background-color: #fbfbf8;
  color: #000;
}

.ourfour-image-content {
  flex: 1 1 40%;
  text-align: right;
}

.ourfour-image-content img {
  max-width: 100%;
  height: auto;
  padding-top: 35px;
}



/* responsive style */



@media (max-width: 1024px) {
  .ourfour-banner-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .ourfour-image-content {
    flex: 1 1 100%;
    text-align: center;
    padding: 20px 0;
  }

  .ourfour-text-content {
    flex: 1 1 100%;
    padding: 0;
  }

  .ourfour-text-content h1 {
    font-size: 36px;
    padding-left: 0;
  }

  .ourfour-text-content p {
    font-size: 20px;
    padding: 10px 30px;
    text-align: center;
  }

  .ourfour-btn {
    font-size: 20px;
    padding: 18px 45px;
    margin: 0 auto;
    display: block;
  }
}



@media (max-width: 800px) {
  .ourfour-text-content h1 {
    font-size: 32px;
  }

  .ourfour-text-content p {
    font-size: 18px;
    padding: 10px 20px;
  }

  .ourfour-btn {
    font-size: 18px;
    padding: 16px 40px;
  }
}


@media (max-width: 768px) {
  .ourfour-container {
    height: auto;
    padding: 20px;
  }

  .ourfour-text-content h1 {
    font-size: 28px;
  }

  .ourfour-text-content p {
    font-size: 16px;
    padding: 10px 15px;
  }

  .ourfour-btn {
    font-size: 16px;
    padding: 14px 35px;
  }
}

@media (max-width: 360px) {
  .ourfour-text-content h1 {
    font-size: 22px;
  }

  .ourfour-text-content p {
    font-size: 14px;
    padding: 5px 10px;
  }

  .ourfour-btn {
    font-size: 14px;
    padding: 12px 30px;
  }
}






/* service two  section */


.service-twosection {
  padding: 15px 40px;
  max-width: 1200px;
  height: auto; /* Let it adapt */
  background: linear-gradient(135deg, #dfe9f3 0%, #ffffff 100%);
  margin-left: 20px;
}

.service-twosection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns for desktop */
  gap: 30px;
}

.service-twosection-card {
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 43px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
}

.service-twosection-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-color: #ccc;
}

.service-twosection-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-twosection-card p {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
}

.service-twosection-icon {
  width: 68px;
  height: 68px;
  position: absolute;
  bottom: 3px;
  left: 20px;
}

.service-twosection-icon:hover {
  transform: scale(1.2);
}

.service-twosection-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #f3f4f6;
  padding: 8px;
  border-radius: 999px;
  font-size: 14px;
}

.service-twosection-button-wrapper {
    text-align: center;
    margin-top: 34px;
    margin-bottom: 20px;
}

.service-twosection-button {
  background-color: #06a3ad;
  color: #fff;
  font-weight: bold;
  padding: 20px 50px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 20px;
  display: inline-block;
  transition: background 0.3s ease;
}

.service-twosection-button:hover {
  background-color: #0070f3;
  color: #fff;
}

/* responsive stype  */

@media (max-width: 1024px) {
  .service-twosection-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}


@media (max-width: 768px) {
  .service-twosection {
    padding: 15px 20px;
    margin-left: 0;
  }
  .service-twosection-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .service-twosection-button {
    font-size: 18px;
    padding: 18px 40px;
  }
}


@media (max-width: 360px) {
  .service-twosection-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .service-twosection-card {
    padding: 30px;
  }

  .service-twosection-card h3 {
    font-size: 16px;
  }

  .service-twosection-card p {
    font-size: 14px;
  }

  .service-twosection-button {
    font-size: 16px;
    padding: 15px 30px;
  }
}




/* service three section */

/* BASE STYLES */
.servicethree-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #0b5cff;
  min-height: 100vh;
  padding: 2rem;
}

.servicethree-slider-content {
  flex: 1;
  min-width: 200px;
  max-width: 500px;
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
}

.servicethree-slide {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
}

.servicethree-slide.active {
  display: flex;
}

.servicethree-slide h2 {
  font-size: 24px;
  margin-bottom: 0.5rem;
}

.servicethree-slide p {
  font-size: 16px;
  color: #555;
}

.servicethree-nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.servicethree-nav-buttons button {
  background: #06a3ad;
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
}

.servicethree-image-side {
  flex: 1;
  min-width: 300px;
  padding: 1rem;
  display: flex;
  justify-content: center;
}

.servicethree-image-side img {
  max-width: 80%;
  height: 450px;
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  margin-left: 99px;
}

.servicethree-image-side img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* ================= Responsive Styles ================= */

/* Tablet Styles (max-width: 1024px) */
@media (max-width: 1024px) {
  .servicethree-image-side img {
    margin-left: 50px;
    max-width: 90%;
    height: auto;
  }
}

/* Mobile Styles (max-width: 768px) */
@media (max-width: 768px) {
  .servicethree-section-wrapper {
    flex-direction: column-reverse;
    padding: 1rem;
  }

  .servicethree-image-side {
    margin-bottom: 1rem;
    justify-content: center;
  }

  .servicethree-image-side img {
    margin-left: 0;
    max-width: 100%;
    height: auto;
  }

  .servicethree-slider-content {
    max-width: 100%;
    padding: 1rem;
  }
}

/* Small Mobile Styles (max-width: 360px) */
@media (max-width: 360px) {
  .servicethree-slide h2 {
    font-size: 20px;
  }

  .servicethree-slide p {
    font-size: 14px;
  }

  .servicethree-nav-buttons {
    flex-direction: column;
    gap: 0.5rem;
  }

  .servicethree-nav-buttons button {
    font-size: 14px;
    padding: 0.5rem;
  }
}







/* Service four section  */


.foutservice-section-container {
  padding: 40px 20px;
  background: #f9f9f9;
  width: 100%;
  margin: auto;
}

.foutservice-section-header {
  text-align: center;
  margin-bottom: 30px;
}

.foutservice-section-header h2 {
  font-size: 2.2rem;
  font-weight: bold;
}

.foutservice-section-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 24px;
  padding: 20px 0;
  scroll-behavior: smooth;
}

.foutservice-section-card {
  flex: 0 0 600px;
  height: 390px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  scroll-snap-align: start;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.foutservice-section-card:hover {
  transform: translateY(-5px);
}

.foutservice-section-card p {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #333;
  padding-top: 30px;
}

.foutservice-section-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.foutservice-section-profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.foutservice-section-profile-info {
  display: flex;
  flex-direction: column;
}

.foutservice-section-profile-info strong {
  font-size: 22px;
  margin-left: 24px;
}

.foutservice-section-profile-info span {
  font-size: 13px;
  color: gray;
  margin-left: 27px;
  margin-top: 13px;
}

.foutservice-section-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 25px;
}

.foutservice-section-nav button {
  background: #423f3f;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 18px;
}

.foutservice-section-nav button:hover {
  background: blue;
}

/* ================== Responsive Styles ================== */

/* Tablet screens (max-width:1024px) */
@media (max-width:1024px) {
  .foutservice-section-card {
    flex: 0 0 500px;
    height: auto;
  }
}

/* Mobile screens (max-width:768px) */
@media (max-width:768px) {
  .foutservice-section-card {
    flex: 0 0 90%;
    padding: 20px;
  }
  
  .foutservice-section-card p {
    font-size: 18px;
    padding-top: 15px;
  }

  .foutservice-section-profile img {
    width: 80px;
    height: 80px;
  }

  .foutservice-section-profile-info strong {
    font-size: 18px;
    margin-left: 12px;
  }

  .foutservice-section-profile-info span {
    font-size: 12px;
    margin-left: 15px;
    margin-top: 8px;
  }
}

/* Small screens (max-width:480px) */
@media (max-width:480px) {
  .foutservice-section-header h2 {
    font-size: 1.8rem;
  }

  .foutservice-section-card {
    flex: 0 0 100%;
    padding: 16px;
  }

  .foutservice-section-card p {
    font-size: 16px;
    padding-top: 10px;
  }

  .foutservice-section-profile img {
    width: 60px;
    height: 60px;
  }

  .foutservice-section-profile-info strong {
    font-size: 16px;
    margin-left: 8px;
  }

  .foutservice-section-profile-info span {
    font-size: 11px;
    margin-left: 8px;
    margin-top: 5px;
  }
}




/* service detail  one section */



.service-one-detail-section {
  background: linear-gradient(#e6f0ff, #ffffff);
  background-size: 40px 40px;
  background-image: 
    linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.service-one-detail-container {
  display: flex;
  background: white;
  /* padding: 40px; */
  border-radius: 20px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
  max-width: 1200px;
  width: 100%;
}

.service-one-detail-left {
  flex: 1;
}

.service-one-detail-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: right;
}

.service-one-detail-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  /* margin-bottom: 20px; */
  margin-top: 30px;
}

.service-one-detail-icon {
  width: 40px;
  margin-right: 8px;
}

.service-one-detail-heading {
  font-size: 49px;
  margin: 0;
  color: #111;
  margin-top: 48px;
}

.service-one-detail-img {
  border-radius: 50%;
  padding: 10px;
  max-width: 371px;
  width: 100%;
}

@media (max-width: 768px) {
  .service-one-detail-container {
    flex-direction: column;
    text-align: center;
  }
}



/* Service detail two section */



.servicetwo-detail-section {
  background-image: url('./Images/service\ detail-img1.jpg'); 
  background-size: cover;
  background-position: center;
  height: 95vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px 20px 20px;
  border-radius: 30px;
}

.servicetwo-detail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicetwo-detail-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06a3ad;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.3s ease;
}

.servicetwo-detail-button:hover {
  transform: scale(1.1);
}

.servicetwo-detail-icon {
  width: 0;
  height: 0;
  border-left: 25px solid white; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 5px;
}

/* Magnific Popup overrides */

.mfp-iframe-holder {
  padding-top: 0;
}

.mfp-content {
  max-width: 100%;
  width: 100% !important;
  height: 100vh;
}

.mfp-iframe-scaler {
  height: 100vh;
  padding-top: 0;
}

.mfp-iframe-scaler iframe {
  height: 100vh !important;
}



/* service detail three section  */


.servicedetail-three {
  display: flex;
  flex-direction: column;
  gap: 3rem; 
  padding: 2rem;
  max-width: 100%;
  margin: 0 auto;
   background: #f9f9f9;
}

.serdetail-para1,
.serdetail-para2 {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.serdetail-para1 h1,
.serdetail-para2 h1 {

  margin-bottom: 1rem;
  color: black;
}

.serdetail-para1 p,
.serdetail-para2 p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}



/* service detail four section */




.servicedetail-foursection-header {
      text-align: center;
      padding: 20px;
      background-color: #ffffff;
      border-bottom: 1px solid #ddd;
    }
    .servicedetail-foursection-header img {
      height: 60px;
    }
    .servicedetail-foursection-row {
      display: flex;
      justify-content: space-between;
      padding: 40px 20px;
      gap: 20px;
    }
    .servicedetail-foursection-column {
      flex: 1;
      background-color: #f0f0f0;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      text-align: center;
    }
    .servicedetail-foursection-column img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 15px;
    }


    /* service  detail five section  */


    .servicefive-detail-wrapper {
      font-family: Arial, sans-serif;
      padding: 40px;
      background-color: #f4f4f4;
      color: #333;
    }
    .servicefive-detail-container {
      max-width: 1200px;
      margin: auto;
      background: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .servicefive-detail-heading {
      text-align: center;
      color: #2c3e50;
    }
    .servicefive-detail-point {
      margin-bottom: 20px;
    }
    .servicefive-detail-title {
      margin-bottom: 5px;
      color: #1a73e8;
    }
    .servicefive-detail-description {
      margin: 0;
      line-height: 1.6;
    }



    /* service detail six section  */



    .servicedetail-six-section {
  width: 100%;
  padding: 4rem 2rem;
  background: linear-gradient(to right, #fefcea, #f1f3ff);
  box-sizing: border-box;
}

.servicedetail-six-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.servicedetail-six-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
}

.servicedetail-six-header,
.servicedetail-six-row {
  display: flex;
  width: 100%;
}

.servicedetail-six-feature,
.servicedetail-six-brand,
.servicedetail-six-other {
  flex: 1;
  padding: 1rem;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 500;
}

.servicedetail-six-header .servicedetail-six-feature,
.servicedetail-six-header .servicedetail-six-brand,
.servicedetail-six-header .servicedetail-six-other {
  font-weight: bold;
  background-color: #e0e8ff;
}



/* service detail seven section  */


.serviceseven-detail-banner {
  background-color: #0056d2;
}

.serviceseven-detail-container {
  max-width: 1200px;
  height: 450px;
  margin: 0 auto;
}

.serviceseven-detail-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.serviceseven-detail-text {
  flex: 1 1 50%;
  color: white;
}

.serviceseven-detail-text h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 70px;
}

.serviceseven-detail-text p {
  margin: 0;
  font-size: 23px;
  color: white;
  text-align: justify;
  padding: 0px 0px 34px 70px;
}

.serviceseven-detail-btn {
  display: inline-block;
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  padding: 21px 55px;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
  margin-left: 70px;
}

.serviceseven-detail-btn:hover {
  background-color: #fbfbf8;
}

.serviceseven-detail-image {
  flex: 1 1 40%;
  text-align: right;
}

.serviceseven-detail-image img {
  max-width: 100%;
  height: auto;
  padding-top: 35px;
}




/* CASUSTUDY  ONE  SECTION */

.casestudyone-section-wrapper {
  display: flex;
  min-height: 300px;
  margin-bottom: 20px;
  padding-top: 90px;
}

.casestudyone-section-content {
  flex: 1;
  padding: 2rem;
}

.casestudyone-section-content h1 {
  font-size: 20px;
}

.casestudyone-section-content p {
  color: black;
  font-size: 49px;
  line-height: 67px;
  margin-top: 55px;
}

.casestudyone-section-badge-container {
  width: 520px;
  color: #090909;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.casestudyone-section-badge {
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}

.casestudyone-section-years {
  font-size: 9rem;
  color: #06a3ad;
}

.casestudyone-section-label {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  opacity: 0.85;
  color: #0070f3;
}

/* ================= Responsive Styles ================= */
@media (max-width:1024px) {
  .casestudyone-section-content p {
    font-size: 40px;
    line-height: 55px;
  }
  .casestudyone-section-badge-container {
    width: 400px;
  }
  .casestudyone-section-years {
    font-size: 7rem;
  }
}

@media (max-width:768px) {
  .casestudyone-section-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 90px;
    text-align: center;
  }

  .casestudyone-section-content p {
    font-size: 32px;
    line-height: 48px;
    margin-top: 30px;
    text-align: justify;
  }

  .casestudyone-section-badge-container {
    width: 100%;
    justify-content: flex-start;
    padding: 1rem;
    margin-top: 20px;
  }

  .casestudyone-section-years {
    font-size: 5rem;
  }

  .casestudyone-section-label {
    font-size: 1.25rem;
  }
}

@media (max-width:480px) {
  .casestudyone-section-content p {
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
  }

  .casestudyone-section-badge-container {
    padding: 0.5rem;
  }

  .casestudyone-section-years {
    font-size: 3.5rem;
  }

  .casestudyone-section-label {
    font-size: 1rem;
  }
}




/* casustudy two section */


/* Button Row Styles */
.casestudytwo-section-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin: 2rem 0;
}

.casestudytwo-section-button-row button {
  padding: 15px 40px;
  background-color: #06a3ad;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.casestudytwo-section-button-row button:hover {
  background-color: #005bb5;
}

/* Main Grid Styles */
.casestudytwo-section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 2rem;
}

.casestudytwo-section-card {
  position: relative;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casestudytwo-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.casestudytwo-section-card:hover .casestudytwo-section-overlay {
  opacity: 1;
}

.casestudytwo-section-overlay h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.casestudytwo-section-overlay .brand,
.casestudytwo-section-overlay .category {
  font-size: 1rem;
  opacity: 0.85;
}

/* serponsive style */


@media (max-width: 1024px) {
  .casestudytwo-section-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem;
    gap: 15px;
  }

  .casestudytwo-section-overlay h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .casestudytwo-section-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
    gap: 10px;
  }

  .casestudytwo-section-button-row {
    flex-direction: column;
    gap: 1rem;
  }

  .casestudytwo-section-button-row button {
  padding: 12px 34px;
  font-size: 14px;
  margin-left: 20px;
   margin-right: 20px;
    }
  

  .casestudytwo-section-overlay h3 {
    font-size: 1.25rem;
  }
}




/* casestudy three section  */

.casestudythree-section {
  background-color: #0056d2;
}

.casestudythree-section-container {
  max-width: 1200px;
  height: 450px;
}

.casestudythree-section-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.casestudythree-section-text-content {
  flex: 1 1 50%;
  color: white;
}

.casestudythree-section-text-content h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 70px;
}

.casestudythree-section-text-content p {
  margin: 0;
  font-size: 23px;
  color: white;
  text-align: justify;
  padding: 0px 0px 34px 70px;
}

.casestudythree-section-btn {
  display: inline-block;
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  padding: 21px 55px;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
  margin-left: 70px;
  font-size: 24px;
}

.casestudythree-section-btn:hover {
  background-color: #fbfbf8;
  color: black;
}

.casestudythree-section-image-content {
  flex: 1 1 40%;
  text-align: right;
}

.casestudythree-section-image-content img {
  max-width: 100%;
  height: auto;
  padding-top: 35px;
}

/* ==========================
    RESPONSIVE STYLES
   ========================== */
@media (max-width: 768px) {
  .casestudythree-section-container {
    height: auto;
  }

  .casestudythree-section-banner-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .casestudythree-section-image-content {
    order: 1;
    text-align: center;
    padding-top: 20px;
  }

  .casestudythree-section-text-content {
    order: 2;
    text-align: center;
    padding-left: 0;
    margin-bottom: 25px;
  }

  .casestudythree-section-text-content h1 {
    font-size: 32px;
    padding-left: 0;
  }

  .casestudythree-section-text-content p {
    font-size: 18px;
    text-align: center;
    padding: 10px;
  }

  .casestudythree-section-btn {
    margin-left: 0;
    font-size: 20px;
  }
}





/* career one section  */
.creeeone-section {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  padding: 40px;
}

.creeeone-section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}

.creeeone-section-left {
  flex: 1 1 40%;
}

.creeeone-section-left-title {
  font-size: 16px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.creeeone-section-left-heading {
  font-size: 36px;
  padding-top: 60px;
}

.creeeone-section-right {
  flex: 1 1 55%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.creeeone-section-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 100px;
  gap: 130px;
  margin-left: 100px;
  animation: creeeone-slide 10s linear infinite;
}

.creeeone-section-award-box img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

@keyframes creeeone-slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}


/* responsive stype */

@media (max-width: 768px) {
  .creeeone-section-container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .creeeone-section-right {
    flex: unset;
    width: 100%;
    height: auto;
    margin-left: 0;
    display: flex;
    justify-content: center;
  }

  .creeeone-section-slider {
    margin-left: 0;
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .creeeone-section-award-box img {
    width: 130px;
    height: 130px;
  }

  .creeeone-section-left {
    flex: unset;
    text-align: center;
  }

  .creeeone-section-left-heading {
    font-size: 30px;
    padding: 20px 10px;
  }
}




/* career two section  */

/* ==========================
Base Styles
========================== */
.careertwo-section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0px 80px 0px;
}

.careertwo-section-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 124px;
  padding-left: 80px;
}

.careertwo-section-image {
  flex: 1 1 400px;
  text-align: center;
}

.careertwo-section-image img {
  max-width: 100%;
  padding: 20px;
}

.careertwo-section-content {
  flex: 1 1 500px;
}

.careertwo-section-tag {
  background-color: #f3f4f6;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 12px;
}

.careertwo-section-content h2 {
  font-size: 40px;
  margin-bottom: 16px;
}

.careertwo-section-content p {
  margin-bottom: 20px;
  color: #374151;
  line-height: 1.5;
}

.careertwo-section-accordion {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.accordion-item {
  border-top: 1px solid #ddd;
}

.accordion-header {
  padding: 19px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 26px;
}

.accordion-header:hover {
  color: #06a3ad;
}

.accordion-content {
  display: none;
  padding: 0 0 16px 0;
  color: #555;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-item.active .accordion-header span {
  transform: rotate(180deg);
}

.accordion-header span {
  transition: transform 0.3s ease;
}

.careertwo-section-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
  gap: 20px;
}

.stat-box {
  flex: 1 1 300px;
  padding: 30px;
  border-radius: 40px;
  background-color: #fef2f2;
}

.stat-box:nth-child(2) {
  background-color: #f1fcd3;
}

.stat-box:nth-child(3) {
  background-color: #eee8fc;
}

.stat-box h3 {
  font-size: 38px;
  margin-bottom: 10px;
}

.stat-box p {
  color: #555;
  font-size: 17px;
}



/* responsive style */

@media (max-width: 1024px) {
  .careertwo-section-top {
    gap: 60px;
    padding-left: 40px;
  }

  .careertwo-section-content h2 {
    font-size: 32px;
  }
}


@media (max-width: 800px) {
  .careertwo-section-top {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    gap: 40px;
  }

  .careertwo-section-content,
  .careertwo-section-image {
    flex: unset;
    width: 100%;
    text-align: center;
  }

  .careertwo-section-content h2 {
    font-size: 28px;
  }

  .stat-box h3 {
    font-size: 30px;
  }
}


@media (max-width: 768px) {
  .careertwo-section-top {
    flex-direction: column;
    padding-left: 20px;
    gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .careertwo-section-content h2 {
    font-size: 26px;
  }

  .stat-box {
    flex: 1 1 100%;
    text-align: center;
  }
}


@media (max-width: 360px) {
  .careertwo-section-content h2 {
    font-size: 22px;
  }

  .accordion-header {
    font-size: 20px;
  }

  .stat-box h3 {
    font-size: 28px;
  }

  .stat-box p {
    font-size: 15px;
  }
}



/* career three section */



/* Buttons */
.careerthree-section-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
}
.careerthree-section-button-row button {
  padding: 15px 40px;
  background-color: #06a3ad;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 17px;
  transition: background 0.3s;
}
.careerthree-section-button-row button:hover {
  background-color: #005bb5;
}

/* Job Grid Styles */
.job-grid {
  display: grid;
  gap: 20px;
  padding: 90px;
  background: linear-gradient(90deg, #9ec5af, #dcd7c0);
}
.job-card {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  position: relative;
}
.job-card:hover {
  background-color: ghostwhite;
}
.job-info h3 {
  font-size: 30px;
  margin: 0 0 10px;
}
.job-info p {
  font-size: 24px;
  margin: 0 0 5px;
  color: #555;
}
.job-info span {
  font-size: 20px;
  color: #888;
}
.job-btn {
  align-self: flex-end;
  padding: 15px 30px;
  background-color: #06a3ad;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 30px;
}
.job-btn:hover {
  background-color: yellow;
  color: black;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .job-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
  }
}
@media (max-width: 800px) {
  .job-grid {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .job-info h3 {
    font-size: 24px;
  }
  .job-info p {
    font-size: 18px;
  }
  .job-info span {
    font-size: 16px;
  }
  .job-btn {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media (max-width: 360px) {
  .careerthree-section-button-row {
    flex-direction: column;
    gap: 1rem;
  }
  .job-info h3 {
    font-size: 18px;
  }
  .job-info p {
    font-size: 16px;
  }
  .job-info span {
    font-size: 14px;
  }
  .job-btn {
    font-size: 16px;
    padding: 8px 16px;
  }
}




/* career four section */




.sectioncareer-four {
  background-color: #f7f9fc;
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sectioncareer-four-container {
  max-width: 1200px;
  margin: 0 auto;
}

.sectioncareer-four-container h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px;
}

.sectioncareer-four-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 47px;
}

.sectioncareer-four-column {
  flex: 1 1 calc(50% - 30px);
  background-color: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.sectioncareer-four-column:hover {
  transform: translateY(-5px);
}

.sectioncareer-four-logo {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.sectioncareer-four-title {
  font-size: 2rem;
  color: #1f3b57;
  margin-bottom: 10px;
}

.sectioncareer-four-text {
  font-size: 1.3rem;
  color: #4f5d75;
  line-height: 1.6;
}

/* Responsive Styles */


@media (max-width: 1024px) {
  .sectioncareer-four-container h1 {
    font-size: 36px;
  }
  .sectioncareer-four-column {
    flex: 1 1 calc(50% - 30px);
  }
  .sectioncareer-four-title {
    font-size: 1.8rem;
  }
  .sectioncareer-four-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 800px) {
  .sectioncareer-four-container h1 {
    font-size: 32px;
  }
  .sectioncareer-four-column {
    flex: 1 1 calc(50% - 30px);
    padding: 20px;
  }
  .sectioncareer-four-title {
    font-size: 1.5rem;
  }
  .sectioncareer-four-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .sectioncareer-four-row {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
  }
  .sectioncareer-four-column {
    flex: 1 1 100%;
    padding: 20px;
  }
}

@media (max-width: 360px) {
  .sectioncareer-four-container h1 {
    font-size: 24px;
  }
  .sectioncareer-four-title {
    font-size: 1.3rem;
  }
  .sectioncareer-four-text {
    font-size: 1rem;
  }
  .sectioncareer-four-logo {
    width: 50px;
    height: 50px;
  }
}


/* career five section */

/* Main Section Styles */
.careerfive-section {
  text-align: center;
  background-color: #f5f5f5;
  padding: 40px 20px;
}

.careerfive-heading {
  font-size: 2em;
  margin-bottom: 20px;
  color: #333;
}

.careerfive-video {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* ================= Responsive Styles ================= */

/* For screens <= 1024px */
@media (max-width: 1024px) {
  .careerfive-heading {
    font-size: 1.8em;
  }
  .careerfive-video {
    max-width: 1000px;
  }
}

/* For screens <= 800px */
@media (max-width: 800px) {
  .careerfive-heading {
    font-size: 1.6em;
    margin-bottom: 18px;
  }
  .careerfive-video {
    max-width: 100%;
    border-radius: 10px;
  }
}

/* For screens <= 768px */
@media (max-width: 768px) {
  .careerfive-heading {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .careerfive-video {
    max-width: 100%;
    border-radius: 8px;
  }
}

/* For screens <= 360px */
@media (max-width: 360px) {
  .careerfive-heading {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
  .careerfive-video {
    max-width: 100%;
    border-radius: 5px;
  }
}



/* career six section */


/* Main Styles */

#sixcareer-gallery {
  text-align: center;
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.sixcareer-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.sixcareer-subtitle {
  font-size: 2.5em;
  color: #555;
  margin-bottom: 66px;
}

.sixcareer-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* responsin style */


@media (max-width: 1024px) {
  .sixcareer-subtitle {
    font-size: 2.2em;
    margin-bottom: 50px;
  }
}

/* For screens <= 800px */
@media (max-width: 800px) {
  .sixcareer-subtitle {
    font-size: 2em;
    margin-bottom: 40px;
  }
}

/* For screens <= 768px */
@media (max-width: 768px) {
  .sixcareer-subtitle {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  #sixcareer-gallery{
    padding: 15px 20px;
  }

  .sixcareer-title {
    font-size: 1.3em;
  }

  .sixcareer-image {
    border-radius: 8px;
  }
}

/* For screens <= 360px */
@media (max-width: 360px) {
  .sixcareer-subtitle {
    font-size: 1.5em;
    margin-bottom: 20px;
  }

  .sixcareer-title {
    font-size: 1.1em;
    margin-bottom: 8px;
  }

  .sixcareer-image {
    border-radius: 5px;
  }
}



/* career seven section */

/* Main Styles */
/* Main Styles */
.careerseven-section {
  background-color: #0056d2;
}

.careerseven-container {
  max-width: 1200px;
  height: 450px;
}

.careerseven-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.careerseven-text-content {
  flex: 1 1 50%;
  color: white;
}

.careerseven-text-content h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 70px;
}

.careerseven-text-content p {
  margin: 0;
  font-size: 23px;
  color: white;
  text-align: justify;
  padding: 0px 0px 34px 70px;
}

.careerseven-btn {
  display: inline-block;
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  padding: 21px 55px;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
  margin-left: 70px;
  font-size: 24px;
}

.careerseven-btn:hover {
  background-color: black;
}

.careerseven-image-content {
  flex: 1 1 40%;
  text-align: right;
}

.careerseven-image-content img {
  max-width: 100%;
  height: auto;
  padding-top: 35px;
}


/* responsive stype */

@media (max-width: 1024px) {
  .careerseven-text-content h1 {
    font-size: 36px;
    padding-left: 40px;
  }

  .careerseven-text-content p {
    font-size: 20px;
    padding-left: 40px;
  }

  .careerseven-btn {
    font-size: 22px;
    padding: 18px 40px;
    margin-left: 40px;
  }
}


@media (max-width: 800px) {
  .careerseven-container {
    height: auto;
    padding: 18px 20px;
  }

  .careerseven-banner-content {
    flex-direction: column-reverse; 
    text-align: center;
  }

  .careerseven-text-content {
    flex: unset;
    padding: 0;
  }

  .careerseven-image-content {
    flex: unset;
    text-align: center;
    margin-bottom: 20px;
  }

  .careerseven-text-content h1 {
    font-size: 32px;
    padding-left: 0;
  }

  .careerseven-text-content p {
    font-size: 18px;
    padding: 0 20px;
    text-align: center;
  }

  .careerseven-btn {
    font-size: 20px;
    padding: 16px 40px;
    margin-left: 0;
  }
}


@media (max-width: 768px) {
  .careerseven-text-content h1 {
    font-size: 28px;
  }

  .careerseven-text-content p {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .careerseven-btn {
    font-size: 18px;
    padding: 14px 35px;
  }
}


@media (max-width: 360px) {
  .careerseven-text-content h1 {
    font-size: 24px;
  }

  .careerseven-text-content p {
    font-size: 14px;
  }

  .careerseven-btn {
    font-size: 16px;
    padding: 12px 30px;
  }
}





/* career detail one section */


/* Main Styles */
.careerdetail-section-award-box img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.careerdetail-section {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  padding: 40px;
}

.careerdetail-section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}

.careerdetail-section-left {
  flex: 1 1 40%;
}

.careerdetail-section-left-title {
  font-size: 16px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.careerdetail-section-left-heading {
  font-size: 36px;
  padding-top: 60px;
}

.careerdetail-section-right {
  flex: 1 1 55%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.careerdetail-section-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 100px;
  gap: 130px;
  margin-left: 100px;
  animation: careerdetail-slide 10s linear infinite;
}

@keyframes careerdetail-slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* ================= Responsive Styles ================= */

/* <=1024px */
@media (max-width: 1024px) {
  .careerdetail-section-left-heading {
    font-size: 30px;
    padding-top: 40px;
  }
  .careerdetail-section-slider {
    gap: 100px;
    margin-left: 60px;
  }
}

/* <=800px */
@media (max-width: 800px) {
  .careerdetail-section-container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .careerdetail-section-left,
  .careerdetail-section-right {
    flex: unset;
    width: 100%;
    text-align: center;
  }
  .careerdetail-section-left-heading {
    font-size: 28px;
    padding: 20px 10px;
  }
  .careerdetail-section-slider {
    gap: 80px;
    margin-left: 0;
    justify-content: center;
  }
}

/* <=768px */
@media (max-width: 768px) {
  .careerdetail-section-left-heading {
    font-size: 24px;
    padding: 10px 0;
  }
  .careerdetail-section-award-box img {
    width: 160px;
    height: 160px;
  }
  .careerdetail-section-slider {
    gap: 60px;
  }
}

/* <=360px */
@media (max-width: 360px) {
  .careerdetail-section-left-heading {
    font-size: 20px;
  }
  .careerdetail-section-award-box img {
    width: 130px;
    height: 130px;
  }
  .careerdetail-section-slider {
    gap: 40px;
  }
}



/* career details two section */


   .careertwi-container {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      max-width: 1200px;
      margin: 40px auto;
      padding: 20px;
      background-color: #f9f9f9;
      color: #333;
    }

    .careertwi-left,
    .careertwi-right {
      background-color: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      flex: 1;
      min-width: 300px;
    }

    .careertwi-title {
      font-size: 2rem;
      color: #06a3ad;
      margin-bottom: 20px;
      font-weight: 700;
    }

  

    .careertwi-form-title {
      font-size: 1.5rem;
      color: #06a3ad;
      margin-bottom: 10px;
    }

    .careertwi-form-note {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 20px;
    }

    .careertwi-form {
      width: 100%;
    }

    .careertwi-form-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
    }

    .careertwi-form-group {
      display: flex;
      flex-direction: column;
    }

    .careertwi-form-group label {
      font-weight: 600;
      margin-bottom: 6px;
    }

    .careertwi-form-group input,
    .careertwi-form-group textarea {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 1rem;
    }

    .careertwi-full-width {
      grid-column: span 2;
    }

    .careertwi-form-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
      flex-wrap: wrap;
    }

    .careertwi-form-upload {
      flex: 1;
    }

    .careertwi-form-fileinfo {
      font-size: 0.99rem;
      color: #666;
      margin-top: 6px;
    }

    .careertwi-form-submit-wrapper {
      display: flex;
      align-items: flex-end;
    }

    .careertwi-form-submit {
      background-color: #06a3ad;
      color: #fff;
      border: none;
      padding: 12px 24px;
      font-size: 1rem;
      border-radius: 20px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .careertwi-form-submit:hover {
      background-color: #005fa3;
    }


.careertwi-multi-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap; 
      padding: 41px;
}

.careertwi-multi-columns .careertwi-subsection {
  flex: 1;
  min-width: 250px; 
}

    @media screen and (max-width: 768px) {
      .careertwi-container {
        flex-direction: column;
      }

      .careertwi-full-width {
        grid-column: span 1;
      }
    }


/* career details two section */


/* .careertwi-multi-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap; 
      padding: 41px;
}

.careertwi-multi-columns .careertwi-subsection {
  flex: 1;
  min-width: 250px; 
} */



/* career details three  section */


.careerdetail-seven-section {
  background-color: #0056d2;
}

.careerdetail-seven-container {
  max-width: 1200px;
  margin: 0 auto;
}

.careerdetail-seven-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.careerdetail-seven-image-content {
  order: 1;
}

.careerdetail-seven-image-content img {
  max-width: 100%;
  height: auto;
  padding: 35px 0;
}

.careerdetail-seven-text-content {
  order: 2;
  color: #fff;
}

.careerdetail-seven-text-content h1 {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.careerdetail-seven-text-content p {
  font-size: 23px;
  padding: 0px 30px 34px;
}

.careerdetail-seven-btn {
  display: inline-block;
  background-color: #06a3ad;
  color: #fff;
  font-weight: bold;
  padding: 21px 55px;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
  font-size: 24px;
}

.careerdetail-seven-btn:hover {
  background-color: #fbfbf8;
  color: black;
}


/* responsive style */

@media screen and (max-width: 1024px) {
  .careerdetail-seven-text-content h1 {
    font-size: 38px;
  }
  .careerdetail-seven-text-content p {
    font-size: 20px;
  }
  .careerdetail-seven-btn {
    font-size: 20px;
    padding: 18px 40px;
  }
}

/* <=800px */
@media screen and (max-width: 800px) {
  .careerdetail-seven-text-content h1 {
    font-size: 34px;
  }
  .careerdetail-seven-text-content p {
    font-size: 18px;
  }
  .careerdetail-seven-btn {
    font-size: 18px;
    padding: 16px 30px;
    margin-bottom: 25px;
  }
}


@media screen and (max-width: 768px) {
  .careerdetail-seven-image-content img {
    padding: 20px 0;
  }
}


@media screen and (max-width: 360px) {
  .careerdetail-seven-text-content h1 {
    font-size: 28px;
  }
  .careerdetail-seven-text-content p {
    font-size: 16px;
    padding: 0 15px 20px;
  }
  .careerdetail-seven-btn {
    font-size: 16px;
    padding: 12px 25px;
  }
}



/* terms and conditions section one */

.turmsone-conditions-section-award-box img {
  width: 210px; 
  height: 210px; 
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.turmsone-conditions-section {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  padding: 40px;
}

.turmsone-conditions-section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}

.turmsone-conditions-section-left {
  flex: 1 1 40%;
}

.turmsone-conditions-section-left-title {
  font-size: 16px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.turmsone-conditions-section-left-heading {
  font-size: 36px;
  padding-top: 60px;
}

.turmsone-conditions-section-right {
  flex: 1 1 55%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.turmsone-conditions-section-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 100px;
  gap: 130px;
  margin-left: 100px;
  animation: turmsone-conditions-slide 10s linear infinite;
}

@keyframes turmsone-conditions-slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}


/* turms conditions two section */


.turmstwo-conditions-section {
  padding: 40px;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
}

.turmstwo-conditions-title {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.turmstwo-conditions-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.turmstwo-conditions-link {
  color: #06a3ad;
  text-decoration: underline;
}



/* terms conditions three section  */

.termsthree-condition-section {
  background-color: #0056d2; 
}
.termsthree-condition-container {
  max-width: 1200px;
  height: 450px;
}

.termsthree-condition-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.termsthree-condition-text-content {
  flex: 1 1 50%;
  color: white;
}

.termsthree-condition-text-content h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 70px;
}

.termsthree-condition-text-content p {
  margin: 0;
  font-size: 23px;
  color: white;
  text-align: justify;
  padding: 0px 0px 34px 70px;
}

.termsthree-condition-btn {
  display: inline-block;
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  padding: 21px 55px;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
  margin-left: 70px;
  font-size: 24px;
}

.termsthree-condition-btn:hover {
  background-color: #fbfbf8;
  color: black;
}

.termsthree-condition-image-content {
  flex: 1 1 40%;
  text-align: right;
}

.termsthree-condition-image-content img {
  max-width: 100%;
  height: auto;
  padding-top: 35px;
}



/* privacy policy one section */


/* .privacyone-policy-section-award-box img {
  width: 210px; 
  height: 210px; 
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.privacyone-policy-section {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  padding: 40px;
}

.privacyone-policy-section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.privacyone-policy-section-left {
  flex: 1 1 40%;
}

.privacyone-policy-section-left-title {
  font-size: 16px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.privacyone-policy-section-left-heading {
  font-size: 36px;
  padding-top: 60px;
}

.privacyone-policy-section-right {
  flex: 1 1 55%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.privacyone-policy-section-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 100px;
  gap: 130px;
  margin-left: 100px;
  animation: privacyone-policy-slide 10s linear infinite;
}

@keyframes privacyone-policy-slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
} */




.privacyone-policy-section-award-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.privacyone-policy-section {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  padding: 40px;
}

.privacyone-policy-section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}

.privacyone-policy-section-left {
  flex: 1 1 40%;
}

.privacyone-policy-section-left-title {
  font-size: 16px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.privacyone-policy-section-left-heading {
  font-size: 36px;
  padding-top: 18px;
}

.privacyone-policy-section-right {
  flex: 1 1 55%;
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.privacyone-policy-section-slider {
  display: flex;
  flex-direction: column;
  animation: privacyone-policy-slide 24s linear infinite;
}

.privacyone-policy-section-award-box {
  height: 400px;
  flex-shrink: 0;
}

@keyframes privacyone-policy-slide {
  0% { transform: translateY(0); }
  8.33% { transform: translateY(0); }
  16.66% { transform: translateY(-400px); }
  25% { transform: translateY(-400px); }
  33.33% { transform: translateY(-800px); }
  41.66% { transform: translateY(-800px); }
  50% { transform: translateY(-1200px); }
  58.33% { transform: translateY(-1200px); }
  66.66% { transform: translateY(-1600px); }
  75% { transform: translateY(-1600px); }
  83.33% { transform: translateY(-2000px); }
  91.66% { transform: translateY(-2000px); }
  100% { transform: translateY(0); }
}

/* privacy policy two section */



.privacytwo-policy-section {
  padding: 40px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  color: #333;
}

.privacytwo-policy-container {
  max-width: 100%;
  margin: 0 auto;
}

.privacytwo-policy-block {
  margin-bottom: 40px;
}

.privacytwo-policy-title {
  font-size: 24px;
  margin-bottom: 16px;
  color: #2a2a2a;
}

.privacytwo-policy-list {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 20px;
}

.privacytwo-policy-link {
  color: #06a3ad;
  text-decoration: underline;
}



/* privacy policy three section */



.privacythree-policy-section {
  background-color: #0056d2; 
}

.privacythree-policy-container {
  max-width: 1200px;
  height: 450px;
}

.privacythree-policy-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.privacythree-policy-text-content {
  flex: 1 1 50%;
  color: white;
}

.privacythree-policy-text-content h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 70px;
}

.privacythree-policy-text-content p {
  margin: 0;
  font-size: 23px;
  color: white;
  text-align: justify;
  padding: 0px 0px 34px 70px;
}

.privacythree-policy-btn {
  display: inline-block;
  background-color: #06a3ad;
  color: white;
  font-weight: bold;
  padding: 21px 55px;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
  margin-left: 70px;
  font-size: 24px;
}

.privacythree-policy-btn:hover {
  background-color: #fbfbf8;
  color: black;
}

.privacythree-policy-image-content {
  flex: 1 1 40%;
  text-align: right;
}

.privacythree-policy-image-content img {
  max-width: 100%;
  height: auto;
  padding-top: 35px;
}


/* mobile marketing  */



.mobile-app-section{

  color: white;
  padding: 35pxpx;
  text-align: center;
  background-image: url(./Images/mobile-appli-img.jpg);
  background-size: cover;
height: 300px;

}

.mobile-app-section h1{
  padding-top: 10%;
  font-size: 35px;
  text-align: center;
    
}


.mobile-appli-section-1 {
display: flex;
align-items: center; 
justify-content: space-between;

}

.mobile-image-section{
flex: 1; 
padding-right: 8px;
width: auto;
padding-top: 20px;
}


.mobile-image-section img{
max-width: 190%;
height: auto;
margin-left:0%
}




.mobile-appli-section-2{
width: 100%;
height:238px;
background-color:#0088CC; 
text-align: center;
padding-top:3%;
color:white
t
}

.mobile-appli-section-2 h1{
  font-size: 25px;
  text-align: center;
}

.mobile-appli-section-2 b{
  font-size: 23px;
}
.mobile-appli-section-2 p{

  color: aliceblue;
  text-align: center;

}

.mobile-appli-section-3 p{
 flex: 1;
  font-size:16px
}
.mobile-appli-section-3 b{
  color: #0088CC;
   font-size:18px
}



/* mobile-application-section-3 */

.mobile-appli-img-section-3{
flex: 1;
padding-left: 5%;
margin-bottom:2%;
padding-top:7%
}

.mobile-appli-img-section-3 img{
  max-width: 190%;
   height:auto
}


.mobile-appli-section-3{
display: flex;
justify-content: space-between;
align-items: center;
margin-left :6%;
margin-top:5px;
margin-bottom: 2%;

}



.mobile-appli-section-3 p{
  font-size: 13px;
  color: black;

}



.mobile-appli-para1 p{
  padding-left: 0px;
  margin-right: 28%;
  margin-top: 9%;
  width: 637px;
  height: 437px;
  padding-right: 85px;
}


/* mobile-application-section-4 */


.mobile-appli-section-4{
  background-color: #0088CC;
  text-align: left;
  padding-left: 6%;
  padding-top: 4%;
  padding-bottom: 0%;
  width: 100%;
  height: 620px;
  color: whitesmoke;
  padding-right: 5%;

}



.mobile-appli-section-4 p{
  color: whitesmoke;
  font-size: 16px;
}


.mobile-appli-section-4 b{
  font-size: 20px;
}

.mobile-appli-section-4 h1{
  font-size: 32px;
}





/* Art of the Possible section */


     .art-of-the-possible {
      font-family: 'Segoe UI', sans-serif;
      background: #fff;
      color: #222;
      padding: 80px 0px 0px 40px;
      max-width: 1200px;
      margin: auto;
      position: relative;
    } 

    .art-of-the-possible h1 {
      font-size: 2.9rem;
      font-weight: 800;
      line-height: 1.2;
      margin-top: 46px;
      /* padding-left: 25px; */
    }

    .art-of-the-possible .highlight-dot {
      height: 40px;
      width: 40px;
      border-radius: 50%;
      display: inline-block;
      margin: 0 5px;
    }

    .art-of-the-possible .dot-blue { background: #6C63FF; }
    .art-of-the-possible .dot-orange { background: #F27C51; }
    .art-of-the-possible .dot-teal { background: #06a3ad; }

    .art-of-the-possible p {
      font-size: 1.2rem;
      margin-top: 30px;
      line-height: 1.8;
      /* margin-left: 24px; */
    }

    .art-of-the-possible .btn-art {
      background-color: #06a3ad;
      color: white;
      border: none;
      padding: 15px 30px;
      font-size: 1.2rem;
      border-radius: 8px;
      cursor: pointer;
      margin-top: 30px;
      text-decoration: none;
      margin-left: 26px;
    }
    

    /* art two section */

.full-width-image-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.full-width-image-section img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    padding: 10px;
    border-radius: 20px;
    margin-top: 32px;
}
/* art threen section */

.art-section {
  padding: 25px 20px;
  max-width: 1200px;
  margin: auto;
}

.art-heading {
  font-size: 2.3rem;
  text-align: justify;
  margin-bottom: 20px;
  font-weight: 700;
  color: #222;
}

.art-intro {
  font-size: 1.30rem;
  text-align: justify;
  margin-bottom: 40px;
  color: #444;
  /* line-height: 1.8; */
}

.art-columns-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}

.art-column {
  flex: 1;
  min-width: 220px;
  max-width: 250px;
  background: #f8f8f8;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.art-column:hover {
  transform: translateY(-5px);
}

.art-column i {
  font-size: 2.5rem;
  color: #f27c51;
  margin-bottom: 15px;
}

.art-column h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: justify;
  color: #06a3ad;
}

.art-column p {
  font-size: 1rem;
  color:black;
  text-align: justify;
 
}

.blue-text {
  color: #06a3ad;
}

/* art four section */



.artfour_section {
  background: #06a3ad;
  padding: 20px 20px;
  color: black;
  text-align: left;
}

.artfour_title {
  font-size: 2rem;
  margin-bottom: 30px;
  color: white;
  text-align: center;
}

.artfour_slide {
  background: #000;
  border: 1px solid #333;
  padding: 20px;
  max-width: 300px;
}

.artfour_slide h3 {
  font-size: 1.50rem;
  margin: 20px 0;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.artfour_number {
  font-size: 1.50rem;
  color: #5d6884;
  font-weight: bold;
}

.artfour_slide img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
  margin-top: 10px;
}

.artfour_swiper {
  width: 100%;
  overflow: hidden;
}

.artfour_swiper .swiper-wrapper {
  display: flex;
  gap: 20px;
}


/* art five section */


.artvalue_section {
  padding: 30px 20px;
  background-color: #fff;
  margin: 0px 37px 0px 37px;
}

.artvalue_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.artvalue_text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.artvalue_text h2 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.artvalue_text ul {
  margin: 10px 0 20px;
  padding-left: 20px;
}

.artvalue_text ul li {
  margin-bottom: 5px;
}

.artvalue_text h3 {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.artvalue_text p {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
}

.artvalue_image {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
  text-align: center;
}

.artvalue_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}



/* art six section */


.aresix_section {
  padding: 25px 20px;
  background-color: #f9f9f9;
}

.aresix_container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.aresix_left {
  flex: 1;
  min-width: 300px;
}

.aresix_left .aresix_highlight {
  font-size: 1.1rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.aresix_left p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

.aresix_right {
  flex: 1;
  min-width: 280px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.aresix_card {
  background: #06a3ad;
  flex: 1 1 45%;
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.aresix_card:hover {
  transform: translateY(-5px);
}

.aresix_card i {
  font-size: 2.5rem;
  color: #007BFF;
  margin-bottom: 15px;
}

.aresix_card h4 {
  font-size: 1.1rem;
  color: #333;
}



/* artseven section */
.artseven-section {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 23px 20px;
}

.artseven-title {
  font-size: 32px;
  margin-bottom: 40px;
}

.artseven-slider {
  max-width: 800px;
  margin: auto;
  position: relative;
}

.artseven-slide {
  display: none;
  animation: artsevenFade 0.5s ease-in-out;
}

.artseven-slide.active {
  display: block;
}

.artseven-quote {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  padding: 0 40px;
}

.artseven-quote::before,
.artseven-quote::after {
  font-size: 50px;
  color: #fff;
  position: absolute;
}

.artseven-quote::before {
  content: "“";
  left: 0;
  top: -20px;
}

.artseven-quote::after {
  content: "”";
  right: 0;
  bottom: -10px;
}

.artseven-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.artseven-image img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
}

.artseven-dots {
  margin-top: 30px;
}

.artseven-dot {
  height: 12px;
  width: 12px;
  margin: 0 6px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.artseven-dot.active {
  background-color: #fff;
}

@keyframes artsevenFade {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}




/* art eight section  */


.arteight-section {
  padding: 3rem 1rem;
  background: #f9f9f9;
}

.arteight-toggle-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

.arteight-toggle-btn {
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  background-color: #06a3ad;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.arteight-toggle-btn.active,
.arteight-toggle-btn:hover {
  background-color: #0073e6;
  color: white;
}

.arteight-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.arteight-card {
  background: white;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  text-align: justify;
}

.arteight-plan-name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #222;
}

.arteight-price-discounted {
  font-size: 2rem;
  font-weight: bold;
  color: #06a3ad;
  margin-bottom: 0.2rem;
}

.arteight-price-original {
  text-decoration: line-through;
  font-size: 1rem;
  color: #888;
  margin-bottom: 0.5rem;
}

.arteight-price-discounted span,
.arteight-price-original span {
  font-size: 0.9rem;
  font-weight: normal;
}

.arteight-discount-badge {
  background-color: #ff4747;
  color: white;
  display: inline-block;
  padding: 0.8rem 7.7rem;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.arteight-subheading {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.arteight-feature-heading {
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem;
}

.arteight-feature-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  text-align: left;
  color: #444;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.arteight-feature-list li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.arteight-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #06a3ad;
  color: white;
  border: none;
  padding: 0.80rem 6.9rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0.5rem;
  transition: background 0.3s;
}

.arteight-button:hover {
  background-color: #005bb5;
}

.arteight-billing-note {
  font-size: 0.9rem;
  color: #777;
}

/* Responsive for smaller devices */
@media (max-width: 768px) {
  .arteight-cards-container {
    grid-template-columns: 1fr;
  }
}



/* art nine section  */


.artnine-section {
  padding: 1rem 1rem;
  background-color: #f8f9fb;
  text-align: center;
}

.artnine-header {
  max-width: 700px;
  margin: 0 auto 3rem;
}

.artnine-title {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 1rem;
}

.artnine-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.artnine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.artnine-card {
  background: linear-gradient(135deg, #e0f7fa, #f8f9fb);;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.artnine-card:hover {
  transform: translateY(-5px);
}

.artnine-topic {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.artnine-image {
  width: 80%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.artnine-button {
  margin-top: auto;
  display: inline-block;
  padding: 0.7rem 1.8rem;
  font-size: 1rem;
  background-color: #06a3ad;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}

.artnine-button:hover {
  background-color: #0073e6;
}

@media (max-width: 992px) {
  .artnine-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .artnine-grid {
    grid-template-columns: 1fr;
  }
}





/* Generative_ai one section */


.generative_ai-section {
  display: flex;
  justify-content: center; /* center the remaining content */
  align-items: center;
  padding: 60px 10%;
  background-image: url('./Images/gen-img1.png');
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  margin-top: 89px;
}

.generative_ai-left {
  max-width: 700px;
}

.generative_ai-left h1 {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.generative_ai-left p {
  font-size: 16px;
  line-height: 1.6;
  color: white;
}

  


    /* generative two section */


.generative_ai_integration {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 40px 2%;
      flex-wrap: wrap;
      color: #222;
    }

    .generative_ai_integration-left {
      flex: 1;
      position: relative;
      min-width: 300px;
    }

    .generative_ai_integration-left img {
      width: 91%;
    border-radius: 20px;
    height: 436px;
    margin-left: 20px;

    }

    .generative_ai_tag {
      position: absolute;
      left: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
      background: #fff;
      border-radius: 10px;
      padding: 10px 15px;
      font-size: 14px;
      font-weight: 600;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      max-width: 85%;
      margin: 80px 0px 0px 60px;
    }

    .generative_ai_tag:nth-child(2) {
      top: 30px;
    }

    .generative_ai_tag:nth-child(3) {
      top: 90px;
    }

    .generative_ai_tag:nth-child(4) {
      top: 150px;
    }

    .generative_ai_tag i {
      font-size: 16px;
      color: #06a3ad;
    }

    .generative_ai_integration-right {
      flex: 1;
      padding-left: 10px;
      min-width: 300px;
      margin-right: 20px;
    }

    .generative_ai_integration-right h2 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .generative_ai_integration-right p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 30px;
      color: #555;
    }

    .generative_ai_points {
      margin-bottom: 20px;
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }

    .generative_ai_points i {
      color: #06a3ad;
      font-size: 18px;
      margin-top: 4px;
    }

    .generative_ai_points-text {
      font-size: 15px;
    }

    .generative_ai_points-text strong {
      font-weight: 600;
      
    }

    .generative_ai-btn {
      margin-top: 20px;
      padding: 12px 30px;
      background: #06a3ad;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 15px;
      cursor: pointer;
      transition: 0.3s ease;
      margin-left: 20px;
    }

    .generative_ai-btn:hover {
      background: #e35532;
    }





    /* generative three section */


    .genthree-section {
  font-family: 'Inter', sans-serif;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 2%;
  flex-wrap: wrap;
  color: #fff;
}

.genthree-right {
  flex: 1;
  position: relative;
  min-width: 300px;
}

.genthree-right img {
  width: 91%;
  border-radius: 20px;
  height: 436px;
  margin-left: 20px;
}

.genthree-tag {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 85%;
  margin: 80px 0px 0px 60px;
}

.genthree-tag:nth-child(2) { top: 30px; }
.genthree-tag:nth-child(3) { top: 90px; }
.genthree-tag:nth-child(4) { top: 150px; }

.genthree-tag i {
  font-size: 16px;
  color: #06a3ad;
}

.genthree-left {
  flex: 1;
  padding-left: 20px;
  min-width: 300px;
  margin-right: 20px;
}

.genthree-left h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.genthree-left p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #ccc;
}

.genthree-point {
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.genthree-point i {
  color: #06a3ad;
  font-size: 18px;
  margin-top: 4px;
}

.genthree-point-text {
  font-size: 15px;
}

.genthree-point-text strong {
  font-weight: 600;
  color: #fff;
}

.genthree-btn {
  margin-top: 20px;
  padding: 12px 30px;
  background: #06a3ad;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-left: 20px;
}

.genthree-btn:hover {
  background: #e35532;
}






/* genrative four secrion  */
.genfour-section {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 2%;
  flex-wrap: wrap;
  color: #222;
}

.genfour-right {
  flex: 1;
  position: relative;
  min-width: 300px;
}

.genfour-right img {
  width: 91%;
  border-radius: 20px;
  height: 436px;
  margin-left: 20px;
}

.genfour-tag {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 85%;
  margin: 80px 0px 0px 60px;
}

.genfour-tag:nth-child(2) { top: 30px; }
.genfour-tag:nth-child(3) { top: 90px; }
.genfour-tag:nth-child(4) { top: 150px; }

.genfour-tag i {
  font-size: 16px;
  color: #06a3ad;
}

.genfour-left {
  flex: 1;
  padding-left: 20px;
  min-width: 300px;
  margin-right: 20px;
}

.genfour-left h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.genfour-left p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555;
}

.genfour-point {
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.genfour-point i {
  color: #06a3ad;
  font-size: 18px;
  margin-top: 4px;
}

.genfour-point-text {
  font-size: 15px;
}

.genfour-point-text strong {
  font-weight: 600;
  color: #000;
}

.genfour-btn {
  margin-top: 20px;
  padding: 12px 30px;
  background: #06a3ad;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-left: 20px;
}

.genfour-btn:hover {
  background: #e35532;
}





/* generative five section */


.genfive-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 16px 4%;
  background: #f9f9f9;
}
.genfive-box {
  background: white;
  border: 2px solid #06a3ad;
  border-radius: 12px;
  padding: 30px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  text-align: center;
}

.genfive-box:hover {
  transform: translateY(-5px);
}

.genfive-box h3 {
  font-size: 25px;
  color: #000;
  margin-bottom: 15px;
}

.genfive-box h3 {
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
}


.genfive-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 15px;
} 


.genfive-wrapper {
  background: #f9f9f9;
  padding: 20px 2% 10px;
}

.genfive-heading {
  text-align: center;
  margin-bottom: 1px;
}

.genfive-heading h1 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.genfive-heading h3 {
  font-size: 20px;
  font-weight: 400;
  color: #444;
  line-height: 1.6;
}


/* generative six section */

.genai-choose-section {
  padding: 16px 4%;
  background: #fff;
  /* font-family: 'Inter', sans-serif; */
  margin-bottom: 20px;
}

.genai-choose-header {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 15px;
}

.genai-choose-header h1 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.genai-choose-header p {
  font-size: 20px;
  color: #444;
  line-height: 1.6;
}

.genai-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.genai-choose-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.genai-choose-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.genai-choose-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.genai-choose-card p {
  font-size: 14px;
  color: #555;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  margin-top: 0;
}

/* Active class to show paragraph */

.genai-choose-card.active p {
  max-height: 200px;
  opacity: 1;
  margin-top: 10px;
}














/* ---------------------Responsive style-------------------------- */



/* ------------(min-width: 360px) and (max-width: 768px)------------- */



@media screen and (min-width: 360px) and (max-width: 768px) {
  .turmsone-conditions-section-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 10px;
  }

  .turmsone-conditions-section-left,
  .turmsone-conditions-section-right {
    flex: 1 1 100%;
  }

  .turmsone-conditions-section-left-title {
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 10px;
  }

  .turmsone-conditions-section-left-heading {
    font-size: 30px;
    padding: 5px 0;
    line-height: 1.9;
  }

  .turmsone-conditions-section-right {
    height: auto;
    overflow: visible;
    position: static;
  }

  .turmsone-conditions-section-slider {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-left: 0;
    justify-items: center;
    animation: none;
  }

  .turmsone-conditions-section-award-box img {
    width: 130px;
    height: 130px;
    border-radius: 8px;
  }


   .turmstwo-conditions-section {
    padding: 20px 15px;
  }

  .turmstwo-conditions-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .turmstwo-conditions-text {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 12px;
  }


   .termsthree-condition-container {
    height: auto;
    padding: 20px 15px;
            padding-bottom: 45px;
  }

  .termsthree-condition-banner-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .termsthree-condition-image-content {
    flex: 1 1 100%;
    text-align: center;
    padding: 20px 0;
    order: 1;
  }

  .termsthree-condition-text-content {
    flex: 1 1 100%;
    order: 2;
    padding: 0;
  }

  .termsthree-condition-text-content h1 {
    font-size: 28px;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .termsthree-condition-text-content p {
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .termsthree-condition-btn {
    font-size: 18px;
    padding: 15px 40px;
    margin-left: 0;
  }



  .generative_ai-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
    text-align: left;
  }

  .generative_ai-left {
    width: 100%;
  }

  .generative_ai-left h1 {
    font-size: 26px;
    width: 100%;
  }

  .generative_ai-left p {
    font-size: 14px;
    width: 100%;
  }



  .generative_ai_integration {
        flex-direction: column;
        padding: 40px 20px;
      }

      .generative_ai_integration-left {
        width: 100%;
        margin-bottom: 30px;
      }

      .generative_ai_tag {
        font-size: 13px;
        padding: 8px 12px;
        max-width: 90%;
      }

      .generative_ai_tag:nth-child(2) { top: 15px; }
      .generative_ai_tag:nth-child(3) { top: 70px; }
      .generative_ai_tag:nth-child(4) { top: 125px; }

      .generative_ai_integration-right {
        padding-left: 0;
        width: 100%;
      }

      .generative_ai_integration-right h2 {
        font-size: 22px;
        line-height: 1.4;
      }

      .generative_ai_integration-right p {
        font-size: 15px;
      }

      .generative_ai_points {
        gap: 10px;
      }

      .generative_ai_points i {
        font-size: 16px;
      }

      .generative_ai_points-text {
        font-size: 14px;
      }

      .generative_ai-btn {
        width: 92%;
        font-size: 16px;
        padding: 14px;
      }

  
}





/* -----------(min-width: 800px) and (max-width: 1024px)--------- */


@media screen and (min-width: 800px) and (max-width: 1024px) {
  .turmsone-conditions-section-container {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 30px;
    padding: 30px;
  }

  .turmsone-conditions-section-left {
    flex: 1 1 45%;
  }

  .turmsone-conditions-section-right {
    flex: 1 1 55%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }

  .turmsone-conditions-section-left-title {
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 15px;
  }

  .turmsone-conditions-section-left-heading {
    font-size: 28px;
    padding: 10px 0;
    line-height: 1.3;
  }

  .turmsone-conditions-section-slider {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-left: 40px;
    animation: turmsone-conditions-slide 10s linear infinite;
  }

  .turmsone-conditions-section-award-box img {
    width: 160px;
    height: 160px;
    border-radius: 8px;
  }


   .turmstwo-conditions-section {
    padding: 30px 25px;
  }

  .turmstwo-conditions-title {
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 18px;
  }

  .turmstwo-conditions-text {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 14px;
  }


  .generative_ai-section {
    flex-direction: column;
    align-items: center;
    padding: 50px 40px;
  }

  .generative_ai-left {
    width: 100%;
    text-align: center;
  }

  .generative_ai-left h1 {
    font-size: 32px;
    width: 100%;
  }

  .generative_ai-left p {
    font-size: 15px;
    width: 100%;
  }




  .generative_ai_integration {
        flex-direction: column;
        padding: 60px 50px;
      }

      .generative_ai_integration-left,
      .generative_ai_integration-right {
        width: 100%;
      }

      .generative_ai_integration-right {
        padding-left: 0;
        margin-top: 40px;
      }

      .generative_ai_integration-right h2 {
        font-size: 26px;
      }

      .generative_ai_integration-right p {
        font-size: 15px;
      }

      .generative_ai_points-text {
        font-size: 15px;
      }

      .generative_ai-btn {
        font-size: 15px;
        padding: 12px 16px;
      }

}
