body{font-family:'poppins',sans-serif; color:#333; background-color:#fefefe;line-height:1.6;}
        *{box-sizing:border-box;margin:0;padding:0;}
        .conbar{
            background-color: #111125;
            display:flex;
            flex-direction: row;
        }
        #conbar1{
            width:30%;
        }
        #conbar1  ul{
            display:flex;
        flex-direction: row;
        list-style-type:none;
        
        }
        #conbar1 li{
            padding:5px;
        }
        #p1{
            text-decoration: none;
            color:white;
        }
        #p2{
            text-decoration: none;
            color:white;
        }
        .fa-phone{
            padding:5px;
            color:white;
        }
        .fa-envelope{
            padding:5px;
            color:white;
        }
        .navbar{
            background-color: white;
            display:flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            height:67px;
            padding:0 20px;
        }
        #logo{
            width: 12%;
        }
        #logo img{
            height: 100px;
        }
        #contents{
            width:88%;
            display:flex;
            justify-content: flex-end;
        }

        #contents ul{
        display:flex;
        flex-direction: row;
        list-style-type: none;
        }
        #contents li{
            margin-left:30px;
            font-size: 20px;
            text-transform:capitalize;
        }
        
        
        .dropdown{
                position:relative;
                display:inline-block;
                margin: 0px 0px 0px 35px;
                z-index:3 !important;
        }

        .dropdown-content{
            display:none;
            position:absolute;
            background-color:#f9f9f9;
            min-width: 290px;
            padding: 4px 0px;
            box-shadow: 16px 16px 13px 1px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }
        .dropdown:hover .dropdown-content{
            display:block;
        }
        
        .dropdown ul {
            padding-top:10px;
        }
        .dropdown-content ul{display: flex;flex-direction: column !important;}
        
        .dropdown-content a {
            color:black;
            font-size: 12px;
            text-decoration: none;
            padding:10px;
            transition:background-color 2s;
            display: flex;
            align-items: stretch;

        }
        .dropdown-content a:hover {
            background-color: #9C7B30;
            color:white;
        }
        .dropdown-content li{
                padding: 5px 30px 0px 0px;
        }
         #a3{
            border: none;
            color:#223138;
            font-size: 20px;
            background-color: white;
            transition: 0.3s ease;
        }
        #a3:hover{
                color: #9c7b30;
        }
        #a2{
             text-decoration: none;
            color:#223138;
            transition: 0.3s ease;
        }
        #a2:hover{
                color: #9c7b30;
    border-bottom: solid 2px #9c7b30;
    padding-bottom: 3px;
        }
        #a1{
            text-decoration: none;
            color:#223138;
            transition: 0.3s ease;
        }
        #a1:hover{   
            color: #9c7b30;
    border-bottom: solid 2px #9c7b30;
    padding-bottom: 3px;
        }
        #a4, #a5{
             text-decoration: none;
            color:#223138;
            transition: 0.3s ease;
        }
        #a4:hover{
                color: #9c7b30;
    border-bottom: solid 2px #9c7b30;
    padding-bottom: 3px;
        }
        #a5:hover{
                color: #9c7b30;
    border-bottom: solid 2px #9c7b30;
    padding-bottom: 3px;
        }

       .Slider {
    position: relative;
    background: #000116;
    width: 100%;
    max-width: 1513px; 
    min-height: 651px;
    overflow: hidden;
}
.Slider .Slides {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    clip-path: circle(150% at 0 50%);
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1; 
}
.Slider .Slides.active {
    display: flex;
    opacity: 1;
    z-index: 2;

}
.Slider .Slides img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}


.Slider .Slides .info{
    position: absolute;
    color: #ede7e7;
    background: rgba(225, 255, 255, 0.3);
    width: 75%;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 5px 25px rgba(1 1 1 /5%);
}
.Slider .Slides .info h2{
    font-size: 2em;
    font-weight: 100;

}
.Slider .Slides .info p{
    font-size: 1em;
    font-weight: 100;

}
.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.5s ease;
}
.Slider:hover .navigation{
    opacity: 1;
}

.navigation i {
    color: white;
    padding: 10px;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
}
.navigation-visibility {
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    bottom: 20px;
    left: 50%;
    height: 10px;
    width: 100px;
    transform: translateY(-50%);
}

.Slide-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
   border: 1px solid white;
    transition: background 0.3s;
}

.navigation-visibility .Slide-icon.active{
    background-color:#111125;
} 
      .conbutton {
    position: absolute;
    bottom: 148px;
    left: 76px;
    z-index: 3; 

}

#b1 {
    background-color: #111125;
    color: white;
    padding: 12px 24px;
    font-size: 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
    cursor: pointer;
    border: none;
}


/* Hover effect */
#b1:hover {
            background-color:#9c7b30;
          }


/* Focus effect for accessibility */
#b1:focus {
  outline: 2px solid #9c7b30;
  outline-offset: 2px;
}
.aboutus{
    display:flex;
    flex-direction: row;
    padding:50px 50px 0px 70px;
}
.aleft{
    width:45%;
}
.aright{
    width:55%;
}
.aright img{
      width: 714px;
    border: none;
    border-radius: 7px;
}
.aboutus h6{
    font-weight: 400;
    font-size: 18px;
    color: #111125;
    font-family: 'playfair';
    line-height: 1.4;
}
.aboutus h4{
  text-transform: capitalize;
  font-size: 48px;
  color: #111125;
  font-family: 'playfair';
  line-height: 1.4;
}
.aboutus p{
        font-size: 18px;
}
#b2{
    text-decoration: none;
    color: #111125;
    padding:10px 15px 10px 15px;
    border:1px solid #111125;
    border-radius: 5px;
    transition:background-color 1s;
}
#b2:hover{
    color:white;
    background-color: #111125;
}
.fa-arrow-right{
    font-size: 15px;
    padding: 7px 0px 0px 5px;
}
.aright{
    margin-left: 75px;
    color:#111125;
}
.aright ul{
        font-size: 18px;
}

.cases{
    background-color:#111125;
    padding: 30px 0px 40px 0px;
}

.cases h5{
    color:whitesmoke;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    font-family: 'playfair';
}
.casesbox{
    display:flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.case1{
    background-color: #2a2a3d;
    width: 25%;
    height: 200px;
    display:flex;
    border-radius: 5px;
}
.case1 h1{
    font-size:23px;
    color:whitesmoke;
    font-weight: 500;
    line-height: 31px;
    text-transform: capitalize;
        padding: 10px 10px 0px 10px;
        font-family: 'playfair';
}
.case1 p{
    font-size: 16px;
    color: whitesmoke;
    padding: 10px 10px 0px 10px;
}
.case2, .case3{
    background-color: #2a2a3d;
    width:25%;
    margin-left:25px;
    height: 200px;
    display:flex;
    border-radius: 5px;
}
.case2 h1, .case3 h1{
    font-size:23px;
    color:whitesmoke;
    font-weight: 500;
    line-height: 31px;
        padding: 10px 10px 0px 10px;
        text-transform: capitalize;
        font-family: 'playfair';
}
.case2 p, .case3 p{
    font-size: 16px;
    color: whitesmoke;
    padding: 0px 10px 0px 10px;
}

#b3{
    text-decoration: none;
    color: whitesmoke;
}
#b3:hover {
    color: #b48b6f;
    transition: color 0.3s ease;
}
.case4, .case5{
    background-color: #2a2a3d;
    width:25%;
    margin:25px;
    height: 200px;
    display:flex;
    border-radius: 5px;
}
.case4 h1, .case5 h1{
    font-size:23px;
    color:whitesmoke;
    font-weight: 500;
    line-height: 31px;
    text-transform: capitalize;
        padding: 0px 10px 0px 10px;
        font-family: 'playfair';
}
.case4 p, .case5 p{
    font-size: 16px;
    color: whitesmoke;
    padding: 10px 10px 0px 10px;
}
.icon{
    display:flex;
    flex-direction: row;
    padding:12px 0px 0px 12px;
}
.case1 img, .case2 img, .case3 img, .case4 img, .case5 img{
    padding: 5px;
    background-color: #111125;
    width: 61px;
    height: 61px;
    text-align: center;
    line-height: 61px;
    border-radius: 100%;
    transition: transform 0.3s ease-in-out; /* ensure transition is added */
    display: inline-block; /* required for transform to work reliably */
}
.case1:hover, .case2:hover, .case3:hover, .case4:hover, .case5:hover {
    transform: scale(1.05);
    background-color: #3a3a5a;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}
.text{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
 .testimonial-section {
  max-width: 1540px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #222;
  font-family: 'playfair';
}

.testimonial-section h2 span {
  color: #3f3f56;
}

.slider-container {
  overflow: hidden;
  position: relative;
  perspective: 1200px; /* Enables 3D transform */
}

.slides {
  display: flex;
  transition: transform 0.6s ease-in-out;
  gap: 30px;
  will-change: transform;
}

.slide {
  flex: 0 0 calc(100% / 3); /* Show 3 at a time */
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform-style: preserve-3d;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide.active {
  z-index: 2;
  transform: scale(1.05) rotateY(0deg) translateZ(40px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.quote {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 15px;
  font-style: italic;
  line-height: 1.5;
}

.author {
  font-weight: bold;
  font-size: 1rem;
  color:#3f3f56;
  margin-top: 10px;
}

.dots {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.dot {
  height: 12px;
  width: 12px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.dot:hover {
  transform: scale(1.2);
}

.dot.active {
  background-color: #3f3f56;
}
.container {
      display: flex;
      width: 100%;
      background-color: white;
      height: 90%;
      overflow: hidden;
    }

    .left-box,
    .right-box {
      flex: 1;
      padding: 30px;
    }

    .left-box {
      background-color: #111125;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .left-box p {
      font-size: 16px;
      line-height: 1.6;
      color: #f3ebeb;
      text-transform: capitalize;
    }
    .left-box h1{
        color:whitesmoke;
        text-transform: capitalize;
        font-family: 'playfair';
    }

    .working-time {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 150px;
      margin-top: 30px;
      color: #f0f5f4;
    }

    .right-box {
      background-color: #2a2a3d;
    }

    .right-box h2 {
      margin-bottom: 20px;
      color: #ffffff;
      font-family: 'playfair';
    }

    form {
      display: flex;
      flex-direction: column;
    }

    input,
    textarea,
    select {
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 16px;
      color: grey;
      
    background-color: #111125;
    }

    button {
        padding:10px;
      background-color: #2a2a3d;
      border: 2px solid #111125;
      color: white;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.9s ease;
    }

    button:hover {
      background-color: #111125;
      border:1px solid #ccc
    }
    .site-footer {
  background-color:white;
  color: #111125;
  display: flex;
  justify-content: space-between;
  padding: 50px 70px;
  flex-wrap: wrap;
}

.footer-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-logo img {
  height: 110px;
}

.footer-logo .slogan {
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-contact p {
  font-size: 14px;
  margin: 3px 0;
}

.footer-right {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-column {
  min-width: 200px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #111125;
  text-transform: uppercase;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column li {
  margin-bottom: 10px;
}

.footer-column a {
  text-decoration: none;
  color: #2a2a3d;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #111125;
}
#footer {
      text-align: center;
      padding: 15px;
      font-size: 0.9rem;
      background-color: #111125;
      color: #fff;
    }

        


           /*---------------------------------media query of every container-------------------------------*/
         /* ======================= MEDIA QUERIES ======================= */

/* Extra small devices (phones, up to 576px) */
@media only screen and (max-width: 576px) {
  .navbar {
    flex-direction: column;
    height: auto;
  }
  #logo {
    width: 100%;
    text-align: center;
  }
  #contents {
    width: 100%;
    justify-content: center;
  }
  #contents ul {
    flex-direction: column;
    align-items: center;
  }
  .aboutus {
    flex-direction: column;
    padding: 20px;
  }
  .aleft, .aright {
    width: 100%;
    margin: 0;
  }
  .aright img {
    width:50%;
  }
  .casesbox {
    flex-direction: column;
    align-items: center;
  }
  .case1, .case2, .case3, .case4, .case5 {
    width: 90%;
    margin: 10px 0;
    height: auto;
    flex-direction: column;
  }
}

/* Small devices (landscape phones, 577px to 768px) */
@media only screen and (min-width: 577px) and (max-width: 768px) {
  #logo img {
    height: 70px;
  }
  #contents ul {
    flex-wrap: wrap;
  }
  .aboutus {
    flex-direction: column;
    padding: 30px;
  }
  .aleft, .aright {
    width: 100%;
  }
  .aright img {
    width: 100%;
  }
  .case1, .case2, .case3, .case4, .case5 {
    width: 45%;
    margin: 10px;
    height: auto;
  }
}

/* Medium devices (tablets, 769px to 992px) */
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .aboutus {
    padding: 30px;
  }
  .aleft {
    width: 50%;
  }
  .aright {
    width: 50%;
  }
  .case1, .case2, .case3, .case4, .case5 {
    width: 45%;
    margin: 15px;
    height: auto;
  }
}

/* Large devices (desktops, 993px to 1200px) */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .case1, .case2, .case3, .case4, .case5 {
    width: 30%;
    margin: 10px;
    height: auto;
  }
}

/* Extra large devices (1201px and up) */
@media only screen and (min-width: 1201px) {
  .case1, .case2, .case3, .case4, .case5 {
    width: 25%;
  }
}
