:root{
    
    --navy:#2f4156;
--teal:#567C8D;
--sky:#cbd9eb;
--beige:#f5efeb;
--white:#ffffff;
--shadow:rgba(0,0,0,0.25);

}
*{
   margin: 0;
    padding: 0;
    box-sizing: border-box;
    
      font-family:'Poppins', sans-serif;
    
     
}
html{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body{ 
    margin: 0;
    padding: 0;
  overflow-x: hidden;
      font-family:'Poppins', sans-serif;
    font-family: system-ui, -apple-system, "Segoe UI",Tahoma,Arial;
background: var(--beige);
    
      color: var(--navy);
    
    
}
.img{
width: 100%;
}
.logo{
    width: 30px;
    height: auto;
    display: block;
}

/*
.nn h1{
    padding: 30;
}

/*.body1{
    font-family: Arial, sans-serif;
    background: var(--dark);*/

header{
margin: 0 !important;/*
min-height: auto;
width: 100%;/*
background-color: #dce2e1;*//*
display: flex;
      gap: 12px;
   /* padding-right: 5px;*//*
      flex-wrap: wrap;/*
background: var(--sky);
border-bottom: 1px solid  rgba(47,65, 86, .12);
position: sticky;
top:0;
z-index: 10000;*/

background: var(--sky);

      display: flex;
      align-items: right;
      justify-content: space-between;
      gap: 20px;
      padding: 14px 0;
      position: sticky;
top:0;
z-index: 10000;

   

}


.logo{/*
width: 30px;
      height: auto;
      object-fit: contain;
      background: rgba(255,255,255,0.04);
      border-radius: 12px;
      padding: 4px;*/
      
      
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .logo img {
      width: 20px;
      height: 20px;
      object-fit: contain;
      background: rgba(255,255,255,0.04);
      border-radius: 12px;
      padding: 4px;
    }

    
    .social{
    /*
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: space-between;*/

      display: flex;
      gap: 12px;
      align-items: center;
      flex-wrap: wrap;
    }

   

.social .contact-btn{

  flex: 1 1 0;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  font-size: 14px;
  background: rgba(255,255,255,0.03);
    color: teal;
  text-decoration: none;
  text-align: center;
 
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
  /*
      font-size: 14px;
      padding: 10px 12px;
      border-radius: 10px;*/
      transition: var(--transition);
}

.social .contact-btn:hover{
  background-color: var(--teal);
  color: white;
}
.p6 h2{
    background-color: var(--sky) !important;
    color: var(--sky) !important;
    background: var(--sky) !important;
}
.penos{
padding-bottom: 20px 0px;
}
.penos h2{
    color: #2F4156;
    line-height: 1.1;
}


.penos h1{
    
      color: var(--teal);
    line-height: 1.1;
      }

.hero1{
  background:linear-gradient(180deg,var(--sky),var(--beige));
    padding: 45px 3px;
     font-family:'Poppins', sans-serif;
    font-family: system-ui, -apple-system, "Segoe UI",Tahoma,Arial;
    
}
/*.hero h5{
    /*background: url(imges/6.jpg);
    
.about h2{
    margin-left: 50px;
}*/
.about h3{
    margin-left: 70px;
}
.about p{
    margin-left: 20px;
}
.about1{
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    
      color: var(--teal);
    
}

.about2 h2 h3 p{
color:var(--sky) !important;
}

.menu{
   max-width: auto;
    min-width: auto;
    background: beige;
    border-radius: 20px;
    margin-top: 0; /* مهم */
  position: relative;
  width: 100%;
  z-index: 2000;
}
.dropdown {
           position: relative;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  margin: 8px 0 0 0;
  box-sizing: border-box;
  z-index: 3000;
            width: 100%;
           /* user-select: none;*/
            margin-bottom: 0;
            
        }

        /* زر القائمة */
        .dropdown-btn {
            width: 100%;
            padding: 8px 12px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 12px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 15px;
            font-weight: 500;
          /*  color: var(--teal);*/
           transition: all 0.2s;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
            text-decoration: none;
            position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  margin: 8px 0 0 0;
  box-sizing: border-box;
  z-index: 3001;
        }

        .dropdown-btn:hover {
            border-color: var(--teal);
        }
        /* رمز السهم (مثلث CSS) */
        .arrow {
            width: 10px;
            height: 10px;
            border-left: 2px solid #666;
            border-bottom: 2px solid #666;
            transform: rotate(-45deg);
            transition: transform 0.3s ease;
           /* margin-right: 8px;*/
        }

        .dropdown.active .arrow {
            transform: rotate(135deg);
        }

        /* محتوى القائمة */
        .dropdown-menu {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            width: 100%;
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
            opacity: 0;
            visibility: hidden;
            transform: translateY(-8px);
            transition: all 0.2s ease;
        z-index: 4000;
            max-width: 280px;
           
            
        }

        .dropdown.open .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* خيارات القائمة (روابط) */
        .dropdown-item {
            display: block;
            padding: 9px 18px;
            font-size: 15px;
          /*  color: var(--teal);*/
            text-decoration: none;
            transition: background 0.15s;
            border-bottom: 1px solid #f0f0f0;
        }

        .dropdown-item:last-child {
            border-bottom: none;
        }

        .dropdown-item:hover {
            background-color: #f0f7f3;
            color: var(--teal);
        }
        .card-name{
            font-weight: 500;
        }
        
        
.about2{
  min-height: 1vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0; 
  background-image: url("6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--teal) !important;
  z-index:1;
}
.hero-content{
/*width: 100%;*/
max-width: 100%;
margin: 0 auto;
background-color: rgb(255, 255, 255,0.10);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(13px);
padding-bottom: 1px; 
position: relative;
overflow: visible;
color: black !important;
z-index: 1;
}
.hero1 h2{
padding-bottom: 2px; 
    
    margin-top: 0;
    position: relative;
}
.hero p , d ,i{

line-height: 1.6;
margin-bottom: 3px;
}

/*.tobar{
    background: var(--teal);
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*//*
    position: fixed;
    top: 0;
    width: 100%;
    
/*
}*/
.close{
    margin: 0 !important;
    left: auto !important;
    right: 60px !important;
position: absolute;
    font-size:  32px;
    text-decoration: none;
     background: none;
    border:none ;
    font-size: 1.11re;
    font-weight: bold;
    cursor: pointer;
    color: white;
    transition: 0.2s;
    line-height: 1;
    padding:  50 40px;
    margin-right: 0%;
}


/*.form-panel {
            flex: 2;
            padding: 2rem;
            background: url(imges/6.jpg);
}
*/
        .form-panel h5 {
            
            margin-bottom: 1.6rem ;
            border-left: 3px solid var(--teal);
            padding-left: 1.0rem;
             font-family:'Poppins', sans-serif;
    font-family: system-ui, -apple-system, "Segoe UI",Tahoma,Arial;
        }

/*
.hero-text{

    position: absolute !important;
    top: 40% !important;
    left: 8% !important;
    max-width: 500px !important;
    color: var(--navy);
}/*
.hero-text ::before{
    content: "";
    position: absolute;
    left: -15px;
    top: 5px;
    width: 5px;
    height: 90%;
    background: var(--teal);
}
/*
.nn h1{
   /* float: left;*//*
    padding: 6px 10px;
    color:#2f4156;
    margin-left: 3px;
    font-size: 50px;
    font-weight: 500;
    text-shadow: 3px 3px 3px rgba(72, 132, 160, 0.8);*/
/*
.search-input{
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}
.search-input{
    padding: 6px;
    color: #2f4156;
    width: 150px;
    font-size: 16px;
    border:  1px solid #2f4156;
    margin-top: 5px;
}
.search{
    padding: 5px 10px;
    background-color:#f5efeb;
border-radius: 5px;
cursor: pointer;
}
.search :hover{
    display: flexbox;
    box-shadow:0 8px 20px rgba(11,61,145,0.15);
}
nav{
    width: 100%;
    height: 35px;
    background-color: #f8f7f8;
    border-bottom: 3px solid #dfdadf;
}
.card select{
list-style: georgian;
margin-left : 700px; 
border-radius: 5px;
/*padding: 1px 30px;*/
/*gap: 10px;*/

/*.section  select option{
    
    margin-right: 10px;*/

/*.card select option a{
    font-size: 30px;
     display: flex;
     transition: 0.3s;
    color: black;
   padding: 5px 3px;
    border-radius: 5px;
}
.card select option a:hover{
    background-color: #2f4156;
    color: #2f4156;
}*/



        /* زر الرجوع */
        .back-btn  {
            display: inline-flex;
           align-items: center;
            justify-content: center;
           margin: top 20px;
           margin-left: 50px;
            gap: 6px;
            background-color: var(--teal);
            color: white;
            border: none;
            border-radius: 50px;
            padding: 10px 20px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: background 0.2s;
           text-decoration:none
            
        }

        .back-btn:hover {
            background-color: skyblue;
            color: #333;
        }

        /* شكل السهم في زر الرجوع */
        .back-arrow {
            display: inline-block;
            width: 7px;
            height: 7px;
            border-right: 2px solid white;
            border-bottom: 2px solid white;
            transform: rotate(135deg);
            margin-left: 5px; 
           
        }
        /* تذييل */
       /* .info {
            margin-top: 15px;
            font-size: 12px;
            color: skyblue;
            text-align: center;
        }
        }*//*
                .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }
        .modal-content {
            background: white;
            width: 90%;
            max-width: 400px;
            max-height: 80vh;
            border-radius: 24px;
            padding: 20px;
            overflow-y: auto;
            position: relative;
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }
        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
            margin-bottom: 15px;
        }
        .modal-header h3 {
            margin: 0;
            font-size: 18px;
        }
        .close-modal {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #888;
        }
        .rating-summary {
            text-align: center;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }
        .stars-static {
            color: #ffc107;
            font-size: 24px;
            letter-spacing: 4px;
        }
        .avg-rating {
            font-size: 28px;
            font-weight: bold;
            margin: 5px 0;
        }
        .reviews-list {
            margin-bottom: 20px;
            max-height: 200px;
            overflow-y: auto;
        }
        .review-item {
            border-bottom: 1px solid #f0f0f0;
            padding: 10px 0;
        }
        .review-stars {
            color: #ffc107;
            font-size: 14px;
        }
        .review-text {
            font-size: 14px;
            margin: 5px 0;
            color: #555;
        }
        .review-date {
            font-size: 11px;
            color: #999;
        }
        .add-review {
            background: #f9f9f9;
            padding: 15px;
            border-radius: 16px;
        }
        .star-rating {
            direction: ltr;
            display: inline-block;
            unicode-bidi: bidi-override;
            font-size: 28px;
            cursor: pointer;
        }
        .star-rating span {
            display: inline-block;
            color: #ddd;
            transition: 0.1s;
        }
        .star-rating span.selected,
        .star-rating span:hover {
            color: #ffc107;
        }
        textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 12px;
            margin: 10px 0;
            font-family: inherit;
            resize: vertical;
        }
        .submit-review {
            background: #2c7a4d;
            color: white;
            border: none;
            border-radius: 40px;
            padding: 8px 16px;
            cursor: pointer;
            font-size: 14px;
        }
        .warning {
            font-size: 11px;
            color: #999;
            margin-top: 10px;
        }
       
*/
main{
    display: flex;
    flex-wrap: wrap;
    background-size: contain;
}

.card{
    margin: 50px;
    margin-top: 70px;
    border: 1px solid ;
    background-size: contain;
    box-shadow: 0 5px 10px rgba(11,61,145,0.15);
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 15px;
    border-radius: 10px;
    padding-bottom: 3px 4px;
    gap: 10;
    
}
.card a{
    text-decoration: none;
    color: #2f4156;
    font-size: 15px ;
    font-weight: bold;
    margin: 4px;
}
.card-img{
    text-align: center;
    object-fit: contain;
    display: block;
    background-size: cover;
background-repeat: no-repeat;
    width: 100%;
    height: 200;
    padding-bottom: 3px 4px;
}
.befor-after{
   display: flex;
   justify-content: center;
   gap: 10px;

}

.befor-after img{
    width: 100%;
    max-width: 1500px;
   /* object-fit: cover;*/
    border-radius: 15px;
background-size: contain;
background-repeat: no-repeat;}
   /* 
.card-img img{
    width: 250;
    height: 200px;
    border-radius: 20px;

}/*


.card-img :hover{
    opacity: 0.7;
}/*
.card{
   margin: 20px;
    margin-top: 40px;
    margin-right: 200px;
    width: 120px;
    padding: 20px;
    margin-bottom: 40px; 
}
.card-img{
  text-align: center;  
}
.card-img img{
     width: 300;
    height: 300px;
    border-radius: 20px;

}*/
/*.container{
width: min(1100px,92%);
margin: auto;*/
.container {
            max-width: 1500px;
            width: 100%;
            justify-content: center;
            align-items: center;
            text-align: center;
            border-radius: 24px;
            overflow: hidden;
            display: flex;
            flex-wrap: wrap;
            width: min(800px,92%);
            background-size: cover;
            background-repeat: no-repeat;
            margin: auto;
            gap: 10;
        }

.btn{
    background: var(--teal);
    color: var(--white);
    border: 0;
    padding: 12px 16px ;
    border-radius: 14px;
    cursor: pointer;
    transition: transform.18s ease ,box-shadow.18s ease,opacity.18s ease ;
    box-shadow: 0 10px 24px rgba(47,65,86,.18);

}
.btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 34px rgba(47,65,86, .25);
    opacity: .95;
}
.btn:active{
    transform: translateY(0);

}
.card1{
    background: var(--white);
    border-radius: 18px;
    border: 1px solid rgba(47,65, 86, .10);
}
.card1:hover{
    transform: translateY(-3px);
    box-shadow: 0 16px 38px rgba(47,65,86,.18);
}


.Services{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin: auto;
}
.delay-1 { animation-delay: 0.08s; }
    .delay-2 { animation-delay: 0.16s; }
    .delay-3 { animation-delay: 0.24s; }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(25px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes revealUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* RESPONSIVE */
    @media (max-width: 980px) {
      .about-grid,
      .contact-wrap,
      .services-grid,
      .values-grid,
      .why-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 768px) {
    body{
    margin: 0;
    }
      .header-inner {
        flex-direction: column;
        align-items: flex-start;
      }

      .header-actions {
        width: 100%;
        justify-content: space-between;
      }

      .about-grid,
      .contact-wrap,
      .services-grid,
      .values-grid,
      .why-grid {
        grid-template-columns: 1fr;
      }

      .hero {
        padding: 65px 0 55px;
      }

      .hero-logo {
        width: 120px;
      }

      .promise-box {
        padding: 28px 20px;
      }

      .promise-box h3 {
        font-size: 29px;
      }

      .brand-text h1 {
        font-size: 20px;
      }
     
  .social a{
    font-size: 12px;
    padding: 5px;
  }
}

@media (max-width: 768px){
  .dropdown-btn,
  .dropdown-menu{
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }
  .dropdown-btn a,
.dropdown-menu a{
  display: block;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
}

.contact-boxes{
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
}

/* end mobile dropdown media fix */

.small-muted{
    color: rgba(47,65,86, .75);
}
input,select,textarea{
    width: 100%;
    padding: 12px 12px;
    border-radius: 12px;
    border: 1px solid rgba(47,65,86,.18);
    outline: none;
    background: var(--white);
}
input:focus,select:focus,textarea:focus{
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(86,124,141,.18);
}

/* الزر العائم - لون أزرق مناسب للرسائل */
.floating-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #007bff; /* لون أزرق جذاب للتواصل */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  text-decoration: none;
  animation: pulse 2s infinite;
}

/* تأثير عند المرور */
.floating-btn:hover {
  transform: scale(1.1);
  background-color: #0056b3;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.card-name{
    font-weight: 700;
}

/* النص المنبثق عند المرور */
.tooltip-text {
  position: absolute;
  background-color: #333;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'Tahoma', sans-serif;
  white-space: nowrap;
  right: 70px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.floating-btn:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
  right: 80px;
}

/* حركة نبض جذابة */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

/* للشاشات الصغيرة (جوال) */
*{
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.container,
.wrapper,
.card,
.card-img,
.section,
.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* لو عندك عناوين كبيرة جداً */
h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.15;
}

h2 {
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.2rem, 3vw, 2rem);
  line-height: 1.25;
}

p,
button,
input,
textarea,
select {
  font-size: clamp(0.95rem, 1.5vw, 1rem);
}

/* أزرار عامة */
button,
.btn,
input[type="submit"] {
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
     white-space: nowrap;
}


/* فورم عام */
form {
  width: 100%;
}

input,
textarea,
select {
  width: 100%;
  max-width: 100%;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

/* جريد عام */
.grid {
  display: grid;
  gap: 20px;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* فليكس عام */
.flex {
  display: flex;
  gap: 16px;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* منع أي عنصر يطلع برا الشاشة */
.section,
.div,
.header,
.main,
.footer,
.nav {
max-width: 100%;
}

/* =========================
   Large Desktop
   ========================= */
@media (min-width: 1400px) {
  .container,
  .wrapper,
  .section,
  .content {
    max-width: 1320px;
  }
}

/* =========================
   Laptop / Small Desktop
   ========================= */
@media (max-width: 1199px) {
  .container,
  .wrapper,
  .section,
  .content {
    max-width: 1000px;
  }

  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =========================
   Tablet
   ========================= */
@media (max-width: 991px) {
  .container,
  .wrapper,
  .section,
  .content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .grid-4,
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .flex,
  .flex-between {
    flex-wrap: wrap;
  }

  /* الهيدر */
  header,
  .header,
  .navbar,
  .hero {
    padding-top: /*16px;*/0;
    padding-bottom: /*16px;*/0;
  }

  /* لو عندك صورتين جنب بعض */
  .hero,
  .about,
  .contact-section,
  .services-section {
    display: flex;
    flex-direction: column;
  }

  .hero-text,
  .hero-image,
  .about-text,
  .about-image,
  .contact-info,
  .contact-form {
    width: 100%;
  }
}

/* =========================
   Mobile
   ========================= */
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .container,
  .wrapper,
  .section,
  .content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .grid-4,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .flex,
  .flex-between,
  .flex-center {
    flex-direction: column;
    align-items: stretch;
  }

  /* عناوين ومسافات */
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  h1 {
    font-size: 2rem;
    text-align: center;
  }

  h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  
  p {
    line-height: 1.7;
  }

  /* أزرار */
  .btn,
  .button,
  
  input[type="submit"] {
    width: 100%;
  }

  /* فورم */
  form {
    padding: 0;
  }

  input,
  textarea,
  select {
    font-size: 16px; /* يمنع زوم iPhone */
  }

  /* منيو */
  nav ul,
  .nav-links,
  .menu-list {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  nav a,
  .nav-links a,
  .menu-list a {
    display: block;
    width: 100%;
  }

  /* صور الهيرو أو البطاقات */
  .card,
  .service-card,
  .project-card,
  .box {
    width: 100%;
  }

  .logo img {
    max-width: 140px;
  }
}
@media (max-width: 991px) {
  .cards-secation {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cards-secation {
    grid-template-columns: 1fr;
  }

  .card img {
    height: 180px;
  }
}

/* =========================
   Small Mobile
   ========================= */
@media (max-width: 480px) {
  .container,
  .wrapper,
  .section,
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.15rem;
  }

  section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .logo img {
    max-width: 110px;
  }

  .btn,
  button,
  input[type="submit"] {
    padding: 11px 16px;
    font-size: 0.95rem;
  }
}

.body1 {
            font-family: 'Segoe UI', 'Poppins', system-ui, -apple-system, sans-serif;
            background: #F5F7FB;
            line-height: 1.5;
        }
.contact-info-footer :hover{
    transform: translateY(-6px);
            box-shadow: 0 20px 32px rgba(0, 0, 0, 0.1);
            
}
.process-section{
  background: linear-gradient(180deg, #1b2430 0%, #202c39 100%);
  min-height: 100vh;
}

.process-header{
  position: relative;
  background: var(--teal);
  text-align: center;
  padding: 34px 20px 44px;
}

.process-header h2{
  color: var(--white);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.header-arrow{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -18px;
  width: 36px;
  height: 36px;
  background: var(--teal);
}

.process-container{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 20px 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.process-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.step-number{
  position: absolute;
  top: -18px;
  width: 58px;
  height: 58px;
  background: var(--navy);
  color: var(--white);
  border: 4px solid var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
  z-index: 2;
  box-shadow: 0 8px 18px var(--shadow);
}

.card-box{
  width: 180px;
  height: 180px;
  border: 3px solid rgba(255,255,255,0.18);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.02);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
  transition: 0.3s ease;
}

.card-box::after{
  content:"";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-top: 34px solid transparent;
  border-right: 34px solid var(--teal);
  border-bottom: 34px solid var(--teal);
  opacity: 0.95;
}

.card-box::before{
  content:"";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-top: 18px solid transparent;
  border-right: 18px solid var(--navy);
  border-bottom: 18px solid var(--navy);
  z-index: 1;
}

.card-icon{
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.card-icon svg{
  width: 58px;
  height: 58px;
  fill: none;
  stroke: var(--white);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-card:hover .card-box{
  transform: translateY(-6px);
  border-color: rgba(203, 217, 230, 0.45);
  box-shadow: 0 16px 30px rgba(0,0,0,0.22);
}

.process-card:hover .card-icon svg{
  stroke: var(--sky);
}

.step-small{
  margin-top: 18px;
  color: var(--beige);
  font-size: 22px;
  line-height: 1.4;
}

.step-title{
  margin-top: 6px;
  color: var(--white);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 992px){
  .process-container{
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 24px;
  }
}

@media (max-width: 600px){
  .process-header{
    padding: 28px 16px 38px;
  }

  .process-header h2{
    font-size: 32px;
  }

  .header-arrow{
    width: 28px;
    height: 28px;
    bottom: -14px;
  }

  .process-container{
    grid-template-columns: 1fr;
    padding: 70px 16px 50px;
    gap: 44px;
  }

  .card-box{
    width: 170px;
    height: 170px;
  }

  .step-number{
    width: 52px;
    height: 52px;
    font-size: 26px;
    top: -16px;
  }

  .card-icon{
    width: 64px;
    height: 64px;
  }

  .card-icon svg{
    width: 50px;
    height: 50px;
  }

  .step-small{
    font-size: 18px;
  }

  .step-title{
    font-size: 22px;
  }
}
/*first*/
.container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 2rem 1.5rem;
        }

        /* Hero Section - CertaPro style */
        .hero5 {
            background: linear-gradient(135deg, #2F4156 0%, #1e2e3f 100%);
            border-radius: 11px;
            padding: 3rem 2.5rem;
            margin-bottom: 3rem;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .hero5::before {
            content: "";
            position: absolute;
            top: -30%;
            right: -10%;
            width: 300px;
            height: 300px;
            background: rgba(86, 124, 11, 0.15);
            border-radius: 50%;
            pointer-events: none;
        }

        .hero5::after {
            content: "";
            position: absolute;
            bottom: -20%;
            left: -5%;
            width: 250px;
            height: 250px;
            background: rgba(205, 158, 110, 0.1);
            border-radius: 50%;
            pointer-events: none;
        }

        .hero5 h1 {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 0.75rem;
            letter-spacing: -0.02em;
            position: relative;
        }

        .hero5 h1 span {
            color: #CD9E6B;
        }

        .hero5 .subhead {
            font-size: 1.3rem;
            font-weight: 500;
            margin-bottom: 1rem;
            opacity: 0.92;
        }

        .hero5 .description {
            font-size: 1rem;
            max-width: 70%;
            line-height: 1.6;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .btn-estimate {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            background: #567C0B;
            color: white;
            padding: 0.9rem 2rem;
            border-radius: 60px;
            font-weight: 700;
            font-size: 1.1rem;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(86, 124, 11, 0.3);
            text-decoration: none;
        }

        .btn-estimate:hover {
            background: #3e5e08;
            transform: translateY(-2px);
            box-shadow: 0 12px 24px rgba(86, 124, 11, 0.4);
        }

        /* Features Grid - 3 cards */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .feature-card {
            background: white;
            border-radius: 28px;
            padding: 2rem 1.8rem;
            transition: all 0.3s ease;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(0, 0, 0, 0.03);
            text-align: center;
        }

        .feature-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 32px rgba(0, 0, 0, 0.1);
        }

        .feature-icon {
            font-size: 2.5rem;
            background: #F0F4F9;
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto 1.2rem auto;
        }

        .feature-card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #2F4156;
        }

        .feature-card p {
            color: #4a5568;
            font-size: 0.95rem;
            line-height: 1.5;
        }

        /* Commitment & Quality Section */
        .commitment-box {
            background: linear-gradient(120deg, #FEF9F0 0%, #FFFFFF 100%);
            border-radius: 28px;
            padding: 2rem;
            margin-bottom: 2rem;
            border-left: 6px solid #CD9E6B;
        }

        .commitment-box h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2F4156;
            margin-bottom: 1rem;
        }

        .commitment-box p {
            color: #2d3e52;
            line-height: 1.6;
        }

        /* Two Column Layout for Additional Info */
        .two-columns {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-bottom: 2.5rem;
        }

        .info-card {
            background: white;
            border-radius: 24px;
            padding: 1.8rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            border-top: 4px solid #567C0B;
        }

        .info-card h4 {
            font-size: 1.25rem;
            font-weight: 700;
            color: #2F4156;
            margin-bottom: 0.75rem;
        }

        .info-card p {
            color: #5a687c;
            font-size: 0.95rem;
            line-height: 1.5;
        }

        /* Footer */
        .footer-note {
            margin-top: 2rem;
            background: #2F4156;
            border-radius: 28px;
            padding: 1.5rem 2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            color: white;
        }

        .contact-info-footer {
            display: flex;
            align-items: center;
            gap: 15px;
            flex-wrap: wrap;
        }
        .contact-info-footer a {
            display: flex;
            align-items: center;
            gap: 15px;
            flex-wrap: wrap;
            color: var(--navy);
        }

        .phone-big {
            font-size: 1.4rem;
            font-weight: 700;
            direction: ltr;
            background: rgba(255,255,255,0.15);
            padding: 0.4rem 1rem;
            border-radius: 60px;
            letter-spacing: 1px;
        }

        .trust-badge {
            background: #567C0B;
            padding: 0.5rem 1.2rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.85rem;
        }
/*
        @media (max-width: 800px) {
            .hero .description {
                max-width: 100%;
            }
            .hero h1 {
                font-size: 0.1%;
            }
            .hero {
                padding: 0.1rem 1.5rem;
            }
            .footer-note {
                flex-direction: column;
                text-align: center;
                gap: 1rem;
            }
        }

       /* ========= OUR SERVICES SECTION ========= */
        .services-section {
            background: #FFFFFF;
            border-radius: 0 0 2rem 2rem;
            margin-top: 1.5rem;
            padding: 2.5rem;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
        }

        .services-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2F4156;
            margin-bottom: 2rem;
            letter-spacing: -0.3px;
            border-left: 4px solid #1E3A3F;
            padding-left: 1rem;
        }

        /* Services grid layout */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }

        /* Service card */
        .service-card {
            background: #FEFCF8;
            border-radius: 1.25rem;
            padding: 1.25rem 1.5rem;
            transition: all 0.2s ease;
            border: 1px solid #EFEAE2;
        }

        .service-card:hover {
            border-color: #B7B09C;
            box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.08);
        }

        .service-icon {
            font-size: 2rem;
            margin-bottom: 0.75rem;
        }

        .service-name {
            font-size: 1.2rem;
            font-weight: 700;
            color: #2F4156;
            margin-bottom: 0.5rem;
        }

        .service-desc {
            font-size: 0.85rem;
            color: #6B6A5C;
            line-height: 1.5;
        }

        /* Phone number special style */
        .service-phone {
            background: #1E3A3F;
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 40px;
            display: inline-block;
            font-family: monospace;
            font-weight: 600;
            font-size: 1rem;
            margin-top: 0.5rem;
        }

        /* Full width description section (carpentry + others) */
        .services-description {
            margin-top: 2rem;
            padding-top: 1.5rem;
            border-top: 2px solid #EFEAE2;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
        }

        .desc-block {
            background: #FEFCF8;
            border-radius: 1rem;
            padding: 1.25rem;
            border-left: 3px solid #6A9FB5;
        }

        .desc-block h4 {
            color: #2F4156;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .desc-block p {
            color: #5A5A4E;
            font-size: 0.85rem;
            line-height: 1.6;
        }

        .carpentry-full {
            grid-column: 1 / -1;
            background: #F0F2E9;
            border-left: 4px solid #1E3A3F;
            margin-top: 0.5rem;
        }

        .carpentry-full p {
            color: #2F4156;
            font-size: 0.9rem;
            line-height: 1.6;
        }

        /* responsive */
        @media (max-width: 850px) {
            .top-section {
                flex-direction: column;
            }
            .process-side {
                border-right: 0;
                border-bottom: 1px solid #EFEAE2;
            }
          /*  body {
                padding: 1rem;
            }*/
            .services-section {
                padding: 1.5rem;
            }
        }

        hr {
            display: none;
        }
        * {
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}
       /* FIX DESKTOP + PROCESS SECTION */

html {
  overflow-x: hidden;
}

header {
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 50px !important;
}

.logo img,
.hero-logo {
  width: 220px !important;
  max-width: 220px !important;
  height: auto !important;
}

.social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.social .contact-btn {
  width: auto !important;
  flex: unset !important;
  font-size: 16px !important;
  padding: 10px 14px !important;
  background: transparent !important;
  color: teal !important;
}

/* process section */
.process-section {
  background: linear-gradient(180deg, #1b2430, #202c39) !important;
  color: white !important;
}

.process-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  padding: 90px 20px;
}

.process-card {
  text-align: center;
}

.card-box {
  width: 180px !important;
  height: 180px !important;
  margin: auto;
  overflow: hidden;
}

.card-icon svg,
.process-card svg {
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
  max-height: 60px !important;
  stroke: white !important;
  fill: none !important;
}

/* mobile */
@media (max-width: 768px) {
  header {
    padding: 12px 20px !important;
  }

  .logo img,
  .hero-logo {
    width: 150px !important;
  }

  .process-container {
    grid-template-columns: 1fr;
  }
}

/* ===== FINAL FIX: Header + sections from floating message button downward ===== */
header{
  width: 100%;
  min-height: 110px;
  padding: 12px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--sky);
}

.hero-logo{
  width: 170px;
  max-width: 170px;
  height: auto;
  display: block;
}

.social{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.social .contact-btn{
  flex: unset;
  width: auto;
  padding: 8px 14px;
  font-size: 14px;
}

.floating-btn{
  width: 56px;
  height: 56px;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
}

.services-section,
.body1{
  width: min(1200px, 94%);
  margin: 40px auto 0;
  padding: 32px 24px;
  box-sizing: border-box;
}

.services-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.features-grid,
.two-columns{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.two-columns{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.feature-card,
.info-card,
.commitment-box{
  text-align: left;
  padding: 24px;
  border-radius: 22px;
}

.process-section{
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

@media (min-width: 769px) and (max-width: 1199px){
  header{
    min-height: 90px;
    padding: 10px 6%;
  }

  .hero-logo{
    width: 130px;
    max-width: 130px;
  }

  .social .contact-btn{
    padding: 6px 10px;
    font-size: 13px;
  }

  .services-section,
  .body1{
    width: min(950px, 94%);
    padding: 28px;
  }

  .services-grid,
  .features-grid,
  .two-columns,
  .process-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px){
  header{
    min-height: auto;
    padding: 12px 16px;
  }

  .hero-logo{
    width: 120px;
    max-width: 120px;
  }

  .services-section,
  .body1,
  .process-section{
    width: 100%;
    margin-top: 25px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .services-grid,
  .features-grid,
  .two-columns,
  .process-container{
    grid-template-columns: 1fr;
  }

  .service-card,
  .feature-card,
  .info-card,
  .commitment-box{
    text-align: center;
  }

  .floating-btn{
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: 22px;
  }
}


/* =========================================================
   FINAL FIX - Desktop/Laptop layout
   ========================================================= */
header{
  width: 100%;
  background: var(--sky);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 7%;
  position: sticky;
  top: 0;
  z-index: 10000;
}

.hero-logo{
  width: 180px;
  max-width: 180px;
  height: auto;
  display: block;
}

.social{
  display: flex;
  align-items: center;
  gap: 12px;
}

.social .contact-btn{
  flex: unset;
  width: auto;
  padding: 8px 14px;
  font-size: 14px;
}

nav{
  width: 100%;
  position: relative;
  z-index: 9000;
}

.munu,
.menu{
  width: min(1100px, 92%);
  margin: 0 auto;
  position: relative;
}

.dropdown{
  width: 100%;
  max-width: 320px;
  margin: 8px 0 0;
  position: relative;
  z-index: 9000;
}

.dropdown-btn{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100%;
}

.dropdown-menu{
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-width: 320px;
  z-index: 9500;
}

@media (min-width: 769px){
  .floating-btn{
    width: 56px;
    height: 56px;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
  }

  .services-section{
    width: min(1180px, 92%);
    margin: 40px auto 0;
    padding: 2.5rem;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.08);
  }

  .services-grid{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }

  .service-card{
    background: #FEFCF8;
    border-radius: 1.25rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid #EFEAE2;
  }

  .services-description{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .body1{
    width: 100%;
    background: #F5F7FB;
    padding: 40px 0;
  }

  .body1 > .container{
    width: min(1180px, 92%);
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem;
    display: block;
    text-align: center;
    border-radius: 24px;
  }

  .body1 .hero{
    background: linear-gradient(135deg, #2F4156 0%, #1e2e3f 100%);
    color: #fff;
    border-radius: 24px;
    padding: 3rem 2.5rem;
    margin-bottom: 3rem;
  }

  .body1 .hero h1,
  .body1 .hero .subhead,
  .body1 .hero .description{
    color: #fff;
  }

  .body1 .hero .description{
    max-width: 800px;
    margin: 0 auto 2rem;
  }

  .features-grid{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .feature-card{
    background: #fff;
    border-radius: 28px;
    padding: 2rem 1.8rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    text-align: center;
  }

  .commitment-box{
    background: linear-gradient(120deg, #FEF9F0 0%, #FFFFFF 100%);
    border-radius: 28px;
    padding: 2rem;
    margin-bottom: 2rem;
    border-left: 6px solid #CD9E6B;
    text-align: left;
  }

  .two-columns{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 2.5rem;
  }

  .info-card{
    background: #fff;
    border-radius: 24px;
    padding: 1.8rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    border-top: 4px solid #567C0B;
    text-align: left;
  }

  .footer-note{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: #2F4156;
    color: #fff;
    border-radius: 28px;
    padding: 1.5rem 2rem;
  }

  .process-section{
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: linear-gradient(180deg, #1b2430 0%, #202c39 100%);
    min-height: auto;
  }

  .process-container{
    width: min(1100px, 92%);
    max-width: 1100px;
    margin: 0 auto;
    padding: 90px 20px 70px;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
  }
}

@media (min-width: 769px) and (max-width: 1199px){
  header{
    padding: 10px 6%;
  }

  .hero-logo{
    width: 130px;
    max-width: 130px;
  }

  .social .contact-btn{
    padding: 6px 10px;
    font-size: 13px;
  }

  .services-section,
  .body1 > .container{
    width: min(950px, 92%);
  }

  .services-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 900px;
  }
}

@media (max-width: 768px){
  header{
    min-height: auto;
    padding: 12px 16px;
  }

  .hero-logo{
    width: 120px;
    max-width: 120px;
  }

  .services-grid,
  .features-grid,
  .two-columns{
    grid-template-columns: 1fr;
  }

  .service-card,
  .feature-card,
  .info-card,
  .commitment-box{
    text-align: center;
  }

  .floating-btn{
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: 22px;
  }
}
