@media (max-width: 991px) {
    .page-header-box h1 {
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 8px;
    cursor: none;
}
    .dark-grid {
   grid-template-columns: 1fr !important;
}
.full-img img{
    height: auto !important;
    min-height: auto !important;
}
.attach-icon {
    width: 46px;
    height: 39px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.attach-icon svg {
    width: 37px;
    height: 24px;
    stroke: #b11c2b;
    stroke-width: 2;
}
.footer-links-prime {
    /* max-width: 32%; */
    margin-bottom: 10px;
    margin-top: 10px;
}
.footer-links-box-prime {
    margin-left: 0;
}
.main-footer-prime {
    padding: 40px 0 0;
    /* margin-bottom: 15px; */
}
.circle {
    width: 95px;
    height: 100px;
    background: #b41729;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}.circle::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border: 5px double #e5caca;
    border-radius: 50%;
}.circle::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    /* border: 2px dashed #b41729; */
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(25deg);
}.process-item h4 {
    margin-top: 27px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}.circle img {
    width: 140px;
    height: 100px;
    background: #b41729;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    object-fit: cover;
}.tagline-list span {
    background: rgb(90 85 85 / 8%);
    padding: 10px 9px;
    border-radius: 30px;
    font-size: 14px;
    transition: 0.3s ease;
    backdrop-filter: blur(5px);
}
.wwd-item {
    background: #fff;
    padding: 10px 10px;
    text-align: center;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

    .mega-dropdown {
        position: relative !important;
    }

    .mega-menu {
        position: static !important;
        width: 100% !important;
        transform: none !important;
        box-shadow: none;
        padding: 10px 0;
    }

    .mega-menu .row {
        display: block;
    }

    .mega-menu .col-lg-6 {
        width: 100%;
        margin-bottom: 15px;
    }

    .mega-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .mega-menu ul li a {
        display: block;
        padding: 8px 10px;
    }
}
@media (max-width: 991px) {
    .why-choose-btn
 {
    margin-top: 0;
    margin-bottom: 20px;
}
.process-item {
  
    margin-bottom: 30px;
}
    .lang-switch{
            width: max-content;
    margin-top: 10px;
    }
    #heroCarousel .hero-img {
    height: 450px;
    object-fit: contain;
}
    .about-us-gold {
    padding: 60px 0;
   
}
    .about-us-item-contant-gold p {
   
    width: 100% ;
}
    .section-title h2 {
    font-size: 33px;
}
    .how-it-work-gold {
    padding: 40px 0;
}
.why-choose-nav ul li {
    display: block;
    width: 50%;
    padding: 15px;
}.why-choose-body-image {
    width: 100%;
}.why-choose-body {
    display: block;
    flex-wrap: wrap;
    gap: 30px 50px;
}.why-choose-body-list {
    width: 100%;
    align-content: center;
}
.custom-arrows {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.project-slider {
    margin-top: 30px;
}
    .about-us-item-gold {
    width: 100%;
}
    .hero {
        margin: 0;
        border-radius: 0;
        padding: 160px 0 30px;
    }
    .main-b-sl img {
    height: 350px !important;
    object-fit: contain;
}
    .section-title {
        margin-bottom: 30px;
    }
        .section-title h1 {
        font-size: 28px !important;
    }
        .hero-info-list {
        margin-top: 30px;
    }
        .hero-info-list ul li {
        width: 100%;
    }.hero-info-list ul {
        gap: 10px;
    }
    .main-menu ul li {
    margin: 0 10px;
    position: relative;
    text-align: left;
}
header.main-header.header-gold .header-sticky {
   
    border-radius: 20px;

}
.bbg {
                width: 100%;
        padding: 30px 16px;
        background: #fafcff;
        /* height: 100%; */
        position: absolute;
        top: 85px;
        left: 0;
        border-radius: 20px;
    }
    .main-menu ul li a {
   padding: 12px 0px !important;
    color: #000;
   
}
.main-menu .nav-menu-wrapper > ul {
    align-items: start;
    display: block;
}
}
.carousel-indicators [data-bs-target]{
    cursor: pointer;
}
@media(min-width: 1399px){
    .offer-list li {
    border: 1px solid #9E9E9E;
    display: inline-block;
    background: #efebeb;
    margin: 8px;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 17px;
    color: #000;
    transition: 0.3s ease;
    box-shadow: 0 4px 15px #9e9e9e30;
    cursor: pointer;
    font-weight: 500;
}
.what-offer-title {
 font-size: 24px;
    font-weight: 600;
    color: #222;
    padding-left: 12px;
    border-left: 4px solid #ae202d;
    margin: 0;
}
    .mega-menu h6 {
    font-size: 17px;
  
}
    .project-item-contant h2 {
    font-size: 22px;

    font-weight: 600;
}
    .footer-links-prime h2 {
    font-size: 21px;
    margin-bottom: 20px;

}
    .about-footer-content-prime p {
    font-size: 17px;
    line-height: 29px;
}
    .footer-links-prime ul li a {
  
    font-size: 18px;
    line-height: 33px;
}
    p{
        font-size: 18px;
    }
   
    #languageSwitcher{
  font-size: 15px;
}
    #heroCarousel .hero-img {
    height: 580px;
}
    .project-slider  .slick-slide {
 
    height: 500px;
}
.project-item-image a figure{
  
  height: 500px;
 
}
.project-item-body{
   height: 400px;
  
}

    .section-title h1 {
    font-size: 50px;
    margin-bottom: 0;
    cursor: none;
}
.main-menu ul li a{
  font-size: 18px;
  
}
.hero {
   
    padding: 170px 0 100px;
   
}
.btn-default {
   
    font-size: 15px;
   
           /*padding: 15px 22px 15px 22px;*/
   
}
header.main-header.header-gold .header-sticky {
    
    padding: 8px;
}
.main-menu ul ul li a {
    
    font-size: 16px;
}
.section-title h2{
    font-size: 50px;
}
.mega-dropdown .dropdown-menu {
    width: 700px;
    
}
.main-menu ul ul li {
  
    padding: 0 0px 7px;
}
.why-choose-nav ul li .nav-link{

  font-size: 16px;
   
}
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0 !important;
    }
}
