:root {
  --main-color: #188B18;
  --secondary-color: #28C58B;
  --third-color: #707070;
  --forth-color:#383938;
}
body {
  font-family: "Cairo", sans-serif;
  overflow-x: hidden;
}

.navbar-brand img {
  width: 110px;
}
.bg-body-tertiary {
  background-color: #fff !important;
}
.navbar-nav {
  background-color: var(--main-color);
  border-radius: 30px;
  padding: 8px;
    padding-right: 15px;
}
.nav-item {
  padding-left: 15px;
}
.nav-item a {
  color: #fff;

  font-weight: 400;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}
.nav-item a.nav-link:hover {
  color: var(--forth-color);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23188B18' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler{
  border: 1px solid var(--main-color);
}
.navbar-toggler:focus {
    
    box-shadow: 2px #188B18 ;
}

/*nav.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active */
.order-now-btn{
  background-color: var(--main-color);
  height: 36px;
  width: 25%;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 15px;
}
.lang-btn{
  background-color: var(--main-color);
  height: 36px;
  width: 100%;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 15px; 
}
 .lang-btn.btn.show{
  width: 100%;
}
.lang-btn:hover{
  background-color: var(--secondary-color);
}
nav.lang-btn.btn-check:checked
.smooth-dropdown {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(10px);
 transition: all 0.25s ease;
 
 background-color:var(--main-color);
}
.show.smooth-dropdown {
  max-height: 500px; 
  opacity: 1;
  transform: translateY(0);
  background-color: var(--main-color);
}
.dropdown-item {
    transition-duration: 0.20s;
    transition-timing-function: 
ease-in-out;
}
@media (max-width: 768px) {
  .contact-bar {
    width: 90%;
  }
  .cont-us {
    display: none;
  }
  .contact-bar {
    height: 40px;
  }
}

/*slider Start*/
.slider{
  margin-bottom: 50px;
}
.slider img{
  height: 600px;
}

.carousel-caption {
  top: 25%;
  bottom: auto;
  left: 8%;
  text-align: left;
  
}
.carousel-caption span {
  color: var(--forth-color);
  margin-bottom: 30px;
}
.carousel-caption h3 {
  margin-top: 20px;
  color: var(--main-color);
}
.carousel-caption p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--forth-color);
  width: 50%;
  
}

/*slider End*/
/*product section start*/
.prod-sec {
  position: relative;
  width: 90%;
  height: 250px;
  border-radius: 100%;
  overflow: hidden; /*clipping mask */
  margin: 0 auto 70px;
}

.prod-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;  /* Smooth zoom */
}
/* Hover effect */
.prod-sec:hover img {
  transform: scale(1.15);  /* Zoom-in */
}
.prod-sec h6 {
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: 3;
  background-color: var(--secondary-color);
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  width: 83%;
  padding: 10px 10px 10px 30px;
  color: #fff;
  margin: 0;
  text-align: center;

}

@media(max-width:768px){
  .prod-sec{
    width: 100%;
  }
}
@media(max-width:600px){
  .slider img{
    height: 300px;
  }
  .prod-sec{
    width: 75%;
  }
}
/*product section Ends*/
/*about Section Start*/
.about{
  margin-bottom: 70px;
}
.about-title, .about-sep{
  display: inline;
  margin-bottom: 20px;
}
.about-sep {
  width: 30px;
  padding-top:15px ;
  padding-left: 5px;
}
.span-tit span{
  color: var(--main-color);
}
.about-txt h2{
  font-weight: 700;
}
.about-txt h4{
  font-weight: 500;
}
.about-txt h2, h4{
  margin-bottom: 15px;
}
.about-txt p{
  width: 90%;
  color: var(--third-color);
}
.about-feat{
  display: flex;
}
.feature{
  
  width: 60%;
}
.feature li{
  padding-bottom: 10px;
}
.feature li svg{
  color: var(--main-color);
  padding-right: 5px;
}
.history {
  position: relative;
  width: 200px;
  
  overflow: hidden; /* This will hide most of the bottom circle */
  left: 10%;
}
.v-line {
  width: 2px;          /* thickness */
  height: 100px;       /* length */
  background-color: var(--secondary-color); /* color */
}

/* Generic circle style */
.circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  float: right;
}

/* Top circle (fully visible) */
.top-circle {
  background: #999;
  position: absolute;
  top: 0;
  left:  15px;
  opacity: .2;
}

/* Bottom circle (only quarter shows) */
.bottom-circle {
  background: var(--secondary-color);
  position: absolute;
  top: 0px; /* Move it down so only the upper quarter shows */
  left: 0px;
}
.bottom-circle h5{
 text-align: center;
    top: 30%;
    position: relative;
    font-weight: 650; 
}
.read-more{
  border-radius: 0;
    color: #fff;
    background-color: var(--main-color);
    width: 50%;
    position: relative;
    left: 10%;
} 
.read-more:hover{
  background-color: var(--secondary-color);
  color: var(--forth-color);
}
.about-img img{
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
/*about Section Ends*/
/* our products start*/
.products{
  margin-bottom: 70px;
}
.sec-title .title-img{
  width: 30px;
  margin: 10px auto;
  display: flex;
}
.sec-title h6{
  color: var(--main-color);
  text-align: center;
}
.sec-title p{
  color: var(--third-color);
  text-align: center;
}
.prod-img{
  background-color: #f6f6f6;
  width: 90%;
  margin: 10px auto 20px;
  height: 250px;
}
.prod-img img{
  width: 100%;
}
.products .card {
  border: none;
  border-radius: 0;
  border-right: 1px solid #b1b1b1;
}
.products .card span{
  color: var(--third-color);
}
.products .card h6{
  color: var(--forth-color);
}
.products .more-details{
  background-color: var(--main-color);
  color: #fff;
  border-radius: 0;
  margin-top: 10px;
}
.products .more-details:hover{
  background-color: var(--secondary-color);
  color: var(--forth-color);
}
.products .card h6{
  padding-top: 10px;
}
 a.prod-link{
  text-decoration: none;
}
@media(max-width:600px){
  .products .card{
    border-right: none;
  }
  .prod-img {
    height: 180Px;
    margin-bottom: 20px;
  }
  .prod-des{
    margin-top: 35%;
  }
  
}
/*our products end*/
/*logo slider*/
.logo-slider{
  background-image: url(../img/parallex-bg.jpg);
  background-size: cover;
  height: 300px;
  margin-bottom: 50px;
}
.logo-slider .sec-title{
  padding-top: 20px;
}

#carouselFive .carousel-item {
  transition: transform 0.6s ease-in-out !important;
}

#carouselFive img {
  width: 110px;
  border-radius: 10px;
  object-fit: cover;
  margin: 10px auto;
  display: flex;
}


/*logo slider end*/
/*blog section start*/
.blog{
  margin-bottom: 50px;
}
.blog-element{
position: relative;
width: 95%;
margin: 0 auto 25px;


}
.blog-element img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
    transition: transform 1s ease, opacity 1s ease;
}
.blog-element:hover img{
   transform: scale(.9); /* zoom-in */
  opacity: 0.9;
}
.calendar {
  position: absolute;
  top: 20px;               /* adjust vertical position */
  right: 20px;              /* adjust horizontal position */
  
  background: rgba(255, 255, 255, 0.8);  /* semi-transparent background */
  padding: 6px  12px;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  text-align: center;
}
.calendar p{
  color: var(--main-color);
}
.post{
  display: flex;
  margin-top: 10px;
}
.post img{
  width: 20px;
  height: 20px;
  display: inline;
}
.post p{
  color: var(--third-color);
  display: inline;
}
@media(max-width:365px){
  .user-account p, .key-word p{
    font-size: .8rem;
  }
}
.user-account{
  position: absolute;
  right: 8%;
}
.key-word{
  position: absolute;
  left: 10px;
}
p.blog-parag{
  
  width: 90%;
  margin: 10% auto ;
  
}
.blog-btn{
  width: 100%;
  border-radius: 0;
  margin: 0 auto;
  background-color: var(--main-color);
  color:#fff;
}
.blog-btn:hover{
  background-color: var(--secondary-color);
  color: var(--forth-color);
}
.blog .sec-title{
  margin-bottom: 20px;
}
/*blog section Ends*/
/*footer start*/
.footer{
   background: #023902 url("../img/leo_gintea_elements_banner16_h31") no-repeat right/cover;
}
.logo-white{
  width: 180px;
  margin-top: 15%;
}
.footer p{
  color: #F8F8F8;
  margin-top: 20px;
  width: 80%;
}
.footer h4{
  color:#F8F8F8 ;
  margin-top: 65px;
}
.links{
  padding-left: 0;
}
.links li{
   margin-bottom: 10px;
}
.links li:first-child{
  margin-top: 20%;
}
.links a{
  text-decoration: none;
  color: #F8F8F8;
  padding-bottom: 10px;
}
.links a:hover{
  color: var(--secondary-color);
}
.data{
  color:#F8F8F8; ;
  padding-left: 0;
}
.data li:first-child{
  margin-top: 15%;
  width: 90%;
}
.data li{
   margin-bottom: 15px;
}
p.contc{
  margin-top: 45px;
}
ul.social-media{
  padding-left: 0;
  margin-top: 15px;
}
.social-media li{
  width: 30px;
  height: 30px;
  background-color: #F8F8F8;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  transition: all 0.3s ease; /* smooth animation */
}
.social-media li:hover{
 background-color: #188B18;
 color: #fff;
  transform: scale(1.05);
}
.social-media li:hover a{
  color: #fff;
}
.social-media a{
  text-decoration: none;
  color: #023902;
}
.social-media a svg{
  position:relative;
  top:4px
}
.end-footer{
  background-color: #024802;
  color: #F8F8F8;
  text-align: center;
}
.end-footer p{
  width: 100%;
    padding: 10px;
    margin-bottom: 0;
}
/*footer Ends*/
/*about Us start*/
.bg-banner{
  position: relative;
  background: url("../img/banner.png") left/cover no-repeat;
  height: 150px;
  margin-bottom: 50px;
  width: 100%;
  color: #000;
  text-align: center;
}
.bg-banner a{
  text-decoration: none;
  color: #012201;
  font-weight: 700;
 padding-top: 60px;
  position: relative;
  z-index: 2; /* Above overlay */
}
.bg-banner svg, .bg-banner span{
  color: #012201;
  padding-top: 60px;
   position: relative;
  z-index: 2; /* Above overlay */
}
.bg-banner .bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 139, 24, 0.6); /* overlay color */
}
p.about-det{
  margin-top: 20px;
}
.about-detail h4{
  font-weight: 650;
  margin-top: 20px;
  color: var(--main-color);
  text-transform: uppercase;
}
.about-detail h6 svg{
  color: var(--main-color);
}
/*about Us End*/
/*product inner start*/
.product-inner{
  margin-bottom: 50px;
}
.product-inner .more-details{
  background-color: var(--main-color);
  color: #f6f6f6;
}
.product-inner .more-details:hover{
  background-color: #023902;
  color: #fff;
}
a.prod-link{
  
  text-decoration: none;
}
a.prod-link span{
  color: var(--third-color);
 
}
a.prod-link h6{
  color: var(--forth-color);
  margin-top: 10px;
}
/*product inner ends*/
/*certificate inner start*/
/* Vertical tabs styling */
.nav-pills .nav-link {
  background: #b1edd7;
  color: #333;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 12px 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.nav-pills .nav-link.active {
  background: var(--main-color);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Card styling inside tabs */
.tab-card {
  border-radius: 15px;
  transition: .3s ease;
}

.tab-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}


/*certificate inner Ends*/
/*contactus*/


    .contact-box {
      background: #fff;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 0 25px rgba(0,0,0,0.1);
    }

    .info-icon {
      width: 45px;
      height: 45px;
      background: var(--main-color);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 20px;
    }
  
.contact-inner h4{
  color:#023902;
}
.confirm-btn{
  width: 100%;
  border-radius: 0;
  background-color: var(--main-color);
  color: #fff;
}
/*contact us End*/
@media(max-width:450px){
  .feature ul{
    padding-left: 0;
  }
  .read-more{
    width: 90%;
    left: 0;
    margin-bottom: 20px;
  }
}

.swing {
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
}
.swing img {
  display: block;
}
.swing:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 50%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}
/* nail */
.swing:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -14px;
  left: 54%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.float1 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/*call button*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
.mypage-alo-phone {
  position: fixed;
  left: 30px;
  bottom: 30px;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
  width: 30px;
  height: 30px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: var(--main-color);
  background-size: 70%;
  -webkit-animation: pulse 01s infinite;
}
.mypage-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--main-color);
  opacity: 0.75 !important;
}
.mypage-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #ffb56b;
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .testim {
    margin-top: 200px;
  }
}
@media (max-width: 1400px) {
  .service-icon {
    bottom: 30px;
  }
  .service-item:hover .service-icon {
    bottom: 55%;
  }
}
@media (max-width: 404px) {
  .whats-cont {
    display: none;
  }
  .phone-cont {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .testim {
    margin-top: 250px;
  }
  .testmonials {
    height: 600px;
  }
  .float1 {
    right: 20;
  }
  .mypage-alo-phone {
    left: 20px;
    bottom: 20px;
  }
  .service-icon {
    width: 45px;
    height: 45px;
    bottom: 25px;
    right: 8px;
  }
  .service-icon img {
    width: 35px;
    margin: 6px;
  }
  .service-item:hover .service-icon {
    bottom: 53%;
  }
  .contact-form-content h4 {
    text-align: center;
  }
}
