/* Header */

.top-nav {
    width: 85%;
    margin: auto;
    padding: 12px 0px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-nav-icons {
    margin: 8px 0px 2px 0px;
    display: flex;
    justify-content: center;
}

.main-navbar {
    width: 100%;
    margin: auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#logo h1 {
    font-size: 30px;
}

/* Desktop: navigation visible normally */
@media (min-width: 769px) {
    #navigation {
        display: flex !important;
        position: static;
        clip-path: none;
        background: none;
        padding: 0;
    }

    #navigation ul li {
        display: inline-block;
        padding: 0px 14px;
        font-size: 15.3px;
        transition: 0.3s;
        font-weight: 500;
    }

    #menu {
        display: none;
    }
}

/* Mobile: navigation hidden by default, shown when active */
@media (max-width: 768px) {
    #navigation {
        text-align: left;
        position: absolute;
        top: 99%;
        left: 0;
        background-color: var(--main-bg-color);
        width: 100%;
        z-index: 100;
        padding: 10px 20px;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: clip-path 0.4s ease;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    #navigation.active,
    #navigation.live {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
    }

    #navigation ul li {
        display: block;
        padding: 14px 10px;
        font-size: 15.3px;
        transition: 0.3s;
        font-weight: 500;
    }

    #menu {
        display: block;
        font-size: 22px;
        transition: 1s ease-out;
    }

    #menu.fa-times {
        transform: rotate(360deg);
    }
}


/* /Header */


/* Banner */

#banner-slider {
    background-image: url("../images/intro/background-new.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 730px;
    opacity: 99%;
    position: relative;
    background-color: rgb(228, 234, 235);
}

.banner-text {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    margin: 20px auto;
    text-align: center;
    padding: 10px;
    margin-top: 0;
    padding-top: 0;
    top: 0;
}

.banner-text h1 {
    font-size: 24px;
    line-height: 1.2;
}

.banner-text p {
    font-size: 16px;
    color: white;
    text-shadow: 5px 4px black;
    font-weight: 550;
    margin: 12px auto;
    width: 100%;
    text-align: center;
}

.btn {
    padding: 10px 15px;
    font-size: 14px;
}

.banner-text h1, .banner-text p {
    text-shadow: 3px 2px black;
}

.banner-text {
    padding: 20px;
}

/* /Banner */

@media (max-width: 768px) {
    .containernew {
        flex-direction: column;
    }

    #solution-sectionnew, .video-containernew {
        flex: 1 1 100%;
        padding: 10px;
    }
}

/* Service */

.service-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: var(--main-bg-color);
}

.service-text p {
    font-size: 11.5px;
    margin-bottom: 8px;
    color: #6c757d;
}

.service-boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.icon img {
    width: 78px;
}

.service-box {
    width: 90%;
    height: fit-content;
    border: 1px solid lightgray;
    text-align: center;
    padding: 20px 12px;
    margin: 15px auto 10px auto;
    border-radius: 10px;
}

.service-box2 h3 {
    font-size: 1.2rem;
    margin-top: 7px;
    margin-bottom: 7px;
    color: black;
    font-weight: 500;
}

.service-box3 h3 {
    font-size: 1.2rem;
    margin-top: 7px;
    margin-bottom: 5px;
    color: black;
    font-weight: 500;
}

.service-box2 p {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 5px;
    color: #6c757d !important;
    font-weight: 300;
}

.service-box3 p {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 10px;
    color: #6c757d !important;
    font-weight: 300;
}

.service-box2, .service-box3 {
    width: 90%;
    height: fit-content;
    min-height: 600px;
    border: 1px solid lightgray;
    text-align: center;
    padding: 40px 12px;
    margin: 10px auto 40px auto;
    border-radius: 10px;
    background-color: #eceff2;
    box-shadow: 5px 5px;
}

.service-box p {
    font-size: 14px;
}

.service-box .btn {
    font-size: 14px;
}


/* /Service */


/* Solution */

#solution-section {
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}

#solution-section h1 {
    font-size: 33px;
    color: var(--main-bg-color);
    padding: 18px 0px 18px 0px;
}

#solution-section p {
    font-size: 14px;
    color: #6c757d;
    padding: 5px 0px 2px 0px;
    width: 82%;
    display: block;
    margin: auto;
}

#solution-section .btn {
    margin: 32px auto 10px auto;
    display: block;
}


/* Solution */


/* Consulting */

#Consulting {
    width: 100%;
}

.Consulting-boxes {
    width: 85%;
    margin: auto;
    padding: 95px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}

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

.con-icon {
    margin: 4px 0px 25px 0px;
}

.con-icon i {
    font-size: 63px;
    color: var(--btn-bg-color);
}

.Consulting-text h1 {
    color: var(--main-bg-color);
    font-size: 24px;
    padding: 20px 0px 8px 0px;
}

.Consulting-text p {
    padding: 10px 0px;
    color: var(--secondary-text-color);
    font-size: 14px;
}

.Consulting-text .btn {
    margin: 13px auto 10px auto;
}

.Consulting-img {
    width: 100%;
    margin: 0px 0px 48px 0px;
}

.Consulting-img img {
    width: 100%;
    height: auto;
}

#consultancy-services {
    background-color: var(--main-bg-color);
    width: 100%;
}

.con-box {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 40px 0px;
    flex-direction: column;
}

.con-box h2 {
    font-size: 17px;
    color: white;
    margin: 0px 0px 5px;
    font-weight: 500;
    text-align: center;
}

.con-box p {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}


/* Industry leader */

#Industry {
    width: 85%;
    display: flex;
    margin: auto;
    padding: 58px 0px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ind-boxes {
    width: 90%;
    text-align: center;
}

.ind-boxes h1 {
    font-size: 27px;
    color: var(--main-bg-color);
    padding: 20px 0px 16px 0px;
}

.ind-boxes p {
    font-size: 11px;
    color: var(--secondary-text-color);
    padding: 10px 0px 11px 0px;
    width: 100%;
}

.ind-img {
    width: 100%;
    margin: 26px 0px 0px 0px;
}


/* Our Clients */

#Our-clients {
    width: 85%;
    margin: auto;
    padding: 41px 0px 95px 0px;
}

#Our-clients h1 {
    text-align: center;
    font-size: 33px;
    color: var(--main-bg-color);
    margin: 20px 0px 25px 0px;
}

.clints-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.clints-img img {
    width: 100px;
    filter: grayscale(100%);
    transition: 0.1s;
    margin: 19px 0px;
}

.clints-img img:hover {
    filter: grayscale(0%);
}


/* /Our Clients */

.btn {
    font-size: 13px;
}


/* footer */

#main-footer {
    background-color: var(--main-bg-color);
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}

.footer {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#f-box {
    margin: 8px 0px;
}

#f-box h3 {
    font-size: 20px;
    font-weight: 540;
}

#f-box ul {
    margin: 20px 0px;
}

#f-box ul li {
    list-style: none;
    padding: 12px 0px;
}

#f-box a:hover {
    text-decoration: underline;
    color: var(--btn-bg-color);
}

.site-links ul li {
    padding: 10px 0px !important;
}

.quick-links ul li {
    padding: 7px 0px !important;
}

.follow-us i {
    padding: 10px;
    color: white;
    font-size: 16px;
    margin: 14px 0px;
    cursor: pointer;
    transition: 0.1s;
}

.follow-us i:hover {
    color: var(--btn-bg-color);
}


/* flex class */

.d-flex {
    display: flex;
    align-items: center !important;
    justify-content: center;
    padding: 12px 0px 0px 0px;
}

#credits h2 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}


/* /flex class */


/* /footer */


/* About us Media */


/* Industry leader */

.indutry-container {
    width: 85%;
    margin: auto;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

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

.industry-text h3 {
    color: #ff9d34;
    font-size: 16px;
}

.industry-text h1 {
    font-size: 23px;
    color: var(--main-bg-color);
    padding: 15px 0px;
}

.industry-text p {
    font-size: 13px;
    color: var(--secondary-text-color);
    padding: 8px 0;
    width: 100%;
}

.industry-img {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.industry-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.grctech-showcase-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    transform: scale(1.05);
    margin: 20px 0;
}


/* /Industry leader */


/* Mission-section */

#mission-section {
    width: 85%;
    margin: auto;
    padding: 55px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.mission-left-img {
    width: 100%;
}

.left-img {
    width: 198px;
    margin: auto;
    text-align: right;
}

.left-img img {
    width: 100%;
}

.mission-right-img {
    width: 100%;
}

.right-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    
}

.img {
    width: 325px;
    margin: 55px 30px;
}

.img img {
    width: 100%;
}

.right-text h2 {
    color: black;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 500;
}

.right-text p {
    font-size: 13px;
    color: var(--secondary-text-color);
    padding: 5px 0px;
}


/* /Mission-section */


/* our team */

.our-team-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.img-container {
    width: 85%;
    margin: 28px 0 20px 0px;
    border: 1px solid rgb(236, 226, 226);
    margin-left: 7px;
    border-radius: 10px;
    transition: 0.5s;
    padding: 15px;
}

#our-team {
    width: 85%;
    margin: auto;
    padding: 40px 0;
    text-align: center;
}

.our-text h1 {
    font-size: 31px;
    color: #014073;
}

.our-text p {
    padding: 10px 0 !important;
    color: var(--secondary-text-color);
    font-size: 13px;
}

.about-us-text h1 {
    font-size: 33px;
    color: var(--main-bg-color);
    padding-bottom: 11px;
}

.about-us-text img {
    width: 65%;
}

.about-us-text p {
    font-size: 13px;
    color: var(--secondary-text-color);
}


/* /our team */


/* /About us Media */


/* Services Media*/

#ind-text {
    text-align: left;
}

#ind-text p {
    width: 100% !important;
}

.pro-head h2 {
    color: var(--main-bg-color);
    font-size: 29px;
    padding-bottom: 15px;
    text-align: center;
}

.pro-head p {
    font-size: 13px;
}

#product-section {
    display: flex;
    flex-grow: 0 !important;
    align-items: center;
    justify-content: center;
    margin: 35px auto 30px auto;
    flex-direction: column;
    width: 85%;
}

.product-box {
    width: 100%;
    margin: 25px auto;
    text-align: center;
    
}

.product-box h4 {
    width: 100%;
    margin: 5px auto;
    text-align: center;
    
}

.product-box img {
    width: 70%;
    margin: 5px auto;
    text-align: center;
    
}

.media-product {
    margin-top: 35px !important;
}

.best-text-area {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.best-text {
    font-size: 24px;
    padding-right: 0px;
    font-weight: 600;
    display: block;
    border: none !important;
    padding: 17px 0px;
}

.para-text {
    padding-left: 0px;
}

.best-text-area button {
    margin-top: 26px !important;
}

#best-section h1 {
    font-size: 29px;
    color: var(--main-bg-color);
    padding: 20px 0px 20px 0px;
}

#best-section p {
    font-size: 14px;
    color: var(--main-bg-color);
    padding: 0px 0px 20px 0px;
    width: 77%;
    margin: auto;
}

.Consulting-boxes {
    width: 85%;
    margin: auto;
    padding: 48px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}

.Consulting-text h1 {
    color: var(--main-bg-color);
    font-size: 19px;
    padding: 20px 0px 8px 0px;
}

.Consulting-text p {
    padding: 10px 0px;
    color: var(--secondary-text-color);
    font-size: 12px;
}


/* /Services Media*/


/* Blog-media */

#blog-body {
    width: 85%;
    margin: auto;
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
}

.pages-option {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    align-items: center;
    flex-direction: column;
}

.blog-body-side-one {
    width: 100%;
    margin-right: 0;
    padding: 0;
}

.blog-body-side-two {
    width: 100%;
    padding: 0;
}

.pages-numbers h4 {
    font-size: 13px;
    color: rgb(31, 31, 31);
    font-weight: 400;
    padding: 18px 0px;
}

.front {
    font-size: 10px;
    margin-left: 0;
    background-color: rgb(238, 238, 238);
    border-radius: 25px;
    color: var(--secondary-text-color);
    padding: 8px 30px;
    margin: 8px 0px;
}

.date {
    font-size: 10px;
    color: var(--secondary-text-color);
    margin-left: 20px;
    font-style: italic;
}

.blog-text h1 {
    color: black;
    padding: 20px 0 15px 0;
    font-size: 22px;
    font-weight: 500;
    transition: 0.2s;
    cursor: pointer;
}

.blog-text p {
    font-size: 14px;
    color: rgb(27, 27, 27);
    font-weight: 400;
    padding: 20px 0;
    line-height: 28px;
    border-bottom: 1px dotted lightgray;
}

.pages-change div {
    padding: 2px 9.1px;
    border: 1px solid rgb(223, 222, 222);
    font-size: 16px;
    cursor: pointer;
}

.pages-option {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 30px 0px;
    align-items: center;
    flex-direction: column;
}

.categories h3 {
    color: black;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
}

.latest-post>h3 {
    color: black;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
}


/* /Blog-media */


/* Contact Media */

#contact-icon {
    width: 85%;
    margin: auto;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}

.icon-contact {
    margin: 30px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.con-para {
    text-align: center;
    width: 100%;
    margin: auto;
    color: var(--secondary-text-color);
    font-size: 14px;
}

.messege-icon {
    margin: 35px 0px;
}

#contact-form h1 {
    color: var(--main-bg-color);
    font-size: 31px;
    padding-bottom: 20px;
}

#contact-form p {
    color: var(--secondary-text-color);
    font-size: 14px;
}

.contact-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem 0 0 0;
    flex-direction: column;
}

.map {
    width: 100%;
}

.form {
    width: 100%;
    margin-top: 17px;
}


.service-box2 {
    width: 95%;
    height: 520px;
    border: 1px solid lightgray;
    text-align: center;
    padding: 40px 12px;
    margin: 48px auto 40px auto;
    border-radius: 10px;
    background-color: #eceff2;
}

.service-box2 h3 {
    font-size: 1.2rem;
    margin-top: 7px;
    margin-bottom: 14px;
    color: black;
    font-weight: 500;
}

.service-box2 p {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 10px;
    color: #6c757d !important;
    font-weight: 300;
}
/* /Contact Meida */

.Consulting-img2 {
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding-top: 1%;
}

