body{
    margin:0;
    padding: 0;
}

:root{
    --primary-font:'Outfit', sans-serif;
    --paragraph-font:'Jost', sans-serif;
    --secondary-font:'Kanit', sans-serif;
    --nav-font:'Montserrat', sans-serif;
    --primary-color:#c50606;
    --paragraph-color:#373737;
    --heading-color:#182333;
}

.request-btn{
    padding: 8px 10px;
    border:2px solid black;
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 500;
    font-family: var(--nav-font);
    border-radius: 4px;
    font-size:14px;
    font-weight: 600;
}

/*pre-hesder style */
.pre-header {
    background:var(--primary-color);
    color: #fff;
    padding: 3px 0;
    font-size: 14px;
    line-height: 30px;
}
.pre-item-left a{
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-family:var(--nav-font);
    white-space: nowrap;

}
.pre-item-left i {
    color: White;
    font-size: 13px;
    margin-top: 2px;
}
.pre-item-left{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;      
    white-space: nowrap;    
}
.pre-item-left p {
    margin: 0;
    font-size: 14px;
}
.dropdown-item{
    font-family:var(--nav-font);
    font-weight: 600;
    font-size: 13px;
}
.social-icon a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    padding-right: 10px;
}

/* .social-icon a:hover {
    color: #f8c200;
} */
.social-icon{
    display: flex;
    justify-content: flex-end;
}


/*navbar style */

.navbar{
    background-color: white;
    padding: 0;
   
}
.nav-item .nav-link{
 font-family:var(--nav-font);
 color: black;
 font-weight: 600;
 font-size: 13px;

 
}

.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.btn-close:focus{
    outline: none;
    box-shadow: none;
}
.navbar-nav .nav-link{
    font-size: 13px;
   
}
.navbar-nav .nav-link.active {
    color: #b40101;
}
.navbar-toggler{
    border: none;
    font-size: 16px;
}
/* Navbar links */
.navbar .nav-link {
    font-weight: 600;
    padding: 10px 15px;
    transition: color 0.3s ease;
    font-family: var(--nav-font);
    font-size: 13px;
    margin-right: 27px;
}

.navbar .nav-link:hover {
    color: var(--primary-color);
}

/* Hover dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    animation: fadeDown 0.3s ease;
}

/* Dropdown animation */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown menu style */
.dropdown-menu {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


/* .icon-btn {
    margin-left: 12px;
    position: relative;
}

.icon-btn img {
    width: 22px;
} */

/* .cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e63946;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
}

.user-dropdown {
    position: relative;
} */

/* Dropdown menu */
.user-menu {
    position: absolute;
    top: 140%;
    right: 0;
    width: 180px;
    background: #fff;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 999;
}

/* Show on hover */
.user-dropdown:hover .user-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Menu links */
.user-menu li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.user-menu li a:hover {
    background: #f5f5f5;
}

/* Divider */
.user-menu .divider {
    height: 1px;
    background: #eee;
    margin: 6px 0;
}

/* Logout color */
.user-menu .logout {
    color: #e63946;
}

/* Icons */
.icon-btn {
    margin-left: 12px;
    position: relative;
}

.icon-btn img {
    width: 22px;
}


.navbar-brand img{
   width:85px;
    height: 85px;
}

.offcanvas-header img{
  
    height: 80px;
}

/*hero style */

.hero-wrapper {
    position: relative;
}

.hero-img {
   
    object-fit: cover;
}

/* Dark overlay */

.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin: 20px 0;
    color: #fff;
    text-shadow: 1px 2px 3px rgb(0 0 0 / 10%);
}

.welcome-text {
    font-size: 14px;
    letter-spacing: 2px;
    font-family:var(--secondary-font);
   
   
}

.hero-desc {
    max-width: 500px;
    font-weight: 500;
    font-family:var(--paragraph-font);
    font-size: 18px;
}


.quote{
    padding: 10px 16px;
     background-color: var(--primary-color);
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-family: var(--nav-font);
    
    font-size:14px;
    font-weight: 600;

}
.more{
    padding: 10px 16px;
    text-decoration: none;
    background-color: var(--primary-color);
    font-weight: 500;
    font-family: var(--nav-font);
    color: white;
    font-size:14px;
    font-weight: 600;
}




.services-section {
    background: #f5f5f5;
}

.section-title {
   margin-top: 5px;
    
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    font-family:var(--primary-font);
    margin: 0;
}

.title-line {
    width: 40px;
    height: 4px;
    background:var(--primary-color);
    display: inline-block;
}

/* Card Design */
.service-card {
    background: #fff;
    overflow: hidden;
    transition: 0.3s;
}

.service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}


.service-title {
    background: #ffc107;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 10px;
    font-family: var(--primary-font);
}


.service-content {
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--paragraph-font);
    color: var(--paragraph-color);
}

.know-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color:var(--primary-color);
   
}

.know-more:hover {
    text-decoration: underline;
}





.moving-section {
    background: #192133;
}

.moving-content {
    padding: 80px 60px;
  
}

.welcome-text {
    color: #ffbd00;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: var(--primary-font);
}

.main-title {
    font-weight: 700;
    margin: 20px 0;
    font-family: var(--primary-font);
}

.description {
    color: white;
    font-size: 16px;
    font-family: var(--paragraph-font);
}

.feature-list p {
    font-size: 18px;
    margin-bottom: 8px;
    font-family: var(--primary-font);
}

.feature-list i {
    color: #00c3ff;
    margin-right: 8px;
}

.moving-image img {
    height: 100%;
    object-fit: cover;
}
.core-service p{
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 14px;
   text-align: center;
   text-transform:uppercase;
   margin-top: 5px;
}

.about-section img{
 height: 542px;
}

.about-info{
  
   
   background: url(../img/aboubg.jpg) no-repeat 0 0;
  background-size: cover;
    margin-top: 34px;
    padding: 50px 50px;
    
    }

.about-info h4{
   font-size: 28px;
   font-family: var(--primary-font);
   font-weight: 600;
}
.about-info p{
    font-family: var(--paragraph-font);
    font-size: 16px;
}
.p-left{
    padding-left: 0;
}
.p-right{
    padding-right: 0;
}

.carousel-item {
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.testi-item p{
    font-family: var(--paragraph-font);
    color: var(--paragraph-color);
}
.carousel-item h6{
    font-family: var(--primary-font);
    font-weight: 600;
}

.counter-item{
    width: 50%;
}
.pre-footer{
    background-image: url(../img/pre-header.jpg);
    background-repeat: no-repeat;
    width:100%;
    object-fit: cover;
   
}

.pre-footer h4{
    font-family: var(--primary-font);
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-weight: 700;
    color: white;
}

.pre-footer span{
    color: #ffbb00;
    letter-spacing: 3px;
}
.pre-footer p{
    font-family: var(--paragraph-font);
    font-size: 20px;
    color: white;
}
.contact-us{
    color: white;
    padding: 8px 18px;
    border:1px solid white;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--primary-font);
}
.number-info{
    display: flex;
    align-items:center ;
}
.number-info p{
    font-family: var(--primary-font);
    color: #ffbb00;
    font-size: 28px;
    font-weight: 700;
}



.footer-section{
background-image: url(../img/footerbg.jpg);
object-fit: cover;
background-repeat: no-repeat;
height: 320px;
width:100%;

}

.footer-title{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--primary-font);
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-section p{
    font-size: 14px;
    line-height: 1.8;
    color: white;
    font-family: var(--paragraph-font);
}

.footer-links,
.footer-contact{
    list-style: none;
    padding: 0;
}

.footer-links li,
.footer-contact li{
    margin-bottom: 12px;
    font-size: 14px;
    transition: 0.3s;
    color: white;
    font-family: var(--paragraph-font);
}

.footer-links li:hover{
    color: #ff3c00;
    padding-left: 5px;
    cursor: pointer;
}

.footer-contact i{
    color: #ff3c00;
    margin-right: 10px;
}

.footer-img{
    position: relative;
    bottom: -40px;
}

.counter-item img{
    width: 40px;
    height: 40px;
}

.counter-info h2{
 
    font-family: var(--primary-font);
    font-weight: 600;
}
.counter-info p{

    font-family: var(--paragraph-font);
    font-size: 16px;
    font-weight: 600;
}

.abouts-info h4{
    color: var(--primary-color);
    font-weight: 600;
    font-size: 28px;
    font-family: var(--primary-font);
}

.abouts-info p{
    font-family: var(--paragraph-font);
    font-size: 16px;
}

.about-sections img{
    border-radius: 8px;
}

.services-section h4{
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 26px;
    font-weight: 600;
}
.service-content p{
    font-family: var(--paragraph-font);
    color: var(--paragraph-color);
    font-size: 14px;
    font-weight: 400;
}


.services-section img{
    border-radius: 5px;
}

/* contact start */


.contact-banner{
    position: relative;
   }
.contact-info{
position: absolute;
top: 50%;
left: 50%;   
color: white;
font-size: 22px;
transform: translate(-50%, -50%);
font-family: var(--primary-font);

}

.contact-area h2{
font-weight: 600;
font-size: 35px;
font-family: var(--primary-font);

}
.form-area{
background-color:var(--primary-color);
padding-top: 20px;
padding-right: 30px;
padding-bottom: 50px;
padding-left: 30px;
font-family: var(--primary-font);
}

.form-area .form-control,
.form-area .form-select,
.form-area textarea {
border-radius: 6px;        
height: 48px;              
font-size: 14px;
padding: 10px 14px;
}

.form-area textarea {
height: auto;             
resize: none;              
}


.form-area ::placeholder {
font-size: 13px;
letter-spacing: 0.3px;
color: #000;
font-weight: 600;
font-family: var(--primary-font);
}


.form-area .form-control:focus,
.form-area .form-select:focus,
.form-area textarea:focus {
box-shadow: 0 0 0 0.15rem rgba(0,0,0,0.08);
color: #000;
font-weight: 600;
}


.form-area .btn-submit {
padding: 10px 30px;
font-size: 16px;
border-radius: 8px;
border: 1px solid white;
color:white;

}
.card {
border-radius: 8px;
}

.card-title {
font-weight: 500;
margin-bottom: 10px;
font-size: 17px;
color: var(--primary-color);
font-family: var(--primary-font);
}

.card-text {
font-size: 14px;
line-height: 1.6;
font-family: var(--paragraph-font);
font-weight: 600;
}


.gallery-item {
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    transition: 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

