
        /* ----- start common css ----- */

@font-face {
    font-family: Impact, 'Arial Black', sans-serif, bold;
    src: url("Images/SRRemodeling/fonts/Almarose-Extrabold.otf");
    font-weight: 800;
}

:root {
    /* 
  	--ff_Almarose: "Almarose", "Montserrat", "DM Sans", sans-serif;
    --ff_Inter: "Inter", sans-serif;
  	*/
  	
	  
	--ff_Almarose: "Oswald", sans-serif;
    --ff_Inter: "Open Sans", sans-serif;
    --c_primary: #D16E02;
    --c_primaryDark: #a05300;
    --c_black: #000000;
    --c_dark: #1E242B;
    --c_dark2: #3F4242;
    --c_gray: #B2B2B2;
    --c_white: #ffffff;
    --bg_primary: #D16E02;
    --bg_primaryDark: #a05300;
    --bg_black: #000000;
    --bg_dark: #1E242B;
    --bg_dark2: #3F4242;
    --bg_darkBlue: #1e242b;
    --bg_light: #F4F4F4;
    --bg_white: #ffffff;
    --fs_14: 0.875rem;
    --fs_16: 1rem;
    --fs_18: 1.125rem;
    --fs_20: 1.25rem;
    --fs_21: 1.3125rem;
    --fs_22: 1.375rem;
    --fs_24: 1.5rem;
    --fs_25: 1.5625rem;
    --fs_32: 2rem;
    --fs_48: 3rem;
    --fs_64: 4rem;
    --p_32: 2rem;
    --p_110: 6.875rem;
    --p_120: 7.2rem;
    --m_20: 1.25rem;
    --m_24: 1.5rem;
    --m_32: 2rem;
    --m_36: 2.25rem;
    --m_42: 2.625rem;
    --m_60: 3.75rem;
    --m_64: 4rem;
    --g_20: 1.25rem;
    --g_32: 2rem;
    --g_46: 2.875rem;
    --g_80: 5rem;
    --g_118: 7.375rem;
}

body {
    color: var(--c_dark2);
    font-family: var(--ff_Inter);
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ff_Almarose);
}

h1 {
    font-size: var(--fs_64);
    text-transform: capitalize;
}

h2 {
    font-size: var(--fs_48);
    text-transform: capitalize;
}
.ff_Almarose{font-family: var(--ff_Almarose);}
.ff_Inter{font-family: var(--ff_Inter);}
.c_primary {
    color: var(--c_primary);
}
.c_primaryDark {
    color: var(--c_primaryDark);
}
.c_black {
    color: var(--c_black);
}

.c_dark {
    color: var(--c_dark);
}

.c_dark2 {
    color: var(--c_dark2);
}

.c_gray {
    color: var(--c_gray);
}

.c_white {
    color: var(--c_white);
}

.bg_primary {
    background-color: var(--bg_primary);
}

.bg_primaryDark {
    background-color: var(--bg_primaryDark);
}

.bg_black {
    background-color: var(--bg_black);
}

.bg_dark {
    background-color: var(--bg_dark);
}

.bg_dark2 {
    background-color: var(--bg_dark2);
}

.bg_darkBlue {
    background-color: var(--bg_darkBlue);
}

.bg_light {
    background-color: var(--bg_light);
}

.bg_white {
    background-color: var(--bg_white);
}

.fs_14 {
    font-size: var(--fs_14);
}

.fs_16 {
    font-size: var(--fs_16);
}

.fs_18 {
    font-size: var(--fs_18);
}

.fs_20 {
    font-size: var(--fs_20);
}

.fs_21 {
    font-size: var(--fs_21);
}

.fs_22 {
    font-size: var(--fs_22);
}

.fs_24 {
    font-size: var(--fs_24);
}

.fs_25 {
    font-size: var(--fs_25);
}

.fs_32 {
    font-size: var(--fs_32);
}

.fs_48 {
    font-size: var(--fs_48);
}

.fs_64 {
    font-size: var(--fs_64);
    line-height: 1.1563;
}

.p_32 {
    padding: var(--p_32);
}

.py_32 {
    padding-top: var(--p_32);
    padding-bottom: var(--p_32);
}

.py_110 {
    padding-top: var(--p_110);
    padding-bottom: var(--p_110);
}

.pt_120 {
    padding-top: var(--p_120);
}

.py_120 {
    padding-top: var(--p_120);
    padding-bottom: var(--p_120);
}

.mb_20 {
    margin-bottom: var(--m_20);
}

.mb_24 {
    margin-bottom: var(--m_24);
}

.mb_32 {
    margin-bottom: var(--m_32);
}

.mb_36 {
    margin-bottom: var(--m_36);
}

.mb_42 {
    margin-bottom: var(--m_42);
}

.mb_60 {
    margin-bottom: var(--m_60);
}

.mb_64 {
    margin-bottom: var(--m_64);
}

.g_20 {
    --bs-gutter-x: var(--g_20);
    --bs-gutter-y: var(--g_20);
}

.g_32 {
    --bs-gutter-x: var(--g_32);
    --bs-gutter-y: var(--g_32);
}

.g_46 {
    --bs-gutter-x: var(--g_46);
    --bs-gutter-y: var(--g_46);
}

.gx_80 {
    --bs-gutter-x: var(--g_80);
}
.gx_118{
    --bs-gutter-x: var(--g_118);
}


/* common */

.form-control {
    border-radius: 0rem;
}

.btn {
    font-size: var(--fs_18);
    padding: 0.85em 2.25em;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}
.btn:active{
    -webkit-transform: scale(0.96);
        -ms-transform: scale(0.96);
            transform: scale(0.96);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn_sm {
    padding: 0.6rem 1.5rem;
}

.btn_primary {
    --bs-btn-color: var(--c_white);
    --bs-btn-bg: var(--bg_primary);
    --bs-btn-border-color: var(--bg_primary);
    --bs-btn-hover-color: var(--c_white);
    --bs-btn-hover-bg: var(--bg_primaryDark);
    --bs-btn-hover-border-color: var(--bg_primaryDark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--c_white);
    --bs-btn-active-bg: var(--bg_primaryDark);
    --bs-btn-active-border-color: var(--bg_primaryDark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--c_white);
    --bs-btn-disabled-bg: var(--bg_primary);
    --bs-btn-disabled-border-color: var(--bg_primary);
}

.hover_underline {
    text-decoration: none;
}

.hover_underline:hover {
    text-decoration: underline;
}

@media(min-width:1200px) {
    .container {
        max-width: 74.375rem
    }
}

@media(min-width:1800px) {
    .container_xl {
        max-width: 109rem;
    }
    .container_md {
        max-width: 85rem;
    }
}

@media(max-width:1399.98px) {
    html{
        font-size: 14px;
    }
}


/* ... start header section ... */

.header {
    padding: 0.75rem 0rem;
    background-color: var(--bg_white);
    border-bottom: 1px solid var(--bg_light);
}

.header_logo {
    width: 5.25rem;
    height: 5.25rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.header_backDrop {
    display: none;
}

.menu_toggleBtn {
}

.header_navContent{
    padding-left: 9rem;
}
.header .navbar-nav {}

.header .nav-link {
    font-size: var(--fs_18);
    font-family: var(--ff_Almarose);
    text-transform: uppercase;
    padding:  0.8em 0em !important;
    margin: 0rem 1rem;
    
}

.header .nav-link:hover,
.header .nav-link.active,
.header .dropdown:hover .nav-link ,
.header .nav-item.active>.nav-link {
    color: var(--c_primary);
}

.header .dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.header .dropdown:hover .dropdown-menu {
    display: block;
}

.header .dropdown-item {
    font-size: var(--fs_16);
    font-family: var(--ff_Almarose);
    text-transform: uppercase;
    padding: 0.8em 1em;
}


.header .dropdown-item:hover {
    color: var(--c_primary);
    background-color: var(--bg_light);
}
.header .dropdown-item.active{
    color: var(--c_white);
    background-color: var(--bg_primary);
}

@media (max-width: 1199.98px) {
    :root {
        --fs_32: 1.8rem;
        --fs_48: 2.5rem;
        --fs_64: 3rem;
        --p_32: 1.6rem;
        --p_110: 4rem;
        --p_120: 5rem;
        --m_32: 1.8rem;
        --m_36: 2.2rem;
        --m_42: 2.5rem;
        --m_60: 2.6rem;
        --m_64: 3rem;
        --g_20: 1rem;
        --g_32: 1.5rem;
        --g_46: 2rem;
        --g_80: 3rem;
        --g_118: 4rem;
    }
    .header_logo {
        width: 4rem;
        height: 4rem;
    }
    .header.active_header .header_backDrop {
        display: block;
        position: fixed;
        z-index: 999;
        top: 0rem;
        left: 0rem;
        right: 0rem;
        bottom: 0rem;
        background-color: #00000080;
    }
    .header_navContent {
        position: fixed;
        z-index: 1000;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background: var(--bg_white);
        width: 22.5rem;
        max-width: 100%;
        padding: 1rem 1.2rem;
    }
    .header .header_navContent {
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        overflow-y: auto;
    }
    .header.active_header .header_navContent {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .header_navContent .navbar-toggler {
        display: block;
        margin-left: auto;
    }
    .header .navbar-nav {
        padding-right: 0rem;
        padding-top: 1rem;
    }
    .header .nav-item {
        margin-bottom: 0.75rem;
    }
    .header .nav-link {
        margin: 0rem;
        padding: 0.5rem !important;
        border-radius: 50rem;
        text-align: center;
    }
    .header .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.15);
    }
    .header .dropdown .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.15);
    }
    .header .dropdown-item {
        padding: 0.6em 0.8em;
    }
}

@media (max-width: 767.98px) {
    :root {
        --p_120: 4.5rem;
        --m_32: 1.6rem;
        --m_36: 1.7rem;
        --m_42: 1.8rem;
        --m_60: 2rem;
        --m_64: 2.5rem;
        --g_20: 1.5rem;
        --g_32: 1.5rem;
        --g_46: 1.5rem;
        --g_80: 1.5rem;
        --g_118: 1.5rem;
    }
    .gx_80 {
        --bs-gutter-y: var(--g_80);
    }
    .gx_118{
        --bs-gutter-y: var(--g_118);
    }
}

@media (max-width: 575.98px) {
    .container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* ... end header section ... */

.main {
    max-width: 100vw;
    overflow: hidden;
}


/* ... start footer section ... */

.footer {
    color: var(--c_white);
    background-color: var(--bg_darkBlue);
}

.footer_top {
    padding: 6.25rem 0rem 3.875rem;
}

.footer_logo {
    width: 8.25rem;
    height: 8.25rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.footer_nav_title {
    font-size: var(--fs_18);
    font-family: var(--ff_Almarose);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.footer_nav {
    gap: 1.2rem;
    font-family: var(--ff_Almarose);
    text-transform: uppercase;
}

.footer_nav .nav-link {
    padding: 0rem;
    display: inline-block;
}

.footer_nav .nav-link:hover {
    text-decoration: underline;
}

.footer_social_nav {
    font-size: 1.5rem;
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: var(--c_primary);
}

.footer_bottom {
    padding: 2rem 0rem;
}

.footer_bottom_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.footer_bottom_nav .nav-link {
    color: var(--c_gray);
}

.footer_bottom_nav .nav-link:hover {
    color: var(--c_white);
}
@media(max-width:767.98px){
    .footer_bottom_nav{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
/* ... end footer section ... */


/* ... extra components ... */
.section_heading{
    max-width: 47.75rem;
    margin: auto;
}
.section_heading2{
    max-width: 57.25rem;
    margin: auto;
}

.ratio_136{
    aspect-ratio: 1 / 1.138;
}
.ratio_110{
    aspect-ratio: 1 / 1.10;
}
.ratio_75{
    aspect-ratio: 1 / 0.75;
}
.ratio_70{
    aspect-ratio: 1 / 0.7035;
}
.ratio_64{
    aspect-ratio: 1 / 0.6445;
}
.ratio_47{
    aspect-ratio: 1 / 0.47;
}
[class*="ratio_"] {
    -o-object-fit: cover;
       object-fit: cover;
}

.client_logo{
    max-width: 10.625rem;
    max-height: 3.875rem;
    -o-object-fit: contain;
       object-fit: contain;
}


/* ----- end common css ----- */


/* ____________________ start home page ____________________ */

.hero_section {
    position: relative;
    color: var(--c_white);
}
.hero_slide_item {
    min-height: 43.75rem;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.75rem 0.9375rem;
}
.hero_slide_item_sm{
    min-height: 28.125rem;
}
.hero_slide_item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
    z-index: 1;
}
.hero_content {
    position: relative;
    z-index: 2; 
    max-width: 43.75rem;
    margin: auto;
}
.hero_slider .owl-dots {
    position: absolute;
    bottom: 1.5625rem;  
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
}
.hero_slider .owl-dots .owl-dot span {
    width: 0.625rem;
    height: 0.625rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.3125rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hero_slider .owl-dots .owl-dot.active span {
    background: var(--bg_white);
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.testimonials_slider.owl-carousel .owl-prev, 
.testimonials_slider.owl-carousel .owl-next {
    box-shadow: 0rem 0rem 0.5rem #ececec;
}
.testimonials_slider.owl-carousel .owl-prev {
    left: -20px;
}
.testimonials_slider.owl-carousel .owl-next {
    right: -20px;
}
.gt_section{
    color: var(--c_white);
    background-image:-o-linear-gradient(left,#D16E02E6,#D16E02E6), url("/Images/SRRemodeling/img/home/get-in-touch-bg_SMALLER.jpg");
    background-image:-webkit-gradient(linear,left top, right top,from(#D16E02E6),to(#D16E02E6)), url("/Images/SRRemodeling/img/home/get-in-touch-bg_SMALLER.jpg");
    background-image:linear-gradient(to right,#D16E02E6,#D16E02E6), url("/Images/SRRemodeling/img/home/get-in-touch-bg_SMALLER.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7rem;
	padding-bottom: 6rem;
}
.gt_formbox{
    background-color: var(--bg_white);
    padding: 3.125rem 3.75rem;
}
@media(max-width:991.98px){
    .gt_formbox{
        padding: 3rem 2.5rem;
    }
}
/* ____________________ end home page ____________________ */

/* ____________________ start services page ____________________ */
.hero_content2{
    position: relative;
    z-index: 2; 
    max-width: 57rem;
    margin: auto;
}
.gallery_section{
    overflow: hidden;
}
.gallery_section .gallery_slider.owl-carousel .owl-stage-outer{
    overflow: visible;
}
.gallery_section .owl-carousel .owl-stage-outer .owl-stage{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
	  .img__slider img{
		aspect-ratio: 1 / 0.667;
    	object-fit: cover;
	  }
	  
	  .img__slider.aspect_portrait img{
		aspect-ratio: 1 / 1.1;
	  }
	  
/* ____________________ end services page ____________________ */

/* ____________________ start about us page ____________________ */
.card_icon{
    width: 4rem;
    height: 4rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 1rem;
}
/* ____________________ end about us page ____________________ */

/* ____________________ start projects page ____________________ */
.list_checked{
    list-style: none;
}
.list_checked li::before{
    color: var(--c_primary);
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: -1.5em;
    margin-right: 0.8em;
}
.projectDetailModalSlider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: none;
    padding: 1rem;
}

.projectDetailModalSlider .owl-nav button {
    background: rgba(0, 0, 0, 0.4) !important;
    color: var(--c_white) !important;
    border-radius: 50%;
    width: 2.625rem;
    height: 2.625rem;
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25rem !important;
}

/* dots at bottom */
.projectDetailModalSlider .owl-dots {
    position: absolute;
    bottom: 1rem;
    left:0;
    right: 0;
    text-align: center;
}

.projectDetailModalSlider .owl-dots .owl-dot span {
    width: 0.625rem;
    height: 0.625rem;
    background: #cccccc;
    display: block;
    border-radius: 50%;
    margin: 0rem 0.2rem;
}

.projectDetailModalSlider .owl-dots .owl-dot.active span {
    background: var(--bg_primary);
}
.filter_btn{
    border: none;
}
.filter_btn.active{
    color: var(--c_white);
    background-color: var(--bg_primary);
}
.grid_item{
    cursor: pointer;
}
/* ____________________ end projects page ____________________ */

/* ____________________ start project detail page ____________________ */
.gallery_section .featured_projects_slider.owl-carousel .owl-stage-outer{
    overflow: visible;
}
	  
.glightbox-clean .gslide-title {
  font-size: var(--fs_32);
  font-family: var(--ff_Almarose) !important;
  margin-bottom: 0.6rem;
}
.glightbox-clean .gslide-desc {
  font-size: var(--fs_18);
  margin-bottom: 0;
  font-family: var(--ff_Inter);
  line-height: 1.5;
}
@media (min-width: 769px) {
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 520px;
  }
}
	  .card-text.fs_18>p.p1 ,
  .card-text.fs_18>span{
	  font-size: var(--fs_18) !important;
	  line-height: 1.5 !important;
  }
	  /* ========================================
   IMPROVED MOBILE FOOTER STYLES
   Add these styles to your existing CSS
   ======================================== */

/* Mobile Footer Improvements (max-width: 767.98px) */
@media (max-width: 767.98px) {
    
    /* Footer Top Section */
    .footer_top {
        padding: 3rem 0rem 2rem;
    }
    
    /* Logo Section - Make it smaller and better proportioned */
    .footer .col-lg-2.text-center {
        padding-bottom: 1.5rem !important;
    }
    
    .footer_logo {
        width: 5rem !important;
        height: 5rem !important;
    }
    
    /* Footer Nav Title - Better visual hierarchy */
    .footer_nav_title {
        font-size: 1.125rem;
        margin-bottom: 0.875rem;
        margin-top: 0.5rem;
        letter-spacing: 0.5px;
        border-bottom: 2px solid var(--c_primary);
        display: inline-block;
        padding-bottom: 0.25rem;
    }
    
    /* Footer Navigation Links - Better spacing */
    .footer_nav {
        gap: 0.625rem;
    }
    
    .footer_nav .nav-link {
        padding: 0.25rem 0rem !important;
        font-size: 0.9375rem;
        line-height: 1.6;
    }
    
    /* Links Column - Better alignment */
    .footer .col-sm-6.col-md-8.col-lg-2,
    .footer .col-sm-6.col-md-4.col-lg-3 {
        text-align: left;
        padding-left: 0;
    }
    
    /* Contact Information Section - Better formatting */
    .footer .col-sm-6.col-md-5.col-lg-3 {
        text-align: left;
        padding-left: 0;
    }
    
    .footer .col-sm-6.col-md-5.col-lg-3 .navbar-nav {
        gap: 0.75rem;
    }
    
    .footer .col-sm-6.col-md-5.col-lg-3 .nav-link {
        padding: 0.25rem 0rem !important;
        font-size: 0.875rem;
        line-height: 1.5;
        word-break: break-word;
    }
    
    /* Highlight contact labels */
    .footer .c_primary {
        display: block;
        font-weight: 700;
        font-size: 0.8125rem;
        margin-bottom: 0.125rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    /* Social Media Section - Better spacing */
    .footer .col-md-3.col-lg-2 {
        text-align: left;
        padding-left: 0;
    }
    
    .footer_social_nav {
        gap: 0.875rem;
        margin-top: 0.5rem;
    }
    
    .footer_social_nav .nav-link {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        background-color: rgba(209, 110, 2, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }
    
    .footer_social_nav .nav-link:hover {
        background-color: var(--bg_primary);
        color: var(--c_white);
        transform: scale(1.1);
    }
    
    /* Footer Bottom - Better mobile layout */
    .footer_bottom {
        padding: 1.5rem 0rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 1rem;
    }
    
    .footer_bottom p {
        font-size: 0.8125rem;
        line-height: 1.6;
    }
    
    /* Add some breathing room to columns */
    .footer_top .row > [class*="col-"] {
        padding-bottom: 1.25rem;
    }
    
    .footer_top .row > [class*="col-"]:last-child {
        padding-bottom: 0;
    }
}

/* Extra small devices (max-width: 575.98px) */
@media (max-width: 575.98px) {
    
    .footer_top {
        padding: 2.5rem 1rem 1.5rem;
    }
    
    .footer_logo {
        width: 4.5rem !important;
        height: 4.5rem !important;
    }
    
    .footer_nav_title {
        font-size: 1rem;
    }
    
    .footer_nav .nav-link {
        font-size: 0.875rem;
    }
    
    .footer .col-sm-6.col-md-5.col-lg-3 .nav-link {
        font-size: 0.8125rem;
    }
    
    .footer_bottom {
        padding: 1.25rem 1rem;
    }
    
    .footer_bottom p {
        font-size: 0.75rem;
    }
}

/* Optional: Add a subtle animation when footer comes into view */
@media (max-width: 767.98px) {
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .footer_top .row > [class*="col-"] {
        animation: fadeInUp 0.6s ease-out forwards;
        opacity: 0;
    }
    
    .footer_top .row > [class*="col-"]:nth-child(1) { animation-delay: 0.1s; }
    .footer_top .row > [class*="col-"]:nth-child(2) { animation-delay: 0.2s; }
    .footer_top .row > [class*="col-"]:nth-child(3) { animation-delay: 0.3s; }
    .footer_top .row > [class*="col-"]:nth-child(4) { animation-delay: 0.4s; }
    .footer_top .row > [class*="col-"]:nth-child(5) { animation-delay: 0.5s; }
}
/* ____________________ end project detail page ____________________ */
    