:root {
    --accent: #8b9495 !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

/*.cs-site_branding img {
    max-height: auto !important;
}*/
.cs-member_thumb img {
height:50vh;
}
.cs-page_heading.cs-style1 {
    height: 350px;
}
.cs-grid_gallery_5 .cs-portfolio.cs-style1 .cs-portfolio_bg {
  
    padding-top: 76%;
    margin: 10px;
}
.cs-tab_links {
    display: none!important;
}
.cs-pricing_info {
    display: none;
}
.cs-section_heading.cs-style1 .cs-section_subtitle {
  
    font-size: 30px;
}
/*
.slick-slide {animation: slideAnimation 50s infinite ;
}
@keyframes slideAnimation {
0% { transform: translateX(0%); }
10% { transform: translateX(-100%); }
20% { transform: translateX(-200%); }
30% { transform: translateX(-300%); }
40% { transform: translateX(-400%); }
50% { transform: translateX(-500%); }
60% { transform: translateX(-600%); }
70% { transform: translateX(-700%); }
80% { transform: translateX(-800%); }
90% { transform: translateX(-900%); }
100% { transform: translateX(-1000%); }
110% { transform: translateX(-1100%); }
0% { transform: translateX(0%); } 
}
*/
.cs-hero.cs-style4 .cs-hero_title {
    text-decoration: none;

}

ul.cs-menu_widget.cs-style1.cs-mp0 {
    padding: 5px !important;
}
.cs-team.cs-style1 .cs-member_name {
   
    color: black;
}
.cs-member_info{
 
    color: black;
    }
.cs-font_50{
font-size:20px;
}
.cs-height_145 {
    height: 20px;
}
.cs-height_120 {
    height: 20px;
}
.cs-height_90 {
    height: 20px;
}
.project-info{
  font-size:26px;
  color:white;
}
a {
    color: #000 !important;
}

.cs-site_header.cs-style1 .cs-icon_btn {
    color: #000 !important; 
}
.cs-side_header .cs-side_header_in {

    background-color: #fff !important;
}
.cs-social_btns.cs-style1 a {
    border: 2px solid #000 !important; 
}
.cs-side_header .cs-side_header_shape {
    display: none;
}
.cs-site_branding img {
    max-height: 75px !important;
}
.cs-nav .cs-nav_list ul{
    background-color: #fff !important;
}

.cs-down_btn::before{
  background-color:#000 !important;
 }
 .cs-down_btn {
    border: 2px solid #000 !important;
}
.cs-hero.cs-style1 .cs-hero_title {
    line-height: 3.25em !important;
    font-size:90px !important;
}
.cs-side_header .cs-side_header_in {
    height: auto !important;
    padding: 15px 50px 50px 50px !important;
}
.cs-card.cs-style1 .cs-card_title {
    font-size: 16px !important;
}
.cs-page_heading{
    background-image:url(/storage/pages/dUd2Yg28aOEas7Jtx0RA4hbRCyPjKsCwTbaXrNqK.jpg) !important;
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat; 
}
.cs-hero.cs-style1 .cs-hero_title {
    line-height: 3.25em !important;
    font-size: 70px !important;
}
.cs-testimonial_text {
    color: #000 !important;
}



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

    .cs-hero.cs-style1 .cs-hero_title {
    font-size: 35px !important;
    margin-top:75px !important;
}
}

/* iPads (landscape) ----------- */


@media only screen and (max-width: 768px) {
    .cs-hero_text {
        margin-bottom: 290px;
    }
}

a.cs_iconbox_btn {
    display: none !important;
}


/* New */
.cs-site_branding img {
    max-height: 110px !important;
}

.button-container {
    overflow: hidden; /* Clearfix for floated elements */
    margin-top: 2rem; /* Matches Tailwind&#039;s mt-8 (2rem) */
    padding: 0 1rem; /* Optional: padding to align with container */
}

.button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    color: white;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
}

.button-blue {
    background-color: #2563eb;
}

.button-blue:hover {
    background-color: #1d4ed8;
}

.button-gray {
    background-color: #4b5563;
}

.button-gray:hover {
    background-color: #374151;
}

.button-left {
    float: left;
    margin-right: 1rem; /* Gap between buttons */
}

.button-right {
    float: right;
    margin-left: 1rem; /* Gap between buttons */
}

/* Existing portfolio hover styles (unchanged) */
.cs-portfolio.cs-style1 .cs-portfolio_hover {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(22, 22, 22, 0.4);
    transition: all 0.4s ease;
    z-index: 2;
    opacity: 0;
}

.cs-portfolio.cs-style1:hover .cs-portfolio_hover {
    opacity: 1;
}

.cs-portfolio.cs-style1 .cs-portfolio_hover .title,
.cs-portfolio.cs-style1 .cs-portfolio_hover .subtitle {
    opacity: 1;
    transition: none;
    color: #fff;
    z-index: 3;
    position: relative;
}
