* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000000;
    font-family: "Manrope";
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* navbar */
.nav-box {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #828282;
    border-radius: 6px;
    padding: 9px;
}

.nav-box-text {
    font-size: 16px;
    font-weight: 600;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* hero sec */
.bg-gray {
    background-color: #f5f5f5;
}

.breadcrumb-item {
    font-size: 14px;
}

.main-heading {
    font-size: 36px;
    font-weight: 800;
}

.review-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #FFFFFF;
    border-radius: 61px;
    padding: 15px;
    margin-top: 15px;
}

.reviews-count {
    font-size: 20px;
    font-weight: bold;
}

.review-text {
    font-size: 18px;
    font-weight: 600;
}

.hero-sub-text {
    margin-top: 20px;
    font-size: 20px;
}

.booknow-btn {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    background: #27BDBE;
    border-radius: 6px;
    padding: 20px;
    color: #FFFFFF;
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 10px;
    max-width: 180px;
    justify-content: space-between;
}

.featured-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    max-width: 1230px;
    padding: 25px 0;
    background-color: #FFFFFF;
    overflow-x: auto;
    overflow-y: hidden;
}

.featured-text {
    font-size: 20px;
    font-weight: bold;
    color: #828282;
}

.b-bottom {
    border-bottom: 1px solid #D9D9D9;
}

/* content */
.section-heading {
    font-size: 25px;
    font-weight: 800;
}

.card-item {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
}

.from {
    font-size: 20px;
    line-height: 25px;
}

.price-aed {
    font-size: 25px;
    font-weight: bold;
    color: #F79420;
    line-height: 32px;
}

.price-usd {
    font-size: 14px;
}

.price-card {
    border-radius: 12px !important;
    border: 1px solid #D9D9D9;
    border-top: none;
}

.card-top-sec {
    background-color: #D9D9D9;
    border-radius: 12px 12px 0px 0px;
}

.section-subheading {
    font-size: 20px;
    font-weight: bold;
}

.steps-sec {
    display: flex;
    align-items: center;
    gap: 20px;
}

.steps-title {
    font-size: 20px;
    font-weight: bold;
}

.steps-text {
    font-size: 20px;
}

.steps-arrow {
    margin: 0.5rem 0 0 5rem;
}

.form-section {
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 20px 30px;
}

.form-title {
    font-size: 25px;
    font-weight: bold;
}

.form-label, .custom-lable {
    font-size: 16px;
    font-weight: 600;
}

.custom-lable span {
    font-size: 14px;
    font-weight: 400;
}

.custom-file-input + label {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 10px;
    cursor: pointer;
}

.upload-text {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
}

.upload-text span {
    color: #0B57D0;
    text-decoration: underline;
    font-weight: inherit;
}

.formats {
    font-size: 15px;
    font-weight: 600;
    color: #828282;
    margin-top: 5px;
}

.submit-btn {
    margin-top: 30px;
    color: #FFFFFF;
    border: none;
    background-color: #27BDBE;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px 20px 30px;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #D9D9D9;
}

.yellow-notify-box {
    margin-top: 25px;
    background-color: #D5CC2E;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 15px;
}

.notify-box-title {
    font-size: 16px;
    font-weight: 600;
}

.garant-text {
    font-weight: 600;
    display: flex;
    align-items: start;
    gap: 10px;
}

.uploaded-file {
    font-size: 14px;
    font-weight: 600;
    color: #27BDBE;
    text-align: center;
}

.section-paragraph {
    font-size: 16px;
    margin-bottom: 8px;
}

.types-heading-sec {
    background-color: #F5F5F5;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.type-title {
    font-size: 14px;
    font-weight: bold;
}

.custom-mx-width {
    max-width: 576px !important;
}

.document-list li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: start;
    gap: 15px;
    list-style-type: none;
}

.document-list li::before {
    content: '';
    display: flex;
    width: 16px;
    height: 16px;
    background-image: url(../images/list-bullet.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 5px;
}

.updates-sec {
    display: flex;
    align-items: start;
    gap: 30px;
}

.update-date {
    font-size: 18px;
    font-weight: 600;
    color: #828282;
}

.source {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
}

.detail-box {
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 20px 30px;
    min-height: 220px;
}

.box-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.detail-title {
    font-size: 20px;
    font-weight: bold;
}

.box-content {
    margin-top: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

.bg-white {
    background-color: #FFFFFF !important;
    color: #0B57D0;
}

.box-content a {
    color: inherit;
}

.restaurants-sec {
    display: flex;
    align-items: start;
    gap: 25px;
    margin-top: 40px;
}

.rest-name {
    font-size: 20px;
    font-weight: bold;
}

.rest-location {
    font-size: 14px;
    font-weight: 600;
    max-width: 590px;
}

.blue-text {
    color: #27BDBE !important;
    line-height: 30px;
}

.flight-info-title {
    font-size: 20px;
    font-weight: bold;
}

.flight-info-content {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 10px 20px;
    margin-top: 10px;
    max-width: 275px;
}

.flight-title {
    font-size: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bt-none {
    border-top: none !important;
}
/* accordion */
.renewal-accordion-button:focus {
    outline: none;
    box-shadow: none;
    background-color: #FFFFFF;
}
.renewal-accordion, .renewal-accordion-item, .renewal-accordion-header, .renewal-accordion-button{
    border-radius: unset !important;
    border-width: 1px 0 1px 0;
    background-color: #F5F5F5;
    border-color: #D9D9D9;
}
.renewal-accordion-button:hover {
    background-color: rgba(39, 189, 190, 0.12);
}
.renewal-accordion-button {
    font-size: 18px;
    background-color: #FFFFFF;
    gap: 10px;
    align-items: start;
    padding: 16px 0;
}
.renewal-accordion-button::after {
    background-image: url(../images/renewal-arrow.png);
    width: 14px;
    height: 8px;
    background-size: contain;
    transform: rotate(180deg);
    margin-top: 10px;
}
.renewal-accordion-button:not(.collapsed)::after {
    background-image: url(../images/renewal-arrow.png);
    transform: rotate(0deg);
}
.bold-para {
    font-size: 16px;
    font-weight: 600;
}
/* accordion end */
.featured-row::-webkit-scrollbar {
    height: 5px;
}
.featured-row::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.featured-row::-webkit-scrollbar-thumb {
    background: #888; 
}
.featured-row::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.embassy-img {
    max-width: 473px;
}

/* media query */
@media screen and (max-width: 1200px) {
    .embassy-img {
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .review-box {
        max-width: 340px;
        margin: 15px auto;
        width: 100%;
    }

    .featured-text {
        min-width: 110px;
    }

    .form-section {
        padding: 20px 10px;
    }

    .submit-btn {
        display: block;
        margin: 30px auto 0;
    }

    .yellow-notify-box {
        align-items: start;
    }

    .document-list li:last-child::before {
        width: 23px;
    }

}

@media screen and (max-width: 768px) {
    .updates-sec, .restaurants-sec {
        flex-direction: column;
    }

    .navbar-brand {
        margin: 0;
        width: 40%;
    }

    .nav-box {
        padding: 5px;
    }

    .main-heading {
        font-size: 30px;
    }

    .hero-sub-text {
        font-size: 16px;
    }

    .section-heading, .form-title {
        font-size: 21px;
    }

    .card-item {
        font-size: 14px;
    }

    .from {
        font-size: 18px;
        line-height: 20px;
    }

    .price-aed {
        font-size: 18px;
        line-height: 25px;
    }
    
    .price-usd, .nav-box-text {
        font-size: 11px;
    }

    .section-subheading {
        font-size: 18px;
    }
}
/* Style for loading */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	display: none;
	justify-content: center;
	align-items: center;
}

.loading-wrapper {
	display: flex;
	flex-direction: column;
}

#loading div {
	font-size: 24px;
	color: #fff;
}
.loader {
  width: 120px;
  height: 22px;
  border-radius: 40px;
  color: #514b82;
  border: 2px solid;
  position: relative;
  overflow: hidden;
	margin-top: 5px;
}
.loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 14px;
  top: 0;
  bottom: 0;
  left: -20px;
  border-radius: inherit;
  background: #D5CC2E;
  box-shadow: -10px 0 12px 3px #D5CC2E;
  clip-path: polygon(0 5%, 100% 0,100% 100%,0 95%,-30px 50%);
  animation: l14 1s infinite linear;
}
@keyframes l14 {
  100% {left: calc(100% + 20px)}
}