/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    color: #333;
}
/* HEADER */
.header-section{
    background:#fff;
}

.header-inner{
    width: 100%;
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    padding-bottom: 40px;
}

.header-rating{
    width:20%;
}

.header-rating-group{
    display:flex;
    align-items:center;
    gap:6px;
    padding-bottom: 5px;
}

.header-rating-group .rating{
    color:#D9BF70;
    font-size: 20px;
    font-weight: 800;
}

.header-rating-icon{
    display:flex;
    gap:0;
}

.header-rating-icon i{
    color:#D9BF70;
    font-size: 22px;
}

.header-rating-icon img{
    width:24px;
    height: 30px;
    filter: invert(77%) sepia(33%) saturate(450%) hue-rotate(8deg) brightness(92%) contrast(90%);
}

.header-rating a{
    color:#AB964FFF;
}
.header-title{
    padding-top: 30px;
}

.header-request{
    text-align:right;
}

.header-request .button{
    background:#AB964F;
    color:#fff;
    padding:15px 28px;
    display:inline-block;
    text-decoration: none;
}
.header-request .button:hover{
  background:#000;  
}

.header-request p{
    font-weight:700;
    padding-top:30px;
    font-size: 18px;
    font-family: "Noto Sans", "Noto Sans Fallback";
}
/* ============================= */
/* MENU */
/* ============================= */

.header-menu-area{
    background:#000;
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.header-menu-list{
    max-width:1320px;
    margin:0 auto;
}

.header-menu-list ul{
    display:flex;
    justify-content:space-between;
    padding:5px 0;
    margin:0;
}

.header-menu-list ul li{
    list-style:none;
    position:relative;
}

.header-menu-list ul li a{
    color:#fff;
    text-decoration:none;
    padding:14px 12px;
    display:block;
    font-size:14px;
    transition: transform .3s ease, color .3s ease;
    text-transform: uppercase;
}

.header-menu-list ul li a:hover{
    color:#D9BF70;
}

/* ============================= */
/* DROPDOWN */
/* ============================= */

.header-menu-list ul li .fa-chevron-down {
    font-size:10px;
    margin-left:6px;
}

/* DROPDOWN */
.header-menu-list ul li .dropdown{
    position:absolute;
    top:100%;
    left:0;
    background:#000;
    min-width:220px;

    display:flex;
    flex-direction:column;

    /* Start hidden above */
    opacity:0;
    visibility:hidden;
    transform: translateY(-20px);
    transition: all 0.4s ease;

    z-index:1000;
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

/* Show dropdown */
.header-menu-list ul li:hover > .dropdown{
    opacity:1;
    visibility:visible;
    transform: translateY(0);
}

/* Dropdown links */
.header-menu-list ul li .dropdown li{
    width:100%;
}

.header-menu-list ul li .dropdown li a{
    padding:12px 16px;
    font-size:13px;
    text-transform:uppercase;
}

.header-menu-list ul li .dropdown li a:hover{
    color:#D9BF70;
}

/* ============================= */
/* Dropdown Icon Animation */
/* ============================= */

.has-dropdown > a{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.has-dropdown > a .fa-chevron-down{
    transition:transform 0.3s ease;
}

/* Rotate icon on hover */
.has-dropdown:hover > a .fa-chevron-down{
    transform:rotate(180deg);
}



/* HAMBURGER */
.menu-toggle{
    display:none;
    color:#fff;
    font-size:22px;
    padding:14px 20px;
    cursor:pointer;
    margin-left:auto;
}

.menu-close{
    position:absolute;
    top:50px;
    right:15px;
    color:#fff;
    font-size:22px;
    cursor:pointer;
    display:none;
}

/*footer css*/
.footer-content{
    background: #AB964F;
    color: #fff;
    padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 50px;
    padding-right: 40px;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}
.footer-content-items{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-content-item{
    position: relative;
    width: 25%;
}
.footer-content-item h4{
    font-size: 18px;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    direction: ltr;
    font-family: Caudex, "Caudex Fallback";
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase
}
.footer-content-item p{
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: 'Noto Sans', 'Noto Sans Fallback';
    font-size: 15px;
}
.footer-content-item a{
    color:#fff;
}
.footer-text-email{
    padding: 15px 0;
}
.title-divider{
    width: 30px !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.title-divider:after, .title-divider:before{
    content: " ";
    display: table;
}
.title-divider hr{
 border-width: 2px;
    display: block;
    margin: 10px 0;
    color: rgba(217, 191, 112, 1);
    border-top-style: solid !important;
    border-top-width: 4px !important;
    border-color: currentColor;
    background: none;
    min-height: 2px;
    border: none;   
}
.footer-social .icon-box{
    padding: 10px 13px;
    background: #D9BF70;
    font-size: 16px;
    border-radius: 30px;
    margin: 0px 3px;
}
.footer-social .icon-box-2{
    padding: 10px 11px;
}
.footer-social .icon-box-3{
    padding: 10px 9px;
}
.footer-bottom{}

/* Responsive Image */
.footer-widgets-2 .fw2{
    font-weight: 700;
}
.footer-widgets-4 ul{}
.footer-widgets-4 ul li{
    list-style: none;
    padding: 8px 0px;
}
.footer-widgets-4 ul li a{
    text-decoration: none;
    text-transform: uppercase;
}
.footer-bottom{
    color: #666666;
    height: 88px;
}
.footer-inner{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px 15px 0px;
}
.footer-inner ul{
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}
.footer-inner ul li{
    list-style: none;
}
.footer-inner ul li a{
    font-size: 11px;
    text-decoration: none;
    color: #666666;
}
.footer-inner p{
    font-size: 11px;
}

.footer-bootom-menu1 ul{
    display: contents;
}
.footer-bootom-menu2 ul{

}


.footer-bootom-menu2 ul li a{
    border-right: 1px solid #666666;
    padding: 0 5px;
}
.footer-bootom-menu2 ul li:last-child a{
    border-right: unset;
}
.footer-bottom ul li a:hover{
    text-decoration: underline;
}

/* =========================
   TABLET & BELOW (≤1024px)
========================= */

header {
    width: 100%;
}

.header-section {
    width: 100%;
}


@media (max-width: 1440px) {
	.header-inner {
		padding-bottom: 0;
		margin: 0 !important;
	}
}


@media (max-width: 1024px) {
.header-section {
    display: flex;
    padding: 0;
    align-items: center;
}
.header-inner {
   margin: 0;
 }
	.header-menu{
		    margin-top: -30px;
	}
	.header-request p{
	   padding-top: 10px;
	}
	
/* Responsive header design */
	.header-menu-area{
		padding-top: 30px;
	}

    /* Header */
    .header-inner {
        padding: 15px;
        gap: 20px;
		display: flex;
        align-items: center;
    }

    .header-logo {
        width: auto;
    }

    .header-request {
        text-align: center;
        width: 100%;
    }

    .header-request p {
        font-size: 16px;
    }

    /* Hamburger Menu */
    .menu-toggle,
    .menu-close {
        display: block;
    }

    .header-menu-list {
        position: fixed;
        top: 0;
        right: -260px;
        width: 260px;
        height: 100vh;
        background: #000;
        transition: 0.3s ease;
        z-index: 999;
        padding-top: 60px;
    }

    .header-menu-list.active {
        right: 0;
    }

    .header-menu-list ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-menu-list ul li a {
        width: 100%;
        padding: 14px 20px;
        border-bottom: 1px solid #222;
        font-size: 13px;
    }

    .header-menu-list ul li .dropdown {
        position: static;
        width: 100%;
        display: none;
    }

    .header-menu-list ul li.open .dropdown {
        display: block;
    }

    .header-menu-list ul li .fa-chevron-down {
        float: right;
        margin-top: 4px;
    }

    /* Footer */

    .footer-content-items {
        flex-wrap: wrap;
    }

    .footer-content-item {
        width: 50%;
        margin-bottom: 30px;
    }

    .footer-inner {
        width: 100%;
        padding: 20px;
    }
}

/* Hover on desktop */
@media (min-width: 1025px) {
    .header-menu-list ul li.has-dropdown:hover .dropdown {
        display: block;
    }
    .has-dropdown:hover > a .fa-chevron-down {
        transform: rotate(180deg);
    }
}

/* =========================
   MOBILE & BELOW (≤768px)
========================= */
@media (max-width: 768px) {

    /* Header */
    .header-inner {
        flex-direction: row;
        text-align: center;
        padding: 15px;
    }

    .header-rating-group {
        justify-content: center;
    }


    .header-rating-icon img {
        width: 16px;
    }

    .header-request {
        margin-top: 15px;
        text-align: center;
    }

    .header-request p {
        padding-top: 10px;
        font-size: 15px;
    }

    /* Footer */

    .footer-content {
        padding: 30px 20px;
    }

    .footer-content-item {
        width: 100%;
        text-align: center;
    }

    .footer-social {
        text-align: center;
        margin-top: 15px;
    }

    .footer-bottom {
        height: auto;
    }

    .footer-inner ul {
        flex-direction: column;
        gap: 6px;
    }

    .footer-inner p {
        line-height: 1.5;
    }
    .title-divider{
      margin: 0 auto !important;  
    }	
}

/* =========================
   SMALL MOBILE (≤480px)
========================= */


@media (max-width: 480px) {
	.header-request .button {
		padding: 10px 14px;
        font-size: 14px;
	}
	.header-request p {
        font-size: 12px;
    }

    .header-rating h3 {
        font-size: 16px;
    }

    .footer-content-item h4 {
        font-size: 16px;
    }

    .footer-content-item p {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .header-request {
        width: 250px;
    }
}


