@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");
/* Import all fonts */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather:wght@400;700&family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700&family=Poppins:wght@400;700&family=Playfair+Display:wght@400;700&family=Raleway:wght@400;700&family=Roboto:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap");

:root {
  --purple: #6a0dad;
  --blue: #1e90ff;
  --orange: #ff5722;
  --teal: #008080;
  --white: #ffffff;
  --light-gray: #f0f0f0;
  --primary: #3dcfd3;
  --dark: #161616;
  --pure: #ffffff;
  --ternary: #898989;
  --light: #f2f2f2;
  --secondary: #070606;
  --D-primary: #74697c;
}

/* Font family usage */

/* Option 1: Montserrat, Open Sans, Playfair Display */
.body-option-1 {
  font-family: "Open Sans", sans-serif; /* Body text */
}

.headings-option-1 h1,
.headings-option-1 h2,
.headings-option-1 h3,
.headings-option-1 h4,
.headings-option-1 h5,
.headings-option-1 h6 {
  font-family: "Montserrat", sans-serif; /* Headings */
}

.accent-option-1 .accent-text {
  font-family: "Playfair Display", serif; /* Accent text */
}

/* Option 2: Raleway, Roboto, Poppins */
.body-option-2 {
  font-family: "Roboto", sans-serif; /* Body text */
}

.headings-option-2 h1,
.headings-option-2 h2,
.headings-option-2 h3,
.headings-option-2 h4,
.headings-option-2 h5,
.headings-option-2 h6 {
  font-family: "Raleway", sans-serif; /* Headings */
}

.accent-option-2 .accent-text {
  font-family: "Poppins", sans-serif; /* Accent text */
}

/* Option 3: Lato, Source Sans Pro, Merriweather */
.body-option-3 {
  font-family: "Source Sans Pro", sans-serif; /* Body text */
}

.headings-option-3 h1,
.headings-option-3 h2,
.headings-option-3 h3,
.headings-option-3 h4,
.headings-option-3 h5,
.headings-option-3 h6 {
  font-family: "Lato", sans-serif; /* Headings */
}

.accent-option-3 .accent-text {
  font-family: "Merriweather", serif; /* Accent text */
}

body {
  /* font-family: 'poppins' ,sans-sarif  !important; */
  width: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smotting: antialiased;
}

.flex {
  display: flex;
}
.j_between {
  justify-content: space-between;
}
.a_items {
  align-items: center;
}

/*....................................... header start...................................... */
/*..................................... nav bar start.......................... */
.navbar-toggler {
  display: none;
}

a {
  text-decoration: none !important;
}
.contct_n p {
  margin-bottom: 7px !important;
}
.s_links i {
  margin-left: 2rem !important;
}
/*.......................................... nav bar 2...................................... */
nav {
  background-color:rgba(0, 0, 0, 0.911);
  padding: 15px;
  display: flex;
}
.container-fluid {
  align-items: center;
}
.container_n2 {
  padding: 2rem 3rem;
}
.n_links a {
  font-family: "Montserrat", sans-serif;
  color: var(--white);
  margin-left: 2rem;
  padding: 10px 20px;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 17px;
}
.n_links a:hover {
  font-weight: bold;
  color: teal;
  transition: none 2s;
}
.logoName {
  display: flex;
  justify-content: center;
  align-items: end;
  
}
.logoNamep{
   margin-top: 10px;
}

.logoName p {
  font-size: 18px !important;
  font-weight: 600;
  font-family: sans-serif;
  line-height: 20px !important;
  padding-left: 10px !important;
  margin-bottom: 0px !important;
  color: white;
}
.container-fluid img {
  width: 80px !important;
}
.companyNav{
  color: white;
  margin-bottom: 0;
  font-size: 14px;
  padding-right: 2px;
}
.companyNav2{
  color: white;
  margin-bottom: 0;
  font-size: 10px;
  text-align: center;
}
main img {
  width: 100%;
}
/* ..........................................header end ............................................*/
/* ............................................... hero ................................................. */
.services_top {
  position: relative;
  width: 100%;
}

.card-img-top {
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); 
}

.text-container {
  color: white;
  text-align: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
}

.hero-text {
  font-size: 1.2rem;
}

.hero-title {
  font-family: "Open Sans", sans-serif;
  font-size: 5rem !important;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}
.hero-text {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.8rem !important;
  color: #ffffff;
  margin-top: 0.5rem;
}

/*  */
.carousel-caption {
  font-weight: bolder !important;
  font-size: 72px;
  text-shadow: #161616;
}

.hero {
  background-size: cover;
  color: var(--white);
  text-align: center;
}

.heade {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  margin: 0;
}

/* ..........................................Map.......................................... */
.google_map {
  padding: 3rem;
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #008080;
}
.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;
}

/*................................................  contact.............................................. */

.container-fluid img {
  width: 80px !important;
}
.OurCompany .companyNav{
  color: white;
  margin-bottom: 0;
  font-size: 14px !important;
  padding-right: 2px ;
  text-align: center;
  font-family: sans-serif;
}
.OurCompany .companyNav2{
  color: white;
  margin-bottom: 0;
  font-size: 10px !important;
  text-align: center;
}


.contact img {
  width: 80px !important;
  border-radius: 2px;
}
.OurCompany{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.OurCompany p{
  font-size: 18px !important;
  font-weight: 600;
  font-family: sans-serif;
  line-height: 20px !important;
  padding-left: 10px !important;
  margin-bottom: 0px !important;
  color: white;
}

.weAre{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact {
  padding: 2.5rem;
  background-color: black;
  margin-top: 2px;
  font-family: "Arial", sans-serif;
}
.c-container {
  gap: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-container h5 {
  margin-bottom: 2rem;
  color: #008080 !important ;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-container p a {
  margin-bottom: 1rem;
  color: white !important;
  line-height: 1.5;
}
.email-b {
  border-radius: 4px;
  padding: 5px 25px;
  border: 2px solid white;
  color: white;
}
.email-b:hover {
  zoom: 75%;
}

.contect-1 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  background-color: black;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contect-c1 {
  margin-top: 1rem;
}
.contect-1 i {
  color: teal;
}
.contect-c1 a {
  color: white;
}
.contect-c1 a p {
  margin-top: 0;
  margin-bottom: 0rem;
}
.contect-1 span {
  color: teal;
  border-bottom: solid 2px teal;
}

/*........................................... footer........................................  */

/*  */
footer div {
  flex-wrap: wrap;
  background-color: teal;
  color: #6a07b1;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 1rem; */
}

 .f-Develop p{
   color: white;
   font-weight: 400;
   font-family: sans-serif;
 }
.f-logo p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  margin: 10px 0;
  color: #6a07b1;
}
.f-logo-p {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  line-height: 16px;
}
.f-logo-f {
  display: flex;
  flex-direction: column;
}
.f-point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.f-point p {
  font-size: 18px !important;
  font-weight: bold;
  color: white;
}
/*....................................... why............................................ */
.why {
  padding:10rem !important;
  background-color: #008080;
  text-align: center;
}

.why span {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem !important;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #ffffff;
}

.why p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem !important;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.why a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  color: #1e90ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.why a:hover {
  color: #ff5722;
}

/*............................................. bast............................................... */
.best {
  display: flex !important;
  justify-content: space-between;
  align-items: center;

  padding: 4rem 8rem;
  width: 100%;
  gap: 2rem;
  background-color: var(--light-gray);
  margin-top: 2px;
}

.best h1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  width: 100%;
  color: black;
  margin-bottom: 2rem;
}

.best p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  width: 90%;
  color: gray;
  margin-bottom: 1.5rem;
}

.best button {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  background-color: #ff5722;
  color: white !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.best button:hover {
  background-color: #d94a1e;
}

.best a {
  text-decoration: none;
  color: inherit;
}

/*       servies  */
.about_section_1 {
  background-color: #008080;
  margin-bottom: 2px;
  padding: 2rem;
  margin-top: 2px;
}
.about_section_11 {
  width: 50%;
}
.about_section_12 {
  width: 50%;
}
.about_section_11 p,
h1 {
  padding: 0rem 2rem;
}
.about_section_11 button {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  background-color: #ff5722;
  color: white !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: 1.6rem;
}
.about_section_11 button:hover {
  background-color: #d94a1e;
  color: blue !important;
}
.about_section_1 h1 {
  color: var(--pure);
  margin-bottom: 1rem;
}

.about_section_1 h1 span {
  color: var(--pure);
}
.about_section_1 div img {
  width: 100%;
  height: 600px;
  border-radius: 20px;
}

.about_section_11 p,
h1 {
  padding: 3rem 2rem;
  font-size: 24px;
  color: white;
}

.about_section_1 h1 {
  font-family: sans-serif;
  font-weight: 700;
  color: var(--pure);
  margin-bottom: 1rem;
}
.about_section_1 div img {
  width: 100%;
  height: 504px;
  border-radius: 20px;
}
.about_section_11 p,
h1 {
  padding: 0rem 2rem;
  font-size: 24px;
  color: var(--light-gray);
  line-height: 3rem;
  font-family: "Open Sans", sans-serif;
}

/* ...............................about-section  achivments................................................... */
.about-section {
  background-image: url("https://cdn.prod.website-files.com/6571a177887ce18e96c05eb4/65806059a1bd79592626fd65_solarfield.png");
  background-size: cover;
  background-position: center;
  opacity: 0; 
  transform: translateY(50px); 
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.achieved  h3 {
  font-size: 1.9rem;
  text-align: center;
  color: darkgray;
  font-weight: 700;
} 

.about-section.animate {
  opacity: 1; 
  transform: translateY(0); 
}
.about-section1 {
  background-image: url("https://cdn.prod.website-files.com/6571a177887ce18e96c05eb4/6571a177887ce18e96c05f50_alexey-marchenko-b8HSfIlni1c-unsplash%201.png");
  background-size: cover;
  background-position: center;
  opacity: 0; 
  transform: translateY(50px); 
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.about-section1.animate {
  opacity: 1; 
  transform: translateY(0); 
}

.about-section2 {
  background-image: url("https://cdn.prod.website-files.com/6571a177887ce18e96c05eb4/6582b13f4ace43b1a8ef9324_sacha-t-sas-SpR-bqKETw4-unsplash%202-p-1080.png");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateY(50px); 
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.about-section2.animate {
  opacity: 1; 
  transform: translateY(0); 
}

.about-section3 {
  background-image: url("https://cdn.prod.website-files.com/6571a177887ce18e96c05eb4/6582b1ca31e185680b6cdfe0_Bildschirm%C2%ADfoto%202023-08-28%20um%2014.19%205-p-1080.png");
  background-size: cover;
  background-position: center;
  opacity: 0; 
  transform: translateY(50px); 
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.about-section3.animate {
  opacity: 1; 
  transform: translateY(0); 
}


/* .......................about me page................................. */
section.about {
  padding: 2.5rem 0;
  background-color: #008080;
}

section.about .about-me-img {
  width: 100%;
  max-width: 450px;
  margin-left: 0;
  border-radius: 9px;
}

section.about .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

section.about h1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
}

section.about p {
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-right: 15%;
  margin-bottom: 2rem;
  color: white;
}

section.about button {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  background-color: #ff5722;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

section.about button:hover {
  background-color: #d94a1e;
}

.about-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: center;
}

.section-heading {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--secondary);
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.section-heading span {
  color: var(--primary);
}

.section-heading + p {
  margin-bottom: 4rem;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: var(--ternary);
  font-weight: 600;
}
@media (max-width: 768px) {
  section.about h1 {
    font-size: 2rem;
  }

  section.about p {
    font-size: 1rem;
    margin-right: 5%;
  }

  section.about .about-me-img {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  section.about h1 {
    font-size: 1.75rem;
  }

  section.about p {
    font-size: 0.9rem;
    margin-right: 0;
  }

  section.about button {
    font-size: 0.9rem;
  }
}

/* ........................................Achievements Section ................................*/
.achieved {
  padding: 6rem 2rem;
  background-color: #008080;
}

.achieved span {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
  text-align: center;
}

.achieved p {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: white;
  text-align: justify;
  max-width: 800px;
  margin: 0 auto;
}

.achieved a {
  color: #2196f3 !important;
  text-decoration: none;
}

.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(5, 1fr);
  }
}

.card:nth-child(1):before {
  background-image: url("https://wallpapercave.com/wp/wp7902278.jpg");
}

.card:nth-child(2):before {
  background-image: url("https://wallpapercave.com/wp/wp7902414.jpg");
}

.card:nth-child(3):before {
  background-image: url("https://wallpapercave.com/wp/wp7902123.jpg");
}

.card:nth-child(4):before {
  background-image: url("https://wallpapercave.com/wp/wp7902094.jpg");
}
.card:nth-child(5):before {
  background-image: url("https://wallpapercave.com/wp/wp7902081.jpg");
}
@media (hover: hover) and (min-width: 600px) {
  .card:before {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }

  .card:hover,
  .card:focus-within {
    align-items: center;
    transform: translateY(0);
  }

  .card:hover .content,
  .card:focus-within .content {
    transform: translateY(0);
  }
}

.card {
  border-radius: 12px;
  height: 460px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 2rem 1rem;
  width: 100%;
  text-align: center;
  background-color: #2d2d2d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: whitesmoke;
  transition: transform 0.3s ease-in-out;
}
.card:hover {
  transform: scale(1.05);
}

.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: brightness(0.5);
}
.content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: white;
}

.copy {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  color: white;
  margin-top: 1rem;
}

.btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: white;
  background-color: #ff5722;
  border-radius: 8px;
  border: none;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #d94a1e;
}

.btn a {
  color: white;
  text-decoration: none;
}

.btn:focus {
  outline: 2px dashed yellow;
  outline-offset: 3px;
}
/* ..............................  achieved1. .......................................................  */
.achieved1 {
  padding-left: 10rem;
  padding-right: 10rem;
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-color: var(--D-primary);
}
.achieved1 span {
  font-weight: bolder;
  font-size: 70px;
  margin-bottom: 2rem;
  color: white;
}
.achieved1 p {
  font-size: 24px;
  margin-bottom: 1rem;
  color: white;
}
.achieved1 a {
  color: blue !important;
}
/*........................................INPRINT............................................................  */
.INPRINT {
  font-family: sans-serif;
  background-color: #008080;
  color: white;
  margin-top: 2px;
  padding: 3rem;
}

/*........................................ privacy-policy-section................................................ */

.privacy-policy-section {
  font-family: "Roboto", sans-serif;
  background-color: #008080; /* Light background color for better readability */
  padding: 30px;
  margin: 20px auto;
  /* border-radius: 8px; */
  /* max-width: 800px; */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.privacy-policy-section p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--pure); /* Dark gray text */
  margin-bottom: 20px;
}
.privacy-policy-section h1 {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--orange);
  line-height: 1.8;
  font-family: sans-serif;
  margin-bottom: 20px;
}
.privacy-policy-section span {
  font-size: 18px;
  font-weight: bold;
  color: #0066cc; /* Blue for the section titles */
  margin-bottom: 10px;
}

.privacy-policy-section a {
  color: #ff6600; /* Orange color for email link */
  text-decoration: none;
  font-weight: bold;
}

.privacy-policy-section a:hover {
  text-decoration: underline;
}

.privacy-policy-section p span {
  font-weight: bold;
}

/*  */

.achieved1 span {
  font-weight: bolder;
  font-size: 40px !important;
  margin-bottom: 2rem;
  color: white;
}
/* .container-fluid img {
  width: 67px !important;
} */
.logoName p {
  font-size: small;
  font-weight: 400;
  font-family: sans-serif;
  line-height: 0px;
}
.navbar-toggler {
  padding: 0.2rem 0.4rem;
  font-size: 0.9rem;
  line-height: 1;
  background-color: transparent;
  border-radius: 0.25rem;
}
.why {
  padding: 0.9rem;
}
.why p {
  font-size: 15px;
  margin-top: 1rem;
}
.why span {
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 1rem;
}

footer img {
  width: 100px;
}
.f-point p {
  font-size: 14px;
  font-weight: bold;
}

.container {
  padding: 1.5rem;
}

.contact-info:before {
  display: none;
}

.google_map iframe {
  width: 95%;
  height: 269px;
  border: 2px solid var(--primary) !important;
}

/*........................................... responsive start .......................................*/
@media (max-width: 1024px) {
  .about_section_11 p,
  h1 {
    padding: 0rem 0rem;
  }
  .achieved1 {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 15rem;
    padding-bottom: 3rem;
    background-color: var(--D-primary);
  }
}
@media (max-width: 768px) {
  .logoName p {
    font-size: 12px !important;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 16px !important;
    padding-left: 8px !important;
    margin-bottom: 0px !important;
    color: white;
}
.companyNav {
  color: white;
  margin-bottom: 0;
  font-size: 11px !important;
  padding-right: 2px;
}
.companyNav2 {
  color: white;
  margin-bottom: 0;
  font-size: 8px;
  text-align: center;
}
.container-fluid img {
  width: 70px !important;
}
  
  
  
  .about_section_1 div img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
  .best {
    flex-direction: column;
    padding: 3rem 1.5rem;
    gap: 2rem;
    align-items: center !important;
  }

  .best h1 {
    font-size: 2.5rem;
  }

  .best p {
    font-size: 1.25rem;
    text-align: center !important;
  }

  .best button {
    /* font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center !important; */
    display: none;
  }
  .about_section_11 p, h1 {
    
    text-align: center;
}

  .why {
    padding: 3rem 1.5rem;
  }

  .why span {
    font-size: 2rem; /* Adjust heading size for smaller screens */
  }

  .why p {
    font-size: 1.1rem; /* Adjust paragraph size for smaller screens */
  }
}

@media (max-width: 850px) {
  .logoName p {
    font-size: 15px !important;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 18px !important;
    padding-left: 8px !important;
    margin-bottom: 0px !important;
    color: white;
}
.companyNav {
  color: white;
  margin-bottom: 0;
  font-size: 13px;
  padding-right: 2px;
}
 
.container-fluid img {
  width: 75px ;
} 

  .n_links a {
    font-family: "Montserrat", sans-serif;
    color: var(--white);
    margin-left: 0rem;
    padding: 5px 15px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 17px;
  }
 
  .best p {
    font-size: 28px;
  }
  .best {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem;
    width: 100%;
    gap: 1rem;
    background-color: var(--light-gray);
    margin-top: 2px;
  }
  .about_section_1 {
    
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }
  .about_section_11 {
    width: 80% !important;
  }
  .about_section_1 div button{
        display: none;
  }
  
  .about_section_1 h1 {
    color: var(--white);
    margin-bottom: 1rem;
    /* align-items: center; */
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 690px) {
  .hero-title {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem !important;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
  }
  .hero-text {
    font-family: "Open Sans", sans-serif !important;
    font-size: 0.8rem !important;
    color: #ffffff;
    margin-top: 0.5rem;
  }

  .about_section_1 div img {
    width: 100%;
  
    border-radius: 20px;
  }

  .about_section_1 {
    background-color: #008080;
    margin-bottom: 2px;
    padding: 2rem;
    margin-top: 2px;
    display: flex;
   
  }
  .n_links a {
    font-family: "Montserrat", sans-serif;
    color: var(--white);
    margin-left: 0rem;
    padding: 5px 7px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
  }

  .container_n1 {
    background-color: var(--light);
    padding: 0.7rem 1rem;
  }
  .contect-c2 {
    width: 90% !important;
  }
  .why {
    padding: 2rem !important;
  }
  .best h1 {
    font-weight: bolder;
    font-size: 42px;
    width: 100%;
  }
  .best p {
    font-size: 15px;
  }
  .achieved1 span {
    font-weight: bolder;
    font-size: 54px;
    margin-bottom: 2rem;
    color: white;
  }
}
@media (max-width: 576px) {
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    font-size: 28px !important;
}
  .best {
    padding: 2rem 1rem;
  }

  .best h1 {
    font-size: 2rem;
  }

  .best p {
    font-size: 1rem;
  }

  .best button {
    font-size: 1rem;
    padding: 10px 20px;
  }

  .why {
    padding: 2rem 1rem;
  }

  .why span {
    font-size: 1.75rem;
  }

  .why p {
    font-size: 1rem;
  }

  .achieved1 p {
    font-size: 22px;
    margin-bottom: 1rem;
    color: white;
  }
  .achieved1 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 18rem;
    padding-bottom: 3rem;
    background-color: var(--D-primary);
  }
  .navbar-toggler {
    display: block !important;
  }
  .n_links {
    display: none;
  }
  .c-container h3 {
    margin-bottom: 1rem;
    color: white;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .container-fluid img {
    width: 60px !important;
}
.logoName p {
  font-size: 11px !important; 
  line-height: 15px !important;
  padding-left: 8px !important;
  margin-bottom: 0px !important;

}
.companyNav {
  font-size: 10px !important;
 
}
.companyNav2 {
  font-size: 8px;
 
}
.weAre {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
  .about_section_1 div img {
    width: 120%;
    height: 200px;
    border-radius: 5px;
}
  .about_section_1 {
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.about_section_1 h1 {
  font-family: sans-serif;
  font-weight: 700;
  color: var(--pure);
  margin-bottom: 5px;
  font-size: 24px !important;
}.about_section_11 p, h1 {
  padding: 0rem 0rem !important;
  font-size: 16px !important;
  color: var(--light-gray);
  line-height: 3rem;
  font-family: "Open Sans", sans-serif;
} 
  
  .about_section_1 {
    background-color: #008080;
    margin-bottom: 2px;
    padding: 1rem;
    margin-top: 2px;
  }
  .about_section_11 {
    width: 95% !important;
  }
  .section-heading {
    line-height: 1.5rem;
  }
  .why span {
    font-size: 46px !important;
  }
  .why p {
    font-size: 19px !important;
    margin-bottom: 1rem;
  }
  .best {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    width: 100%;
    gap: 1rem;
    flex-direction: column;
  }
  .best h1 {
    width: 100%;
    font-size: 24px !important;
    
  }
  .achieved p {
    font-size: 16px !important;
    margin-bottom: 1rem;
    color: white;
  }
  .achieved span {
    font-weight: bolder;
    font-size: 40px !important;
    margin-bottom: 2rem;
    color: white;
  }

  .achieved1 p {
    font-size: 13px !important;
    margin-bottom: .3rem;
    color: white;
  }
  
}
@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }

  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform 700ms var(--e), opacity 700ms var(--e);
  }

  .card:hover,
  .card:focus-within {
    align-items: center;
  }

  .card:hover:before,
  .card:focus-within:before {
    transform: translateY(-4%);
  }

  .card:hover:after,
  .card:focus-within:after {
    transform: translateY(-50%);
  }

  .card:hover .content,
  .card:focus-within .content {
    transform: translateY(0);
  }

  .card:hover .content > *:not(.title),
  .card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(700ms / 8);
  }

  .card:focus-within:before,
  .card:focus-within:after,
  .card:focus-within .content,
  .card:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}
@media (max-width: 800px) {
  .about_section_11 p,
  h1 {
    padding: 0rem 2rem;
    font-size: 20px;
    color: white;
    line-height: 2rem;
  }
  .carousel-caption {
    font-weight: bolder !important;
    font-size: 48px;
    text-shadow: #161616;
  }
  .f-point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0;
}
  footer div {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .achieved {
    padding: 5rem !important;
  }
  .achieved {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .achieved1 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 15rem;
    padding-bottom: 3rem;
    background-color: var(--D-primary);
  }
  .page-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .card {
    height: 350px;
  }
}

@media (min-width: 800px) {
  /* .page-content {
    grid-template-columns: repeat(3, 1fr);
  } */
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .card {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .achieved {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
}
