.primary-header-inner .header-menu-wrap ul li a {
    padding: 20px 0px !important;      
}
.contact-content .contact-box .contact-list li a {                   
    font-weight:400;     
}         
                
.nice-select .list {
   overflow-y:scroll;
   height:180px;                        
}    

.select2-container {
    width: 100% !important;
}

.select2-dropdown {
    width:300px !important;
}
.select2-container .select2-selection--single {
    height:38px !important;   
} 

.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height:40px !important;                                      
}                                       

                                      
                                      
.custom-dropdown {
            position: relative;
            width: 250px;
            cursor: pointer;
        }
        .selected-option {
            display: flex;
            align-items: center;
            padding: 6px 10px;      
            border: 1px solid #ccc;
            border-radius: 5px;
            background: #fff;
        }
                                                                                  
        .selected-option img {
            width: 20px;
            height: 15px;
            margin-right: 8px;
        }
        
        .dropdown-menu {
            position: absolute;
            width: 50%;                           
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            max-height: 200px;
            overflow-y: auto;
            display: none;
            z-index: 1000;
        }
        .dropdown-menu.show { display: block; }
        .dropdown-item {
            display: flex;
            align-items: center;
            padding: 10px;
            cursor: pointer;
        }
        .dropdown-item img {
            width: 20px;
            height: 15px;
            margin-right: 8px;
        }     
        .dropdown-item:hover { background: #f1f1f1; }                         
                                    

.about-sec-head {
        font-size:45px;
}

.section-heading .section-title1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
                                  
.service-text {
    font-size:16px;   
}

.choose-us {
    margin-left:20px;
} 

 .service-wrap h2 {
     font-size:30px;
 }
                           
.service-wrap p {
    font-size: 16px;
}

.choose-us ul {
        font-size:16px;
        font-weight:400;
}                                               

.full-width {
    max-width: 100% !important;
}        
     
.g-10 {
    gap: 10px;
}

.mt-70 {
    margin-top:70px;            
}

.primary-header-inner .header-menu-wrap ul li a:before {
    bottom: 20px !important;              
}
                       
.hero-section {
    height: 100vh !important;
}                      
                                    
.custom-line {
    width: 51px;
    height: 12px;
    background-color: #4e5ac3;
    margin-bottom: 10px;
}

.txt-8 {
    padding-top: 6px;
}

.paragraph {
    font-size: 16px;
    line-height: 26px;
}

.custom-line {
    width: 51px;
    height: 12px;
    background-color: #4e5ac3;
    margin-bottom: 10px;
}

.blog-title {
    font-size:25px;
}


                         
.txt-8 {
    font-size:45px;
    padding-top: 6px;
}

.paragraph {
    font-size: 16px;
    line-height: 26px;
}

.section-gallery-1 { 
    position: relative; 
   
}

.hover-class {
    position: relative;
    overflow: hidden;
}
                    
.hover-class img {
    width: 100%;
    display: block;
}

.for-hover {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    text-align: center;
    background-color: rgb(80 92 197 / 45%); /* Improved contrast */
    transition: opacity 0.5s ease;
    opacity: 0; /* Initially hidden */
    visibility: hidden;
}    
    
.hover-class:hover {
    background-color: rgba(78, 90, 195, 0.85) !important;
}

.hover-class:hover .for-hover {
    opacity: 1; /* Fully visible on hover */
    background-color: linear-gradient(
        80deg,
        #47479f 0%,
        #9191d7 100%
    ) !important;
    visibility: visible;
}

.for-hover-text {
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.text-above {
    font-size: 2.5rem;
    line-height: 40px;
    padding: 0px 16px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); /* Text shadow for better readability */
}

.text-below {
    font-size: 19px;
    padding: 12px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); /* Text shadow for better readability */
}

.gallery-1-txt-1 {
    font-size: 1.5rem;
    line-height: 35px;
    padding: 16px 16px 0px 16px;
    text-align: center;
    word-spacing: 2px;
    font-weight: bold;
}

.gallery-1-txt-2 {
    font-size: 19px;
    padding: 0px 16px 0px 16px;
    text-align: center;
}

.grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.project-item .project-thumb {
    border-radius: 0px;
    border: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mb-120 {
    margin-bottom: 120px;
}

.main-project img {
    width: 100%; /* Make image take the full width of its parent */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Cover the container without distortion */
}

/* Optional: If you want a little padding around the images */
.main-project {
    padding: 10px;
}

/* our collection */
.ourcollectiontext {
    width: 55%;
    padding-bottom: 45px;
}

.ourcollectiongrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    grid-template-rows: 250px;
}

.img-responsive {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ourcollectioncontents1 {
    grid-area: 1 / 1 / span 2 / span 1;
}

.ourcollectioncontents1 .img-responsive {
    height: 100%;
    object-fit: cover;
}

.ourcollectioncontents3 {
    grid-area: 1 / 3 / span 2 / span 1;
}

.ourcollectioncontents3 .img-responsive {
    height: 100%;
    object-fit: cover;
}

.ourcollectioncontents {
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    height: 100%;
}

.ourcollectioncontents .img-responsive {
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
}

.art-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 12px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background-color: #2522225c;
}

.insideart {
    border: 1px solid white;
    height: 100%;
    width: 100%;
}

.insidearttext {
    position: relative;
    top: 48%;
    padding-left: 10px;
    padding-right: 10px;
}

.ourcollectioncontents:hover .art-wrapper {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.ourcollectioncontents:hover img {
    transform: scale(1.1);
}

/* Testimonials */
.testimonialstext {
    padding-bottom: 45px;
}

.testimonialcard {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    margin-right: 5px;

    margin-bottom: 50px;

    overflow: hidden;
}

.cardleft {
    height: 320px;
    width: 100%;
    overflow: hidden;
}

.cardright {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 55px;
    position: relative;
    gap: 35px;
}

.imgholder {
    width: 100%;
    height: 100%;
}

.imgholder .img-responsive {
    height: 100%;
    object-fit: cover;
}

.quote-fade {
    width: 120px;
    height: 90px;
    position: absolute;
    top: 10%;
    z-index: -1;
}

.testimonialscontainer .splide__pagination__page {
    background-color: #b8b8b8;
}

.testimonialscontainer .splide__pagination {
    bottom: -0.5em;
}

.splide__pagination .splide__pagination__page.is-active {
    background-color: var(--primary);
    z-index: 5;
}

.testimonialscontainer .splide__pagination {
    bottom: -0.5em;
}

/* footer links */
.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    margin-top: 0px;
}

.footer-social .dot {
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
}

.footer-social .social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    font-size: 16px;
    color: #555;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
} 

.footer-social .social-icon:hover {
    background-color: #e0e0e0;
    color: #000;
} 
  
  
.pt-40 {
    padding-top: 40px; 
} 

.pt-70 {
    padding-top: 70px;
} 

     
.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}


.blog-date {
    font-size: 12px;
    color:#f17923;
}    
        
                      
.modal-content {
    /*padding: 0px 20px 20px 20px;*/
    width:75%;                   
    margin:0 auto;
}        
                        
                                  
.appo-btn {
    background: #f58720;
    color: white;
    width: 100%;
    padding: 8px;
}    


.ec-cc-style {
    display: inline-block;
    position: fixed;
    letter-spacing: 0.1px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 16;
}

.cc-right-bottom {
    bottom: 15px;
    right: 15px;
    float: right;
    cursor: pointer;
    z-index: 15;
}

.ec-cc-style .cc-panel {
    background-color: #fff;
}

.ec-cc-style .cc-panel {
    display: none;
    margin-bottom: 5%;
    width: 300px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
    box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
}

.ec-cc-style .cc-button {
    background-color: #692c91;
    border-radius: 8px;
}

.ec-cc-style .cc-button {
    width: 40px;
    height: 40px;
    background: var(--pb-color-gradient-1);
    box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
}    
.ec-cc-style .cc-button i {
    display: table;
    height: 100%;
    width: 100%;
    margin-right: 0px;
    font-size: 17px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}
.ec-cc-style .cc-button i {
    color: #fff;
}
.ec-cc-style .cc-panel .cc-header {
    background-color: #fff;
}
.ec-cc-style .cc-panel .cc-header {
    color: #692c91;
}
.ec-cc-style .cc-panel .cc-header {
    padding: 15px 10px;
    border-radius: 8px;
    text-align: center;
}

.ec-cc-style .cc-header img {
    padding: 5px;
    width: 80%;
    border: 2px solid #fff;
}             

.ec-cc-style .cc-header h2, .ec-cc-style .cc-header .h2 {
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #692c91;
}
.ec-cc-style .cc-header p {
    margin-bottom: 0;
    font-size: 13px;
}

.ec-cc-style .cc-panel .cc-body {
    padding: 15px 10px 0;
    text-align: center;
}

.ec-cc-style .cc-body p {
    color: #777;
}
.ec-cc-style .cc-body p {
    margin-bottom: 0;
    font-size: 14px;
}

.ec-cc-style .cc-panel .cc-footer {
    padding: 25px 10px 30px;
    text-align: center;
}

.ec-cc-style .cc-footer .cc-call-button {
    background: var(--pb-color-gradient-1);
    border-radius: 30px;
    color: white;
    font-weight: 600;
}                

.ec-cc-style .cc-footer .cc-call-button {
    position: relative;
    margin: auto;
    padding: 12px 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ec-cc-style .cc-footer a {
    text-decoration: none;
    color: inherit;
} 


@keyframes ec-fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes ec-fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.rotateForward {
    -webkit-animation-name: rotateF;
    animation-name: rotateF;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes rotateF {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
             
@keyframes rotateF {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotateBackward {
    -webkit-animation-name: rotateB;
    animation-name: rotateB;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes rotateB {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotateB {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
                       
       
 .related-blog {    
    display: grid;
    grid-template-columns: 1fr 2fr;
}     


.footer-wrap {
    padding:80px;
}      
 


             
.header-menu-wrap {
    background: #fff;
    padding: 10px 0;
}

.mobile-menu-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.mobile-menu-items ul li {
    position: relative;
}

.mobile-menu-items ul li a {
    text-decoration: none;
    color: #111;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
}   

.submenuitem {        
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    width: 280px !important;
    padding: 0;
}          
    
.submenuitem li {
    display: block;
}
    
.submenuitem li a {
    padding: 8px 15px;
    display: block;
    color: #111;
}
    
.menuitem:hover .submenuitem {
    display: block;
    top:77px;         
}
     
.about-info-head {
    display: flex;
    justify-content: center;
    padding: 40px 0px;
}

.about-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.about-third-sec {
    background-image: url("../img/business-setup-banner.webp");
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
    padding: 60px;
}
               
.related-blog {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.mid-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
         
.card-boxs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.content-card {
      padding: 15px;
    border: 1px solid rgb(231, 231, 231);
    text-align: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
                                    
}

.card-images {
    height: 600px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.card-images img {
    object-fit: cover;
    border-radius: 5px;
}    


.about-img .about-counter1 {
    background-color: var(--pb-color-common-white);
    filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.05));
    padding: 20px 45px;
    border-radius: 20px;
    position: absolute;
    right: 0%;             
    bottom: 20px;                           
    animation: about-anim 2s infinite linear alternate-reverse;
}

                    
.about-img .about-counter1 .counter-icon {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.about-img .about-counter1 .counter-icon .icon {
    background-color: var(--pb-color-theme-primary);
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.about-img .about-counter1 .counter-icon .title {
    margin-bottom: 0;
    font-size: 54px;
    font-weight: 700;
}
.about-img .about-counter .counter-icon .title .odometer-auto-theme {
    font-family: inherit;
    line-height: 1;
}
.about-img
    .about-counter1
    .counter-icon
    .title
    .odometer-auto-theme
    .odometer-digit-spacer {
    width: 32px;
}
.about-img .about-counter1 p {
    color: var(--pb-color-heading-primary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.pricing-content-padding {
    padding:80px 40px 35px 40px;
}


     
@media (max-width: 1440px) {
  .container {
    max-width: 1180px;
  }
}    

@media (max-width: 1280px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
    
       .primary-header-inner {
        font-size:15px;   
    }
    
    .primary-header-inner {
        flex-wrap:inherit;
        gap:12px
    }           
         
    .pb-primary-btn {
    background-color: transparent;
    font-family: var(--pb-ff-heading);
    color: var(--pb-color-heading-primary);
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 14px 25px;
    text-transform: capitalize;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border: 1px solid var(--pb-color-theme-secondary);
    border-radius: 30px;
    line-height: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    }
    
    .txt-8  {
        font-size:30px;
    }    
    
    .section-title {
        font-size:30px;     
    }
    .primary-header-inner .header-logo img {
        max-width: 150px;               
    }         
        
       
    .primary-header-inner .header-menu-wrap ul li a {
    font-family: var(--pb-ff-heading);
    color: var(--pb-color-heading-primary);
    display: block;
    font-size: 15px;
    padding: 45px 0;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease-in-out;
}

  .header-address {
        font-size:12px;
    }
    
    .about-sec-head {
        font-size:30px !important;
    }
    .section-heading .section-title{
        font-size: 30px;                    
    }              
          
     .blog-title {
        font-size:18px;
    }      
}    
@media (max-width: 1170px) {
    .pricing-item {
         padding: 0 !important;            
    }
    
    .section-heading p {
        font-size:14px;
    }
}
                 

/* Styles for MacBook 13" screens */
@media (max-width: 1080px) {                    
    .container {
        max-width: 950px;                    
        margin: 0 auto;
    }
    
    .about-sec-head {
        font-size: 30px !important;
    }                               
                 
    .primary-header-inner {
        font-size:15px;   
    }
    
    .primary-header-inner {
        flex-wrap:inherit;
        gap:12px
    }           
    
    .pb-primary-btn {
    background-color: transparent;
    font-family: var(--pb-ff-heading);
    color: var(--pb-color-heading-primary);
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 25px;
    text-transform: capitalize;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border: 1px solid var(--pb-color-theme-secondary);
    border-radius: 30px;
    line-height: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    }                              
    
    .txt-8  {
        font-size:30px;
    }    
    
    .section-title {
        font-size:30px;     
    }
    
    .primary-header-inner .header-logo img {
        max-width: 135px;
    }   
    .primary-header-inner .header-menu-wrap ul li a {
    font-family: var(--pb-ff-heading);
    color: var(--pb-color-heading-primary);
    display: block;
    font-size: 14px;
    padding: 45px 0;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;          
    position: relative;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease-in-out;
    }
    
    .header-address {
        font-size:16px;
        font-weight:400;
    }                                                               
    
                                       
    
    .section-heading .section-title{
        font-size: 30px;      
    }
                        
    .blog-title {
        font-size:18px;
    }
    
    
        .hero-content .title {
            font-size:50px;   
        }
        
        .pricing-content-padding {
                padding:70px 16px 35px 16px;
            }   
            
             .section-heading p {
                font-size:16px;
            }      
                                               
        .foot-desc-pad {
            padding: 0px;
        }
        
        
        .content-card p {
                font-size: 16px;
        }      
        
        .about-info p {
            font-size:16px;
        }      
        
         .blog-short-desc {
          font-size:16px;
    }    
    
    .footer-widget .desc {
          font-size:16px;            
    }
    
    .choose-us ul {
        font-size:16px !important;
    }           
    
    .txt-9 p {
        font-size:16px;
    }
    
    .about-content .about-list li {
            font-size: 16px;
    }     
        
    .copyright-content p {
            font-size: 14px;      
    }
        
    .copyright-content .copy-list li {
                font-size: 14px;                              
    }
            
    .service-text {
    font-size:12px;   
    }

    .content-card {              
     height:auto;
    }

    .dynamic-text-container{
        height:70px;                                                              
    }

    /*.service-wrap p {*/
    /*    font-size: 14px;*/
    /*}*/      
                                                        
    .pricing-item .pricing-content .pricing-list li {
                                 
        font-size: 12px;
        padding:3px;                  
    }
}                                                                     
                                                     
.iti {
    width: 100%;
}
                                              
.iti--container {
    z-index: 9999 !important; /* Ensure dropdown appears above other elements */     
    position: absolute !important; /* Avoid issues with modal overflow */
}
       
                                                        
                                          
@media (min-width: 1024px) {
    .afterNoHover {
        display: none;
    }
             
}

/* Mobile Query */
@media (max-width: 586px) {
    .ourcollectiontext {
        width: 80%;
    }

    .ourcollectiongrid {
        display: grid;
        grid-template-columns: 1fr 1fr; 
    }

    .ourcollectioncontents3 {
        grid-area: 3 / 2 / span 2 / span 1;
    }

    .ourcollectioncontents1 {
        grid-area: 1/ 1 / span 2 / span 1;
    }

    .ourartistgrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }                                                    
     
    .ourartistpictureholder {
        height: 150px;
    }
        
    .section-title {
        font-size:30px;
    }   
    
   
    
    .footer-wrap {
         padding:25px;
      }   
      
      .dynamic-text-container {
            height: 35px;
         
        }
        
    .pb-primary-btn {
        font-size:12px;
        padding: 15px 22px;        
    }
    
    .txt-8 {
        font-size:28px;                       
    }
                         
    .gallery-1-txt-1 {
        line-height:30px;        
    }
    
    p {
        font-size:16px;
    }
    
    .faq-content .accordion-item .accordion-header .accordion-button {
        font-size: 15px;                           
    }
    .faq-content .accordion-item .accordion-body {
         font-size: 15px;                  
    }
    .box img {
        height: 100%;
        object-fit: cover;
    } 
    .shape-text {
        font-size: 35px;
    }
    .hero-content .title {
        font-size: 35px;
        max-width: 315px;
    } 
    
    .section-heading .section-title {
        font-size: 30px;
    }  
    .card-images {
       height: auto;                   
    }
    
    .footer-widget .footer-list li a {
        font-size: 16px;
        font-weight: 400;
    }                                    
    
      .choose-us ul {
        font-size:12px;
    }
    
      .copyright-content p {
            font-size: 14px;      
        }
        
        .copyright-content .copy-list li:not(:last-of-type) {                     
                font-size: 14px;                          
            }
            
            .section-heading .section-title1 {
                 font-size:25px;                                  
            }
                                         
            .content-card {              
     height:auto;
}

    .dropdown-menu {
         width:100%;                                                                                               
    }
    
    .copy-list {
        font-weight:400;
    }                                    

}                                   
         
.projectbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 20px;
}

.boxs {
    position: relative;
}

.main-project1 {
    grid-column: 1 / span 2;
    grid-row: 1;
}

.main-project2 {
    grid-column: 1; /* Stay in the first column */
    grid-row: 2; /* Move to the second row */
}

.main-project3 {
    grid-column: 2; /* Move to the second column */
    grid-row: 2; /* Second row */
}

.main-project4 {
    grid-column: 1; /* First column */
    grid-row: 3; /* Third row */
}

.main-project5 {
    grid-column: 2; /* Second column */
    grid-row: 3; /* Third row */
}

.main-project6 {
    grid-column: 1 / span 2; /* Span both columns */
    grid-row: 4; /* Fourth row */
}

.boxs img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
} 


                         
/*@media (max-width: 1500px) {*/
/*    .container {*/
/*        max-width: 1280px !important;*/
/*    }*/
/*}*/                                        

@media (max-width: 768px) {
    .projectbox {
        grid-template-columns: 1fr;
    }
    .hover-class {
        display: none;
    }
}
 
.content {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 400px); 
}
 
.box {
    width:100%;
    background-color: white; 
    border-radius: 10px; 
    padding: 0;
    color: white;
    position: relative;
    box-shadow: 3px 3px 15px 0px rgba(73, 34, 2, 0.2);
    overflow: hidden;
}   
.box img {
    width: 100%;
    /*height: 100%; */
    /*object-fit: cover;*/  
    transition: transform 0.3s ease; /* Smooth hover effect */
    border-radius: 25px;
    overflow: hidden;      
}   
           
.box:hover img {      
    /*transform: scale(1.1);*/
    transform: translate(0px, -10px);
}

.box1 {
    grid-column: 1 / 4;
    background-size: cover;
    background-position: 41% 0;
    border-radius: 25px;
}

.box2 {
    grid-column: 4 / 6;
    grid-row: 1;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

.box3 {
    grid-column: 1 / 3;
    grid-row: 2;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.box4 {
    grid-column: 3 / 6;
    grid-row: 2;
    background-size: cover;
    border-radius: 25px;
}

.box5 {
    grid-column: 1 / 4;
    grid-row: 3;
    background-size: cover;
    border-radius: 25px;
}

.box6 {
    grid-column: 4 / 6;
    grid-row: 3;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}
 
/*.accordion-item {*/
/*    border-top: 3px solid grey !important;*/
/*}*/

/*.accordion-button:not(.collapsed) {*/
/*    background-color: white !important;*/
/*    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0*/
/*        var(--bs-accordion-border-color) !important;*/
/*    border-color: 1px solid white !important;*/
/*}*/

.faq-card {
    padding: 50px;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px; 
}
 
.faq-title {
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
}

.services {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mt-150 {
    margin-top: 150px;
}

.service-text {
    padding: 5px 15px;
    border-radius: 20px;
    background: #c1c1ff;
    color: white;
} 

.foot-desc-pad {
    padding: 20px 110px 20px 20px;
} 
 


.header-social {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    margin-top: 0px;
}

.header-social .social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    color: #555;
    text-decoration: none;
    border: 1px solid;
}               
    
.header-social .social-icon:hover {
    background-color: #e0e0e0;
    color: #000;
}     


                        
/* Mobile Query */
@media (max-width: 586px) {
    .content {
        display: grid;
        grid-gap: 0px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 300px);
    }                        

    .box1 {
        grid-column: 6;
        grid-row: 1;
        margin-top: 5px;
    }

    .box2 {
        grid-column: 6;
        grid-row: 2;
        margin-top: 5px;
    }

    .box3 {
        grid-column: 6;
        grid-row: 3;
        margin-top: 5px;
    }

    .box4 {
        grid-column: 6;
        grid-row: 4;
        margin-top: 5px;
    }

    .box5 { 
        grid-column: 6;
        grid-row: 5;
        margin-top: 5px;
    }

    .box6 {
        grid-column: 6;
        grid-row: 6;
        margin-top: 5px;
    }
    
      .foot-desc-pad {
        padding: 0;
    }
    
    .mid-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    
    .card-boxs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    }       
    
    .txt-9 p {
        font-size:16px;
    }
               
    .service-wrap p {
        font-size: 16px;
    }                      
}                          
      
 .invalid-feedback {
     display: block !important;                 
    color: rgb(238, 57, 57);
    font-size: 11px;
    margin-left: 5px;         
}     
  
.splide__pagination .splide__pagination__page.is-active {
    background-color: #1a1a1a;
    z-index: 5;
}


        
.bannerslideimg img {
    display: none;
    width: 100%; /* Ensure the images fit the container */
    transition: opacity 3s ease-in-out;                                
}            

.bannerslideimg img.active {
    display: block; 
}

.pb-70 {
    padding-bottom: 70px;
}
                    
.mt-30 {
    marign: 30px;
}    

.service-img {
    display: flex;
    justify-content:end;
}

@media (max-width: 768px) {
     .header-social {
         display:none;   
     }
                                   
     .service-img {
            display: flex;
            justify-content:start;
        }
        
         .blog-grid{
         grid-template-columns: 1fr 1fr;
    }
}                               
              
@media (max-width: 586px) {
     .mobile-noheader {
         display:none;   
     }
     
     .blog-grid {    
         grid-template-columns: 1fr;
    }    
    
    .blog-title {
        font-size:20px;
    }                
    
    .blog-short-desc {
          font-size:12px;
    }  
                 
    .about-img .about-counter .counter-icon .title {
         font-size: 45px;
     }      
     
     .about-img .about-counter p {        
        font-size:16px;   
     }
     
     .about-sec-head {
         font-size:25px !important;
     }
     .section-title {
        font-size: 25px !important;                  
     }    
     
     .hero-section {
        padding:40px 0px 0px 0px;
     }
}                                      
      
                           

.mt-55  {
    margin-top:55px;             
}
                 

                        
html, body {
  overflow-x: hidden;
  width: 100%;
}
                                                      


.animated {
  overflow: hidden;
}     
          
.non-clickable {
    color: #999;
    cursor: default;
}      





.project-filter-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}



.filter-item.active {
    background-color: #007bff;
    color: white;
}

.filter-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

.single-album-item {
    padding: 10px;                  
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.album-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.album-thumb {
    position: relative;
}

.album-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    border-radius: 10px;
}

.album-item:hover img {
    transform: scale(1.1);
}

.album-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(84 84 84 / 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.album-item:hover .album-overlay {
    opacity: 1;
}

.album-overlay h3 {
    color: white;
    font-size: 18px;
    text-align: center;
    margin: 0;
}    
      


.loading {
    z-index: 20;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex; 
    justify-content: center;
    align-items: center;
}

.loading-content {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}      
                     