.primary-header-inner .header-menu-wrap ul li a {
    padding: 30px 0px !important;
}

.g-10 {
    gap: 10px;
}

.primary-header-inner .header-menu-wrap ul li a:before {
    bottom: 30px !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;
}

.txt-8 {
    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;
}        
       
                
.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;
}
     
         
                                          
@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;        
    }
}                                   
         
.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;
    }
} 
 
 .invalid-feedback {
    /* display: block; */
    color: rgb(238, 57, 57);
    font-size: 14px;
} 
  
.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;
    }          
}          


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