/* stylelint-disable alpha-value-notation */
/* stylelint-disable color-function-notation */

@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Archivo+Black&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

body,
html {
    margin: 0;
    font-family: 'Kanit', sans-serif;
    scroll-behavior: smooth;
}

nav {
    display: flex;
    justify-content: space-between;
    font-family: 'Kanit', sans-serif;
    align-items: center;
    background: #000;
    color: #fff;
    padding: 10px 20px;
}

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

.non-dropdown a {
    position: relative;
    text-decoration: none;
    color: white;
    padding: 15px 15px;
    display: block;
}

.non-dropdown a:hover {
    color: black;
    background-color: white;
}

.dropdown {
    position: relative;
}

.dropdown a {
    text-decoration: none;
    position: relative;
    color: white;
    padding: 15px 15px;
    display: block;
}

.dropdown:hover > a {
    color: black;
    background-color: white;
}

.dropdown i {
    margin-left: 5px;
}

.dropdown-menu {
    position: absolute;
    padding: 0;
    background: white;
    color: black;
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    min-width: 228px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.dropdown-menu li {
    display: none;
}

.dropdown-menu li {
    gap: 10px;
}

.dropdown:hover{
    background-color: white;
    color: black;
    transition: 0.5s ease-in-out;
}

.dropdown:hover .dropdown-menu li {
    display: block;
}

.dropdown li a {
    color: black;
}

.menu-items-list a:hover {
    color: black;
}

.menu-items-list .dropdown-menu li:hover{
    background-color: #f89628;
    color: white;
    transition: 0.3s ease-in-out;
}


/* Hover effect on dropdown links */
.menu-items-list .dropdown-menu li a:hover {
    color: white;
    font-weight: bold;
    transition: 0.3s;
}

.image-logo {
    width: 250px;
    height: 10vh;
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.logo {
    width: 180px;
    height: auto;
}

/* .menu-items {
    color: white;
}

.menu-items ul {
    margin: 0;
    padding: 0;
}

.menu-items li {
    display: inline-block;
    margin: 30px 30px 10px 30px;
    padding-bottom: 10px;
    position: relative;
}

.menu-items li a {
    text-decoration: none;
    color: white;
    font-size: 16.5px;
    padding-bottom: 10px;
}

.menu-items li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #f89628;;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.4s ease-out;
}

.menu-items li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #f89628;;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.4s ease-out;
}

.menu-items li:hover::before,
.menu-items li:hover::after {
    width: 100%;
    transition: width 0.4s ease-out;
} */

#phone-icon {
    margin-right: 10px;
}

.locate-contact-cta {
    display: flex;
    align-items: center;
}

.location-text {
    color: white;
    margin-right: 25px;
    display: flex;
    align-items: center;

}

#au-flag {
    margin-left: 5px;
}

.btn {
    border-radius: 5px;
    border: 2px solid #f89628;
    background-color: black;
    color: white;
    padding: 10px;
    padding-inline: 15px;
    font-size: 16.5px;
    cursor: pointer;
}

.contact-btn {
    margin-right: 40px;
    transition:0.3s;
}

.btn:hover {
    background-color: #f89628;
    
}

.hamb-mobile-menu {
    font-size: 25px;
    padding: 30px 20px 30px 20px;
    display: none; /* Ensure it is visible */
    cursor: pointer;
}

.hamb-mobile-menu:hover {
    background-color: white;
}

#hamb-mobile-menu-icon {
    color: white;
    background-color: black;
}

#hamb-mobile-menu-icon:hover {
    color: black;
    background-color: white;
}

.mobile-nav {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    width: 100%;
    display: none; /* Initially hidden */
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 1000;
}

.mobile-nav a {
    width: 100%;
    color: black;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-block: 10px;
}

.mobile-nav a i {
    margin-left: 5px;
}

.mobile-nav a:hover {
    color: #f89628;
}

.mobile-dropdown {
    position: relative;
    width: 100%;
    text-align: center;
    padding-block: 15px;
}

.mobile-dropdown-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(243, 243, 243);
    width: 100%;
    position: relative;
    display: none;
    margin-top: 15px;
}

.mobile-dropdown-content a {
    text-align: center;
    padding-block: 10px;
}

.mobile-dropdown:hover .mobile-dropdown-content {
    display: flex;
}


.landing-point {
    width: 100%;
    /* height: 87vh; */
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);

}

.home-landing-point{
    height:75vh;
}

.landing-text {
    width: 70%;
    height: 35vh;
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
    flex-direction: column;
}

.home-landing-text{
    height: 15vh;
}

.landing-text h1 {
    color: white;
    margin-top: 0;
    width: 90%;
    font-size: 45px;
    text-align: left;
    padding-left: 52px;
}

.talk-cta {
    margin-left: 50px;
}

#talk-btn {
    padding-inline: 30px;
    transition:0.3s;
}

.contact-redirect {
    text-decoration: none;
    color: white;
}

.landing-art {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;

}

#svg-container {
    position: relative;
    max-width: 100%;
    width: 434px;
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
}

#svg-element {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.x-text {
    font-family: 'serif', monospace;
    font-size: 415px;
    margin: 0;
    padding: 0;
}


.offering-services {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.question-offer {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-left: 20px;

}

.question-offer h1 {
    font-size: 60px;
    color: black;
    font-weight: bold;
    display: flex;
    justify-content: end;
    padding-right: 15px;
}

.text-services {
    font-size: 25px;
    line-height: 6vh;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.service-cut-set {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
}

.slicer {
    width: 100%;
    height: 15vh;
    background-color: black;
    clip-path: polygon(0 80%, 100% 0, 100% 100%, 0 100%);
    border: none;
    border-width: 0;
    outline: 0;
    border-bottom: 1px solid black;
    padding-bottom: 30px;

}

/* home.html and services.html will use this section */

.service-section {
    display: flex;
    flex-direction: column;
    background-color: black;
}

#service-check-it-out {
    font-size: 60px;
    color: white;
    display: flex;
    justify-content: end;
    padding-right: 15px;
}


.service-block-set {
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
    border: none;
    outline: 0;
    border-width: 0;
}

.servicesBlockContainer {
    background-color: black;
}

.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    padding: 20px;
    width: 97vw;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.box-link {
    display: block;
    height: 100%;
    color: inherit; /* Ensures text color is inherited */
    text-decoration: none; /* Removes underline from links */
}

.box {
    position: relative; /* Ensures the box maintains its position */
    overflow: hidden; /* Ensures content doesn't overflow */
}

.box {
    background-color: black;
    display: flex;
    align-items: end;
    border: 2px solid #ccc;
    height: 45vh;
    overflow: hidden;
    position: relative;
    border: none;
}

.large-box {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    height: 91vh;
    background-image: url(../images/ai-powered-automation-integration.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.medium-box {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    background-image: url(../images/natural-language-voice-assist-solutions.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.small-box {
    grid-column: 2 / 2;
    grid-row: 2 / 3;
    background-image: url(../images/cost-effective-web-hosting-automation.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#last-box {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    background-image: url(../images/cloud-office-365-solutions.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#med-bfr-last-box {
    grid-column: 4 / 4;
    grid-row: 2 / 2;
    background-image: url(../images/custom-software-web-development.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#med-last-box {
    grid-column: 4 / 4;
    grid-row: 1 / 3;
    background-image: url(../images/cybersecurity-backup-auditing-solutions.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slidingWindow {
    position: absolute;
    left: 0;
    top: 98%;
    transform: translateY(-50%);
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
    padding: 0 0px;
    transition: all 0.5s ease;
    height: 11%;
}

.slidingWindowLong {
    position: absolute;
    left: 0;
    top: 96%;
    transform: translateY(-50%);
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
    padding: 0;
    transition: all 0.5s ease;
    height: 25%;
}
.slidingWindowTwo {
    position: absolute;
    left: 0;
    top: 96%;
    transform: translateY(-50%);
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
    padding: 0 0px;
    transition: all 0.5s ease;
    height: 25%;
}

.DarkSlider {
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    overflow: hidden;
}

.arrowboxDiv {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 1.0s ease;
}

.textDriven {
    width: 0%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.8vh;
    color: white;
    background-color: black;
    transition: width 1.0s ease;
    display: flex;
    flex-direction: column;
}

.textDriven-span{
    padding-left: 18px;
}

.paragraphExplainService {
    width: 95%;
    height: 100%;
    display: flex;
    align-items: start;
    /* text-wrap: balance; */
    font-size: 1.1vh;
    padding-left: 20px;
    transition: width 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);

}

/* .paragraphExplainService p{
    text-wrap: balance;
} */
/* Hover effect to slide in the text and push the arrow for all box types */
.box:hover .textDriven {
    width: 100%;
}

.box:hover .redFillMarkedArrow {
    height: 50%;
}

.MarkedArrow {
    width: 100%;
    height: 50%;
    color: white;
    content: '\f105';
    font-family: FontAwesome;
    font-weight: bolder;
    background-color: black;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MarkedArrow i{
    font-style: normal;
}

.redFillMarkedArrow {
    width: 100%;
    color: white;
    content: '\f105';
    font-family: FontAwesome;
    font-weight: bolder;
    background-color: orange;
    position: absolute;
    bottom: 25%;
    left: 0;
    height: 0;
    transition: height 0.5s ease;
    z-index: 0;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redFillMarkedArrow i{
    font-style: normal;
}

.pricingPageContainer {
    background-color: black;
}

#TextPlansAndPricingHeader{
    font-size: 60px;
    color: white;
    margin-right: 100px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

#plansandpricing{
    font-size: 60px;
    color: white;
}

.plansandpricing-text-align{
    width: 500px;
    margin-bottom: 1%;
}

.plansandpricing-text-align-empty-div{
    width: 265px;
}

.pricing-container {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.plan {
    background: black;
    border-radius: 5px;
    padding: 35px;
    width: 300px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.plan h2 {
    /* background: linear-gradient(135deg, #f89628, #ff4500); */
    background: linear-gradient(93deg, #000000, #f89628);
    padding: 10px;
    border-radius: 5px;
    font-size: 2vh;
}

.plan p {
    margin: 10px 0;
    font-size: 1.3vh;
}

.contact-button-wrapper{
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translate(-50%, 50%);
    width: 50%;
}

.pricing-contact-btn{
    margin-right: 0;
}

.plan br{
    margin: 8px 0;
}

.planComparisionfeatureHeading {
    font-weight: bold;
}

.plan-line-divider {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 10px 0;
}

.most-popular-label{
    position: absolute;
    display: flex;
    top: 0px;
    width: 100%;
    text-align: center;
    left: 0px;
    background: white;
    color: black;
    font-weight: bold;
    height: 3%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    align-items: center;
    justify-content: center;
}

.services {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
}

.service-card {
    background:black;
    color: white;
    padding: 1%;
    border-radius: 5px;
    width: 22%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
    height: 25vh;
}

.service-card-svg-icon{
    width: 15%;
    height: auto;
    margin-bottom: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-svg-icon-img{
    width: 100%;
    height: auto;
}


.service-card h2 {
    font-size: 1.2em;
    color: white;
}

.service-card p {
    font-size: 1.3vh;
    margin: 10px 0;
}

.service-card a {
    color: orange;
    text-decoration: none;
    font-weight: bold;
}

.faq-columns {
    display: flex;
    justify-content: space-evenly;
    background-color: black;
    color: white;
    gap: 50px;
    padding: 50px 0;
}

.faq-column {
    width: 30%;
    padding: 20px;
    justify-content: space-evenly;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgb(0, 0, 0);
}

#faq-header {
    color: white;
    text-align: center;
    padding: 20px;
    padding-top: 100px;
    background-color: black;
    font-size: 60px;
}

.faq-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:rgba(14, 14, 14, 0.603); /* Much darker background to match the color scheme */
    margin: 39px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(1, 1, 1, 0), 0 20px 40px rgba(1, 1, 1, 0); /* Darker shadow to create a sticking out effect */
}

.faq-item p {
    line-height: 35px;
}

.faq-item ul li {
    line-height: 35px;
}

#longMarkedArrow {
    width: 7%;
}

#orangelongFillMarkArrow {
    bottom: 25%;
}

/* Mobile-friendly view */
@media (max-width: 768px) {
    /* Adjust container to be single-column for mobile */
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    .pricingPageContainer{
        height: auto;
    }

    .pricing-container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .plansandpricing-text-align-empty-div {
        display: none;
    }

    #TextPlansAndPricingHeader{
        margin-right: 0;
    }

    .plan {
        margin-bottom: 30px;
    }

    /* Make each box take full width on mobile */
    .box {
        width: 95%;
        height: auto;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        background-color: #000;
    }

    /* Image background adjustments for smaller screens */
    .large-box, .medium-box, .small-box, #last-box, #med-bfr-last-box, #med-last-box {
        background-position: center;
        background-size: cover;
        height: 25vh; /* Adjust height for better readability */
    }

    /* Adjust sliding windows to fit mobile size */
    .slidingWindow, .slidingWindowLong, .slidingWindowTwo {
        bottom: auto;
        height: 5vh;
        padding-bottom: 25px;
    }

    /* Ensure textDriven displays fully on mobile */
    .textDriven {
        width: 100%;
        padding: 10px;
        font-size: 1rem; /* Adjust font size for mobile */
        color: white;
    }

    /* Adjust arrow styling for mobile */
    .arrowboxDiv {
        width: 15%;
        height: 100%;
        background-color: black;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
    }

    .paragraphExplainService {
        display: none;
    }

    .MarkedArrow {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
        padding: 5px;
    }

    .redFillMarkedArrow {
        display: none;
    }

    #longMarkedArrow {
        width: 15%;
    }

    /* Add spacing at the bottom of the page */
    .servicesBlockContainer {
        padding-bottom: 20px;
    }

    .services {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .service-card {
        padding: 13px;
        width: 94%;
    }

    .faq-columns{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .faq-column{
        width: 90%;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.parallax-container {
    background-image: url('../images/Background_image1.png');
    min-height: 50vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    text-align: center;
    color: #fff;
}

.cursor {
    font-weight: bold;
    font-size: 2.9rem;
    color: orange;
    animation: blink 0.7s step-end infinite;
}

@keyframes blink {
    from, to { opacity: 1; }
    50% { opacity: 0; }
}

h1 {
    font-size: 4vh;
}

h1 span {
    color: orange; /* Highlight color */
    font-family: "Alumni Sans", sans-serif;
    font-optical-sizing: 50px;
}

/* service.html and blog.html section */

.service-description-page{
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.service-descrpt{
    width: 90%;
    background-color: white;
    min-height: 100vh;
    padding: 20px;
    box-shadow: 0 5px 30px 0 #f89628;;
    border-radius: 10px;
    margin-bottom: 50px;
}

.back-to-service-page{
    margin-left: 10px;

}

.back-to-service-page a{
    text-decoration: none;
    color:#f89628;;
    font-size: 20px;
}

.back-to-service-page a:hover{
    font-weight: bold;
    text-decoration:underline;
}

.service-name{
    margin-left: 10px;
    font-size: 60px;
}

.service-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service-description {
    margin-bottom: 2rem;
}

.service-description h2 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.service-description p {
    color: #666;
    line-height: 1.6;
    font-size: 1.1rem;
}

.service-features, .service-benefits {
    margin-bottom: 2rem;
}

.service-features h3, .service-benefits h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.service-features ul, .service-benefits ul {
    list-style-type: none;
    padding: 0;
}

.service-features li, .service-benefits li {
    color: #666;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.service-features li:before, .service-benefits li:before {
    content: "•";
    color: #007bff;
    position: absolute;
    left: 0;
}

.service-cta {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.service-cta h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.service-cta p {
    color: #666;
    margin-bottom: 1.5rem;
}

.service-cta .btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    background: white;
    color: #f89628;
    border: 2px solid #f89628;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.service-cta .btn:hover {
    background-color: #f89628;
    color: white;
}

.service-image-container{
    float:left;
    width: 30%;
    height: auto;
    margin: 8px 20px 0 0;
}

.service-image-container img{
    max-width:100%;
    height:auto;
    
}

/* contact.html section */

.contact-content{
    color: white;
    font-size: 18px;
    padding-left: 52px;
}

.contact-form-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.contact-form-heading{
    margin-right: 25px;
    font-size: 60px;
}

.submit-btn {
    border-radius: 5px;
    border: 2px solid #f89628;
    background-color: white;
    color: #f89628;
    padding: 1rem;
    padding-inline: 3rem;
    font-size: 16.5px;
    cursor: pointer;
    margin-top: 2rem;
}

.submit-btn:hover{
    background-color: #f89628;
    color: white;
}

form{
    width:50%;
    margin-right: 25px;
    margin-bottom:25px;
}

fieldset{
    border: 2px solid #f89628;
    padding: 20px;
    border-radius: 5px;
}

legend{
    color:#f89628;;
}

input{
    border: none;
    border-bottom: 1px solid gray;
    font-size: 20px;
    margin:10px;
    font-family: 'Kanit', sans-serif;
}

input:hover{
    border-bottom: 1px solid #f89628;
    transition:0.5s;
}

input:focus{
    border-bottom: 1px solid #f89628;
    outline: none;
    /* outline-width: thin;
    outline-color: #f89628; */

}

.pair-fields{
    display:flex;
    flex-direction: column;

}

.pair-fields input{
    width: 97%;
}

.huge-field{
    display:flex;
}

.field-required-pointy-message-first-name{
    position: absolute;
    width: 20px;
    margin-top: 40px;
    /* margin-left: 10px; */
    display: none;
}

.field-required-pointy-message-last-name{
    position: absolute;
    width: 20px;
    margin-top: 85px;
    display: none;
}

.field-required-pointy-message-email{
    position: absolute;
    width: 20px;
    margin-top: 40px;
    display: none;
}

.field-required-pointy-message-contact{
    position: absolute;
    width: 20px;
    margin-top: 85px;
    display: none;
}

.field-required-pointy-message-company-name{
    position: absolute;
    width: 20px;
    margin-top: 40px;
    display:none;
}

.field-required-pointy-message-job-title{
    position: absolute;
    width: 20px;
    margin-top: 40px;
    display:none;
}

.field-required-pointy-message-website{
    position: absolute;
    width: 20px;
    margin-top: 40px;
    display:none;
}

.field-required-pointy-message-textarea{
    position: absolute;
    width: 20px;
    margin-top: 40px;
    display:none;
}

.field-required-pointy-message-hear-from{
    position: absolute;
    width: 20px;
    margin-top: 30px;
    margin-left: 210px;
    display: none;
}

.invalid-empty-field-message{
    position:absolute;
    background-color: #f89628;
    padding: 20px;
    border-radius: 5px;
    color:white;
    font-weight: bold;
    width: 155px;
    margin-top: 3px;
}

.square-pointy{
    width: 20px;
    height:20px;
    background-color: black;
    rotate: 45deg;
    position: absolute;
    margin-left: 30px;
    background-color: #f89628;
}

#fname{
    width:97%;
}

#lname{
    width:97%;
}

#user-email{
    width:97%;
}

#user-phone-number{
    width:97%;
}

#company-name{
    width: 97%;
}

#job-title{
    width: 97%;
}

#website{
    width: 97%;
}

textarea{
    margin:10px;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    /* width: 753px;
    height: 278px; */
    width:97%;
    height:40vh;
}

textarea::placeholder{
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
}

label{
    font-weight: bold;
}

.hear-from-where{
    margin-left: 10px;
}

#required-star{
    color: red;
}

select{
    width:70%;
    height: 30px;
    font-size: 18px;
    margin-left: 1px;
    margin-top: 15px;
    font-family: 'Kanit', sans-serif;
}

.submit-section{
    margin: 20px 10px 10px 10px;
}

.submit-section input{
    margin: 0;
}

#submit-button{
    margin:10px;
    padding: 20px 50px 20px 50px;
    background-color: white;
    font-size: 18px;
    border-radius: 50px;
    border: 2px solid #f89628;
    transition: 0.3s;
}

#submit-button:hover{
    background-color:#f89628;
    color: white;
    transition: 0.3s;
    cursor:pointer;
}

.contact-complete-notification{
    width: 99%;
    display:flex;
    flex-direction: column;
    align-items:end;
    justify-content: center;
    margin-right: 20px;
}

.contact-complete-notification h1{
    font-size:60px;
}

.contact-success-message{
    text-align:center;
    font-size:18px;
    width:75%;
    margin-bottom: 20px;
}

.redirect-button-from-contact{
    width: 75%;
    display:flex;
    justify-content:center;
    align-items: center;
    margin-bottom: 20px;
}

.form-completed-buttons{
    width: 300px;
    background-color:#f89628;
    margin: 10px;
    display: flex;
    border:none;
    border-radius: 10px;
}

.form-completed-buttons a{
    width:100%;
    text-decoration:none;
    color:white;
    padding:20px;
}

/* blog.html section */

.blog-content{
    line-height: 1.8;
    color: #333;
}

.blog-content-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.image-example {
    margin: 30px 0;
}

.blog-content h2 {
    color: #f89628;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-browsing-section{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.blog-browsing-heading{
    display:flex;
    justify-content:center;
}

.blog-block-set{
    width:98%;
    display:flex;
    justify-content:space-between;
    margin: 10px 10px 0 10px;
    flex-wrap: wrap;
}

.blog-block{
    width: 30%;
    /* background-color:#f89628; */
    margin-bottom:10px;
}

.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    background-color: #fff;
    padding: 10px;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.blog-image-container {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.blog-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image-container img {
    transform: scale(1.1);
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 8px;
    padding: 0 5px;
}

.blog-date {
    font-style: italic;
    color: #f89628;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 15px;
    border-top-right-radius: 15px;
}

.blog-stats {
    padding: 12px 0 0;
}

.blog-search{
    width: 100%;
}

.input-group{
    width: 100%;
}

#blog-search-input{
    width: 50%;
    margin: 0;
}

.blog-stats i {
    margin-right: 5px;
    color: #f89628;
}

.blog-stats i.fa-heart {
    margin-left: 10px;
    color: #e74c3c;
}

.blog-card-body {
    padding: 1.5rem;
}

#blog-posts-container{
    display: flex;
    flex-direction: column;
    gap: 5%;
}

.search-bar-tag-split{
    margin-bottom: 15px;
}

.btn-group{
    gap: 10px;
    color: black;
}

.blog-card-title {
    font-weight: 700;
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
    height: 3.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #f89628;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.blog-card-text {
    color: #555;
    height: 4.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-footer{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 15px;
}

.read-more{
    margin-right: 10px;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #f89628;
    background-color: white;
    color: #f89628;
    padding: 10px;
    padding-inline: 15px;
    font-size: 16.5px;
    cursor: pointer;;
}

.read-more:hover{
    background-color: #f89628;
    color: white;
}

.blog-tag{
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    margin: 0.25rem;
    background-color: rgba(18, 53, 91, 0.1);
    color: black;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.read-more-btn {
    border-radius: 5px;
    border: 2px solid #f89628;
    background-color: white;
    color: white;
    padding: 10px;
    padding-inline: 15px;
    font-size: 16.5px;
    cursor: pointer;; /* Added cursor for better UX */
}

.read-more-btn:hover {
    background-color: #f89628;
    color: white;
    transform: translateY(-3px);
    /* box-shadow: 0 5px 15px rgba(18, 53, 91, 0.3); */
}

.read-more-btn:active {
    transform: translateY(-1px);
}

.pagination-container {
    margin-top: 2rem;
    display: flex;
    align-items: center; /* Vertically align items */
}

.page-item {
    list-style: none; /* Remove default list styling */
    margin: 0 3px;
}

.page-item.active .page-link {
    background-color: #f89628;
    border-color: #f89628;
    color: white; /* Added text color for active state */
}

.page-link {
    color: #f89628;
    border-radius: 5px;
    text-decoration: none; /* Remove default link underline */
    padding: 0.5rem 0.75rem; /* Added padding for better touch/click area */
    border: 1px solid #ced4da; /* Added a default border */
}

.page-link:hover {
    background-color: #e9f0f7;
}

.blog-Browse-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.blog-Browse-heading {
    text-align: center;
    margin-bottom: 3rem;
    color: #f89628;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.blog-Browse-heading:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #f89628;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

/* Blog category tags */
.blog-category {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #f89628;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

/* Blog empty state */
.blog-empty-state {
    text-align: center;
    padding: 3rem;
    background-color: #f8f9fa;
    border-radius: 10px;
    margin: 2rem 0;
}

.blog-empty-state i {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.blog-empty-state h3 {
    color: #6c757d;
    margin-bottom: 1rem;
}

.blog-empty-state p {
    color: #adb5bd;
    max-width: 600px;
    margin: 0 auto;
}

/* Blog filter styles */
.blog-filters {
    margin-bottom: 2rem;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-btn {
    margin: 0.25rem;
    border-radius: 20px;
    padding: 0.5rem 1.25rem;
    transition: all 0.3s;
    font-weight: 500;
    border-color: #f89628;
    color: #f89628;
    background-color: transparent; /* Added to remove default button background */
    cursor: pointer; /* Added cursor for better UX */
}

.filter-btn.active {
    background-color: #f89628 !important;
    color: white;
    box-shadow: 0 3px 10px rgba(18, 53, 91, 0.2);
}

.filter-btn:hover:not(.active) {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.blog-subscribe-share-div{
    display: flex;
    justify-content: center;
}

.blog-head-image{
    width: 100%;
    height: auto;
    
}

.blog-controls{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

 .blog-headline{
    font-size:22px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    transition:0.3s;
 }

 .blog-headline:hover{
    text-decoration:underline;
    transition:0.3s;
 }

 .blog-post-date{
    margin-left:5px;
    color: gray;
 }

 .legend-view-like-icons{
    margin-left: 5px;
 }

 .blog-name{
    font-size: 60px;
    margin-left: 10px;
    margin-bottom:5px;
 }

 .blog-meta-date{
    color:gray;
    margin-left:10px;
    margin-bottom:20px;
 }

 .blog-sub-topics{
    margin-bottom: 10px;
 }

 .sub-heading-links{
    display:flex;
    flex-direction:column;
    margin-left:10px;
 }

 .sub-topic-links{
    color:#f89628;
    margin-bottom: 5px;
    text-decoration: none;
 }

.form-direct-link{
    color:#f89628;
    text-align: center;
    text-decoration: none;
}

.chatgpt-splitter-explain{
    height:20vh;
}

.splitter-tool-section{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    margin-top: 20px;
}

.splitter-hint-setup{
    width:50%;
    /* height:20vh; */
    background-color:#f89628;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:30px;
    color:white;
    border-radius: 20px;
}

.splitter-hint-content{
    font-size:20px;
}

#splitter-hint-icon{
    margin-top: 9px;
    margin-right: 10px;
}

.splitter-tool-block{
    width:30%;
}

#splitter-file-input{
    width: 100%;
    border:1px solid #f89628;
    padding:10px;
    border-radius: 10px;
    margin-left: 0;
}

#highlighted-splitter-tool-or{
    color:#f89628;
}

#textarea-splitter-tool{
    margin-left: 0;
    border: 1px solid #f89628;
    padding:10px;
    border-radius: 5px;
}

.splitter-text-process-button{
    border: none;
    background-color:#f89628;
    padding:20px 50px 20px 50px;
    margin-bottom:20px;
    border-radius:25px;
    font-size:20px;
    cursor:pointer;
    color:white;
}

.splitter-text-process-button a{
    display: block;
    width: 100%;
    text-decoration:none;
}

.copy-final-chunk-set{
    color:#f89628;
}

.chunk{
    border: 1px solid #f89628;
    padding:10px;
    border-radius: 5px;
}

.copy-button{
    margin-top: 10px;
    border: none;
    background-color:#f89628;
    padding:10px 25px 10px 25px;
    margin-bottom:20px;
    border-radius:20px;
    font-size:20px;
    color:white;
    cursor:pointer;
}

.free-tools-heading{
    display:flex;
    flex-direction:column;
    /* align-items:center; */
    width:100%;
    background-color:black;
}

.free-tools-heading h1{
    font-size:50px;
    color:white;
    font-weight:bold;
    margin-left: 20px;
}

.free-tools-blockset{
    margin-top: 25px;
    width:100%;
    display:flex;
    justify-content:center;
}

.free-tool-block{
    width:20%;
    /* height:50vh; */
    background-color:white;
    box-shadow: 2px 2px 10px;
    border-radius:20px;
    margin-bottom: 15px;
}

.free-tools-image{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.free-tool-block-name{
    margin-top:0;
    margin-left:10px;
    margin-bottom: 5px;
}

.free-tool-block-description{
    padding:5px;
    margin-left:5px;
}

#free-tool-block-name-link{
    text-decoration: none;
    color:black;
}

#free-tool-block-name-link:hover{
    text-decoration: none;
    color:#f89628;
}

.free-tool-block-visit-site{
    width: 95%;
    display:flex;
    justify-content:center;
    padding-bottom: 10px;
}

.free-tool-site-btn{
    background-color:white;
    border: 2px solid #f89628;
    padding:15px;
    padding-inline:25px;
    border-radius:10px;
    cursor:pointer;
    transition: 0.3s;
}

.free-tool-site-btn:hover{
    background-color:#f89628;
    color:white;
}

.free-tool-block-visit-site a{
    text-decoration:none;
    color:black;
    padding:15px;
    padding-inline:25px;
}

.free-tool-block-visit-site-link{
    cursor:pointer;
}


/* General Footer Styling */
.footer {
    background-color: #000;
    color: #fff;
    padding: 20px;
  }
  
  .footer h2, .footer h4 {
    color: #fff;
    margin: 0 0 10px;
  }
  
  .footer p {
    font-size: 14px;
    color: #ccc;
  }
  
  .footer a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer a:hover {
    color: orange;
    text-decoration: underline;
  }
  
  .divider {
    border: 1px solid #333;
    margin: 20px 0;
  }
  
  /* Footer Top Section */
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer-branding h2 {
    font-size: 20px;
  }
  
  .footer-branding p {
    font-size: 14px;
  }
  
  /* Social Links */
  .footer-social .social-link {
    margin: 0 10px;
    color: orange;
    font-size: 2.5vh;
  }
  
  /* Footer Links Section */
  .footer-links {
    display: flex;
    justify-content: space-between;
  }
  
  .footer-column {
    flex: 1;
    margin-right: 20px;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin: 10px 0;
  }
  
  .footer-column ul li a {
    font-size: 1.3vh;
  }
  
  /* Footer Bottom Section */
  .footer-bottom {
    text-align: center;
    font-size: 12px;
    color: #777;
  }  

/* .footer {
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-image-logo {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.footer-logo {
    margin-left: 65px;
    width: 210px
}

.slogan {
    color: white;
}

.footer-link-sets{
    display:flex;
}

.footer ul {
    margin: 0px 20px 20px 20px;
}

.footer ul li {
    color: white;
    font-size: 18px;
    padding: 5px;
}

.footer-links {
    color: white;
    text-decoration: none;
}

.social-media-block {
    margin-left: 10px;
}

.social-media-block a {
    color: #f89628;;
    font-size: 25px;
    margin: 10px;
} */


.galleryPageContainer{
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.galleryPageTitle{
    color: white;
    font-size: 5vh;
    margin-bottom: 50px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    padding: 10px;
    color: #fff;
    font-family: Arial, sans-serif;
}

.letter {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    padding: 0 2px;
}

.page-number, .next, .previous {
    margin: 0 5px;
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.page-number:hover, .next:hover, .previous:hover {
    color: #f89628;
}

.page-number.active {
    color: #f89628;
    font-weight: bold;
}

.galleryPageContent{
    width: 49%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    transition: 0.8s;
    margin-bottom: 70px;
    padding-block: 7vh;
}

#aerial-container {
    background-image: url(../images/aerial.jpg);
    background-size: cover;
    background-position: center;
}

#alpha-container {
    background-image: url(../images/alpha.jpg);
    background-size: cover;
    background-position: center;
}

#arcana-container {
    background-image: url(../images/arcana.jpg);
    background-size: cover;
    background-position: center;
}

#astral-container {
    background-image: url(../images/astral.jpg);
    background-size: cover;
    background-position: center;
}

#big-picture-container {
    background-image: url(../images/big-picture.jpg);
    background-size: cover;
    background-position: center;
}

#directive-container {
    background-image: url(../images/directive.jpg);
    background-size: cover;
    background-position: center;
}

#dopetrope-container {
    background-image: url(../images/dopetrope.jpg);
    background-size: cover;
    background-position: center;
}

#editorial-container {
    background-image: url(../images/editorial.jpg);
    background-size: cover;
    background-position: center;
}

#escape-velocity-container {
    background-image: url(../images/escape-velocity.jpg);
    background-size: cover;
    background-position: center;
}

#ethereal-container {
    background-image: url(../images/ethereal.jpg);
    background-size: cover;
    background-position: center;
}

#eventually-container {
    background-image: url(../images/eventually.jpg);
    background-size: cover;
    background-position: center;
}

#forty-container {
    background-image: url(../images/forty.jpg);
    background-size: cover;
    background-position: center;
}

#fractal-container {
    background-image: url(../images/fractal.jpg);
    background-size: cover;
    background-position: center;
}

#future-imperfect-container {
    background-image: url(../images/future-imperfect.jpg);
    background-size: cover;
    background-position: center;
}

#halcyonic-container {
    background-image: url(../images/halcyonic.jpg);
    background-size: cover;
    background-position: center;
}

#helios-container {
    background-image: url(../images/helios.jpg);
    background-size: cover;
    background-position: center;
}

#highlights-container {
    background-image: url(../images/highlights.jpg);
    background-size: cover;
    background-position: center;
}

#hyperspace-container {
    background-image: url(../images/hyperspace.jpg);
    background-size: cover;
    background-position: center;
}

#landed-container {
    background-image: url(../images/landed.jpg);
    background-size: cover;
    background-position: center;
}

#lens-container {
    background-image: url(../images/lens.jpg);
    background-size: cover;
    background-position: center;
}

#massively-container {
    background-image: url(../images/massively.jpg);
    background-size: cover;
    background-position: center;
}

#minimaxing-container {
    background-image: url(../images/minimaxing.jpg);
    background-size: cover;
    background-position: center;
}

#miniport-container {
    background-image: url(../images/miniport.jpg);
    background-size: cover;
    background-position: center;
}

#multiverse-container {
    background-image: url(../images/multiverse.jpg);
    background-size: cover;
    background-position: center;
}

#paradigm-shift-container {
    background-image: url(../images/paradigm-shift.jpg);
    background-size: cover;
    background-position: center;
}

#parallelism-container {
    background-image: url(../images/parallelism.jpg);
    background-size: cover;
    background-position: center;
}

#phantom-container {
    background-image: url(../images/phantom.jpg);
    background-size: cover;
    background-position: center;
}

#photon-container {
    background-image: url(../images/photon.jpg);
    background-size: cover;
    background-position: center;
}

#prologue-container {
    background-image: url(../images/prologue.jpg);
    background-size: cover;
    background-position: center;
}

#read-only-container {
    background-image: url(../images/read-only.jpg);
    background-size: cover;
    background-position: center;
}

#solid-state-container {
    background-image: url(../images/solid-state.jpg);
    background-size: cover;
    background-position: center;
}

#spectral-container {
    background-image: url(../images/spectral.jpg);
    background-size: cover;
    background-position: center;
}

#stellar-container {
    background-image: url(../images/stellar.jpg);
    background-size: cover;
    background-position: center;
}

#story-container {
    background-image: url(../images/story.jpg);
    background-size: cover;
    background-position: center;
}

#strata-container {
    background-image: url(../images/strata.jpg);
    background-size: cover;
    background-position: center;
}

#striped-container {
    background-image: url(../images/striped.jpg);
    background-size: cover;
    background-position: center;
}

#strongly-typed-container {
    background-image: url(../images/strongly-typed.jpg);
    background-size: cover;
    background-position: center;
}

#tessellate-container {
    background-image: url(../images/tessellate.jpg);
    background-size: cover;
    background-position: center;
}

#twenty-container {
    background-image: url(../images/twenty.jpg);
    background-size: cover;
    background-position: center;
}

#txt-container {
    background-image: url(../images/txt.jpg);
    background-size: cover;
    background-position: center;
}

#verti-container {
    background-image: url(../images/verti.jpg);
    background-size: cover;
    background-position: center;
}

#zerofour-container {
    background-image: url(../images/zerofour.jpg);
    background-size: cover;
    background-position: center;
}

#dimension-container {
    background-image: url(../images/dimension.jpg);
    background-size: cover;
    background-position: center;
}

.empty-last-page-gallery-container{
    width: 100%;
    height: 22vh;
    background-color: black;
}

#gallery-paradigm-shift-title{
    color: black;
}

#gallery-multiverse-title{
    color: white;
}

#gallery-dimension-title{
    color: white;
}

#gallery-hyperspace-title{
    color: white;
}

#gallery-spectral-title{
    color: white;
}

.galleryPageContent:hover{
    transform: scale(1.1) translateY(-10px);
    cursor: pointer;
    transition: 0.8s;
}

.galleryPageContent a{
    text-decoration: none;
    margin-right: 45px;
    cursor: pointer;
}

.white-coloured-gallery-title{
    color: white;
}

.galleryPageContent h2{
    font-size: 5vh;
    margin-right: 50px;
    margin-bottom: 20px;
}

.gallery-live-demo-btn{
    background-color: black;
    color: white;
    border: none;
    width: 100%;
    height: 100%;
    padding: 15px;
    margin-right: 50px;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 5px;
    font-size: 1.2vh;
}

.gallery-live-demo-btn:hover{
    background-color: #f89628;
}

.white-live-demo-btn{
    background-color: white;
    color: black;
}

.white-live-demo-btn:hover{
    background-color:#f89628;
    color: white;
}

#gallery-multiverse-live-demo-btn {
    background-color: white;
    color: black;
}

#gallery-multiverse-live-demo-btn:hover {
    background-color:#f89628;
    color: white;
}

#gallery-dimension-live-demo-btn {
    background-color: white;
    color: black;
}

#gallery-dimension-live-demo-btn:hover {
    background-color:#f89628;
    color: white;
}

#gallery-hyperspace-live-demo-btn {
    background-color: white;
    color: black;
}

#gallery-hyperspace-live-demo-btn:hover {
    background-color:#f89628;
    color: white;
}

#gallery-spectral-live-demo-btn {
    background-color: white;
    color: black;
}

#gallery-spectral-live-demo-btn:hover {
    background-color:#f89628;
    color: white;
}


#gallery-landed-live-demo-btn:hover {
    background-image: url(../images/aerial.jpg);
    background-size: cover;
    background-position: center;

}

#gallery-aerial-title{
    color: black;
}
/* Media layout for handheld mobile devices */


@media (max-width: 1020px){
    .menu-items {
        display: none;
    }

    .locate-contact-cta {
        display: none;
    }

    nav {
        justify-content: center;
    }

    .image-nav-logo{
        margin-left: 50px;
    }

    .hamb-mobile-menu{
        display:block;
    }

    /* home.html */

    .landing-point {
        flex-direction: column;
        height: 60vh;
        justify-content: left;
    }

    .home-landing-point{
        height:105vh;
    }

    .landing-text {
        width: 95%;
        margin-bottom: 110px;
        align-items: center;
    }
    .landing-text h1{
        text-align: center;
        padding-left:20px;
        padding-right:20px;
        margin-top: 95px;
        font-size:25px;
    }

    .talk-cta {
        margin-left: 0;
    }

    .service-cut-set {
        margin-top: 43px;
    }

    #service-check-it-out {
        margin-left: 20px;
    }

    .slicer {
        padding: 0;
    }

    .service-block-set {
        margin-bottom: 50px;
    }

    .service-block {
        width: 100%;
        margin-top: 0;
    }

    .cloud-block-set {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cloud-block {
        width: 95%;
        margin: 0;
        padding-bottom: 25px;
        margin-bottom: 25px;
        box-shadow: 0, 0, 5px;
    }

    /* service.html individual pages section */
    .service-descrpt{
        min-height: 100vh;
    }

    .service-name{
        text-align: center;
    }

    .service-content{
        margin-left: 0;
    }

    .service-image-container{
        width: 100%;
    }

    /* contact.html section */

    .contact-form-section{
        align-items: center;
    }

    .contact-form-heading{
        margin-left:10px;
    }

    form{
        width: 97%;
        margin:5px;
    }

    fieldset{
        padding:0;
    }

    .field-required-pointy-message-hear-from{
        margin-top:50px;
        margin-left:0;
    }

    /* contactComplete.html section */

    .contact-content{
        padding-left: 35px;
        padding-right: 35px;
        text-align: center;
    }

    .contact-complete-notification{
        align-items: center;
    }

    .contact-complete-notification h1{
        text-align: center;
    }

    /* blog.html section */

    .blog-content{
        text-align:center;
    }

    .blog-block-set{
        flex-direction: column;
        align-items:center;
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .blog-block{
        width:97%;
    }

    .blog-name{
        text-align:center;
    }

    .blog-meta-date{
        text-align:center;
    }

    .blog-sub-topics{
        text-align: center;
     }

     .chatgpt-splitter-point{
        height:35vh;
     }

    .chatgpt-splitter-explain{
        height:20vh;
    }

    .splitter-hint-setup{
        width:95%;
    }

    .splitter-tool-block{
        width:95%;
    }

    #splitter-file-input{
        padding:0;
        margin:0;
    }

    #textarea-splitter-tool{
        padding:5px;
    }

    .free-tool-block{
        width:90%;
    }

    .footer {
        flex-direction: column;
    }

    .footer-image-logo {
        width: 90%;
        height: 25vh;
    }


    .galleryPageContent{
        width: 85%;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        transition: 0.8s;
        margin-bottom: 70px;
        padding-block: 2vh;
    }

    .galleryPageContent h2{
        font-size: 3vh;
        margin-right: 15px;
        margin-bottom: 20px;
    }

    .galleryPageContent a{
        text-decoration: none;
        margin-right: 15px;
        cursor: pointer;
    }

    
    .gallery-live-demo-btn{
        background-color: black;
        color: white;
        border: none;
        width: 100%;
        height: 100%;
        padding: 10px;
        margin-right: 0px;
        cursor: pointer;
        transition: 0.6s;
        border-radius: 5px;
        font-size: 1.2vh;
    }
}

/* @media (max-width:450px){
    textarea{
        width:366px;
        height:508px;
    }

    select{
        height:35px;
    }
}

@media (max-width:400px){
    textarea{
        width:345px;
    }

    select{
        margin-top: 15px;
    }
} */

@media screen and (min-resolution: 120dpi) and (min-width: 1021px){

    nav{
        height:11vh;
    }

    .offering-services{
        height:45vh;
    }

    .service-block{
        height:55vh;
    }

    .cloud-block{
        width:25%;
        height:85vh;
    }

    .cloud-content{
        padding: 0 15px 10px 15px;
    }


}

@media (max-width: 390px){

    .offering-services {
        height: 150vh;
    }

    .cloud-block{
        padding-bottom: 50px;
    }
    
    .cloud-content{
        font-size:15px;
    }

    .service-descrpt{
        box-shadow: 0 0 0;
    }

    .service-name{
        margin-left: 0;
        font-size: 35px;
    }

    .blog-name{
        font-size: 35px;
    }

    .footer-link-sets{
        padding-bottom: 10px;
    }

}

/* About page section */
/* General layout and containers */
.about-section {
    padding: 6rem 0;
    background-color: #f8f9fa;
    width: 100%;
}

.about-section:nth-child(even) {
    background-color: #fff;
}

.section-our-mission-container,
.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Grid system replacement */
.about-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.about-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.about-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

.about-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Margin and spacing utilities */
.about-mb-4 {
    margin-bottom: 1.5rem;
}

.about-mb-5 {
    margin-bottom: 3rem;
}

.about-mt-3 {
    margin-top: 1rem;
}

.about-mt-5 {
    margin-top: 3rem;
}

/* Text utilities */
.about-text-center {
    padding-top: 2rem;
    text-align: center;
}

.about-lead {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1rem;
}

/* Section titles */
.section-title {
    color: #f89628;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 15px;
    font-size: 2rem;
}

.section-title:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #f89628;
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.center-title {
    text-align: center;
}

.center-title:after {
    left: 50%;
    transform: translateX(-50%);
}

/* Mission cards */
.mission-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 2.5rem;
    height: 100%;
    transition: transform 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-10px);
}

.mission-icon {
    font-size: 3rem;
    color: #f89628;
    margin-bottom: 1.5rem;
}

/* Team section */
.team-member {
    text-align: center;
    margin-bottom: 3rem;
}

.team-social a i{
    color: #f89628;
}

.team-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.5rem;
    border: 5px solid #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.team-name {
    font-weight: 700;
    color: #f89628;
    margin-bottom: 0.5rem;
}

.team-position {
    font-style: italic;
    color: #6c757d;
    margin-bottom: 1rem;
}

.team-bio {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Partners section */
.partner-logo {
    height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
    max-width: 100%;
}

.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.partner-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 1.5rem;
    margin-bottom: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.partner-name {
    font-weight: 600;
    color: #f89628;
    margin: 1rem 0 0.5rem;
}

.partner-description {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Button styles to replace Bootstrap buttons */
.about-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
                border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

.about-btn-primary {
    color: #fff;
    background-color: #f89628;
    border-color: #f89628;
}

.about-btn-primary:hover {
    background-color: #0e2a49;
    border-color: #0e2a49;
}

/* Image utilities */
.about-img-fluid {
    max-width: 100%;
    height: auto;
}

.about-rounded {
    border-radius: 0.25rem;
}

.about-img-shadow {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Company history timeline */
.company-history {
    position: relative;
    padding: 2rem 0;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #f89628;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 3px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 4px solid #f89628;
    border-radius: 50%;
    top: 15px;
    z-index: 1;
}

.timeline-left {
    left: 0;
}

.timeline-right {
    left: 50%;
}

.timeline-left::after {
    right: -12px;
}

.timeline-right::after {
    left: -12px;
}

.timeline-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.timeline-year {
    font-weight: 700;
    color: #f89628;
    margin-bottom: 0.5rem;
}

.timeline-text {
    margin: 0;
    color: #444;
}

/* About page responsive styles */
@media screen and (max-width: 768px) {
    .about-row {
        flex-direction: column;
    }
    
    .about-col-4, 
    .about-col-6, 
    .about-col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-col-6{
        margin-top: 2rem;
    }
    
    .timeline::after {
        left: 31px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    
    .timeline-item::after {
        left: 19px;
    }
    
    .timeline-right {
        left: 0;
    }
}

/* Our Mission page section */
.our-mission-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mission-section {
    padding: 6rem 0;
    background-color: #f8f9fa;
    width: 100%;
}

.mission-section:nth-child(even) {
    background-color: #fff;
}

.mission-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Grid system replacement */
.mission-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.mission-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.mission-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

.mission-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Margin and spacing utilities */
.mission-mb-4 {
    margin-bottom: 5.5rem;
}

.mission-mb-5 {
    margin-bottom: 3rem;
}

.mission-mt-5 {
    margin-top: 3rem;
}

/* Text utilities */
.mission-text-center {
    text-align: center;
}

.mission-lead {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.section-title {
    color: #f89628;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 15px;
}

.section-title:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #f89628;
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.center-title:after {
    left: 50%;
    transform: translateX(-50%);
}

.mission-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 2.5rem;
    height: 100%;
    transition: transform 0.3s ease;
    margin-bottom: 2rem;
}

.mission-card:hover {
    transform: translateY(-10px);
}

.mission-icon {
    font-size: 3rem;
    color: #f89628;
    margin-bottom: 1.5rem;
}

.quote-section {
    background-color: #000000;
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.quote-text {
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.quote-author {
    font-weight: 500;
    font-size: 1.1rem;
}

.goal-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 2rem;
    margin-bottom: 2rem;
    height: 100%;
    border-left: 5px solid #f89628;
    transition: all 0.3s ease;
}

.goal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.goal-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(18, 53, 91, 0.1);
    margin-bottom: 1rem;
}

.goal-title {
    color: #f89628;
    font-weight: 600;
    margin-bottom: 1rem;
}

.call-to-action {
    background-color: #f8f9fa;
    padding: 4rem 0;
    text-align: center;
}

.cta-title {
    color: #f89628;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cta-box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 3rem;
    max-width: 800px;
    margin: 0 auto;
}

.cta-text {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Button styles */
.mission-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
                border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

.mission-btn-primary {
    color: #f89628;
    background-color: white;
    border-color: #f89628;
}

.mission-btn-primary:hover {
    background-color: #f89628;
    border-color: #f89628;
    color: white;
}

.mission-btn-outline-primary {
    color: #f89628;
    background-color: transparent;
    border-color: #f89628;
}

.mission-btn-outline-primary:hover {
    color: #fff;
    background-color: #f89628;
    border-color: #f89628;
}

.mission-btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* Image utilities */
.mission-img-fluid {
    max-width: 100%;
    height: auto;
}

.mission-rounded {
    border-radius: 0.25rem;
}

.mission-img-shadow {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    .mission-row {
        flex-direction: column;
    }
    
    .mission-col-4, 
    .mission-col-6, 
    .mission-col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .quote-text {
        font-size: 1.4rem;
        padding: 0 15px;
    }
    
    .cta-box {
        padding: 2rem 1rem;
    }
}

/* Team page section */
.team-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 0 15px;
}

.team-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.team-col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.team-col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}

.team-col-md-6 {
  padding: 0 15px;
  box-sizing: border-box;
}

.team-col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.team-mb-4 {
  margin-bottom: 1.5rem;
}

.team-mb-5 {
  margin-bottom: 3rem;
}

.team-mt-4 {
  margin-top: 1.5rem;
}

.team-text-center {
  text-align: center;
}

.team-lead {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.team-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
              border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.team-btn-primary {
  color: #fff;
  background-color: #f89628;
  border-color: #f89628;
}

.team-btn-primary:hover {
  background-color: #f89628;
  border-color: #f89628;
}

/* Responsive styles */
@media screen and (max-width: 992px) {
  .team-col-lg-4, .team-col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .team-col-lg-4, .team-col-lg-3, .team-col-md-6, .team-col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .leadership-photo {
    height: 250px;
  }
}

/* Channel Partners page styles */
.partner-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 0 15px;
}

.partner-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.partner-col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.partner-col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.partner-col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.partner-mb-3 {
  margin-bottom: 1rem;
}

.partner-mb-4 {
    margin-bottom: 5.5rem;
}

.partner-mb-5 {
  margin-bottom: 3rem;
}

.partner-mb-md-0 {
  margin-bottom: 0;
}

.partner-text-center {
  text-align: center;
}

.partner-lead {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.partner-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
              border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.partner-btn-lg {
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.partner-btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.partner-btn-primary {
  color: #f89628;
  border-color: #f89628;
}

.partner-btn-primary:hover {
color: white;
  background-color: #f89628;
  border-color: #f89628;
}

.partner-btn-outline-primary {
  color: #f89628;
  background-color: transparent;
  border-color: #f89628;
}

.partner-btn-outline-primary:hover {
  color: #fff;
  background-color: #f89628;
  border-color: #f89628;
}

.partner-w-100 {
  width: 100%;
}

/* Responsive styles */
@media screen and (max-width: 992px) {
  .partner-col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .partner-col-lg-4, .partner-col-md-6, .partner-col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .partner-btn{
    width: 90%;
  }
  
  .partner-mb-md-0 {
    margin-bottom: 1.5rem;
  }
}

/* Blog page custom styles to replace Bootstrap */
.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

.blog-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.blog-col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.blog-col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.blog-mb-3 {
  margin-bottom: 1rem;
}

.blog-mb-4 {
  margin-bottom: 1.5rem;
}

.blog-mb-5 {
  margin-bottom: 3rem;
}

.blog-mb-md-0 {
  margin-bottom: 0;
}

.blog-mt-4 {
  margin-top: 1.5rem;
}

.blog-d-flex {
  display: flex;
}

.blog-justify-content-center {
  justify-content: center;
}

.blog-justify-content-between {
  justify-content: space-between;
}

.blog-align-items-center {
  align-items: center;
}

.blog-text-md-end {
  text-align: right;
}

.blog-lead {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.blog-text-muted {
  color: #6c757d;
}

/* Form controls */
.blog-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}

.blog-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* Button styles */
.blog-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
              border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  background-color: white;
}

.blog-btn-primary {
  color: #fff;
  background-color: #f89628;
  border-color: #f89628;
}

.blog-btn-primary:hover {
  background-color: #e07e1a;
  border-color: #e07e1a;
}

.blog-btn-outline-primary {
  color: #f89628;
  background-color: transparent;
  border-color: #f89628;
}

.blog-btn-outline-primary:hover {
  color: #fff;
  background-color: #f89628;
  border-color: #f89628;
}

.blog-btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  border-color: #6c757d;
}

.blog-btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.blog-btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  gap: 5px;
}

.blog-btn-group .blog-btn {
  position: relative;
  flex: 1 1 auto;
}

/* Card styles */
.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

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

.blog-card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.blog-card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.blog-card-title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #f89628;
}

.blog-card-text {
  margin-bottom: 1rem;
  color: #212529;
}

.blog-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Category badges */
.blog-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #fff;
  margin-right: 0.5rem;
}

.blog-badge-ai {
  background-color: #3498db;
}

.blog-badge-cloud {
  background-color: #9b59b6;
}

.blog-badge-development {
  background-color: #2ecc71;
}

.blog-badge-security {
  background-color: #e74c3c;
}

.blog-badge-business {
  background-color: #f39c12;
}

.blog-badge-technology {
  background-color: #1abc9c;
}

/* Pagination */
.blog-pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
}

.blog-page-item {
  margin: 0 0.2rem;
}

.blog-page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f89628;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}

.blog-page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #f89628;
  border-color: #f89628;
}

.blog-page-item.active .blog-page-link {
  z-index: 3;
  color: #fff;
  background-color: #f89628;
  border-color: #f89628;
}

/* Responsive styles */
@media screen and (max-width: 992px) {
  .blog-col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .blog-col-md-6, .blog-col-md-4, .blog-col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .blog-text-md-end {
    text-align: center;
  }
  
  .blog-mb-md-0 {
    margin-bottom: 1rem;
  }
  
  .blog-btn-group {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .blog-btn-group .blog-btn {
    margin: 0.25rem;
  }
}

/* Careers page styles */
.careers-section {
    padding: 6rem 0;
    background-color: #f8f9fa;
}

.careers-section:nth-child(even) {
    background-color: #fff;
}

.careers-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

.careers-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.careers-col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 6.5rem;
}

.careers-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 6.5rem;
}

.section-title {
    color: black;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 15px;
}

.section-title:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #f89628;
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.center-title:after {
    left: 50%;
    transform: translateX(-50%);
}

.job-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 2.5rem;
    height: 100%;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.job-card:hover {
    transform: translateY(-10px);
}

.job-role {
    color: black;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.job-location {
    color: #6c757d;
    margin-bottom: 1rem;
    font-style: italic;
}

.job-description {
    color: #444;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.job-posted-date {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.job-status-banner {
    position: absolute;
    top: 20px;
    right: -35px;
    transform: rotate(45deg);
    padding: 8px 40px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.status-open {
    background-color: #28a745;
}

.status-closed {
    background-color: #dc3545;
}

.skills-list {
    margin-bottom: 1.5rem;
}

.skill-badge {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    margin: 0.25rem;
    background-color: rgba(18, 53, 91, 0.1);
    color: black;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.apply-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #f89628;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.apply-btn:hover {
    background-color: #f89628;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(18, 53, 91, 0.3);
}

.apply-btn:active {
    transform: translateY(-1px);
}

.join-us-section {
    background-color: rgba(0, 0, 0, 0.959);
    color: white;
    padding: 5rem 0;
    text-align: center;
}

.join-us-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.join-us-text {
    max-width: 800px;
    margin: 0 auto 2rem;
    font-size: 1.2rem;
    line-height: 1.7;
}

/* Responsive design for smaller screens */
@media (max-width: 992px) {
    .careers-col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .careers-col-md-4, .careers-col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .job-card {
        padding: 2rem;
    }
    
    .job-status-banner {
        top: 15px;
        right: -40px;
        padding: 5px 40px;
        font-size: 0.7rem;
    }
}


