@import url('https://fonts.googleapis.com/css2?family=ADLaM+Display&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prosto+One&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rasa:ital,wght@0,300..700;1,300..700&family=Rubik+Wet+Paint&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    list-style: none;
}
a{
    text-decoration: none !important;
}
body{
    line-height: 24px;
    
    overflow-x: hidden;
    background-color: #ffffff !important;
    font-family: "Nunito", sans-serif;
}
.text-blue{
    color: #403f5d;
}
.container{
    max-width: 1200px;
    margin: auto;
}
.logo-main img{
    width: 145px;
    padding: 16px 0;
    margin: auto;
    display: flex;
}
.details-part{
    background: linear-gradient(180deg, #BCD5FF 0%, #ECF3FF 56.5%, #FFFFFF 100%);
}
.heading-text h6{
    color: #848484;
}
.app-links img{
    width: 180px;
}
.section-heading h2{
    padding-bottom: 20px;
    padding-left: 16px;
    font-weight: 700;
    color: #121212;
    font-size: 36px;
    position: relative;
}
.category-box{
    display: flex;
}
.category-name{
    color: #121212;
}
.business-post .item img{
    width: 100%;
}
.mobile-view{
    display: none !important;
}
.category-slider{
    overflow-x: scroll;
}
.box-theme {
    cursor: pointer;
    border-image-source: linear-gradient(90deg, #1B55A7 0%, #658FCB 100%);
    border-radius: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    position: relative;
    transition: all .2s ease-in-out !important;
    z-index: 1;
}
.loader-theme{
    overflow: hidden;
    border-radius: 8px;
}
.category-name{
    text-wrap-mode: nowrap;
    padding: 14px 20px;

}
.item.box-theme.categories-active{
    background: linear-gradient(90deg, #1952A3 0%, #3376D5 100%);
    border: 1px solid;
    color: #fff !important;
    border-image-source: linear-gradient(90deg, #1B55A7 0%, #658FCB 100%);    
}
.item.box-theme.active p{
    color: #fff;
}
.box-theme::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px; /* Thickness of the border */
    background: linear-gradient(90deg, #1B55A7 0%, #658FCB 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
}
.category-box img {
    width: 130px;
    border-radius: 30px;
    height: 215px;
    border-radius: 30px;
    object-fit: cover;
}
.post-main .owl-stage-outer{
    padding: 30px 0px;
}
.post-main{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 500;
    padding-top: 20px;
}
.business-post  img{
    width: 100%;
}
.business-post{
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #0000cb17;
    border: 1px solid #0e3d74;
}
.video-section {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
}
.video-container img{
    width: 100%;
}
.video-container {
    position: relative;
    display: inline-block;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}
.video-container:hover .play-button {
    display: block;
}
.contact-box img{
    /* width: 26px; */
    filter: brightness(0) saturate(100%) invert(30%) sepia(81%) saturate(1313%) hue-rotate(195deg) brightness(77%) contrast(95%);
}
.contact-card-main {
    height: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
}
.scrolled{
    padding-top: 187px;
}
.contact-box h6{
    font-size: 20px;
}
.contact_us{
    padding-bottom: 230px !important;
}
.footer-main{
    background-color: #003c7614;
    padding: 10px;
    text-align: center;
}
.body-padding-top {
    padding-top: 280px; /* Adjust this value to match your header height */
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .thumbnail {
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s;
  }
  .thumbnail:hover {
    transform: scale(1.1);
  }
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .popup img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
  }
  .popup.hidden {
    display: none;
  }
  #close-btn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    background: transparent;
    border: none;
    font-weight: bold;
    z-index: 1001;
  }

  ::-webkit-scrollbar {
    width: 20px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff; 
    border-radius: 10px;
  }
   
  ::-webkit-scrollbar-thumb {
    background: #fff; 
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #fff; 
  }
  
.item{
    position: relative;
}

.spinner{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #21212185;
    z-index: 50;
    left: 0;
    top: 0;
}
  .spinner::after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
    position: absolute;
    z-index: 50;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
 }
/* Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  /* Popup Content */
  .popup-content {
    background-color: #fff;
    padding: 20px;
    position: relative;
    max-width: 80%;
    max-height: 80%;
  }
  
  /* Close Button */
  .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff0000;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
  }
  
 @keyframes spinner-bulqg1 {
    0% {
       clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }
 
    12.5% {
       clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    }
 
    25% {
       clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    }
 
    50% {
       clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }
 
    62.5% {
       clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }
 
    75% {
       clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    }
 
    100% {
       clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    }
 }
 
 @keyframes spinner-oaa3wk {
    0% {
       transform: scaleY(1) rotate(0deg);
    }
 
    49.99% {
       transform: scaleY(1) rotate(135deg);
    }
 
    50% {
       transform: scaleY(-1) rotate(0deg);
    }
 
    100% {
       transform: scaleY(-1) rotate(-135deg);
    }
 }

/* media quary */

@media(max-width:425px){
    .details-part h2{
        font-size: 22px;
    }
}
@media(max-width:992px){
    .container{
        max-width: 1440px !important;
        margin: auto;
    }
    .section-heading h2{
        font-size: 24px;
        padding-bottom: 0;
    }
    .contact-card-main{
        flex-direction: column;
    }
    .contact-box > div{
        justify-content: start;
    }
    .contact-card-main a{
        padding: 0;
        border: 0;
    }
}
@media(max-width:576px){
    .section-heading h2{
        font-size: 24px;
    }
    .container{
        padding: 0px !important;
    }
    .contact-card-main{
        padding-top: 16px;
    }
    .business-post .item img{
        width: 165px;
    }
    .video-container svg{
        width: 165px !important;
    }
    #animation-preview svg{
        max-width: 100%;
        max-height: 90%;
        border-radius: 8px;
    }
    .business-post{
        gap: 12px;
    }
    .video-container img{
        width: 165px;
    }
    .app-links img{
        width: 150px;
    }
    .business-post {
        display: flex;
        overflow-x: scroll;
    }
    .video-section {
        display: flex;
        overflow-x: scroll;
        gap: 12px;
    }
    .mobile-view{
        display: block !important;
    }
    .popup img{
        width: 75%;
    }
    .thumbnail:hover {
        transform: unset;
    }
}
@media(max-width:1024px){
    .business-post {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .video-section {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media(max-width:768px){
    .contact-card-main{
        flex-direction: column;
    }
    .contact-card-main{
        grid-template-columns: 1fr;
        padding-bottom: 100px !important;
    }
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .modal-animation-content {
    margin: 10% auto !important;
    padding: 20px;
    width: 376px !important;
  }
  
  .close-btn {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #aaa;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close-btn:hover,
  .close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  