/*!
Theme Name: Code and Idea
Theme URI: https://codeandidea.com/
Author: Ayub Shah
Author URI: https://codeandidea.com/
Description: Custom WordPress theme for Code and Idea website.
Version: 1.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: code-and-idea
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme is licensed under the GNU General Public License v2 or later.
*/

@import url("https://fonts.googleapis.com/css?family=Fanwood+Text:400,400i");
html {
  box-sizing: border-box;
  font-size: 16px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  font-family: "Fanwood Text", serif;
  background-color: #fff;
}
html,
body {
  height: 100%;
}
body ::selection,
html ::selection {
  background: #4e6f88;
  color: #fff;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #303030;
}
p {
  margin: 0 0 10px;
  font-size: 24px;
}
.white-text {
  color: #fff;
  text-decoration: none;
}
#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
}
.header-wrap {
  width: 100%;
  float: left;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.header {
  float: left;
  width: 100%;
}
.header-top {
  float: left;
  width: 100%;
  padding: 5px 10px;
  background: #303030;
}
.header-top address {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-style: normal;
}
.header-top address p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
}
.header-top address p i {
  font-size: 16px;
  color: #565656;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  border-radius: 100px;
  margin-right: 5px;
}
.header-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 10px 10px;
  background: #f1f1f1;
  align-items: center;
  position: relative;
}
.logo-wrap {
  float: left;
}
.logo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.nav-wrap {
  float: right;
}
.nav-wrap ul li {
  display: inline-block;
  list-style-type: none;
  padding: 8px 14px;
  margin: 3px 0;
}
.nav-wrap ul li a {
  font-size: 15.5px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 7px 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-weight: bold;
  letter-spacing: 1px;
}
.nav-wrap ul li a:hover {
  color: #000;
}
.nav-wrap ul li a:before,
.nav-wrap ul li a:after {
  height: 2px;
  position: absolute;
  content: "";
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #141418;
  width: 0;
}
.nav-wrap ul li a:before {
  top: 0;
  left: 0;
}
.nav-wrap ul li a:after {
  bottom: 0;
  right: 0;
}
.nav-wrap ul li a:hover:before,
.nav-wrap ul li a .current a:before,
.nav-wrap ul li a:hover:after,
.nav-wrap ul li a .current a:after {
  width: 100%;
}
.nav-wrap ul li a:hover:before,
.nav-wrap ul li a .current a:before,
.nav-wrap ul li a:hover:after,
.nav-wrap ul li a .current a:after {
  width: 100%;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.burger {
  width: 30px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

.burger span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

/* Animate to X */
.burger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.header-bottom a.start-project-btn {
  background-color: #303030;
  color: #fff;
  padding: 6px 12px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-weight: bold;
  letter-spacing: 1px;
}
.header-bottom a.start-project-btn:hover {
  background-color: #565656;
}
.content-wrap {
  width: 100%;
  float: left;
}
.intro-wrap {
  width: 100%;
  padding: 20px 40px 10px 40px;
  display: flex;
  gap: 2%;
  align-items: center;
}
.intro-desc {
  width: 49%;
}
.intro-wrap h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
.intro-desc p {
  font-size: 26px;
}
.intro-wrap a {
  color: #303030;
  text-decoration: none;
  font-weight: bold;
}
.intro-wrap a:hover {
  text-decoration: underline;
  color: #565656;
}
.intro-wrap img {
  width: 49%;
}
.work-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 50px 10px;
}
.work-wrap h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}
.work-wrap ul {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 0.75%));
  column-gap: 1%;
  row-gap: 20px;
  padding: 0;
  margin: 0;
}
.work-wrap li:nth-child(5) {
  grid-column: span 2;
  width: 100%;
}
.work-wrap li:nth-child(6) {
  grid-column: span 2;
  width: 100%;
}
.work-wrap li:nth-child(15) {
  width: 50%;
}
.work-wrap li:nth-child(16) {
  width: 50%;
}
.work-box {
  float: left;
  width: 100%;
}
.work-img {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.work-img a {
  width: 100%;
  float: left;
  display: table;
}
.work-img img {
  width: 100%;
  transition: opacity 0.2s linear 0s, filter 0.2s linear 0s;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  vertical-align: bottom;
  font-size: 0;
}
.work-img img:hover {
  transition: opacity 0.2s linear 0s, filter 0.2s linear 0s;
}
.work-img:hover img {
  transition: opacity 0.2s linear 0s, filter 0.2s linear 0s;
  -webkit-transition: all 0.5s linear;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.work-tagline {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #303030;
  margin-bottom: 15px;
}
.work-tagline h4 {
  font-size: 20px;
}
.work-title {
  float: left;
  width: 100%;
  background: #303030;
}
.work-title a {
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 6px 10px;
}
.work-title a:hover {
  text-decoration: line-through;
}
/* About Us */
.about-wrap {
  float: left;
  width: 100%;
  padding: 10px 10px 50px 10px;
}
.about-description-wrap,
.team-wrap,
.plan-wrap,
.clients-wrap {
  display: flex;
  width: 100%;
  gap: 2%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  padding-top: 30px;
}
.about-images .img1 {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
.about-images .img2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.about-images .img3 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.about-images .img4 {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
}
.about-images .img-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0.3);
  transition: 0.3s all;
}
.about-images .img-box:hover {
  filter: none;
}
.left-title-box {
  width: 30%;
}
.left-title-box h1 {
  font-size: 60px;
  font-weight: bold;
  color: #303030;
  text-transform: uppercase;
}
.left-title-box h2 {
  font-size: 36px;
  font-weight: bold;
  color: #303030;
  text-transform: uppercase;
}
.right-detail-box,
.right-team-detail,
.plan-detail,
.clients-detail {
  width: 68%;
}
.right-team-detail ul {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 0.75%));
  column-gap: 1%;
  row-gap: 10px;
  padding: 0;
  margin: 0;
}
.right-team-detail ul li {
  width: 100%;
}
.right-team-detail ul li a {
  display: block;
  text-decoration: none;
}
.right-team-detail ul li a h4 {
  font-size: 22px;
}
.right-team-detail ul li a p {
  font-size: 16px;
  color: #3c3c3c;
}
.plan-text {
  display: flex;
  gap: 20px;
  align-items: center;
}
.plan-text p {
  width: 50%;
  padding: 25px 10px;
  border: 1px dotted #565656;
  border-radius: 25px;
  background: #fefff4;
}
.plan-detail ul {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 0.75%));
  column-gap: 1%;
  row-gap: 10px;
  padding-top: 50px;
  margin: 0;
}
.plan-detail ul li {
  width: 100%;
  text-align: center;
}
.plan-detail ul li a {
  display: inline-block;
  width: 100%;
  transition: 0.5s all;
  opacity: 0.8;
}
.plan-detail ul li a:hover {
  transform: translateY(-10px);
}
.plan-detail ul li a img {
  float: left;
  width: 100%;
  border: 2px solid #212122;
  border-radius: 200px;
  filter: contrast(100);
}
.plan-detail ul li a h3 {
  font-size: 22px;
  text-transform: capitalize;
  margin-top: 20px;
  float: left;
  width: 100%;
  color: #303030;
}
.clients-detail ul {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 0.75%));
  column-gap: 1%;
  row-gap: 10px;
  padding: 0;
  margin: 0;
}
.clients-detail ul li {
  text-align: center;
  border: 1px solid #565656;
}
.clients-detail ul li img {
  filter: grayscale(0.3);
  transition: 0.3s all;
  max-width: 85%;
}
.clients-detail ul li img:hover {
  transform: scale(0.8);
  filter: none;
}
.clients-detail ul li:hover img {
  filter: none;
}
.about-bottom {
  text-align: center;
}
.about-bottom h5 {
  font-size: 36px;
  font-weight: bold;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}
.about-bottom a {
  color: #303030;
  font-size: 36px;
  text-decoration: underline;
  margin-bottom: 0;
}
/* Contact Us */
.contact-main-wrap {
  display: flex;
  width: 100%;
  gap: 5%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-wrap {
  float: left;
  width: 100%;
  padding: 10px;
}
.left-title-box-contact {
  width: 45%;
}
.left-title-box-contact p {
  margin-bottom: 20px;
  font-size: 26px;
}
.left-title-box-contact img {
  width: 100%;
  max-width: 700px;
}
.left-title-box-contact h1 {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.left-title-box-contact h2 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-detail-right {
  width: 60%;
}
.contact-detail-right h3 {
  font-size: 28px;
  font-weight: bold;
}
.contact-block > p {
  font-size: 22px;
  margin: 10px 0;
}
.contact-detail-right article {
  padding-bottom: 10px;
  border-bottom: 2px dotted #000000;
  margin-bottom: 15px;
}
.contact-block h4 {
  font-size: 20px;
  margin-top: 5px;
}
.contact-block h5 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #4a4a4a;
}
.contact-block ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-style: normal;
}
.contact-block ul li i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #303030;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
}
.contact-block ul li a {
  color: #303030;
  text-decoration: underline;
  transition: 0.3s all;
  display: inline-block;
}
.contact-block ul li a:hover {
  letter-spacing: 1.5px;
}
.contact-wrap .row-left h2 {
  font-size: 48px;
  font-weight: bold;
  color: #212122;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: linear-gradient(180deg, transparent 65%, #4e6f88 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
.row:hover .row-left h2 {
  background-size: 100% 100%;
}
.left-title-box-contact .social-icons {
  float: left;
  width: 100%;
}
.left-title-box-contact .social-icons ul {
  display: flex;
  gap: 0px 15px;
  flex-wrap: wrap;
}
.left-title-box-contact .social-icons ul li {
  margin-bottom: 15px;
}
.left-title-box-contact .social-icons li a {
  font-weight: bold;
  font-size: 28px;
  color: #303030;
  text-decoration: none;
  position: relative;
}
.left-title-box-contact .social-icons li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 3px;
  background-color: #000;
  width: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.social-icons li a:hover:after,
.social-icons li a:focus:after,
.social-icons li a:active:after {
  width: 100%;
}
/* Our Services */
.services-wrap {
  float: left;
  width: 100%;
  padding: 10px 10px 50px 10px;
}
.services-description-wrap {
  display: flex;
  width: 100%;
  gap: 2%;
  padding-top: 40px;
}
.services-detail {
  width: 60%;
}
.services-box {
  display: flex;
  width: 100%;
  gap: 3%;
  margin-bottom: 40px;
}
.services-box-left {
  float: left;
  width: 22%;
  text-align: center;
}
.services-box-left img {
  float: left;
  width: 100%;
  border: 2px solid #303030;
  border-radius: 200px;
}
.services-box-left h3 {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
}
.services-box-right {
  float: left;
  width: 75%;
}
.services-box-right p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.services-box-right ul li {
  float: left;
  width: 100%;
  list-style-type: none;
  font-size: 20px;
  margin-bottom: 13px;
}
.services-box-right li i {
  margin-right: 10px;
}
.process-wrap {
  display: flex;
  width: 100%;
  gap: 2%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.process-detail {
  width: 68%;
}
.process-detail ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.process-detail ul::before {
  content: "";
  position: absolute;
  width: 94%;
  height: 3px;
  background: #303030;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.process-detail ul li {
  text-align: center;
  list-style-type: none;
  background: #fff;
  position: relative;
  padding: 0 15px;
}
.process-detail ul li img {
  margin-bottom: 10px;
  margin: 0 auto;
  display: block;
  width: 100px;
  clear: both;
  margin-top: 26px;
}
.process-detail ul li span.number {
  width: 70px;
  height: 70px;
  border: 4px solid #303030;
  margin: 0 auto;
  display: block;
  padding-top: 5px;
  font-size: 32px;
  color: #303030;
  border-radius: 100px;
  font-weight: bold;
}
.process-detail ul li h1 {
  font-size: 22px;
  margin-top: 20px;
  font-weight: bold;
}

.technologies-wrap {
  display: flex;
  width: 100%;
  gap: 2%;
  padding-top: 60px;
  padding-bottom: 30px;
}

.technologies-detail {
  width: 70%;
}

.technologies-detail ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 43px 43px;
}

.technologies-detail ul li {
  width: 90px;
  padding: 15px;
  background: #efefef;
  border: 1px solid #303030;
}

.technologies-detail ul li img {
  max-width: 100%;
  vertical-align: bottom;
}

/* Our Work */
.work-wrap-main {
  float: left;
  width: 100%;
  padding: 30px 10px;
}
.top-title-box {
  float: left;
  width: 100%;
  padding: 15px 0;
}
.top-title-box h1 {
  font-size: 60px;
  font-weight: bold;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
}
/* Our Client */
.client-main-page {
  width: 100%;
}
.testimonials-wrap {
  display: flex;
  width: 100%;
  gap: 2%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.testimonials {
  width: 68%;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 0.3%));
  column-gap: 1%;
  row-gap: 10px;
  padding: 0;
  margin: 0;
}
.testimonial-item {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 20px;
  border: 1px dashed #000;
}
.testimonial-item .quote {
  font-size: 18px;
  color: #303030;
  margin-bottom: 20px;
}
.testimonial-item .author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #303030;
}
.testimonial-item img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .testimonial-item {
    padding: 1.5rem;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
}
/* Start A Project */
.quote-wrap-main {
  float: left;
  width: 100%;
  padding: 30px 60px;
}
.quote-wrap-main .top-title-box {
  text-align: center;
  margin-bottom: 10px;
}
.quote-wrap {
  display: flex;
  width: 100%;
  gap: 5%;
  align-items: center;
  justify-content: center;
}
.quote-wrap form {
  padding: 30px;
  border: 1px dashed #303030;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 55%;
}
.quote-wrap form h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}
.quote-wrap form label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: #303030;
  font-size: 18px;
}
.quote-wrap form input,
.quote-wrap form select,
.quote-wrap form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 18px;
  background-color: #f8fafc;
  transition: border-color 0.3s ease;
  color: #565656;
  font-family: Arial, Helvetica, sans-serif;
}
.quote-wrap form input:focus,
.quote-wrap form select:focus,
.quote-wrap form textarea:focus {
  border-color: #565656;
  outline: none;
}
.quote-wrap form button {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
}
.quote-wrap form button:hover {
  background-color: #565656;
}
.image-start-a-project {
  width: 40%;
}
.image-start-a-project img {
  filter: grayscale();
}
/* Project Detail */
.project-main {
  float: left;
  width: 100%;
  padding: 1%;
}
.project-main-bg {
  width: 100%;
  min-height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.83)),
    url(../images/feature-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
}
.project-main-bg-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.project-main-bg-inner h3 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.project-main-bg-inner h4 {
  font-size: 36px;
  color: #fff;
}
.project-main-bg-inner li {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  padding: 0 15px;
  list-style-type: none;
}
.project-main .row-left {
  float: left;
  width: 40%;
  padding-right: 2%;
}
.project-main .row-left p {
  font-size: 28px;
}
.project-main .row-left h4 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: bold;
  text-decoration: line-through;
}
.project-main .row-left a {
  font-size: 24px;
  color: #000;
  margin-top: 30px;
  display: block;
}
.project-main .row-right {
  width: 60%;
}
.project-main .row-right img {
  padding: 5%;
  background: #f1f1f1;
  margin-bottom: 20px;
}
/* Team Detail */
.single-person-wrap {
  float: left;
  width: 100%;
  padding: 50px 10px;
}
.person-wrap {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.person-wrap .row-left {
  width: 40%;
  margin-right: 30px;
}
.person-wrap .row-right {
  width: 60%;
}
.person-wrap .row-right h1 {
  font-size: 36px;
  font-weight: bold;
}
.person-wrap .row-right h3 {
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.person-wrap .row-right p {
  font-size: 20px;
}
.person-wrap .row-right p a {
  text-decoration: none;
  color: #212122;
}
.person-wrap p a:hover {
  text-decoration: underline;
}
.person-social {
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.person-social ul {
  display: flex;
  gap: 5px;
}
.person-social ul li a {
  width: 32px;
  height: 32px;
  background-color: #303030;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
}
.person-social ul li a:hover {
  background-color: #3c3c3c;
}
/* Terms Wrap */
.terms-wrap {
  float: left;
  width: 100%;
  padding: 1%;
}
.terms-wrap h1 {
  font-size: 60px;
  font-weight: bold;
}
.terms-wrap h4 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.footer-wrap {
  float: left;
  width: 100%;
}
.footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #303030;
}
.footer-left {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-left p {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
}
.footer-left li {
  display: inline-block;
  list-style-type: none;
}
.footer-left ul {
  display: flex;
  gap: 5px;
}
.footer-left li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  color: #303030;
}
.footer-right ul {
  display: flex;
  gap: 10px;
}
.footer-middle p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.footer-right ul li a {
  text-decoration: none;
  padding: 0 3px;
  color: #fff;
}
.footer-right ul li a:hover {
  text-decoration: underline;
}

/* Responsive for medium screens (e.g., tablets) */
@media (max-width: 1280px) {
  .about-wrap {
    padding: 10px 20px;
  }
  .about-description-wrap,
  .team-wrap,
  .plan-wrap,
  .clients-wrap {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .left-title-box {
    width: 100%;
  }
  .right-detail-box,
  .right-team-detail,
  .plan-detail,
  .clients-detail {
    width: 100%;
  }
  .left-title-box h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .left-title-box h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .plan-detail ul li a h3 {
    font-size: 20px;
  }
  .testimonials-wrap {
    flex-wrap: wrap;
  }
  .left-title-box {
    width: 100%;
  }
  .testimonials {
    width: 100%;
  }
  .services-description-wrap {
    flex-wrap: wrap;
  }
  .services-description-wrap .left-title-box {
    text-align: center;
  }
  .services-description-wrap .left-title-box h1 {
    margin-bottom: 20px;
  }
  .services-detail {
    width: 100%;
  }
  .process-wrap {
    flex-wrap: wrap;
  }
  .process-wrap .left-title-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .process-detail {
    width: 100%;
  }
  .quote-wrap-main .top-title-box h1 {
    margin-bottom: 15px;
  }
  .quote-wrap {
    align-items: start;
  }
  .quote-wrap form h2 {
    font-size: 36px;
  }
}

/* Responsive for medium screens (e.g., laptop) */
@media (max-width: 1024px) {
  .burger {
    display: flex;
  }
  .nav-wrap {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ebebeb;
    padding: 5px 0px;
    width: 230px;
  }
  .nav-wrap ul li {
    width: 100%;
  }
  .nav-wrap.visible {
    display: block;
  }
  .intro-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .intro-desc {
    width: 100%;
    order: 2;
  }
  .intro-wrap h1 {
    font-size: 36px;
  }
  .intro-wrap img {
    width: 100%;
    order: 1;
    max-height: 350px;
    object-fit: cover;
  }
  .right-team-detail ul {
    grid-template-columns: repeat(4, calc(24% - 0.75%));
    column-gap: 2%;
  }
  .right-team-detail ul li {
    margin-bottom: 20px;
  }
  .plan-detail ul {
    grid-template-columns: repeat(4, calc(24% - 0.75%));
    column-gap: 2%;
  }
  .plan-detail ul li {
    margin-bottom: 20px;
  }
  .plan-detail ul li a h3 {
    font-size: 22px;
  }
  .top-title-box h1 {
    font-size: 42px;
  }
  .contact-main-wrap {
    flex-wrap: wrap;
    padding: 10px 20px;
  }
  .left-title-box-contact {
    width: 100%;
    margin-bottom: 20px;
  }
  .left-title-box-contact h1 {
    font-size: 42px;
  }
  .left-title-box-contact p {
    font-size: 24px;
  }
  .left-title-box-contact img {
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .contact-detail-right {
    width: 100%;
  }
  .quote-wrap {
    flex-wrap: wrap;
  }
  .quote-wrap form h2 {
    text-align: center;
  }
  .quote-wrap form {
    width: 100%;
  }
  .image-start-a-project {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  .image-start-a-project img {
    max-width: 100%;
  }
}

/* Responsive for medium screens (e.g., tablets) */
@media (max-width: 768px) {
  .header-top address p:nth-child(1) {
    display: none;
  }
  .intro-wrap img {
    max-height: 250px;
  }
  .work-wrap ul {
    grid-template-columns: repeat(2, calc(50% - 0.5%));
  }
  .left-title-box h1 {
    font-size: 42px;
  }
  .left-title-box h2 {
    font-size: 32px;
  }
  .about-images {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .about-images .img1,
  .about-images .img2,
  .about-images .img3,
  .about-images .img4 {
    grid-column: auto;
    grid-row: auto;
  }
  .about-images .img-box {
    height: auto;
  }
  .plan-detail ul {
    grid-template-columns: repeat(3, calc(32.6% - 0.75%));
  }
  .right-team-detail ul {
    grid-template-columns: repeat(3, calc(32.6% - 0.75%));
  }
  .clients-detail ul {
    grid-template-columns: repeat(4, calc(25% - 0.75%));
  }
  .right-team-detail ul li {
    margin-bottom: 0px;
  }
  .process-detail ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .process-detail ul li {
    width: 50%;
    margin-bottom: 25px;
  }
  .plan-text {
    gap: 10px;
    flex-wrap: wrap;
  }
  .plan-text p {
    width: 100%;
    padding: 25px 25px;
  }
  .footer {
    flex-direction: column;
    gap: 15px;
    padding: 30px 10px;
  }
  .footer-middle {
    order: 3;
  }
  .top-title-box h1 {
    font-size: 36px;
  }
  .testimonials {
    grid-template-columns: repeat(2, calc(49.6% - 0.3%));
  }
  .services-box {
    gap: 5%;
  }
  .services-box-left {
    width: 25%;
  }
  .services-box-right {
    width: 70%;
  }
  .services-box-right p {
    font-size: 22px;
  }
  .process-detail {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}

@media (max-width: 660px) {
  .right-team-detail ul {
    grid-template-columns: repeat(2, calc(49.7% - 0.75%));
  }
  .services-box-left h3 {
    font-size: 22px;
  }
  .services-box-right p {
    font-size: 20px;
  }
  .services-box-right ul li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .plan-detail ul {
    grid-template-columns: repeat(2, calc(49.7% - 0.75%));
    padding-top: 20px;
  }
  .plan-detail ul li {
    margin-bottom: 20px;
    padding: 0 25px;
  }
  .quote-wrap-main {
    padding: 25px;
  }
}

/* Responsive for small screens (e.g., mobile phones) */
@media (max-width: 480px) {
  p {
    font-size: 22px;
  }
  .intro-wrap h1 {
    font-size: 28px;
  }
  .intro-desc p {
    font-size: 22px;
  }
  .work-wrap ul {
    grid-template-columns: repeat(2, calc(50% - 0.5%));
  }
  .work-title a {
    font-size: 16px;
  }
  .right-team-detail ul li a h4 {
    font-size: 18px;
    font-weight: 600;
  }
  .about-wrap {
    padding: 20px 20px 40px 20px;
  }
  .left-title-box h1 {
    font-size: 36px;
  }
  .left-title-box h2 {
    font-size: 28px;
  }
  .process-detail ul li {
    margin-bottom: 40px;
  }
  .process-detail ul li span.number {
    width: 50px;
    height: 50px;
    border: 2px solid #303030;
    font-size: 24px;
  }
  .process-detail ul li img {
    width: 70px;
  }
  .plan-detail ul li {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .clients-detail ul {
    grid-template-columns: repeat(3, calc(33.3% - 0.75%));
  }
  .about-bottom h5 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 18px;
  }
  .about-bottom a {
    font-size: 26px;
  }
  .services-box {
    flex-wrap: wrap;
    gap: 0;
    padding: 0 5px;
  }
  .services-box-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .services-box-left img {
    max-width: 200px;
    float: none;
  }
  .services-box-left h3 {
    font-size: 24px;
  }
  .services-box-right {
    width: 100%;
  }
  .services-box-right p {
    font-size: 22px;
    font-weight: 400;
  }
  .services-box-right ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer-left p {
    font-size: 16px;
  }
  .top-title-box h1 {
    font-size: 32px;
  }
  .testimonials {
    grid-template-columns: repeat(1, calc(100%));
  }
  .quote-wrap form {
    padding: 15px;
  }
  .quote-wrap form h2 {
    font-size: 28px;
  }
}
/* Responsive for extra small screens (e.g., small mobile phones) */
@media (max-width: 360px) {
  p {
    font-size: 20px;
  }
  .logo-wrap {
    width: 50px;
  }
  .burger {
    width: 26px;
    height: 24px;
  }
  .header-bottom a.start-project-btn {
    padding: 8px 14px;
    font-size: 14px;
  }
  .intro-wrap h1 {
    font-size: 24px;
  }
  .intro-desc p {
    font-size: 20px;
  }
  .work-wrap h2 {
    font-size: 26px;
  }
  .left-title-box h1 {
    font-size: 28px;
  }
  .services-box-left img {
    max-width: 150px;
    float: none;
  }
  .services-box-right p {
    font-size: 20px;
  }
  .services-box-right ul li {
    font-size: 18px;
  }
}
