
body {
    font-family: 'Poppins', sans-serif;
}

html, body {
    scrollbar-color: #FF9100;
}

::-webkit-scrollbar {
    width: 5px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #FF9100;
    border-radius: 5px;
}

.navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
}

.logo-text {
    font-weight: bold;
    color: #FF9100;
    white-space: nowrap;
    font-size: 14px;
}

.logo-img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.logo-img-small {
    height: 55px;
    width: auto;
}

.logo-text-large {
    font-size: 20px;
    color: #FF9100;
}

.toogle-button {
    color: #FF9100 !important;
}

.custom-toggler {
    border: 1px solid #FF9100 !important;
    color: #E07B00;
}

.navbar-menu-links .nav-links {
    color: black !important;
    position: relative;
    padding-bottom: 5px;
    transition: color 0.3s ease-in-out;
}

.navbar-menu-links .nav-links.active {
    color: #FF9100 !important;
}

.navbar-menu-links .nav-links::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #FF9100;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

.navbar-menu-links .nav-links:hover::after,
.navbar-menu-links .nav-links.active::after {
    width: 100%;
}

.navbar-menu-links .nav-links:hover {
    color: #FF9100 !important;
}

.cheron-icon {
    font-size: 15px;
    margin-top: 3px;
}

.drop-icons:hover {
    background-color: #FF9100;
    color: #fff;
}

.nav-items.dropdown-items:hover .dropdown-menus {
    display: block;
    margin-top: 0;
}

.main-text:hover{
 color: #FF9100;
}

/* DevTeam */
.dev-section {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: 0;
    margin-top: 50px;
}

.image-sec {
    flex: 2;
    width: 100%;
}

.image-sec img {
    border-radius: 50px 0 10 0;
    display: block;
    margin-left: -170px;
    width: 100%;
}

.dev-text {
    position: absolute;
    right: -30%;
    background: #fff;
    padding: 80px;
    width: 70%;
    border-radius: 50px 0 0 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive styles */
@media (max-width: 1024px){
    .dev-text {
        position: absolute;
        top: -10%;
        font-size: 25px;
        transform: translateX(-30%);
        width: 90%;
        padding: 30px;
        background: white;
        border-radius: 20px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }
}
@media (max-width: 992px) {
    .dev-section {
        flex-direction: column;
        align-items: center;
        text-align: start;
        width: 100%;
        margin-top: 70px;
    }

    .image-sec img {
        margin-left: 0;
        width: 100%;
        border-radius: 30px 30px 0 0;
    }

    .dev-text {
        position: absolute;
        top: -10%;
        transform: translateX(-30%);
        width: 90%;
        padding: 10px;
        background: white;
        border-radius: 20px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 1024px) {
    .dev-section {
        flex-direction: column;
        align-items: center;
        text-align: start;
        width: 100%;
    }

    .image-sec img {
        margin-left: 0;
        width: 100%;
        border-radius: 30px 30px 0 0;
    }

    .dev-text {
        position: relative;
        width: 100%;
        padding: 20px;
        background: white;
        border-radius: 20px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 912px) {
    .dev-section {
        flex-direction: column;
        align-items: center;
        text-align: start;
        width: 100%;
    }

    .image-sec img {
        margin-left: 0;
        width: 100%;
        border-radius: 30px 30px 0 0;
    }

    .dev-text {
        position: relative;
        font-size: 15px;
        width: 100%;
        padding: 20px;
        background: white;
        border-radius: 20px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
}

/* Specialized */
.specialize-section {
    background-color: #f9f9f9;
}

.service-card {
    border: 1px solid #eee9e9;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    background: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.service-card:hover {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: #FF9100;
    border-radius: 10px 0 0 10px;
}

.service-title {
    font-weight: bold;
}

.service-sub-text {
    font-size: 14px;
}

.service-card img {
    height: 30px;
    width: auto;
}

/* How to Start  */
.process-section {
    background: linear-gradient(to right, #FF9100, #FFB400);
    color: black;
    text-align: center;
    padding: 50px 0;
}

.process-title {
    font-size: 24px;
    font-weight: 600;
}

.process-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
}

.process-step {
    text-align: center;
}

.process-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.process-number {
    font-size: 20px;
    font-weight: 700;
    color: black;
}

.process-text {
    font-size: 16px;
    font-weight: 600;
}

/* Carousel Sections */
.technology-carousel img {
    height: 60px;
    max-width: 100%;
}

.client-carousel-prev,
.client-carousel-next,
.technology-carousel-prev,
.technology-carousel-next {
    position: absolute;
    top: 30%;
    cursor: pointer;
    color: #000;
}

.technology-carousel-prev {
    left: -50px;
}

.technology-carousel-next {
    right: -50px;
}

@media (max-width: 768px) {
    .technology-carousel-prev {
        left: -30px;
    }

    .technology-carousel-next {
        right: -30px;
    }
}


.client-carousel img {
    height: 60px;
    max-width: 100%;
}

.client-carousel-prev {
    left: -50px;
}

.client-carousel-next {
    right: -50px;
}

@media (max-width: 768px) {
    .client-carousel-prev {
        left: -30px;
    }

    .client-carousel-next {
        right: -30px;
    }
}

.client-carousel .carousel-items img,
.technology-carousel .carousel-items img {
    width: 100px;
    height: 60px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.client-carousel-section {
    background: #f9f9f9;
}


/* Form and Image  */

.custom-container {
    max-width: 600px;
    position: relative;
    display: flex;
    align-items: center;
}

.form-section {
    position: absolute;
    left: -30%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 35px;
    border-radius: 60px 0 0 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    z-index: 2;
}

.img-section {
    flex: 1;
    position: relative;
    overflow: hidden;
    left: 30%;
    width: 1000px;
    height: auto;
}

.img-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-check-label {
    font-size: 13px;
}

.btn-submit {
    background: linear-gradient(to right, #ED7901, #FCB81F);
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border: none;
}

.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus {
    background: linear-gradient(to right, #ED7901, #FCB81F) !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}


.label-form {
    font-weight: bold;
    font-size: 15px;
}

.check-button:checked {
    background-color: #ff9800 !important;
    border-color: #ff9800 !important;
}


/* Responsive Fix */
@media (max-width: 912px) {
    .custom-container {
        flex-direction: column;
        align-items: center;
    }

    .form-section {
        position: static;
        width: 100%;
        transform: none;
        box-shadow: none;
        width: 450px !important;
        margin-top: -200px !important;
        margin-right: 280px;
    }

    .img-section {
        height: 200px;
        width: 100%;
        margin-right: 200px !important;
    }

    .img-section img {
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .custom-container {
        flex-direction: column;
        align-items: center;
    }

    .form-section {
        position: static;
        width: 100%;
        transform: none;
        box-shadow: none;
        margin-top: -50px;
    }

    .img-section {
        height: 300px;
        width: 100%;
    }

    .img-section img {
        border-radius: 0;
    }
}

@media (max-width: 576px) {
    .custom-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100vh;
        padding: 0;
        margin: 0;
    }

    .img-section {
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 30px !important;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .img-section img {
        width: 100%;
        height: auto;
        translate: calc(-5%);
        object-fit: cover;
        border-radius: 0;
    }

    .form-section {
        width: 90% !important;
        max-width: 550px !important;
        padding: 20px;
        margin-left: -10px;
        margin-top: -50px !important;
        border-radius: 20px;
        translate: calc(45%);
        background: white;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .form-check-label {
        font-size: 12px;
    }

    .btn-submit {
        font-size: 14px;
        padding: 10px;
    }

    h3 {
        font-size: 18px;
    }
}

/* About Page */

.about-section {
    position: relative;
    background: url('../img/about-us/Rectangle 26.png') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.about-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 20px;
}

@media (max-width: 768px) {
    .about-section {
        height: auto;
        padding: 50px 20px;
    }
}

.who-w-r-section {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: 0;
}

.who-img-sec {
    flex: 2;
    width: 100%;
}

.who-img-sec img {
    border-radius: 50px 0 10 0;
    display: block;
    margin-left: -170px;
    width: 100%;
}

.who-we-are-text {
    position: absolute;
    right: -30%;
    background: #fff;
    padding: 40px;
    width: 70%;
    border-radius: 50px 0 0 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.who-w-r-text {
    font-size: 15px;
}

/* Responsive styles */
@media (max-width: 991px) {
    .who-w-r-section {
        flex-direction: column;
        align-items: center;
        text-align: start;
        width: 100%;
    }

    .who-img-sec img {
        margin-left: 0;
        width: 100%;
        border-radius: 30px 30px 0 0;
    }

    .who-we-are-text {
        margin-top: -50px;
        position: relative;
        transform: translateX(-30%);
        width: 100%;
        padding: 20px;
        background: white;
        border-radius: 20px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        font-size: 15px;
    }
}

/* mission & vision */
.mission-vision-card {
    border: 1px solid #FF9100;
    padding: 20px;
    border-radius: 10px;
    text-align: start;
    height: 100%;
}

@media (max-width: 768px) {
    .vision-mission .coulumn-sections {
        margin-bottom: 10px;
    }
}

/* Coursel */
.testimonial-section {
    padding: 20px 0;
}

.testimonial-card {
    border: 1px solid #FF9100;
    padding: 20px;
    border-radius: 10px;
    text-align: start;
    background: white;
    margin: 10px;
}

.testimonial-card.active {
    background: #FF9100;
    color: white;
    border-color: #FF9100;
}

.testimonial-card blockquote {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.quote-icon {
    font-size: 40px;
    display: block;
}

footer {
    font-size: 14px;

}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}


.testimonial-carousel .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: transparent;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #FF9100 !important;
}

.testimonial-carousel .owl-dot.active {
    background: #FF9100 !important;
    border: 1px solid #FF9100 !important;
}

/* Servces */
.services-section{
    height: 400px;
}

/* Get In Touch */
.form-content{
    background: rgba(255, 180, 0, 0.24) !important;
}
.submit-button-get-touch{
    background: linear-gradient(to right, #FF9100, #FFB400);
    color: #fff;
}
.contact-input {
    width: 100% !important;
}

.iti {
    width: 100% !important; 
}

.iti input {
    width: 100% !important; 
}


/* service cards */
.services-cards-section{
    width: 100% !important;
    height: auto;
    background: rgba(255, 180, 0, 0.06) !important;
}
.custom-card {
    background: #fff;
    border-radius: 40px 0 40px 0; 
    border: 1px solid #ebe5e5;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}
.custom-card h5 {
    font-weight: bold;
    font-size: 15px;
}
.custom-card p {
    font-size: 13px;
}

/* Careers Page */
.careers-section{
    height: 400px !important;
}

.apply-now-button{
    background: linear-gradient(to right, #FF9900, #F2CB00);
}
.learn-more{
    background-color: #F3F3F3 !important;
    border: 1px solid #dad4d4 !important;
}
.learn-more:hover{
    background: linear-gradient(to right, #FF9900, #F2CB00) !important;
    border: 1px solid #dad4d4 !important;
}
.skills-item{
   background-color: #FFF856;
}

.content-sec-dev{
    background-color: #FBFBFB;
}

.accordion{
    border: 1px solid #FF9100;
}

.custom-container1 {
    max-width: 600px;
    position: relative;
    display: flex;
    align-items: center;
}

.form-section1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 20px;
    border-radius: 60px 0 0 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    z-index: 2;
}

.img-section1 {
    flex:1;
    position: relative;
    overflow: hidden;
    left: -30%;
    width: 1000px;
    height: auto;
}

.img-section1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-check-label1 {
    font-size: 13px;
}

.btn-submit1 {
    background: linear-gradient(to right, #ED7901, #FCB81F);
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border: none;
}

.btn-submit1:hover,
.btn-submit1:active,
.btn-submit1:focus {
    background: linear-gradient(to right, #ED7901, #FCB81F) !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}


.label-form1 {
    font-weight: bold;
    font-size: 13px;
}

.check-button1:checked {
    background-color: #ff9800 !important;
    border-color: #ff9800 !important;
}

@media (max-width: 992px) {  
    .custom-container1 {
        flex-direction: column; 
        align-items: center;
        text-align: center;
        position: static;
        width: 100%;
    }

    .img-section1 {
        width: 100%;
        height: auto;
        left: 0;
    }

    .form-section1 {
        position: static; 
        transform: none;
        width: 90%;
        margin-top: -50px;
        border-radius: 20px;
        padding: 25px;
    }
}

@media (max-width: 768px) {  
    .custom-container1 {
        flex-direction: column;
        width: 100%;
    }

    .form-section1 {
        width: 90%;
        padding: 20px;
    }

    .img-section1 {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {  
    .custom-container1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 10px;
    }

    .img-section1 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .form-section1 {
        width: 100%;
        max-width: 500px;
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .btn-submit1 {
        font-size: 14px;
        padding: 10px;
    }

    h3 {
        font-size: 18px;
    }
}

.img-section2 img{
    width: 100% !important;
}

/* Footer */
.footer {
    background-color: #fff;
    border-top: 1px solid #FFA500;
    border-bottom: 1px solid #FFA500;
    padding: 40px 0;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
}

.footer-logo img {
    max-width: 50%;
    height: auto;
    margin-left: 50px;
}

.footer-logo-text {
    color: #FF9100;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    width: 100%;
}


.footer h6 {
    font-weight: bold;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    text-decoration: none;
    color: #000;
}

.footer ul li a:hover {
    text-decoration: none;
    color: #FF9100;
}

.social-icons a {
    color: #000;
    font-size: 18px;
    margin-right: 12px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #FF9100;
}
@media (max-width: 767px) {
    .footer-logo img {
        margin-left: 0;
    }
}


#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: linear-gradient(to right, #ed7b01a1, #fcba1fab);
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#backToTop:hover {
    background: linear-gradient(to right, #FCB81F, #ED7901);
}

