.no-hover:hover {
    color: #fff !important;
}

/* HEADER AREA STYLE */
/* line 19, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_header.scss */
.header-area .main-header-area,
.header-area .main-header-area.sticky {
    background: #fff;
}

.header-area .main-header-area.sticky {
    /*box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);*/
    box-shadow: 0px 3px 16px 0px rgb(1, 29, 71);
}

.header-area .main-header-area .logo {
    background: #fff;
    text-align: center;
    padding: 10px 0;
}

.header-area .header-top {
    padding: 13px 0;
}

.header-area .header-top.top-bg {
    background-color: #011D47;
}

.header-area .header-top .header-info-left ul li {
    color: #fff;
    display: inline-block;
    margin-right: 33px;
    padding-right: 33px;
    border-right: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.header-area .header-top .header-info-left ul li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0px;
}

.header-area .header-top .header-info-right ul li {
    color: #fff;
    font-size: 14px;
}

.header-area .header-top #header-ticker ul li {
    color: #fff;
    display: inline-block;
    margin-right: 33px;
    padding-right: 33px;
    border-right: none !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.header-area .marquee {
    width: 500px;
    overflow: hidden;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/**
 * NAVIGATION STYLING
 */

.header-area .main-header-area .main-menu {
    position: relative;
    padding-left: 53px;
}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0;
}

/* line 60, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
    padding: 2px 15px 2px 15px;
    border-radius: 3px;
    color: #011d47;
}

.header-area .main-header-area .main-menu ul li.active {
    background: #011d47;
}

.header-area .main-header-area .main-menu ul li.active a,
.header-area .main-header-area .main-menu ul li.active a:hover {
    color: #fff;
}

.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 15px;
}

/* line 70, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover {
    color: #011d47;
}

/*.header-area .main-header-area .main-menu ul li a:active {
    background: #011d47;
    border-radius: 3px;
    color: #fff;
}*/


/**
 * SLICK NAV STYLING
 */
.slicknav_menu .slicknav_icon {
    right: 10px;
    top: -13px;
}

.bradcam_area .bradcam_text {
    padding: 150px 0;
    position: relative;
    text-align: center;
}

/* CAROUSEL AREA STYLE */
.carousel-caption {
    padding: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(140, 140, 140, 0.08);
}

.carousel-caption > h3 {
    color: #fff;
}

.carousel-caption p {
    color: #fff;
}

/**
 * ABOUT AREA STYLE
 */
/*.about_area .about_exp {
    background-image: url(../img/about/exp_bg.jpg);
}*/

.about_area .about_exp .about_exp_inner_upper {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    background-color: #48b1df;
    color: #2e282a;
    mix-blend-mode: screen;
}

.about_area .about_exp .about_exp_inner span {
    font-size: 12em;
    /*line-height: 300px;*/
    line-height: 270px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    /*letter-spacing: -20px;*/
    /*position: relative;*/
    /*right: 20px;*/
    /*text-align: center;*/
}

.about_area .about_exp .about_exp_inner p {
/*    font-size: 30px;*/
    font-weight: 300 !important;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    margin-bottom: 0;
    color: #2e282a !important;
}

/**
 * FACILITICS AREA STYLE
 */
.our_facilitics_area {
    padding-top: 75px;
    padding-bottom: 50px;
}

.our_facilitics_area::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 460px;
    z-index: -1;
    background: #000;
    opacity: .5;
}

.our_facilitics_area .single_feature .icon i {
    font-size: 80px;
    color: #0C74BB;
}

.our_facilitics_area .container-fluid {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.our_facilitics_area .single_feature {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 32px 20px 65px 20px;
    min-height: 400px;
    max-height: 400px;
}

/* line 97, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_facilites.scss */
.our_facilitics_area .single_feature:hover .icon i {
    color: #15181d !important;
}

/**
 * LATEST NEWS AREA STYLE
 */
.our_latest_news_area {
    padding-top: 75px;
    padding-bottom: 50px;
}

/**
 * TESTIMONY AREA STYLE
 */
.testimonial_area {
    padding: 50px 0 50px 0;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #e6eff8; /*ghostwhite; /*lightskyblue*/
}

/**
 * SERVICE AREA STYLE
 */

.product_page .card.product,
.product_page .card.service {
    border: 1px solid #0C74BB2E !important;
}

.product_page .card.product .card-img-top {
    width: 100%;
    min-height: 225px;
    max-height: 225px;
}

.product_page .card-body.product {
    min-height: 0px;
    max-height: 315px;
    overflow: hidden;
}

.product_page .card-body.service {
    min-height: 315px;
    max-height: 315px;
    overflow: hidden;
}

.product_page .card-body i {
    color: #0C74BB;
}

.product_page .card-body.product p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product_page a.view-btn {
    display: block;
    padding: 14px 44px;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #0C74BB;
    border: 1px solid #0C74BB;
    color: #fff;
    text-transform: uppercase;
}

.product_page a.view-btn:hover {
    background-color: #011D47;
    border: 1px solid #011D47;
}

/****************************************
 * CAREER STYLE
 ****************************************/

.career-area a {
    color: #6b6a6a !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.career-area .boxed-btn {
    color: #fff !important;
}

.career-area a:hover, .career-area a :hover {
    background: -webkit-linear-gradient(131deg, #0C74BB 0%, #0C74BB 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog_details ul {
    margin: 1em;
    padding: 0px;
}

.blog_details li {
    list-style: square inside;
}

/****************************************
 * SLICK SLIDER STYLING
 ****************************************/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/********************************
 * SELECT 2 STYLING
 ********************************/

.select2-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    /*padding: .375rem .75rem;*/
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: calc(2.25rem + 2px);
    user-select: none;
    -webkit-user-select: none;
}

/*************************
 * PHOTO GALLERY STYLE
 *************************/

.photo-gallery {
    color:#313437;
    background-color:#fff;
    margin-bottom: 30px;
}

.photo-gallery p {
    color:#7d8285;
}

.photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom:25px;
        padding-top:25px;
        font-size:24px;
    }
}

.photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom:0;
}

.photo-gallery .photos {
    padding-bottom:20px;
    text-align: center;
}

.photo-gallery .item {
    padding-bottom:30px;
}

/**
 * PAGINATION ARROW STYLING
 * Make pagination arrows proportional to text size by targeting SVG arrows with high specificity
 */

/* Target the SVG arrows with maximum specificity to override Tailwind classes */
ul.pagination nav span.relative svg.w-5.h-5,
ul.pagination nav a[rel="prev"] svg.w-5.h-5,
ul.pagination nav a[rel="next"] svg.w-5.h-5,
.pagination svg.w-5,
.pagination svg.h-5,
.pagination svg {
    width: 14px !important; /* Much smaller than default 20px (1.25rem) */
    height: 14px !important; /* Much smaller than default 20px (1.25rem) */
    max-width: 14px !important;
    max-height: 14px !important;
}

/* For small pagination, make SVG arrows even smaller */
ul.pagination-sm nav span.relative svg.w-5.h-5,
ul.pagination-sm nav a[rel="prev"] svg.w-5.h-5,
ul.pagination-sm nav a[rel="next"] svg.w-5.h-5,
.pagination-sm svg.w-5,
.pagination-sm svg.h-5,
.pagination-sm svg {
    width: 12px !important;
    height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
}

/* For large pagination, keep SVG arrows proportional but slightly larger */
ul.pagination-lg nav span.relative svg.w-5.h-5,
ul.pagination-lg nav a[rel="prev"] svg.w-5.h-5,
ul.pagination-lg nav a[rel="next"] svg.w-5.h-5,
.pagination-lg svg.w-5,
.pagination-lg svg.h-5,
.pagination-lg svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

/* Ensure proper alignment of SVG icons within pagination links */
.pagination a[rel="prev"],
.pagination a[rel="next"],
.pagination span.relative {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Fix overlapping content and duplicate pagination */

/* Hide the simple Previous/Next buttons to remove duplication */
nav[aria-label="Pagination Navigation"] > div:first-child {
    display: none !important;
}

/* Hide any simple pagination buttons specifically */
.pagination > li > a[rel="prev"]:only-child,
.pagination > li > a[rel="next"]:only-child,
.pagination > li > span:only-child {
    display: none !important;
}

/* Hide the entire simple pagination container */
.flex.justify-between.flex-1.sm\\:hidden {
    display: none !important;
}

/* More specific: Hide Laravel's default simple pagination */
nav[aria-label="Pagination Navigation"] .flex.justify-between.flex-1.sm\\:hidden,
nav[aria-label="Pagination Navigation"] .sm\\:flex-1.sm\\:flex.sm\\:items-center.sm\\:justify-between {
    display: none !important;
}

/* Show only the numbered pagination */
nav[aria-label="Pagination Navigation"] .hidden.sm\\:flex-1.sm\\:flex.sm\\:items-center.sm\\:justify-between {
    display: flex !important;
}

/* OR alternatively, hide the entire first pagination if it's causing issues */
nav[aria-label="Pagination Navigation"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

/* Fix the numbered pagination to not overlap */
.pagination {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    margin: 20px 0 !important;
    z-index: 1 !important;
}

/* Ensure proper spacing around pagination */
.img-gallery-area .container {
    padding-bottom: 50px !important;
}

/* Fix any overlapping SVGs */
.pagination svg {
    position: relative !important;
    z-index: 1 !important;
    max-width: 14px !important;
    max-height: 14px !important;
}

/* Ensure content doesn't overlap with pagination */
.photo-gallery {
    margin-bottom: 30px !important;
}

/* Fix the pagination container layout */
.pagination-container {
    clear: both !important;
    margin-top: 30px !important;
    padding: 20px 0 !important;
}

/* Style the pagination info text */
.text-muted.text-sm {
    margin-bottom: 10px !important;
    text-align: center !important;
}

/* Force override Tailwind utility classes */
.w-5.h-5 {
    width: 14px !important;
    height: 14px !important;
}

/* Alternative approach: Remove Tailwind classes if they exist */
.pagination svg[class*="w-"],
.pagination svg[class*="h-"] {
    width: 14px !important;
    height: 14px !important;
}
