.navbar-brand img{
        border-radius: 10px;
    width: 70px;
}

.bg-img-title {
    left: 23%;
}
.center-title h2{
    text-align: center;
}
.section-title-content p{
    text-align: center;
}
.center-title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



/* CARD */
.vx-testimonial-card {
  position: relative;
  max-width: 100%;
  padding: 40px;
  border-radius: 28px;
  background: var(--vx-card);
  backdrop-filter: blur(18px);
  border: 1px solid var(--vx-border);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  min-height: 330px;

}



/* CONTENT */
.vx-testimonial-content {
  position: relative;
  z-index: 1;
}

/* QUOTE ICON */
.vx-quote-icon {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 12px;
}
/* QUOTE ICON */
.vx-quote-icon i{
    color: var(--accent-color) !important;
}
/* TEXT */
.vx-testimonial-text {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin-bottom: 22px;
}

/* CLIENT ROW */
.vx-client-row {
  display: flex;
  align-items: center;
  gap: 16px;
  
}

/* PHOTO */
.vx-client-photo {
  max-width: 56px;
  max-height: 56px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid transparent;
  background: var(--accent-color);
}

/* META */
.vx-client-meta {
  flex-grow: 1;
}

.vx-client-name {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #222;
}

.vx-client-role {
  font-size: 13px;
  color: #ccc;
}

/* LOGO */
.vx-company-logo {
 
  opacity: 0.85;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease;
  width: 80px !important;
}

.vx-testimonial-card:hover .vx-company-logo {
  opacity: 1;
  filter: grayscale(0%);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .vx-testimonial-card {
    padding: 28px;
  }

  .vx-testimonial-text {
    font-size: 15px;
  }
}

.testimonial-carousel .item{
    padding: 2px;
}
.test-bet{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-logo img{
    width: 100px;
    border-radius: 15px;
}
.modal{
    background: #1270121c;
}

.modal-svc-content{
    /* From https://css.glass */
background: rgba(255, 255, 255, 0.712);
border-radius: 25px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.modal-svc-content .modal-header {
    padding-bottom: 15px;
}
.modal-svc-content .modal-header h1{
    font-size: 18px;
}
.svc-modal-top p{
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}
.svc-inner{
    background-color: #fff;
    padding: 23px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}
.svc-inner h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.svc-inner p{
    margin: 0;
     font-size: 15px;
     line-height: 25px;
    color: #000;
}
.svc-center .col-lg-6{
    padding: 0 10px;
}

.service-item-2{
     background-color: #fff;
    padding: 10px;
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
    padding-bottom: 50px;
    position: relative;
}
.service-image2{
    width: 100%;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
}
.service-image2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-btn2 a{
    background-color: var(--accent-color);
    position: absolute;
   bottom: 15px;
   left: 42%;
}
.service-item-2 p{
    font-size: 14px;
    color: #000;
    margin: 0;
    line-height: 23px;
}
.service-item-2 h3{
    margin: 10px 0;
    font-size: 20px;
}
.service-btn2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-img-2 figure, .about-img-2 img{
    width: 400px;
    height: 250px;
}
.main-menu .nav-menu-wrapper > ul{
    padding-left: 100px;
}
.article-content p{
    font-size: 15.5px;
    line-height: 25px;
    margin-top: 10px;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn-enquirebox{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}
.btn-enquirebox a,.btn-enquirebox button{
    margin: 0 !important;
}
.btn-enquirebox a:hover,.btn-enquirebox button:hover{
    background-color: #084908 !important;
}
.gallery-box a{
    width: 100%;
    height: 100%;
}
.gallery-box a img{
    width: 100%;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
}
.section-padding{
    padding: 50px 0;
}
.cnt-box-title h2{
    font-size: 30px;
}



.gallery-container ul {
    justify-content: center;
}

.gallery-container ul,
.gallery-container ul li,
.gallery-container ul li button {
    border: 0 !important;
}

.gallery-container ul li button {
    width: 150px;
    border: 1px solid var(--accent-color) !important;
    color: var(--accent-color);
    border-radius: 0 !important;
    font-weight: 500;
}

.gallery-container ul li button.active {
    background-color: var(--accent-color) !important;
    color: #fff !important;
}

.gallery-container ul li button:hover {
    background-color: var(--accent-color) !important;
    color: #fff !important;
}


.gallery-video{
    width: 100%;
    height:300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.gallery-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-video a{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000064;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
}
.gallery-video a i{
    color: var(--accent-color);
}

.gallery-video:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.gallery-video a:hover i{
    color: #fff;
}

select.service-select{
    height: 50px;
    border-radius: 5px;
}