.img-cover-desktop {
    height: 400px !important;
}

.top-navbar-container {
    /* border-bottom: 2px solid #6aa1d9; */
    /* box-shadow: 2px 2px 15px black; */
}

nav {
    /* box-shadow: 0px 3px 6px #00000029; */
    /* border-bottom: 2px solid #6aa1d9; */
    /* border-top:0px; */
    /* box-shadow: 1px 1px 6px black; */
}

.navbar {
    padding: 10px 0px;
}

.ql-editor .ql-video {
    width: 100%;
    height: 500px;
}

#section-id-16 .row {
    justify-content: center;
}

#section-id-17 .section-title {
    color: #fff;
}

#section-id-18 .row {
    justify-content: center;
}

#section-id-15 .web-slider .slick-custom-dot {
    width: 150px;
    height: 10px;
    background-color: #dadbdb;
    border-radius: 0%;
    transition: all linear 0.3s;
}

#section-id-15 .web-slider .slick-active .slick-custom-dot {
    width: 150px;
    height: 10px;
    background-color: var(--primary-color);
    transition: all linear 0.3s;
}

#section-id-17 {
    position: relative;
    overflow: hidden;
}

#section-id-17::before {
    content: "";
    position: absolute;
    top: -20%;
    bottom: -20%;
    left: 7%;
    width: 60px;
    background: #f6a400;
    transform: skewX(-10deg);
    transform-origin: top left;
}

.menu-title-abs {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.40);
    text-align: center;
    overflow: hidden;
}

.menu-title-abs::before {
    content: "";
    position: absolute;
    top: -20%;
    bottom: -20%;
    right: -150px;
    width: 35%;
    background: linear-gradient(to left,
            #6aa0d8 0%,
            #6aa0d8 70%,
            #172849 100%);
    transform: skewX(-12deg);
    transform-origin: top right;
    z-index: 2;
}


/* .menu-title-abs::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 32% !important;
    background-image: url("https://api.mt4a.com/v2/fsapi/file.php?hostId=44f683a84163b3523afe57c2e008bc8c&file=haloumacom/file_1763725571_737258.png");
    width: 100px;
    height: 50px;
    z-index: 5;
    background-size: contain;
    background-repeat: no-repeat;
} */

.menu-title-abs>* {
    position: relative;
    z-index: 2;
}

.menu-title-abs-title {
    color: white;
    padding-right: 30px;
}

.menu-title-abs .justify-content-center {
    justify-content: flex-start !important;
}

.web-slider .slider-content {
    border: 0px !important;
    background-color: transparent !important;
}

.web-slider .slick-current .slider-content {
    top: 75px;
    bottom: auto !important;
    text-align: center;
}

.web-slider .slick-current h2 {
    font-size: 74px !important;
}

.web-slider .slick-current p {
    font-size: 48px !important;
}

.web-slider .slick-current .text-start {
    text-align: center !important;
}

.web-slider .slick-current .btn {
    font-size: 26px !important;
}

#section-id-22 .contact-us-details-container {
    /* color: white !important; */
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 20px 5px !important
	border:0px;
}

#section-id-22 .contact-us-details-container .contact-us-details-icon {
    align-self: center !important;
    margin: 0px !important;
    border-radius: 50%;
    background-color: #6ea1d1;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-id-22 .contact-us-details-container .contact-us-details-content p {
    text-align: center !important;
}

#section-id-22 .contact-us-details-container h4 {
    /* color: white !important; */
    text-align: center !important;
    /* border-bottom: 2px solid white !important; */
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

#section-id-22 .section-title {
    /* color: white !important */
}

.list-footer .nav-footer-item {
    align-items: flex-start;
}

.list-footer .me-2 {
    margin: 0px !important;
}


.footer-actions-container {
    color: white !important;
}

#section-id-21 .col-xl-2,
#section-id-21 .col-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-id-21 .card-border {
    border: 0px;
}

#section-id-21 .img-fluid {
    filter: grayscale(100%);
}

#section-id-21 .img-fluid:hover {
    filter: none !important;
}

#section-id-21 .row {
    justify-content: center;
}









#section-id-7 .contact-us-details-container {
    color: white !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    border: 1px solid #FFFFFF4D;
    border-radius: 10px 10px 10px 10px !important;
    padding: 20px 5px !important
}

#section-id-7 .contact-us-details-container .contact-us-details-icon {
    align-self: center !important;
    margin: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-id-7 .contact-us-details-container .contact-us-details-content p {
    text-align: center !important;
    background: linear-gradient(135deg, #172849, #6aa1d9);
    border: none;
    border-radius: 999px;
    /* Full rounded */
    padding: 10px 28px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
    /* optional soft shadow */
    box-shadow: 0 4px 10px rgba(23, 40, 73, 0.3);
}

#section-id-7 .contact-us-details-container h4 {
    text-align: center !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 20px;
}

#section-id-7 .row {
    justify-content: center;
}

#section-id-7 .contact-us-details-content {
    width: 100%;
}

#section-id-23 .contact-us-details-container {
    color: white !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    border: 1px solid #FFFFFF4D;
    border-radius: 10px 10px 10px 10px !important;
    padding: 20px 5px !important
}

#section-id-23 .contact-us-details-container .contact-us-details-icon {
    align-self: center !important;
    margin: 0px !important;
    border-radius: 50%;
    background-color: #6ea1d1;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-id-23 .contact-us-details-container .contact-us-details-content p {
    display: none !important;
}

#section-id-23 .contact-us-details-container h4 {
    text-align: center !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.web-slider .slider-content-container {
    background-color: #00000082;
}


#section-id-21 .col-xl-2,
#section-id-21 .col-6 {
    margin-bottom: 20px;
    padding: 15px;
}

.img-cover-desktop {
    opacity: 0.6;
}


.menu-title-abs-title {
    font-size: 40px;
}

#section-id-19 .row>.col-md-12:last-child {
    text-align: center !important;
}

#section-id-31 .ql-editor li[data-list=bullet]>.ql-ui:before {
    content: '-';
    font-size: 18px;
    font-weight: bold;
}

#section-id-25 .ql-editor li[data-list=bullet]>.ql-ui:before {
    font-size: 27px;
    font-weight: bold;
}

#section-id-25 .ql-editor li[data-list=ordered]>.ql-ui:before {
    font-size: 27px;
    font-weight: bold;
    content: '-';

}

#section-id-26 .ql-editor li[data-list=bullet]>.ql-ui:before {
    font-size: 27px;
    font-weight: bold;
}

#section-id-27 .ql-editor li[data-list=bullet]>.ql-ui:before {
    font-size: 27px;
    font-weight: bold;
}

#section-id-27 .ql-editor li[data-list=ordered]>.ql-ui:before {
    font-size: 27px;
    font-weight: bold;
    content: '-';

}

#section-id-24 .ql-editor li[data-list=bullet]>.ql-ui:before {
    font-size: 27px;
    font-weight: bold;
}

#section-id-24 .ql-editor li[data-list=ordered]>.ql-ui:before {
    font-size: 27px;
    font-weight: bold;
    content: '-';

}

#section-id-33 .section-title::after {
    width: 100%;
    left: 0px !important;
}


.img-cover-desktop::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


#section-id-8 .web-slider .slick-current h2 {
    font-size: 38px !important;
}

#section-id-8 .web-slider .slick-current p {
    font-size: 24px !important;
}

#section-id-8 .web-slider {
    width: 500px !important;
    margin: 0 auto;
}

#section-id-8 .slider-img-bg {
    background-size: contain;
    background-repeat: no-repeat;
}

#section-id-8 .web-slider .slick-current .btn {
    font-size: 18px !important;
}

#section-id-8 .web-slider  .slider-content {
    top: 0px !important;
    bottom: 0px !important;
    background-color: #000000ba !important;
    width: 90% !important;
    border-radius: 5px;
    position: relative;

}

#section-id-8 .web-slider .slider-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-id-8 .slick-arrow {
    display: none !important;
}

#section-id-8 .web-slider .slider-content-container {
    background: none;
}

#section-id-31 {
    padding-top: 60px;
}


#section-id-22 .contact-us-details-container .contact-us-details-content p {
    color:black !important;
}

.navbar-nav .dropdown-menu {
	min-width:200px;
}

.navbar.sticky-top {
    border-bottom: 0; /* default */
}

/* Add border when actually stuck */
.navbar.sticky-top.is-sticky {
	    border-bottom: 2px solid #6aa1d9; 
     box-shadow: 2px 2px 15px black;
	
}

#section-id-19 {
    position: relative;
    padding: 60px 30px;
    background: #FFFEFD;
}

#section-id-19 .btn {
	background-color:black !important;
	font-weight:bold !important;
}

footer {
    background: linear-gradient(135deg, #172849, #6aa1d9); 
}