/* Start Main */

body{
    font-family: 'Cairo', sans-serif;
    text-align: right;
    padding-top: 100px;
}

/* End Main */

/* Start Navbar */

.navbar-light{
    background-color: #FFF!important;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #3CB6B0;
    padding: 1rem;
}
.navbar-light .navbar-brand{
    margin-right: 0;
    color: #3CB6B0;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    font-family:'Cairo', sans-serif;
}
.navbar-light .navbar-brand span{
    color: #43D0CA;
}
.navbar-light .navbar-nav .active .nav-link{
    color: #43D0CA !important;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-item .nav-link{
    color: #444;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover{
    color: #43D0CA;
    font-weight: bold;
}
.navbar-light .navbar-toggler{
    outline: 0
}

/* End Navbar */

/* Start Header */

.header{
    width: 100%;
    background-image: url("../img/header.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
}
.header .overlay{
    width: 100%;
    height: 100%;
    background:radial-gradient(#008dca45 30%, #3B65D4eb);
    padding: 50px 0;
}
.header .overlay .info{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px
}
.header .overlay .info h1{
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 35px;
}
.header .overlay .info p{
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    min-height: 35px;
}
.header .overlay .info .typed-cursor{display: none;}
.header .shap{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px
}
.header .shap svg{
    width: 100%;
    height: 100%;
}

/* End Header */

/* Start About Us */

.aboutus{
    width: 100%;
    padding: 60px 0 80px;
    text-align: center;
}
.aboutus .info{
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}
.aboutus .info h1{
    color: #3CB6B0;
    font-size: 25px;
    font-weight: bold;

}
.aboutus .info h1 i{

color: #43D0CA
}
.aboutus .info h3{
    color: #333;
    font-size: 35px;
    font-weight: bold;
    margin: 40px 0;
}
.aboutus .info span{
    font-size: 18px;
    color: #333;
}
.aboutus .info span b{color: #3CB6B0}
.aboutus .info p{
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px #ccc;
    border: 2px dashed #ddd
}
.aboutus .row{margin-top: 60px}
.aboutus .row i{
    font-size: 60px;
    color: #3CB6B0;
}
.aboutus .row h2{
    font-size: 45px;
    margin: 10px 0;
    font-weight: bold;
    color: #43D0CA;
}
.aboutus .row span{
    display: block;
    color: #444;
    font-weight: bold;
}

/* End About Us */

/* Start Features */

.features{
    text-align: center;
    background-image: url("../img/header.png");
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.features .overlay{
    width: 100%;
    height: 100%;
    background-color: #f0f0f0d6;
    padding: 60px 0 40px
}
.features h1{
    color: #3CB6B0;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 50px;
}
.features h1 i{color: #43D0CA;}
.features h3{
    color: #222;
    margin:20px 0 10px;
    font-weight: bold;
    font-size: 20px
}
.features img{
    width: 100%;
    height: 200px;
    box-shadow: 0px 0px 15px 2px #ccc;
}
.features p{
    color: #444;
    margin-bottom: 40px
}

/* End Features */

/* Start Users */

.users{
    padding: 50px 0 30px;
    text-align: center;
}
.users h1{
    color: #3CB6B0;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 50px;
}
.users h1 i{color: #43D0CA}
.users .box h3{
    color: #222;
    margin:20px 0 10px;
    font-weight: bold;
    font-size: 20px
}
.users .box img{
    width: 100%;
    height: 200px;
    box-shadow: 0px 0px 15px 2px #ccc;
}
.users .box p{
    color: #444;
    margin-bottom: 40px
}

/* End Users */

/* Start Certificate */

.certificate{
    width: 100%;
    text-align: center;
    background-image: url("../img/header.png");
    background-size: cover;
}
.certificate .overlay{
    width: 100%;
    height: 100%;
    background-color: #f0f0f0d6;
    padding: 50px 0 70px;
}
.certificate h1{
    color: #333c4e;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
.certificate h1 i{color: #43D0CA}
.certificate .carousel-indicators{
    bottom: -50px;
    padding: 0
}
.certificate .carousel-indicators li{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #3e505a;
}
.certificate .carousel-indicators .active{background-color: #3e505a;}
.certificate .user-text{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}
.certificate .user-center{
    width: 100%;
    max-width: 800px;
}
.certificate .user-text h5{
    color: #3e505a;
    text-align: right;
    font-weight: bold;
}
.certificate .user-text h5 i{
    color: #43D0CA;
}
.certificate .user-text .custom-i{
    position: absolute;
    left: 30px;
    top: -25px;
    color: #43D0CA;
    font-size: 40px;
    display: block;
}
.certificate .carousel-inner .carousel-item .user-text p{
    color: #444;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 1px #ddd;
    -moz-box-shadow: 0px 0px 15px 1px #ddd;
    box-shadow: 0px 0px 15px 1px #ddd;
    position: relative;
}

/* End Certificate */

/* Start Contact */

.contact{padding: 50px 0;}
.contact .head i{
    font-size: 80px;
    color: #43D0CA;
}
.contact .head h1{
    color: #3CB6B0;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px
}
.contact .head p{margin-bottom: 0;}
.contact h3{
    color: #3CB6B0;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px
}
.contact h3 i{color: #43D0CA}
.contact h4{
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 30px
}
.contact ul{
    padding: 0;
    margin: 0;
}
.contact ul li{
    color: #000000;
    list-style: none;
    margin-bottom: 15px;
}
.contact ul li i{color: #43D0CA;font-weight: bold}
.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea{
    margin-top: 15px;
    font-size: 15px;
    background-color: #fff;
    color: #333;
    border: none;
    border-bottom: 1px solid #ddd;
}
.contact form textarea{height: 150px;margin-bottom:20px;}
.contact form input::placeholder,
.contact form textarea::placeholder{}
.contact form input[type="submit"]{
    background-color: #3CB6B0;
    color: #fff;
    margin-top: 20px;
    padding: 0.375rem 1.3rem 0.6rem
}
.contact form input[type="submit"]:hover{
    opacity:0.9;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

/* End Contact */

/* Start Footer */

.footer{
    padding: 50px 0 30px;
    background-color: #3CB6B0;
    text-align: center;
}
.footer a{
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 30px;
    text-decoration: none;
    display: block
}
.footer span{
    color: #ccc;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 30px;
    display: block
}
.footer i{
    font-size: 40px;
    color: #313131
}
.footer p{
    font-size: 13px;
    color: #ccc;
    margin: 0
}
.footer p::before{
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    margin: 10px auto;
    background-color: #313131;
}
.footer h4{
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #43D0CA;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    font-size: 15px;
}

/* End Footer */

/* Start Whatsapp */

.whatsapp{
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: inline-block;
}
.whatsapp img{
    width: 45px;
    height: 45px;
}

/* End Whatsapp */

/* Start Messanger */

.phone{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
}
.phone img{
    width: 43px;
    height: 43px;
    border-radius: 50%
}



/* End Messanger */

/* Start Media */

@media (max-width: 991px){
    .navbar-light .navbar-nav{
        padding-top: 15px;
    }
}
@media (max-width: 767px){
    .header .overlay .info h1{
        font-size: 30px;
    }
    .header .overlay .info p{
        font-size: 20px;
    }
    .header .overlay .info{
        height: 250px
    }
    .aboutus .info h3{
        font-size: 30px;
        line-height: 50px;
    }
    .certificate .carousel-inner .carousel-item .user-text p{
        font-size: 16px;
        min-height: 88px;
    }
    .aboutus .row span{
        margin-bottom: 30px
    }
    .aboutus{
        padding: 60px 0 50px;
    }
}

/* End Media */

/* =========================
   Premium polish (24 قراط)
   ========================= */

:root{
  --brand:#3CB6B0;
  --brand2:#43D0CA;
  --ink:#0f172a;
  --muted:#475569;
  --bg:#f6f8fb;
  --card:#ffffff;
  --ring:rgba(60,182,176,.25);
  --shadow:0 12px 34px rgba(15,23,42,.10);
  --shadow2:0 10px 20px rgba(15,23,42,.08);
}

*{ box-sizing:border-box; }

html{ scroll-behavior:smooth; }

body{
  background: radial-gradient(1200px 600px at 70% 0%, rgba(67,208,202,.18), transparent 55%),
              radial-gradient(900px 500px at 20% 10%, rgba(60,182,176,.18), transparent 45%),
              var(--bg);
  padding-top: 86px;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Navbar */
.navbar.navbar-light{
  background: rgba(255,255,255,.88) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 4px solid var(--brand);
  border-bottom: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 10px 30px rgba(15,23,42,.06);
}

.navbar-light .navbar-brand{
  display:flex;
  align-items:center;
  gap:10px;
  color: var(--brand);
  letter-spacing: .2px;
}

.navbar-light .navbar-brand img{
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(15,23,42,.12);
}

.navbar-light .navbar-nav .nav-item .nav-link{
  padding: .55rem .75rem;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover{
  background: rgba(67,208,202,.12);
  transform: translateY(-1px);
}

/* Header */
.header{
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  overflow: hidden;
}

.header .overlay{
  background: radial-gradient(900px 500px at 50% 20%, rgba(255,255,255,.18), transparent 60%),
              linear-gradient(135deg, rgba(60,182,176,.90), rgba(59,101,212,.92));
  padding: 70px 0 60px;
}

.header .overlay .info{
  height: 420px;
}

.header .overlay .info h1{
  font-size: 46px;
  letter-spacing: .4px;
  text-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.header .overlay .info p{
  opacity: .95;
  font-size: 22px;
}

.hero-cta{
  margin-top: 26px;
  display:flex;
  gap: 12px;
  justify-content:center;
  flex-wrap:wrap;
}

.btn-cta{
  border-radius: 999px;
  padding: 10px 18px 12px;
  font-weight: 800;
  letter-spacing: .2px;
  border: 1px solid rgba(255,255,255,.30);
  color:#fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.btn-cta i{ margin-left: 8px; }

.btn-cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  filter: brightness(1.03);
}

.btn-call{ background: rgba(255,255,255,.14); }
.btn-wa{ background: rgba(37, 211, 102, .22); border-color: rgba(255,255,255,.35); }

/* Sections */
.aboutus .info p{
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: var(--shadow2);
  border-radius: 16px;
  padding: 22px 18px;
  line-height: 1.9;
}

.features .box,
.users .box{
  background: var(--card);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow2);
  border: 1px solid rgba(15,23,42,.06);
  transition: transform .18s ease, box-shadow .18s ease;
  margin-bottom: 18px;
}

.features .box:hover,
.users .box:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.features img,
.users .box img{
  border: none;
  box-shadow: none;
  border-radius: 0;
  display:block;
  width: 100%;
}

.features img{
  height: 190px;
  object-fit: cover;
}

.users .box img{
  height: 170px;
  object-fit: contain;
  background: #fff;
}

.features h3{ font-size: 20px; }
.features p{ color: var(--muted); }

/* Testimonials */
.certificate .carousel-inner .carousel-item .user-text p{
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: var(--shadow2);
}

/* Contact */
.contact{
  background: linear-gradient(180deg, transparent, rgba(67,208,202,.08));
  border-top: 1px solid rgba(15,23,42,.06);
}

.contact ul li{
  background: var(--card);
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 10px 18px rgba(15,23,42,.06);
}

.contact ul li i{
  background: rgba(67,208,202,.14);
  padding: 8px;
  border-radius: 10px;
  margin-left: 8px;
  color: var(--brand);
}

.contact form{
  background: var(--card);
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow2);
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea{
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 12px;
  margin-top: 12px;
  padding: 12px 14px;
  transition: box-shadow .15s ease, border-color .15s ease;
}

.contact form input[type="text"]:focus,
.contact form input[type="email"]:focus,
.contact form textarea:focus{
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--ring);
}

.contact form input[type="submit"]{
  border-radius: 999px;
  padding: 10px 18px 12px;
  font-weight: 800;
  border: 0;
  box-shadow: 0 12px 24px rgba(60,182,176,.25);
}

/* Footer */
.footer{
  background: linear-gradient(135deg, #2aa7a1, #3CB6B0);
  box-shadow: 0 -18px 40px rgba(15,23,42,.12);
}

.footer i{
  color: rgba(255,255,255,.85);
}

.footer a, .footer span, .footer p{ color: rgba(255,255,255,.88); }

/* Floating buttons */
.whatsapp, .phone{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 18px 40px rgba(15,23,42,.18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.whatsapp img, .phone img{
  width: 30px;
  height: 30px;
  border-radius: 0;
}

.whatsapp:hover, .phone:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(15,23,42,.22);
}

/* Mobile polish */
@media (max-width: 767px){
  body{ padding-top: 78px; }
  .header .overlay{ padding: 56px 0 50px; }
  .header .overlay .info{ height: 310px; }
  .header .overlay .info h1{ font-size: 34px; }
  .header .overlay .info p{ font-size: 18px; }
  .users .box img{ height: 140px; }
}

