

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
}

body{
    background:#f5f5f5;
    color:#444;
}

.hero{
    background:#000;
    color:#fff;
    text-align:center;
    padding-top: 10px;
    height: 130px;
    width:100%
}

.breadcrumb{
    font-size:18px;
    letter-spacing:1px;
    margin-bottom:10px;
    margin-top: 10px;
}

.breadcrumb a{
    text-decoration: none;
    color: #ffffff;
}

.hero h1{
    font-size:45px;
    font-weight:700;
    line-height:1.1;
}

.container{
    max-width:100%;
    margin:15px 17px 17px ;
    padding:30px;
}

.form-group{
    margin-bottom:24px;
}

label{
    display:block;
    font-size:17px;
    font-weight:600;
    margin-bottom:12px;
    /* line-height:1.1; */
}



.required{
    color:#ff4d4d;
}

input,
select,
textarea{
    width:100% ;
    height:40px;
    border:2px solid #ddd;
    border-radius:6px;
    background:#fff;
    padding:0 18px;
    font-size:18px;
    color:#666;
}

.iti{
    width:100% !important;
}

.iti--allow-dropdown{
    width:100% !important;
}

.iti input{
    width:100% !important;
    box-sizing:border-box;
}

.error{
    border:2px solid red !important;
    box-shadow:0 0 5px red;
}

.rating.error{
    border:2px solid red !important;
    padding:10px;
    border-radius:5px;
}


textarea{
    height:50px;
    padding-top:15px;
    resize:none;
}

.rating{
    display:flex;
    gap:12px;
    margin-top:15px;
    font-size: 10px;
}

.rating input{
    display:none;
}

.rating label{
    font-size:35px !important;
    color:#f3d59c;
    cursor:pointer;
    margin:0;
}

.submit-btn{
    background:white;
    border:2px solid #cfcfcf;
    padding:10px 10px;
    font-size:14px;
    color:#555;
    cursor:pointer;
    text-transform:uppercase;
}

.submit-btn:hover{
    background:#f8f8f8;
}



/* star system */

.rating{
    display:flex;
    gap:10px;
}

.rating input{
    display:none;
}

.rating label{
    font-size:55px;
    color:#d8d8d8;
    cursor:pointer;
    transition:0.3s;
}

.rating label.active{
    color:#f7c948;
    text-shadow:0 0 10px #be9931;
}


/* * ===== FOOTER SECTION ===== */ */
.footer-section {
    background: #001bb3;
    color: #fff;
    padding: 50px 20px 53px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    
}

/* GRID LAYOUT */
.footer-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.footer-column{
    margin-top: 20px;
    margin-left: 10px;
}

/* FOOTER HEADINGS */
.footer-column h3 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #f5c542;
    /* letter-spacing: 1px; */
}

/* LINKS */
.footer-column .a {
    display: block;
    color: #bbb;
    text-decoration: none;
    margin: 8px 0;
    font-size: 14px;
    transition: 0.3s;
}

.footer-column .a:hover {
    color: #fff;
    padding-left: 5px;
}

/* OFFICE BOXES */
.headoffice,
.techoffice {
    font-size: 13px;
    line-height: 1.6;
    color: #ccc;
    padding: 10px;
    border-left: 2px solid #f5c542;
    margin-top: 20px;
}

/* LINE */
.line2 {
    grid-column: 1 / -1;
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin-top: 15px;
}

/* footer 2nd  */

/* ===== FOOTER SECTION 2 ===== */
.footer-section2 {
    background: #090a11;
    color: #fff;
    padding: 50px 20px 20px;
    font-family: Arial, sans-serif;
}

/* TITLE */
#footerh2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
    color: #f5c542;
    line-height: 1.3;
}

/* CITY GRID */
.city-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-height: 320px;
    overflow-y: auto;
    padding: 10px;
}

/* CITY TAG STYLE */
.city-grid span {
    background: linear-gradient(145deg, #051952, #2a2a2a);
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 20px;
    color: #ddd;
    border: 1px solid rgba(255,255,255,0.08);
    cursor: default;
    transition: 0.3s;
}

.city-grid span:hover {
    background: #f5c542;
    color: #000;
    transform: scale(1.05);
}

/* FOOTER BOTTOM */
.lfooter {
    margin-top: 25px;
    text-align: center;
}

.lfooter img {
    width: 140px;
    margin-bottom: 10px;
}

.lfooter p {
    font-size: 13px;
    color: #aaa;
}

/* LINE */
.line2 {
    height: 1px;
    background: rgba(255,255,255,0.15);
    margin-top: 20px;
}

.act:hover{
        color: red;
        font-size: 12px;
    }

    .footerlogo:hover {
        transform: scale(1.2);
    }





@media (max-width:768px) and (min-width:431){

.hero h1{
    font-size:42px;
}

.container{
    padding:25px;
}

.rating label{
    font-size:42px;
}
}

@media(max-width:430px){

    .hero{
        height: 200%;
    }

    .hero h1{
    font-size:60px;
    font-weight: 200;
}




    .container{
        padding: 0;
    }

}



@media (max-width: 430px){

    .footer-section {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 30px 15px;
    }

    .footer-column h3 {
        font-size: 15px;
        text-align: left;
    }

    .footer-column .a {
        font-size: 13px;
    }

    .headoffice,
    .techoffice {
        font-size: 12px;
        border-left: 3px solid #f5c542;
    }

    .line2 {
        margin-top: 10px;
    }
}









@media (max-width: 430px){

  
    #footerh2 {
        font-size: 20px;
        padding: 0 10px;
    }

    .city-grid {
        max-height: 250px;
        gap: 8px;
    }

    .city-grid span {
        font-size: 12px;
        padding: 5px 10px;
    }

    .lfooter img {
        width: 110px;
    }

    .lfooter p {
        font-size: 12px;
    }

    .act:hover{
        color: red;
        font-size: 12px;
    }

    .footerlogo:hover {
        transform: scale(1.2);
    }
}


@media (min-width: 360px){
  #footerh2 {
        font-size: 20px;
        padding: 0 10px;
        text-transform: capitalize;
    }

    .city-grid {
        max-height: 250px;
        gap: 8px;
    }

    .city-grid span {
        font-size: 12px;
        padding: 5px 10px;
    }

    .lfooter img {
        width: 110px;
    }

    .lfooter p {
        font-size: 12px;
    }

    .act:hover{
        color: red;
        font-size: 12px;
    }

    .footerlogo:hover {
        transform: scale(1.2);
    }

      
 .footer-section {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 30px 15px;
    }

    .footer-column h3 {
        font-size: 15px;
        text-align: left;
    }

    .footer-column .a {
        font-size: 13px;
    }

    .headoffice,
    .techoffice {
        font-size: 12px;
        border-left: 3px solid #f5c542;
    }

    .line2 {
        margin-top: 10px;
    }
}




