* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Times New Roman", Times, serif !important;
}
.btn-what-mbl{
    display: none;
}
.text-color-m{
    color: #470571;
}
.bg-color-m{
   background-color: #470571;
}

.logo-img{
    width: 50px;
    height: 50px;
}
/* home page styling */
@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

button {
    z-index: 10;
}
.main-slider{
    height: 600px !important;
    width: 100% !important;
    margin: auto !important;
    overflow: hidden !important;
    .main-slider-body{
        height: 600px !important;
        position: relative;
    }
    img{
        height: 600px !important;
        width: 1000%;
    }
    .slick-slide{
        padding: 0px !important;
    }
    .btn-more{
        position: absolute;
        right: 40px;
        bottom:50px;
        background-color: #581C87;
        padding: 5px 20px;
        border-radius: 15px;
        border: 1px solid #fff;
        color: #fff;

    }
}
/* Custom gradient border */
.gradient-border {
    border-width: 3px;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #3b006b, #f7941d);
    width: 120px;
    height: 40vh;
    /* Set height to 40% of viewport height */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 0.375rem;
    /* rounded-md */
    background: white;
    margin: 0 8px;
    /* margin between images */
}

.gradient-border img {
    width: 80%;
    /* Make image responsive */
    height: auto;
    max-height: 70%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.gradient-border p {
    font-size: 12px;
    color: #4b5563;
    /* text-gray-700 */
    margin-top: 8px;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
}

/* Override slick dots position */
.slick-dots {
    bottom: -30px;
}

/* Slick slide container to center content */
.slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 44vh !important;
    box-sizing: border-box;
    padding:10px 0px !important;
    /* padding-top: 10px !important; */

}

/* .related-slider .slick-list {
    margin: 0 8px;
    height: auto !important;
} */
.related-slider{
    height: 400px;

}
.related-slider .slick-list{
    height: 390px !important;
    border-radius: 15px 15px 0px 0px;
}
.related-img{
    height: 255px !important;
}
.related-body {
    /* border: 10px solid;   */
    margin: 2px;
    border-radius: 15px;
    height: 340px !important;
    background: linear-gradient(to right, #5A1E86, #F5C619);
}
.related-contain{
    background-color: #fff;
    height: 320px !important;
    border-radius: 15px;
    margin: 0px 10px;
    overflow: hidden;
    width: 98% !important;
}
.related-contain p{
    padding: 0px 10px;
    line-height: 17px;
}
/* about page */
.btn-yellow {
    background-color: #EAB308;
    color: #000000;
}

.btn-yellow:hover {
    background-color: #ca9a04;
}

.bg-purple {
    background-color: #581C87;
}

.text-yellow {
    color: #EAB308;
}

.text-purple {
    color: #581C87;
}

.border-yellow {
    border-color: #EAB308;
}

/* Background image overlay for the about image overlay */
.about-image-overlay {
    background: linear-gradient(rgba(88, 28, 135, 0.8), rgba(88, 28, 135, 0.8));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Improved text visibility for team descriptions */
.team-desc {
    color: #EAB308;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

/* Larger icons for mission, vision, values */
.icon-large {
    width: 48px;
    height: 48px;
}


/* contact page */
.bg-purple {
    background-color: #581C87;
}

.text-yellow {
    color: #EAB308;
}

.border-yellow {
    border-color: #EAB308;
}

.btn-yellow {
    background-color: #EAB308;
    color: #000000;
}

.btn-yellow:hover {
    background-color: #ca9a04;
}

.input-focus:focus {
    outline: none;
    box-shadow: 0 0 0 3px #EAB308;
    border-color: #EAB308;
}

/* gallery page */
.bg-purple {
    background-color: #581C87;
}

.text-yellow {
    color: #EAB308;
}

.border-yellow {
    border-color: #EAB308;
}

.btn-yellow {
    background-color: #EAB308;
    color: #000000;
}

.btn-yellow:hover {
    background-color: #ca9a04;
}

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

.overlay {
    transition: opacity 0.3s ease;
}

/* product details page */
/* Zoom effect on hover showing zoomed portion under cursor */
#main-image-container {
    overflow: hidden;
    position: relative;
    max-width: 580px;
    height: 350px;
    border: 1px solid #f7941d;
}



#main-image {
    transition: transform 0.3s ease;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    cursor: zoom-in;
}

#main-image-container:hover #main-image {
    transform: scale(2);
    cursor: zoom-in;
}

.latest-product{
    display: grid;
    grid-template-columns: repeat(6, 16.66%);
}
/* .iframe {
    width: 100% !important;
    overflow: hidden !important;
    iframe{
        width: 600px  !important;
        height: auto !important;
        object-fit: contain !important;
    }
} */
.social-icons .icon {
  background-color: #470571;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s;
}

.social-icons .icon:hover {
  background-color: #1D4F91;
  color: #fff;
}
iframe{
        width: 100%  !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    .img-large {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-large:hover {
    background-size: 300%;
    cursor: zoom-in;
}

.img-small {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100px !important;
}

@media (max-width: 600px) {
    .btn-what-mbl {
        display: block !important;
        
    }
    .btn-what-desck{
        display: none !important;
    }
    #main-image-container{
        height: 200px;
        overflow: hidden;
        .img-large{
            height: 200px !important;
        }
    }

    /**************home page*******************/
    .main-slider{
        height: 200px !important;
        overflow: hidden !important;
        img{
            height: 200px !important;
            width: 100% !important;
        }
    }
    .main-slider {
        .main-slider-body {
            height: 200px !important;
        }
    }
    .main-slider {
        .btn-more {
            position: absolute;
            right: 10px;
            bottom: 10px;
            background-color: #581C87;
            padding: 5px 20px;
            border-radius: 15px;
            border: 1px solid #fff;
            color: #fff;
        }
    }
    .product-card {
        height: 230px !important;
    }
    .product-card .product-img{
        height: 200px !important;
        img{
            height: 150px !important;
        }
    }
    .product-card p{
        font-size: 10px  !important;
        line-height: 10px;
    }
    video{
        height: 150px !important;
        width: 100%;
        object-fit: cover;
    }

}