@import url(utilities.css);
:root {
  --purper: #460465;
  --orange: #ff5450;
  --pure: #e8e8e8;
  --light: #f4f4f4;
  --gray: #73767d;
  --lightgray: #acb0ba;
  --text-color: #333;
  --white: #ffffff;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --border-radius: 8px;
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smotting: antialiased;
}
html {
  scroll-behavior: smooth;
}


body {
  font-family: "Titillium Web", "Inter", sans-serif;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  overflow-x: hidden;
  padding-top: 80px; /* Adjust to the height of your navbar */
}
a {
  text-decoration: none;
  color: var(--pure);
}

.about-container {
  background: var(--light);
}
/* ..........................................Map.......................................... */
.google_map {
  padding: 3rem;
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, var(--purper), var(--orange));
}
.google_map h2 {
  margin-bottom: 3rem;
  color: var(--pure);
  font-weight: bold;
}
.google_map iframe {
  width: 90%;
  height: 400px;
  border: 2px solid var(--pure) !important;
}

/* ======  whatsapp button  ====== */

.whatsapp-button {
  position: fixed;
  bottom: 13px;
  right: 21px;
  z-index: 99;
  background: linear-gradient(to right, var(--purper), var(--orange));
  border-radius: 20px;
  color: var(--pure) !important;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}

/* ======  navbar  ====== */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
padding: 0.75rem 2rem;
  background-color: white;
  position: fixed;
  width: 100%; /* Full width */
}
.nav {
  position: fixed;
  top: 0;
  width: 100%;

  z-index: 1000;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}

.nav img {
  width: 150px;
}

.nav ul {
  /* position: absolute !important; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav li a {
  text-decoration: none;
  color: black;
    transition: all 0.3s ease;
}

.nav li a p:hover {
  font-weight: bold;
  color: var(--purper);
}

.nav li p {
  font-size: 1.1rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 500;
}

.nav button {
  padding: 0.7rem 1rem;
  outline: none;
  background-color: var(--purper);
  color: #f4f4f4;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav button:hover {
  background-color: var(--orange);
  transform: scale(1.05);
}

/* Dropdown Styles */
.nav .dropdown {
  position: relative;
}

.nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 190px;
  z-index: 1;
  border-radius: 6px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav .dropdown-content li {
  padding: 8px 16px;
  text-align: left;
}

.nav .dropdown-content li a {
  color: black;
  text-decoration: none;
}

.nav .dropdown-content li a:hover {
  color: var(--purper);
  font-weight: bold;
}

/* Show dropdown when clicked */
.nav .dropdown.show .dropdown-content {
  display: block;
}
/* main */

/* ======  hero  ====== */

.hero {
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  height: 500px;
  background-image: linear-gradient(
    to bottom right,
    var(--orange),
    var(--purper)
  );
}
.hero .h-left {
  padding-left: 60px;
  padding-right: 30px;
}
.hero .h-left h1 {
  color: var(--light);
  font-weight: bold;
  font-size: 78px;
  font-family: system-ui;
}
.hero .h-left p {
  color: var(--light);
  font-size: 28px;
  font-weight: 100;
}
.hero .h-left button {
  background-color: var(--orange);
  border: none;
  color: var(--light);
  padding: 1rem 1.8rem;
  border-radius: 5px;
  font-size: 18px;
  margin-top: 2rem;
}
.hero .h-right img {
  width: 750px;
  right: -100 !important;
  top: 0 !important;
  transform: skewY(0deg);
  padding-bottom: 377px;
  margin-right: -328px;
}
.hero .h-right img {
  /* width: 750px;
  right: -100 !important;
  top: 0 !important;
  padding-bottom: 377px;
  margin-right: -328px; */
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(3deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
/*  */
.about-back1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.about-video {
  display: flex;
  left: 0%;
  width: 40%;
}
.about-video video {
  width: 500px;
}
.about1 {
  top: 50%;
  left: 50%;
  padding: 3rem 5rem;
}
.about1 {
  width: 60%;
}
.about1 h1 {
  font-size: 64px;
  color: var(--purper);
  font-weight: bold;
  margin-bottom: 2rem;
}
.about1 h1 span::before {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--purper), var(--orange));
}
.about1 p {
  font-size: 28px;
  margin-bottom: 1rem;
}
.about1 a {
  color: var(--orange);
  text-decoration: none;
  font-size: 28px;
  text-decoration: underline dotted black;
}
/*  */
/* Reset and Base Styles */
/* *, *::before, *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


        html {
            font-size: 16px;
            scroll-behavior: smooth;
        }

        body {
         
            color: var(--text-color);
            background-color: var(--white);
            overflow-x: hidden;
        } */

video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Layout Components */
/* .header-bar, .footer-bar {
            background-color: var(--primary-color);
            height: 15px;
            width: 100%;
        } */

.containerr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(var(--spacing-md), 5vw, var(--spacing-xl)) var(--spacing-sm);
}

.about-section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* .about-content  h1 span{
           content: "";
           width: 100%; 
          height: 5px; 
          background: linear-gradient(to right, var(--purper), var(--orange)); 
} .about-content h1 span::before {
      content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, var(--purper), var(--orange));
} */

.about-content {
  flex: 1;
  
}

.about-image {
  flex: 1;
}

.about-image video {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

/* Typography */
.about-section h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: clamp(var(--spacing-md), 4vw, var(--spacing-lg));
  line-height: 1.2;
  color: var(--purper);
  font-weight: bold;
}

.about-section p {
  color: var(--text-color);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.7;
  
  margin-bottom: var(--spacing-md);
}

.about-section .read-more {
  display: inline-block;
  font-size: clamp(1rem, 2vw, 1.125rem);
  text-decoration: none;
  border-bottom: 1px dotted var(--accent-color);
  padding-bottom: 2px;
  transition: all 0.3s ease;
  color: var(--orange);
  text-decoration: none;
  text-decoration: underline dotted var(--orange);
  text-underline-offset: 4px;
}

.about-section .read-more:hover {
  color: var(--purper);
  border-bottom: 1px solid var(--accent-hover);
}

@media (min-width: 768px) {
  .about-section {
    flex-direction: row;
    align-items: center;
    gap: clamp(var(--spacing-md), 5vw, var(--spacing-xl));
  }
}
@media (max-width: 480px) {
  .containerr {
    width: 95%;
    padding: var(--spacing-md) var(--spacing-xs);
  }

  .about-section h1 {
    margin-bottom: var(--spacing-md);
  }

  .about-section p {
    margin-bottom: var(--spacing-sm);
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .containerr {
    width: 90%;
    padding: var(--spacing-lg) var(--spacing-sm);
  }
}

@media (min-width: 992px) {
  .about-content {
    padding-right: var(--spacing-md);
  }
}
/* Responsive Adjustments */
/*
        
              

        
       
      


       

        /* Print Styles */
/* @media print {
            
            
            .containerr {
                width: 100%;
                padding: 0;
            }
            
            .about-section {
                display: block;
            }
            
            .about-image {
                max-width: 50%;
                margin: var(--spacing-md) auto;
            }
            
            .about-section .read-more {
                display: none;
            }
        } */

/* ======  who we are  ====== */

.about-back {
  width: 100%;
  overflow: hidden;
}
/* .about-back img {
  width: 100%;
  height: auto;
  display: block;
} */
.about {
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  padding: 3rem 5rem;
}
.about {
  padding: 4rem 8rem;
  width: 100%;
}
.about h1 {
  font-size: clamp(2.5rem, 5vw, 3rem);
  color: var(--purper);
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.about p {
font-size: 1.2rem;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}
.about a {
  color: var(--orange);
  text-decoration: none;
  font-size: 28px;
  text-decoration: underline dotted black;
}
/*  */
/* Services Section */
.service {
  background: linear-gradient(to right, var(--purper), var(--orange));
  padding: 2rem 4rem;
}
.service .service-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
.service .service-header .service-main {
  background-color: white;
  border-radius: 5px;
  margin: 1rem 0;
}
.service .service-header .service-main p {
  padding: 0.5rem 1rem;

  font-weight: bold;
  background-image: linear-gradient(red, blue);
  color: transparent;
  background-clip: text;
}
.service .service-header h1 {
  color: white;
  font-weight: bold;
  font-size: 44px;
}

.services-section {
  padding: 60px 30px;
}

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

.services-header h2 {
  font-size: 36px;
  color: #1e3a8a;
  margin-bottom: 15px;
  font-weight: 700;
}

.services-header p {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
  font-size: 16px;
}

/* Services Grid - Responsive Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
  gap: 30px;
  margin-top: 2rem;
  gap: 2rem;
}

.service-card {
  background-color: var(--pure);
  border-radius: 12px;
  overflow: hidden;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
}

.service-card:hover {
   transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
    border-radius: 8px;
  margin-bottom: 1rem;
}

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

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

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, var(--orange), var(--purper));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30px auto 1rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.service-icon i img {
  font-size: 24px;
  color: white;
  width: 38px;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--purper);
  padding: 0 20px;
}

.service-card p {
 font-size: 0.95rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.view-service {
  color: var(--purper);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s ease;
  display: inline-block;
}

.view-service:hover {
color: var(--orange);
}

/* Responsive Design */
/* Large tablets and small desktops */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}

/* Tablets and large phones */
@media (max-width: 768px) {
}

/* Small phones */
@media (max-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }

  .services-header h2 {
    font-size: 28px;
  }

  .services-section {
    padding: 40px 15px;
  }
}

/* ====== services ======  */

.service {
  background: linear-gradient(to right, var(--purper), var(--orange));
  padding: 2rem 4rem;
}
.service .service-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service .service-header .service-main {
  background-color: white;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.service .service-header .service-main p {
  padding: 0.4rem 0.8rem;

  font-weight: bold;
  background-image: linear-gradient(red, blue);
  color: transparent;
  background-clip: text;
}
.service .service-header h1 {
  color: white;
  font-weight: bold;
  font-size: 44px;
}
section.Services .card-wrapper {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 6rem;
  column-gap: 2rem;
}
section.Services .card-wrapper .card {
  background: white;
  padding: 3rem 2px;
  position: relative;
  padding-top: 5rem;
  text-align: center;
  transition: all 0.3s ease;
}
section.Services .card-wrapper .card i img {
  height: 65px;
  width: 65px;
  rotate: 315deg;
}
section.Services .card-wrapper .card i {
  position: absolute;
  color: white;

  top: -1rem;
  left: 42%;
  rotate: 45deg;
  transform: translateX(-50%);
  background: linear-gradient(to right, var(--orange), var(--purper));
  padding: 1.2rem;
  border-radius: 6px;
}
section.Services .card-wrapper .card h2 {
  position: relative;
}
section.Services .card-wrapper .card h2::before {
  content: "";
  position: absolute;
  bottom: -10px !important;
  left: 0;
  width: 80%;
  height: 3px;
  background: var(--orange);
  border-radius: 5px;
  margin-left: 1.2rem;
}
section.Services .card-wrapper .card h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--purper);
  padding: 0rem 1rem;
}
section.Services .card-wrapper .card p {
  margin-top: 1rem;
  font-family: "lato", sans-serif;
  color: var(--ternary);
  line-height: 1.6rem;
  font-weight: 510;
}
.Services .container {
  padding: 0 4rem;
}
.card span a {
  color: var(--orange);
  text-align: end !important;
  display: flex;
  justify-content: end;
  padding-right: 1rem;
  padding-top: 1rem;
}
/* .servises-linked{
  font-size: 14px;
} */
/* ======  Blog  ====== */

section.blog {
   background: var(--pure);
  padding: 4rem 0;
}
section.blog .section-heading {
text-align: center;
  font-size: 3.5rem;
  margin-bottom: 3rem;
  color: var(--purper);
  font-weight: bold;
}
section.blog h1 span {
  position: relative;
}
section.blog h1 span::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--purper), var(--orange));
}
section.blog .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
 padding: 0 1rem;
  grid-gap: 2rem;
}
section.blog .card-wrapper .card {
  background: white;
  transition: all 0.3s ease;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0px 0px;
   overflow: hidden;
 
}
section.blog .card-wrapper .card:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3),
    -2px -2px 10px rgba(255, 255, 255, 0.2);
  transition: transform 0.5s ease;
  transform: scale(1.1);
}
section.blog .card-wrapper:hover {
  grid-gap: 3rem;
}
section.blog .card-wrapper .card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
section.blog .card-wrapper .card .card-content {
  padding: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
section.blog .card-wrapper .card .card-content a {
  color: var(--orange);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
section.blog .card-wrapper .card .card-content span {
    color: var(--lightgray);
  font-size: 0.9rem;
}
section.blog .card-wrapper .card .card-content p {
  font-size: 1.3rem;
  color: var(--purper); 
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0.5rem;
}

section.blog .card-wrapper .card .card-content a:hover {
  color: var(--purper);
}

/* ====== reviews ====== */

.reviews {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.reviews .About-Background img {
  width: 100%;
  height: 700px;
  display: block;
}
.review-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem 5rem;
  width: 100%;
}
.reviews .container h1 {
  text-align: center;
  margin: 1rem;
  font-size: 44px;
  font-weight: bold;
  color: var(--purper);
}
.review-img-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.review-img-1 img {
  width: 210px;
  height: 210px;
}
.review-img-2 img {
  width: 160px;
  height: 160px;
  margin-left: -100px;
  margin-top: 1rem;
}
.review-img-3 img {
  width: 150px;
  height: 150px;
  margin-top: 1rem;
  margin-left: 25px;
}
.review-img-4 img {
  width: 160px;
  height: 160px;
}
.review-img-5 img {
  width: 140px;
  height: 140px;
  margin-left: 120px;
  margin-top: 1rem;
}
.review-img-6 img {
  width: 210px;
  height: 210px;
  margin-top: 1rem;
}
.review-img-1 img,
.review-img-2 img,
.review-img-3 img,
.review-img-4 img,
.review-img-5 img,
.review-img-6 img {
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-img-1 img:hover,
.review-img-2 img:hover,
.review-img-3 img:hover,
.review-img-4 img:hover,
.review-img-5 img:hover,
.review-img-6 img:hover {
  transform: scale(1.2);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
}
.review-img-1,
.review-img-2,
.review-img-3,
.review-img-4,
.review-img-5,
.review-img-6 {
  position: relative;
}
.review-comment {
  display: none;
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  margin-left: 15px;
  background-color: var(--purper);
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  max-width: 300px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: auto;
  z-index: 10;
  text-align: left;
  width: 150%;
}
.review-comment::after {
  content: "";
  position: absolute;
  top: 22%;
  left: -10px;
  transform: translateY(-50%);
  border-width: 5.5px;
  border-style: solid;
  border-color: transparent var(--purper) transparent transparent;
}
.review-img-1,
.review-img-2,
.review-img-3,
.review-img-4,
.review-img-5,
.review-img-6 {
  position: relative;
}
.review-2 .review-img-4 .review-comment {
  left: auto;
  right: 110%;
  margin-left: 0;
  margin-right: 15px;
  width: 150%;
}
.review-2 .review-img-4 .review-comment::after {
  left: auto;
  right: -10px;
  border-color: transparent transparent transparent var(--purper);
}
.review-2 .review-img-5 .review-comment {
  left: auto;
  right: 85%;
  margin-left: 0;
  margin-right: 15px;
  width: 150%;
}
.review-2 .review-img-5 .review-comment::after {
  left: auto;
  right: -10px;
  border-color: transparent transparent transparent var(--purper);
}
.review-2 .review-img-6 .review-comment {
  left: auto;
  right: 110%;
  margin-left: 0;
  margin-right: 15px;
  width: 150%;
}
.review-2 .review-img-6 .review-comment::after {
  left: auto;
  right: -10px;
  border-color: transparent transparent transparent var(--purper);
}

/* ====== founder ====== */

.box img {
  width: 24%;
  height: 51%;
  position: absolute;
  top: 0;
  left: 0;
}
.founder {
  background-color: var(--light);
  padding: 6rem 4rem;
  position: relative;
}
.founder .container {
  background-color: var(--purper);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 2rem 4rem;
  border-radius: 10px;
  padding: 1rem 1rem;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.founder .container .founder-detail img {
  width: 230px;
  border-radius: 48%;
  margin-right: 2rem;
  height: 236px;
  rotate: 360deg;
}
.founder .container .white-logo img {
  width: 230px;
}
.founder-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}
.founder-detail p {
  color: white;
  width: 80%;
  text-align: center;
  font-size: 24px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.founder-detail p span {
  color: var(--orange);
}

/* ====== question ====== */

.cw-fix {
max-width:1140px;
  margin: auto;
  width: 100%; 
  padding: 4rem 1rem;
}
.cw-section {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.faq-top {
  text-align: center;
}
.faq-top p {
  margin: 0;
  color: var(--orange);
  font-size: 1.3rem;
  font-weight: 500;
}
.cw-section__title {
    font-size: 2.8rem;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--purper);
  font-weight: bold;

}
.cw-section__title span {
  color: var(--purper);
}
.cw-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.cw-accordion__item {
 padding: 1.5rem;
  background: var(--pure);
  position: relative;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.cw-accordion__item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.cw-accordion__item .cw-label {
font-size: 1.5rem;
  position: relative;
  width: 100%;
  display: block;
  font-weight: 600;
  padding-right: 3rem;
  line-height: 1.4;
  color: var(--purper);
}

.cw-accordion__item .cw-label:after {
  color: var(--orange);
  background-color: white;
  position: absolute;
  right: 0;
  top: 3;
  content: "+";
  font-size: 24px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 1.1;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.cw-accordion__item .cw-label.cw-open {
  color: var(--orange);
}
.cw-accordion__item .cw-label.cw-open:after {
  transform: rotate(45deg);
  background-color: var(--orange);
  color: white;
}
.cw-accordion__item .cw-acordion-cont {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 1rem;
  padding: 0 1rem;
}
.cw-accordion__item .cw-acordion-cont ul {
  padding-left: 20px;
}
.cw-accordion__item .cw-acordion-cont ul li {
  margin: 7px 0px;
}
.cw-accordion__item .cw-open + .cw-acordion-cont {
  color: var(--purper);
  height: auto;
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;

}
.faq-contact {
  text-align: center;
  padding: 2rem 0;
}
.faq-contact h3 {
  margin: 0px 0px 15px 0px;
  font-size: 1.3rem;
    color: var(--text-color);
      line-height: 1.5;


}
@media (max-width: 992px) {
  .cw-accordion__item {
    width: 100%;
  }
}
  @media (max-width: 782px) {
  .cw-accordion__item {
 width: 90%;
    margin-left: 2rem;
 
  }
}

/* ====== contact us ======  */

.contact {
  background-image: linear-gradient(to right, var(--purper), var(--orange));
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.container {
  max-width: 1080px;

  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-info {
  width: 50%;
}
.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}
.contact-info-content {
  margin-left: 20px;
}
.contact-info-content h4 {
  color: var(--pure);
  font-size: 4em;
  margin-bottom: 5px;
}
.contact-info-content h4 span {
  position: relative;
}
.contact-info-content h4 span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--orange), var(--gray));
}
.contact-info-content p {
  color: #fff;
  font-size: 1.6em;
}
.contact-form {
  background-color: white;
  border-radius: 15px;
  padding: 40px;
  width: 45%;
  height: 500px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 2px;
}
.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  padding: 6px 0;
  font-size: 19px;
  /* margin: 32px 0; */
  margin-top: 32px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #333;
  outline: none;
  resize: none;
}
.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 20px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: var(--purper);
}
.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span {
  color: var(--orange);
  font-size: 16px;
  transform: translateY(-20px);
}
.contact-form .input-box input[type="submit"] {
  width: 30%;
  border-radius: 5px;
  background: var(--purper);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: none;
  transition: 0.5s;
}
.contact-form .input-box input[type="submit"]:hover {
  background: #fff;
  color: var(--purper);
  border: var(--purper) 2px solid;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, var(--orange), var(--purper));
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    flex-direction: column;
  }

  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }
}

/* ====== footer ====== */

footer {
  background-color: var(--purper);
   text-align: center;
  padding: 4rem 2rem;
}
footer .f-contect {
  color: var(--pure);
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

footer .f-contect p {
 margin-bottom: 1rem;
  line-height: 1.6;
}
footer .f-contect a {
  color: var(--pure);
}
footer .f-contect span {
  color: var(--orange);
  font-weight: bold;
}
footer .footer-socials {
 margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

footer .footer-socials a {
    color: var(--light);
  transition: all 0.3s ease;
}
footer .footer-socials a :hover {
color: var(--orange);
  transform: translateY(-3px);}

footer .policy {
  color: var(--pure);
  font-size: 1.2rem;
}

footer .policy a {
  color: var(--pure);
  transition: color 0.3s ease;
}

footer .policy a:hover {
  color: var(--orange);
}


/* ========== responsive ========== */

@media (max-width: 1092px) {
  footer {
    padding: 5rem 5px;
  }
  section.blog .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .hero .h-left h1 {
    font-size: 60px;
  }
  .faq-contact h3 {
    margin: -8px 0px 15px 0px;
    font-size: 20px;
  }
  .founder .container {
    margin: 2rem 0rem;
  }
  .founder-detail p {
    width: 100%;
    font-size: 19px;
  }
  section.Services .card-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .review-img-1 img {
    width: 190px;
    height: 190px;
  }
  .review-img-2 img {
    width: 150px;
    height: 150px;
    margin-left: -71px;
    margin-top: 1rem;
  }
  .review-img-3 img {
    width: 140px;
    height: 140px;
  }
  .review-img-4 img {
    width: 150px;
    height: 150px;
  }
  .review-img-5 img {
    width: 130px;
    height: 130px;
  }
  .review-img-6 img {
    width: 190px;
    height: 190px;
  }
  .reviews .container h1 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 992px) {
  .hero .h-right img {
    width: 700px;
  }
  .hero .h-left h1 {
    font-size: 39px;
  }
  .hero .h-left p {
    font-size: 25px;
  }
  .hero .h-left button {
    font-size: 15px;
  }
  .hero {
    height: 437px;
  }
  .nav ul {
    gap: 21px;
  }
  .about {
    padding: 2rem 4rem;
  }
  .about h1 {
    font-size: 58px;
  }
  footer .f-contect {
    font-size: 25px;
    margin-bottom: 3rem;
  }
  footer .policy {
    font-size: 29px;
  }
  footer .footer-socials a i {
    font-size: 45px;
  }
  .Services .container {
    padding: 0 0rem;
  }
  .service {
    padding: 2rem 2rem;
  }
  section {
    padding-top: 0px;
  }
  .founder .container .founder-detail img {
    width: 200px;
    margin-right: 1rem;
    height: 200px;
  }
  .founder-detail p {
    font-size: 15px;
  }
  .founder .container .white-logo img {
    width: 230px;
  }
  .review-img-1 img {
    width: 175px;
    height: 175px;
  }
  .review-img-2 img {
    width: 135px;
    height: 135px;
  }
  .review-img-3 img {
    width: 140px;
    height: 140px;
  }
  .review-img-4 img {
    width: 175px;
    height: 175px;
  }
  .review-img-6 img {
    width: 135px;
    height: 135px;
  }
  .review-img-4 img {
    width: 140px;
    height: 140px;
  }
  .review-img-5 img {
    margin-left: 33px;
  }
  .review-img-main {
    width: 110%;
    display: flex;
    justify-content: space-between;
  }
  .review-comment {
    width: 126%;
  }
}
@media (max-width: 768px) {
  .about-back img {
    width: 100%;
    height: auto;
    display: block;
    height: 482px;
  }
  .hero .h-right img {
    width: 580px;
  }
  .hero {
    height: 318px;
  }
  .hero .h-left h1 {
    font-size: 29px;
  }
  .hero .h-left p {
    font-size: 18px;
  }
  .hero .h-left button {
    font-size: 12px;
  }
  .hero .h-left button {
    padding: 0.7rem 1.2rem;
    margin-top: 1rem;
  }
  .nav ul {
    gap: 8px;
  }
  .nav li p {
    font-size: 16px;
    font-weight: 300;
  }
  .nav button {
    padding: 0.3rem 0.4rem;
    font-size: 16px;
  }
  .nav img {
    width: 129px;
  }
  .nav {
    padding: 0.5rem 1rem;
  }
  .about h1 {
    font-size: 52px;
  }
  .about p {
    font-size: 25px;
    margin-bottom: 1rem;
  }
  .about a {
    font-size: 23px;
  }
  .cw-section__title {
    font-size: 2.5rem;
  }
  .cw-accordion__item .cw-label {
    font-size: 1.2rem;
  }
  .cw-fix {
    padding: 0px 0px;
  }
  .faq-contact h3 {
    margin: -8px 0px 15px 0px;
    font-size: 18px;
  }
  .contact-info-content h4 {
    color: var(--pure);
    font-size: 3.2em;
    margin-bottom: 5px;
  }
  .contact-info-content p {
    color: #fff;
    font-size: 1.4em;
  }
  footer .f-contect {
    font-size: 19px;
  }
  footer .footer-socials a i {
    font-size: 32px;
  }
  footer .policy {
    font-size: 25px;
  }
  section.Services .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .founder-detail p {
    font-size: 10px;
  }
  .founder .container .founder-detail img {
    width: 150px;
    margin-right: 1rem;
    height: 150px;
  }
  .founder .container .white-logo img {
    width: 160px;
  }
  .founder .container {
    margin: 0rem 0rem;
  }
  .review-img-1 img {
    width: 120px;
    height: 120px;
  }
  .review-img-2 img {
    width: 90px;
    height: 90px;
  }
  .review-img-3 img {
    width: 80px;
    height: 80px;
  }
  .review-img-6 img {
    width: 120px;
    height: 120px;
  }
  .review-img-4 img {
    width: 90px;
    height: 90px;
  }
  .review-img-5 img {
    width: 80px;
    height: 80px;
  }
  .reviews .About-Background img {
    width: 100%;
    height: 500px;
    display: block;
  }
  .review-comment {
    width: 126%;
    font-size: 9px;
  }
}
@media (max-width: 576px) {
  .about-back img {
    width: 100%;
    height: auto;
    display: block;
    height: 380px;
  }
  .box img {
    width: 24%;
    height: 51%;
    position: absolute;
    top: -19px;
    left: -11px;
  }
  .nav img {
    width: 80px;
  }
  .nav li p {
    font-size: 12px;
    font-weight: 300;
  }
  .nav button {
    padding: 0.3rem 0.4rem;
    font-size: 10px;
  }
  .cw-section {
    padding-top: 11px;
  }
  .cw-section__title {
    font-size: 2rem;
  }
  .hero .h-right img {
    width: 499px;
  }
  .hero .h-left {
    padding-left: 11px;
    padding-right: 20px;
  }
  .hero {
    height: 267px;
  }
  .hero .h-left h1 {
    font-size: 27px;
  }
  .hero .h-right img {
    padding-bottom: 318px;
    margin-right: -322px;
  }
  .about {
    padding: 1rem 2rem;
  }
  .about h1 {
    font-size: 40px;
  }
  .about h1 {
    margin-bottom: 1rem;
  }
  .about p {
    font-size: 20px;
  }
  .about a {
    font-size: 19px;
  }
  section.blog .section-heading {
    font-size: 43px;
  }
  section.blog .section-heading {
    font-size: 55px;
  }
  section.blog .card-wrapper .card .card-content p {
    font-size: 1.3rem;
  }
  section.blog .card-wrapper .card .card-content span {
    color: var(--lightgray);
    font-size: 1.2rem;
  }
  .cw-accordion__item .cw-open + .cw-acordion-cont {
    font-size: 1.2rem;
  }
  footer {
    padding: 5rem 5px;
  }
  footer .policy {
    font-size: 21px;
  }
  section.Services .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .service .service-header h1 {
    font-size: 33px;
  }
  .founder {
    background-color: var(--light);
    padding: 3rem 1rem;
  }
  .founder .container .founder-detail img {
    width: 100px;
    height: 100px;
  }
  .founder-detail p {
    font-size: 8px;
  }
  .founder .container .white-logo img {
    width: 160px;
  }
  .review-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem 4rem;
    width: 100%;
  }
  .reviews .container h1 {
    margin-bottom: 2rem;
    font-size: 27px;
  }
  .review-img-1 img {
    width: 70px;
    height: 70px;
  }
  .review-img-2 img {
    width: 50px;
    height: 50px;
  }
  .review-img-3 img {
    width: 45px;
    height: 45px;
  }
  .review-img-6 img {
    width: 70px;
    height: 70px;
  }
  .review-img-4 img {
    width: 50px;
    height: 50px;
  }
  .review-img-5 img {
    width: 45px;
    height: 45px;
  }
  .review-img-2 img {
    margin-left: -36px;
    margin-top: 1rem;
  }
  .reviews .About-Background img {
    width: 100%;
    height: 376px;
    display: block;
  }
  .review-comment {
    width: 126%;
    font-size: 6px;
  }
  .review-comment {
    padding: 5px 7px;
  }
  .review-2 .review-comment {
    padding: 5px 7px;
  }
  .review-2 .review-comment::after {
    left: auto;
    right: -10px;
    border-color: transparent transparent transparent var(--purper);
    rotate: -13deg;
  }
}
@media (max-width: 400px) {
  .hero .h-left h1 {
    font-size: 18px;
  }
  .hero .h-left p {
    font-size: 14px;
  }
  .hero {
    height: 240px;
  }
  .hero .h-left button {
    padding: 0.5rem 0.8rem;
    margin-top: 1rem;
  }
  .hero .h-left button {
    font-size: 10px;
  }
  .about h1 {
    font-size: 28px;
  }
  .about p {
    font-size: 15px;
  }
  .about a {
    font-size: 14px;
  }
  .about h1 span::before {
    top: -6px;
  }
  .service .service-header .service-main p {
    padding: 0.2rem 0.4rem;
  }
  .service .service-header h1 {
    font-size: 28px;
  }
  section.Services .card-wrapper .card h2 {
    font-size: 1.2rem;
  }
  section.Services .card-wrapper .card p {
    font-size: 13px;
  }
  section.Services .card-wrapper .card {
    padding: 2rem 2px;
    padding-top: 4.4rem;
  }
  section.Services .card-wrapper .card i img {
    height: 50px;
    width: 50px;
    rotate: 315deg;
  }
  section.blog .section-heading {
    font-size: 30px;
  }
  section.blog h1 span::before {
    top: -4px;
    border-radius: 4px;
  }
  section.blog .card-wrapper .card .card-content p {
    font-size: 1.1rem;
  }
  section.blog .card-wrapper .card .card-content span {
    font-size: 0.8rem;
  }
  section.blog .card-wrapper .card .card-content a {
    font-size: 0.8rem;
  }
  .cw-section__title {
    font-size: 1.5rem;
  }
  .faq-top p {
    font-size: 1rem;
  }
  section {
    padding-top: 21px;
  }
  .cw-accordion__item .cw-label {
    font-size: 0.8rem;
  }
  .cw-accordion__item .cw-label:after {
    font-size: 24px;
    top: -6px;
    width: 24px;
    height: 24px;
  }
  .cw-accordion__item .cw-open + .cw-acordion-cont {
    font-size: 0.7rem;
  }
  .faq-contact h3 {
    margin: -8px 0px 15px 0px;
    font-size: 13px;
  }
  .founder .container .white-logo img {
    width: 150px;
  }
  .founder .container {
    padding: 0.5rem 0.5rem;
  }
  .contact-info-content h4 {
    font-size: 1.4em;
  }
  .contact-info-content h4 span::before {
    top: -6px;
    height: 4px;
  }
  .contact-info-content p {
    font-size: 0.8em;
  }
   .contact-form {
       background-color: white;
       border-radius: 13px;
       padding: 25px;
       width: 100%;
       height: 476px;
       padding-bottom: 15px;
       padding-top: 15px;
   }
  .contact-form .input-box span {
    font-size: 15px;
  }
  .contact-form .input-box input[type="submit"] {
    width: 27%;
    padding: 10px;
    font-size: 12px;
  }
  .contact-info {
    margin-bottom: 6px;
    width: 100%;
  }
  footer .f-contect {
    font-size: 16px;
  }
  footer .policy {
    font-size: 16px;
  }
  footer .footer-socials a i {
    font-size: 28px !important;
  }
  footer {
    background-color: var(--purper);
    text-align: center;
    padding: 5rem 0;
    padding-bottom: 90px !important;
  }
  .nav li p {
    font-size: 11px;
    font-weight: 300;
  }
  .nav img {
    width: 66px;
  }
  .nav button {
    padding: 0.3rem 0.4rem;
    font-size: 11px;
  }
  .nav {
    padding: 0.5rem 0.6rem;
  }
  .about-back img {
    width: 100%;
    height: auto;
    display: block;
    height: 296px;
  }
}
