.custom-dark-orange {
    background-color: #E98A3A;
    border-radius:15px !important;
    margin-top:50px;
}
.custom-dark-blue {
    background-color: #3277B2;
    border-radius: 15px !important;
    margin-top: 50px;
}

@media (min-width: 426px) {
    .mystroImg {
        clip-path: inset(20px 0px 0px 0px round 12px);
    }
}
@media (max-width: 425px) {
    .mystroImg {
        clip-path: inset(18px 0px 0px 0px round 12px);
    }
}

@media (max-width: 767px) {
    .eximbd-img,.kavinPipesImg,.globalHarvestContent,.SpectraAutomationContent{
        margin-bottom:25px;
    }
}

.floating-image {
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}



.floating-image2 {
    animation: tiltAnimation 5s ease-in-out infinite;
}

@keyframes tiltAnimation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.floating-image1{
    animation: breathingEffect 3s ease-in-out infinite;
}

@keyframes breathingEffect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.bg-green {
    background-color:#33A836;
}
.bg-green {
    background-color: white;
    border: 1px solid #33A836;
    color: #33A836 !important;
}
.globalExpoRow {
    /* background-color: #4A4E69;*/
    background-color: #008080;
    border-radius: 15px !important;
}
.bg-blue {
    background-color: white;
    border: 1px solid #002C6A;
    color: #002C6A !important;
}
.bg-navy {
    background-color: white;
    border: 1px solid #3B599A;
    color: #3B599A !important;
}
.SpectraAutomationRow {
    background-color: #1A508E;
    color: #ffffff !important;
    border-radius: 15px !important;
}
.smallTxt{
    font-size:10px;
    opacity:0.7;
}


.img-container {
    border-radius: 15px;
    overflow: hidden;
}

    .img-container img {
     
        border-radius: 15px;
    }




.mystro-section1 {
    background-color: #11669E;
    padding: 100px 0;
    color: white;
    margin-top:68px;
}

.image-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

    .image-container img {
        width: 100%;
        border-radius: 15px;
    }

.img-container {
    width: 100%;
    text-align: center;
}

    .img-container img {
        width: 100%; /* Full width on small screens */
        max-width: 499px; /* Maximum width to prevent it from getting too large */
    }

@media (min-width: 768px) { /* Medium and larger screens */
    .img-container {
        float: right; /* Float only on medium and larger screens */
        text-align: center; 
        margin-top:40px;/* Reset text alignment */
    }

        .img-container img {
            width: 60%; /* Adjust width for medium screens */
        }
}

@media (min-width: 992px) { /* Large screens */
    .img-container {
        margin-top: 0px;
    }

    .img-container img {
        width: 80%; /* Reduce width further for large screens */
    }
}

@media (max-width: 768px) {
    .img-container {
        margin-top: 20px;
    }
}


.img-container {
    display: inline-block;
    overflow: hidden;
}
    .img-container .mystro-img {
        transition: transform 0.3s ease-in-out, padding 0.3s ease-in-out;
    }
.img-container {
    transition: border-radius 0.3s ease-in-out;
}
.mystro-section1:hover .img-container {
    border-radius:15px;
}
    .mystro-section1:hover .mystro-img {
        transform: scale(1.1);
        padding: 10px;
      
    }







.mystro-section1:hover .mystroSection-heading {
    background-size: 100% 100%;
}
.mystroSection-heading {
    background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    text-decoration-line: none;
    transition: background-size .7s;
    font-size:1.8rem;
}
.about-spectra {
    padding: 70px 0px;
}

/* For small screens (below 768px) */
@media (max-width: 767px) {
    .about-spectra {
        padding: 40px 0px;
    }
}
.mystro-challangeImg{
    max-width:100%;
}
.challange-and-sollution {
    background-color: #E9ECEF;
}

/*mystro features*/
.feature-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 10px;
  
}
@media (min-width: 992px) and (max-width: 1180px) {

    .feature-card {
        max-height: 242px;
        height: 242px;
    }
}
@media (min-width: 1180px) and (max-width: 1400px) {

    .feature-card {
        max-height: 200px;
        height: 200px;
    }
}
@media (min-width: 1400px) {
    .feature-card {
        max-height: 170px;
        height: 170px;
    }
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    font-size: 2rem;
    color: #11669E;
}


.sidebar {
    width: 172px;
    overflow-y: auto;
}

    .sidebar ul {
        list-style: none;
        padding: 0;
    }

        .sidebar ul li {
            padding: 10px;
            cursor: pointer;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

             .sidebar ul li.active {
                background: rgba(255, 255, 255, 0.2);
                border-bottom: 3px solid #11669E;
            }

.content {

    padding: 20px;
    flex-grow: 1;
}

.feature {
    display: none;
}

    .feature.active {
        display: block;
    }

    .feature img {
        max-width: 100%;
        border-radius: 8px;
    }

@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

    .content {
        margin-left: 0;
    }

    .sidebar ul {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

        .sidebar ul li {
            flex: 1;
            text-align: center;
        }
}
.MystroKeyFeatures {
    background-color: #E9ECEF;
}
@media (min-width: 768px) {
    .feature-img{
        width:50% !important;
    }
}
.feature-img{
    margin-bottom:20px;
}
.content {
    border-radius: 10px;
    border: 1px solid #11669E;
    text-align: center;
    background-color: #11669E;
    box-shadow: 0px 4px 10px rgb(254, 254, 254, 0.05);
}


.technologiesUsedSection {
   
    padding-bottom: 20px;
    text-align: center;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #11669E; /* Your theme color */
}

/* Tech List Styling */
.tech-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

    .tech-list li {
        padding: 12px 20px;
        border-radius: 25px;
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: bold;
        transition: all 0.3s ease-in-out;
        background: white;
        color: #333;
        border: 1px solid transparent;

    }

    /* Icon Colors */
    .tech-list i {
        font-size: 50px; /* Bigger icons */
    }

.dotnet1 i {
    color: #0072C6;
}
/* Microsoft Blue */
.kendo i {
    color: #FF4081;
}
/* Pink */
.mvc i {
    color: #9C27B0;
}
/* Purple */
.html i {
    color: #FF9800;
}
/* Orange */
.figma i {
    color: #00C853;
}

.reactjs i {
    color: #61DBFB; 
}

.sql i {
    color: #F29111; 
}

.csharp i {
    color: #68217A;
}
.mysql i {
    color: #F29111;
}
.ajax i {
    color: #17A2B8; 
}

.osipi i {
    color: #FF5733;
}
/* Reddish-Orange */

.canary a {
    color: #8E44AD;
    display:flex;
    align-items:center;
}
/* Dark Purple */

.influxdb a {
    color: #3498DB;
    display: flex;
    align-items: center;
}

.canary a{
   text-decoration:none;
}

.influxdb a{
    text-decoration: none;
    
}
.canary a span {
    margin-left: 10px;
    color: #333333;
    font-size: 20px;
}
.influxdb a span {
    margin-left: 10px;
    color: #333333;
    font-size: 20px;
}

.canary a img {
  max-width:50px;
}

.influxdb a img {
    max-width: 50px;
}
/* iPay88 - Red */
.ipay88 i {
    color: #E53935;
}

/* Twilio - Deep Red */
.twilio i {
    color: #D32F2F;
}

/* Google Maps - Green */
.googlemaps i {
    color: #43A047;
}

/* Firebase - Yellow */
.firebase i {
    color: #FFCA28;
}

/* iOS - Black */
.ios i {
    color: #212121;
}

/* Android - Green */
.android i {
    color: #3DDC84;
}

/* Hover effect */
.tech-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.responsive-video {
    width: 100%;
    height: auto;
    max-width: 100%;
}




/*EximbdSection*/
.eximbd-section {
    /*  background-color: #33A836;*/
    background: linear-gradient(135deg, #1A6D8F, #3A9369);
    padding: 100px 0;
    color: white;
    margin-top: 68px;
}
.eximbdSection-heading {
    background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    text-decoration-line: none;
    transition: background-size .7s;
    font-size: 1.8rem;
}
.eximbd-section:hover .img-container {
    border-radius: 15px;
}

.eximbd-section:hover .exim-img {
    transform: scale(1.1);
    padding: 10px;
}







.eximbd-section:hover .eximbdSection-heading {
    background-size: 100% 100%;
}
.img-container .exim-img {
    transition: transform 0.3s ease-in-out, padding 0.3s ease-in-out;
}






.user-roles-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.role-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border-top: 5px solid #33A836;
}

    .role-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

.role-icon {
    font-size: 50px;
    color: #33A836;
    margin-bottom: 15px;
}

.role-title {
    font-size: 1.5rem;
    color: #33A836;
    font-weight: bold;
}

.role-description {
    font-size: 1rem;
    color: #555;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.role-card {
    animation: fadeIn 0.8s ease-in-out;
}



.eximbd-carousel {
    background: linear-gradient(135deg, #1A6D8F, #3A9369);
    padding: 50px 0;
    overflow: hidden;
}

.swiper-container {
    width: 80%;
    margin: auto;
}

.carousel-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px ;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.carousel-image img {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.carousel-text {
    color: #333333;
    max-width: 50%;
    padding: 20px;
}

.carousel-btn {
    background: #1D3557;
    color: #FFFFFF;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s ease;
}

    .carousel-btn:hover {
        background: #457B9D;
    }

.swiper-button-next, .swiper-button-prev {
    color: #1D3557;
    font-size:20px !important;
    display:none !important;
}
.swiper-pagination{
    bottom:15px !important;
}
@media (max-width: 769px) {
    .carousel-content {
        display: flex !important;
        flex-direction: column !important;
        min-height:727px;
    }
    .carousel-text{
        max-width:100%;
        width:100%;
        padding-left:0px;
        padding-right:0px;
    }
}


.section-hover-line {
    width: 100%;
    height: 2px;
    background-color: #33A836; /* Your website's primary color */
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.about-spectra,
.technologiesUsedSection {
    position: relative;
}

    .about-spectra:hover ~ .section-hover-line,
    .technologiesUsedSection:hover ~ .section-hover-line,
    .section-hover-line:hover {
        transform: scaleX(1);
    }




#particles-between {

    top: 50%;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.about-spectra:hover ~ #particles-between,
.technologiesUsedSection:hover ~ #particles-between {
    opacity: 1;
}
/*.GlobalHarvestSection, .globalharvest-tech {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 102, 153, 0.8)), url('../images/worldmap.jpg') no-repeat center center fixed;
    background-color: blue;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
    .globalharvest-tech{
        margin-bottom:0px !important;
    }*/
.tech-section1{

}

/* Default: Applies to medium (md) and larger screens */
.featureGE-section {
    padding: 50px 0;
}

/* For small screens (below 768px) */
@media (max-width: 767px) {
    .featureGE-section {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .featureGE-card {
        padding: 20px !important;
    }
}

.sectionGE-title {
    
    font-weight: 700;
    color: #11669E;
}

.sectionGE-subtitle {
    
    color: #6c757d;
    margin-bottom: 40px;
}

.featureGE-card {
    background: white;
    border-radius: 15px;
    padding:0px 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .featureGE-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

.featureGE-icon {
    font-size: 40px;
    color: #11669E;
    transition: color 0.3s ease;
}

.featureGE-card:hover .featureGE-icon {
    color: #0d4c73;
}

.impactGE-box {
    background: #11669E;
    color: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .impactGE-box p {
       
        margin-bottom: 10px;
    }

/* Animations */
.fadeGE-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

    .fadeGE-in.visible {
        opacity: 1;
        transform: translateY(0);
    }
.impactCol{
    height:100%;
}


/*kavin pipes*/



.kavinPipesSection {
    background: linear-gradient(135deg, #5A7540, #3B5323);
}
.KP-keyfeatureIcon{
    font-size:50px;
}



.workflow-list {
    list-style: none;
    padding: 0;
}

    .workflow-list li {
        padding: 10px 0;
        font-size: 18px;
        position: relative;
    }

        .workflow-list li:before {
            content: '\2022';
            color: #F2F3F4;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

.challenges-solutions-section {
    background: #F2F3F4;
    color: white;
    text-align: center;
}

.section-title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.challenges-box, .solutions-box {
    background: linear-gradient(135deg, #5A7540, #3B5323);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
    transition: transform 0.3s ease-in-out;
}

    .challenges-box:hover, .solutions-box:hover {
        transform: translateY(-5px);
    }

.challenges-list, .solutions-list {
    list-style: none;
    padding: 0;
}

    .challenges-list li, .solutions-list li {
        padding: 10px 0;
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .challenges-list li i, .solutions-list li i {
            font-size: 20px;
            color: #FFC312;
        }


.technologies-used-section {
    background: #F2F3F4;
    padding: 50px 0;
    color: #333;
}

.section-title {
   
    font-weight: bold;
    margin-bottom: 10px;
}

.section-subtitle {
   
    color: #666;
}

.tech-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    text-align: center;
    background: white;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    min-height:128px;
}

    .tech-card:hover {
        transform: translateY(-5px);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    }

.tech-icon {
    font-size: 40px;
    color: #11669E;
    display: block;
}


/* Responsive Styling */
@media (max-width: 768px) {
    .tech-card {
        padding: 15px;
    }


}
.avidCollegeSection {
    background: #FFA600 !important;
}
.avidCollegeImg {
    background-color: #F2F3F4;
    padding-right: 20px;
}
.exploreMoreBtn {
    background-color:#1A508E !important;
}

.AzureSectionRow {
    background-color: #2B4D70; 
    color: #F1F1F1;
    border-radius: 15px !important;
}


.ChallengesSection {
    background-color: #f8f9fa;
    padding: 50px 0;
}



.section-icon {
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.AzureSolutionSection .col-lg-3 {
    transition: transform 0.3s ease-in-out;
}

    .AzureSolutionSection .col-lg-3:hover {
        transform: translateY(-5px);
    }




.AzureTechSection {
    background-color: #ffffff;
  
}

.AzureTech-title {

    font-weight: bold;
    color: #11669E;
}

.AzureTech-category {
  
    font-weight: bold;
    color: #11669E;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #11669E;
    padding-bottom: 5px;
}

.AzureTech-list {
    list-style: none;
    padding-left: 0;
}

    .AzureTech-list li {
      
        color: #333;
        font-weight: 600;
      
        align-items: center;
        margin-bottom: 8px;
    }

    .AzureTech-list i {
        color: #28a745; /* Green tick mark */
        margin-right: 10px;
        font-size: 18px;
    }
/* Default: Visible on large screens (lg and above) */
.particles-js-canvas-el {
    display: block;
}
#particles-between {
    display: block;
}

/* Hide on medium (md) and small (sm) screens */
@media (max-width: 991px) { /* Applies to screens below 992px (md and below) */
    .particles-js-canvas-el {
        display: none !important;
        height:0px !important;
    }
    #particles-between {
        display: none !important;
        height: 0px !important;
    }

}
.mystroSvgImg {
     box-shadow: 0 0 0 0.2px white;
}

.mystro-customers {
    padding: 40px 0;
    background-color: #FFFFFF;
    text-align: center;
}

.customer-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background-color: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.customer-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px; /* Adjust height as needed */
    padding: 10px;
    border: 1px solid #ddd; /* Optional: for a card effect */
    border-radius: 8px; /* Optional: rounded corners */
    background: #fff; /* Optional: to ensure contrast */
}

    .customer-card img {
        max-height: 80px; /* Ensures all images fit within a fixed height */
        width: auto; /* Maintains aspect ratio */
        object-fit: contain;
    }

    .customer-card:hover {
        transform: scale(1.05);
    }

    .customer-card img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto;
    }
@media (min-width: 768px) { /* md and above */
    .process-container {
        width: 75% !important;
    }
}
