.gtco-banner-area h1 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 48px;
    color: #000;
    max-width: 500px;
    margin-top: 70px;
}

.gtco-banner-area h1 span {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .gtco-banner-area h1 {
        margin-top: 30px;
    }
}

.gtco-banner-area p {
    max-width: 450px;
    margin: 20px 0;
    margin-bottom: 40px;
}

.gtco-banner-area a {
    display: inline;
    padding: 10px 30px;
    padding-right: 5px;
}

.gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 430px;
    margin: 0 auto;
    margin-top: 30px;
    margin-right: 0;
    height: auto;
}

@media (max-width: 1400px) {
    .gtco-banner-area .col-md-6 .card .card-img-top {
        max-width: 400px;
        margin-top: 20px;
        margin-right: auto;
    }
}

@media (max-width: 1199px) {
    .gtco-banner-area .col-md-6 .card .card-img-top {
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .gtco-banner-area .col-md-6 .card .card-img-top {
        margin-top: 100px;
    }
}

.gtco-feature {
    margin-top: 100px;
}

.gtco-feature .card .back-bg {
    margin-left: -30px !important;
    margin-top: -20px;
}

.gtco-feature .card svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gtco-feature .card svg.defs {
    position: absolute;
    width: 0;
    height: 0;
}

.gtco-feature p small {
    font-size: 16px;
}

.gtco-feature a {
    margin-top: 20px;
    display: inline-block;
}

.gtco-features {
    margin-top: 100px;
}

.gtco-features svg {
    position: absolute;
    margin-left: -100px;
    margin-top: 100px;
}

@media (max-width: 767px) {
    .gtco-features svg {
        margin: 0 auto;
        margin-top: 200px;
    }
}

.gtco-features h2 {
    margin-top: 200px;
}

@media (max-width: 991px) {
    .gtco-features h2 {
        margin-top: 0;
    }
}

.gtco-features .col-lg-4 p {
    max-width: 320px;
    margin-bottom: 30px;
}

.gtco-features .col-lg-8 {
    padding: 10px 100px;
}

@media (max-width: 767px) {
    .gtco-features .col-lg-8 {
        padding: 10px 0;
    }
}

.gtco-features .col-lg-8 .row .col:first-child {
    margin-top: 150px;
}

@media (max-width: 600px) {
    .gtco-features .col-lg-8 .row .col:first-child {
        margin-top: 50px;
    }
}

@media (max-width: 600px) {
    .gtco-features .col-lg-8 .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.gtco-features .col-lg-8 .card {
    background: #fff;
    margin: 30px 5px;
    padding: 20px 10px;
    border-radius: 20px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.gtco-features .col-lg-8 .card .oval {
    background: linear-gradient(to right, #f1f6fd, #f0fbfe);
    padding: 10px;
    width: 150px;
    border-radius: 50%;
    margin: auto;
    transform: rotate(20deg);
    margin-top: 20px;
}

.gtco-features .col-lg-8 .card .card-img-top {
    max-width: 0.8in;
    margin: 0 auto;
    transform: rotate(-20deg);
}

.gtco-features .col-lg-8 .card h3 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: black;
}

.gtco-features .col-lg-8 .card p {
    font-size: 16px;
}

.gtco-numbers-block {
    margin: 100px auto;
    margin-top: 200px;
    color: #fff;
}

@media (max-width: 600px) {
    .gtco-numbers-block {
        margin-top: 100px;
    }
}

@media (max-width: 1299px) {
    .gtco-numbers-block .row {
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .gtco-numbers-block .row .col-3 {
        padding: 0;
    }
}

.gtco-numbers-block #custom-map::before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100%;
    border: 2px solid red;
}

.gtco-numbers-block svg {
    margin-top: -100px;
    position: absolute;
    left: 0;
    max-width: 1500px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1299px) {
    .gtco-numbers-block svg {
        margin-top: -90px;
    }
}

@media (max-width: 1199px) {
    .gtco-numbers-block svg {
        margin-top: -60px;
    }
}

@media (max-width: 991px) {
    .gtco-numbers-block svg {
        margin-top: -40px;
    }
}

@media (max-width: 650px) {
    .gtco-numbers-block svg {
        margin-top: -20px;
    }
}

@media (max-width: 600px) {
    .gtco-numbers-block svg {
        margin-top: -10px;
    }
}

.gtco-numbers-block h5 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 60px;
}

@media (max-width: 1299px) {
    .gtco-numbers-block h5 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .gtco-numbers-block h5 {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .gtco-numbers-block h5 {
        margin: 0;
        font-size: 18px;
    }
}

.gtco-numbers-block p {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

@media (max-width: 1299px) {
    .gtco-numbers-block p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .gtco-numbers-block p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .gtco-numbers-block p {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .gtco-numbers-block p {
        line-height: 1.1;
    }
}

@media (max-width: 500px) {
    .gtco-numbers-block p {
        font-size: 8px;
    }
}

.gtco-testimonials {
    position: relative;
    margin-top: 100px;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 100px;
    }
}

.gtco-testimonials h2,
.gtco-features-list h2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #333333;
    margin-bottom: 100px;
}

.gtco-testimonials .owl-stage-outer {
    padding-bottom: 30px;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01e6f8;
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #01e6f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
    margin: 0 30px;
    padding: 0 20px;
    border-radius: 50px;
}

.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    border: 5px solid black;
    width: 100px;
    height: 100px;
}

.gtco-testimonials .card h5 {
    color: black;
    font-size: 21px;
    line-height: 1.3;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.gtco-testimonials .card p {
    font-size: 18px;
}

.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center h5 {
    font-size: 24px;
}

.gtco-testimonials .center h5 span {
    font-size: 20px;
}

.gtco-testimonials .center p {
    font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

.gtco-features-list {
    margin-top: 100px;
}

.gtco-features-list .media {
    margin: 20px 0;
}

.gtco-features-list .oval {
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    height: 60px;
    width: 60px;
}

.gtco-features-list .oval .align-self-start {
    width: 100%;
    padding: 3px;
}

.gtco-features-list .media-body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    padding-right: 20px;
}

.gtco-features-list .media-body h5 {
    color: black;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-bottom: 20px !important;
    font-size: 22px;
}

.gtco-logo-area {
    margin: 50px auto;
}

.gtco-logo-area .col .img-fluid {
    max-height: 32px;
}

@media (max-width: 600px) {
    .gtco-logo-area .col {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 20px 0;
    }
}

.gtco-news {
    background: #fcfcfc;
    padding: 50px 0;
    margin: 100px auto;
}

.gtco-news h2 {
    font-size: 36px;
    font-weight: "Lato-Medium";
    text-align: center;
    margin-bottom: 50px;
}

.gtco-news .owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: 25%;
    width: 100%;
}

@media (max-width: 600px) {
    .gtco-news .owl-carousel .owl-nav {
        display: none !important;
    }
}

.gtco-news .owl-carousel .owl-nav .owl-prev,
.gtco-news .owl-carousel .owl-nav .owl-next {
    font-size: 120px;
    color: #666666;
    position: absolute;
}

.gtco-news .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}

.gtco-news .owl-carousel .owl-nav .owl-next {
    right: -50px;
}

.gtco-news .owl-carousel .card {
    padding: 0 25px;
}

.gtco-news .owl-carousel .card .card-img-top {
    border-radius: 40px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.gtco-news .owl-carousel .card h5 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .gtco-news .owl-carousel .card h5 {
        font-size: 18px;
    }
}

.gtco-news .owl-carousel .card p {
    font-size: 17px;
}

@media (max-width: 767px) {
    .gtco-news .owl-carousel .card p {
        font-size: 15px;
    }
}

.gtco-news .owl-carousel .card a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

#gtco-footer {
    padding-bottom: 20px;
}

#gtco-footer h4 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-bottom: 30px;
}

#gtco-footer input,
#gtco-footer textarea {
    background-color: white;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    max-width: 450px;
    width: 100%;
    height: 60px;
    border: none;
    margin-bottom: 30px;
    padding-left: 30px;
    color: #000;
}

#gtco-footer input::-webkit-input-placeholder,
#gtco-footer input::-moz-placeholder,
#gtco-footer input:-ms-input-placeholder,
#gtco-footer input:-moz-placeholder,
#gtco-footer textarea::-webkit-input-placeholder,
#gtco-footer textarea::-moz-placeholder,
#gtco-footer textarea:-ms-input-placeholder,
#gtco-footer textarea:-moz-placeholder {
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

#gtco-footer textarea {
    min-height: 200px;
    border-radius: 30px;
    padding-top: 20px;
    padding-right: 20px;
    resize: none;
}

#gtco-footer .company-nav,
#gtco-footer .services-nav {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

#gtco-footer .company-nav a,
#gtco-footer .services-nav a {
    color: #666666;
    margin: 0;
    padding: 0;
}

#gtco-footer .follow-us-nav a {
    padding: 0 10px;
    color: #666666;
}

@media (max-width: 385px) {
    #gtco-footer .follow-us-nav a {
        padding-right: 0;
    }
}

#gtco-footer .follow-us-nav a .fa {
    font-size: 24px;
}

#gtco-footer .col-12 {
    margin-top: 90px;
}

#gtco-footer .col-12 p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}

@media (max-width: 991px) {
    #gtco-footer .col-12 {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    #gtco-footer .col-lg-6 {
        margin-bottom: 50px;
    }
}

.half-star {
    position: relative;
    display: inline-block;
}

.half-star::after {
    content: '\f005';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #e0e0e0;
}

.half-star::before {
    content: '\f005';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    color: #ffc107;
}

/* Optimization: moved inline styles to classes */
.brand-custom {
    line-height: 1;
    margin-left: 9px;
}

.brand-subtitle {
    margin-left: 0;
    margin-top: 2px;
    /* Adjusted to create clean gap */
    font-size: 12px;
    display: block;
    line-height: 1.2;
}

/* Brand Colors from Logo */
.text-quick {
    color: #1A237E !important;
    /* Dark Navy Blue */
    -webkit-text-fill-color: initial !important;
    background: none !important;
}

.text-vikalp {
    color: #64B5F6 !important;
    /* Bright Blue */
    -webkit-text-fill-color: initial !important;
    background: none !important;
}

.navbar-collapse-custom {
    margin-left: 35%;
}

.card-transparent {
    background-color: transparent;
    border: 0px;
}

.discussion-img {
    margin-top: -10%;
}

.svg-back-bg {
    position: absolute;
    z-index: -1;
}

.section-pt-0 {
    padding-top: 0px;
}

.carousel-custom-width {
    width: 80%;
    margin: 0 auto;
}

.navbar-brand {
    position: relative;
    margin-bottom: 6px
}

.navbar-brand .company_name {
    font-size: 12px;
    position: absolute;
    bottom: -5px;
    left: 22px;
    letter-spacing: 1.2px;
    font-weight: 600
}

.navbar-brand .company_name a {
    color: #fff
}

.navbar-brand .company_name a img {
    width: 50px;
    height: auto;
    margin: 0 2px
}

.navbar-expand-md.no-fill {
    color: #fff
}

.navbar-expand-md.no-fill .dropdown>h5:after {
    border: solid #fff;
    border-width: 0 1px 1px 0
}

.navbar-expand-md.fill-bg {
    color: #545454
}

.navbar-expand-md:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0
}

.navbar-expand-md.fill-bg:after {
    background: #fff;
    height: 100%;
    z-index: -1;
    box-shadow: 0 3.6px 27px rgba(0, 0, 0, .09)
}

.navbar-expand-md.fill-bg .dropdown>h5:after {
    border: solid #727478;
    border-width: 0 1px 1px 0
}

.navbar-expand-md .dropdown>h5:hover:after {
    border: solid #396;
    border-width: 0 1px 1px 0
}

.navbar-expand-md .dropdown h5 {
    position: relative
}

.navbar-expand-md .dropdown h5:before {
    display: inline-block;
    width: 0%;
    height: 3px;
    background: #396;
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0
}

.navbar-expand-md .dropdown h5:hover:before {
    width: 100%
}

.navbar-expand-md.fill-bg .dropdown h5:before {
    bottom: 0
}

.navbar-expand-md h5 {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .5px;
    cursor: pointer;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s
}

.navbar-expand-md h5:hover {
    color: #396
}

.navbar-expand-md .dropdown>h5:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;

    .navbar-expand-md .link-label {
        color: #545454;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-weight: 400;
        letter-spacing: .5px;
        font-size: 16px
    }

    .navbar-expand-md .dropdown-menu a:hover {
        color: #396;
        padding: .4rem 1rem .4rem 1.1rem
    }

    .navbar-expand-md .navbar-nav svg {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 10px;
        left: 16px
    }

    .navbar-expand-md .navbar-nav circle,
    .navbar-expand-md .navbar-nav path,
    .navbar-expand-md .navbar-nav polygon,
    .navbar-expand-md .navbar-nav rect {
        fill: #727478
    }

    .navbar-expand-md .dropdown-menu a:hover circle,
    .navbar-expand-md .dropdown-menu a:hover path,
    .navbar-expand-md .dropdown-menu a:hover polygon,
    .navbar-expand-md .dropdown-menu a:hover rect {
        fill: #396
    }

    .navbar-expand-md .contact {
        color: #fff;
        background: #396;
        padding: 11.5px 22px;
        margin: 14px 0;
        border-radius: 21px
    }

    .navbar-expand-md .contact:hover {
        background-color: #22754b
    }

    .navbar-expand-md .dropdown:hover>.dropdown-menu {
        display: block
    }

    .company-info .box {
        padding: 40px 15px;
        margin-bottom: -110px
    }

    .company-info .box>.row {
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .company-info .clutch-widget {
        max-width: 187px;
        display: inline-block
    }

    .company-info .ratings h4 {
        margin: 0 0 10px;
        font-size: 16px
    }

    .company-info .ratings a {
        color: #16313a
    }

    .siderbar-form {
        width: 400px;
        position: fixed;
        z-index: 9;
        top: 20%;
        left: -330px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s
    }

    .siderbar-form.open-form {
        left: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s
    }

    .awards-rigth a img {
        width: 60px
    }
}

@media(min-width:1200px) {
    .navbar-expand-md .navbar-nav>div {
        margin-left: 15px
    }

    .heading-2 {
        font-size: 40px;
        line-height: 54px
    }

    .heading-3 {
        font-size: 22px;
        line-height: 32px
    }

    .hero-section h1 {
        font-size: 42px;
        line-height: 52px
    }
}



.c2a {
    padding: 80px 0
}

.blog-intro .box,
.services-intro .box {
    padding: 30px
}

.icons {
    padding-left: 55px;
    padding: 16px 0;
}

.navbar-expand-md .child-links {
    padding: 25px !important
}

.cs-box {
    min-height: 380px;
    max-height: 380px
}

.cs-box.mob-case .mobile-thumb {
    bottom: -78%
}

.cs-box.mob-case:hover .mobile-thumb {
    bottom: calc(-78% + 10px)
}

footer .links-row+hr {
    display: none
}

footer .social-links {
    text-align: center
}

footer .addresses address+address {
    margin-top: 1rem
}

footer .contact-info {
    margin-bottom: 1.5rem
}

footer .links-section {
    padding-top: 120px !important
}

.company-info .awards {
    margin: 10px 0
}

.company-info .awards .img-fluid {
    max-height: 130px;
    width: auto
}

.awards-rigth {
    display: none
}

.according-menu .card .card-body {
    font-size: 16px;
    line-height: 26px
}

.hire-page .bop .boxes-row span {
    font-size: 40px
}

.custom-radio.inline+.inline {
    margin-left: 8px
}

.custom-radio label {
    font-size: 13px
}

#InstantlyPrice .question-list+.question-list {
    margin-top: 1rem
}


@media(min-width:576px) and (max-width:767.98px) {
    .hero-section .content-col {
        padding-top: 30px
    }

    .hero-section h1 {
        font-size: 28px;
        line-height: 38px
    }

    .navbar-expand-md .navbar-nav>div {
        padding: 0;
        max-width: 540px;
        margin: 0 auto;
        width: 100%
    }

    .company-info .col-sm-6:nth-child(3),
    .company-info .col-sm-6:nth-child(4) {
        margin-top: 30px
    }

    footer .links-row .col {
        min-width: 165px
    }
}

@media(min-width:576px) {

    .industry-intro h4,
    .tech-intro .tech-small,
    .tech-intro h4 {
        font-size: 18px;
        line-height: 24px
    }

    footer .links-section {
        padding-top: 180px
    }

    footer .links-row .col {
        width: auto;
        flex-grow: unset
    }

    footer .links-row h4 {
        margin: 0 0 25px
    }

    footer .links-row {
        justify-content: space-between
    }

    #InstantlyPrice .modal-header {
        padding: 1rem 2rem 2rem
    }

    #InstantlyPrice .modal-title {
        font-size: 1.375rem
    }

    #InstantlyPrice .modal-body {
        padding: 1.5rem 2rem
    }

    #InstantlyPrice .heading-row {
        padding: 1rem 2rem;
        margin: 1rem -2rem 1.5rem
    }

    #InstantlyPrice .heading-row h3 {
        font-size: 1rem
    }

    #InstantlyPrice h4 {
        font-size: 1rem
    }

    #webinar-sidebar {
        left: -345px
    }

    #free-webinar {
        width: 345px
    }

    #free-webinar h3 {
        font-size: 25px
    }

    #free-webinar p {
        font-size: 16px;
        width: 90%
    }

    #free-webinar .time {
        font-size: 14px
    }
}

@media(max-width:575.98px) {
    .hamburger {
        margin: 0 25px 0 0
    }

    .navbar-expand-md .navbar-nav>div {
        padding: 0 25px
    }

    .navbar-brand {
        margin-left: 25px
    }

    .container {
        padding-left: 25px;
        padding-right: 25px
    }

    .hero-section h1 {
        font-size: 26px;
        line-height: 36px
    }

    footer .links-section {
        padding-top: 160px
    }

    footer .links-row {
        text-align: center
    }

    footer .links-row .col+.col {
        margin-top: 15px
    }

    .industry-intro h4,
    .tech-content .tech-intro .box .tech-small,
    .tech-intro .tech-small span,
    .tech-intro h4 {
        font-size: 14px;
        line-height: 22px
    }

    .cs-box.mob-case .mobile-thumb {
        width: 80%
    }

    footer .links-row h4 {
        margin: 0 0 15px
    }

    .company-info .box {
        max-width: 100%
    }

    .company-info .ratings {
        text-align: center
    }

    .company-info .awards {
        margin-top: 30px
    }

    .custom-popup .modal-header {
        padding: 30px 20px 0
    }

    .custom-popup .modal-header .modal-title {
        line-height: 30px;
        font-size: 24px
    }

    .custom-popup .modal-body {
        padding: 30px 20px
    }

    .custom-popup .modal-footer {
        padding: 0 20px 30px
    }

    #InstantlyPrice .modal-header {
        padding: 1rem 1rem 2rem
    }

    #InstantlyPrice .modal-title {
        font-size: 1.125rem
    }

    #InstantlyPrice .modal-body {
        padding: 1.5rem 1rem
    }

    #InstantlyPrice .heading-row {
        padding: 1rem;
        margin: 1rem -1rem 1.5rem
    }

    #InstantlyPrice .heading-row h3,
    #InstantlyPrice h4 {
        font-size: .875rem;
        line-height: 1.25rem
    }

    #webinar-sidebar {
        left: -317px
    }

    #free-webinar {
        width: 320px
    }

    #free-webinar h3 {
        font-size: 24px
    }

    #free-webinar p {
        font-size: 15px
    }

    #free-webinar .time {
        font-size: 13px
    }

    #free-webinar .green-bg-btn {
        padding: 8px 20px
    }
}

@media(min-width:414px) and (max-width:414px) {
    .cs-box {
        min-height: 330px;
        max-height: 330px
    }

    .cs-box.mob-case {
        min-height: 380px;
        max-height: 380px
    }

    .cs-box.mob-case .mobile-thumb {
        bottom: -64%
    }

    .cs-box.mob-case:hover .mobile-thumb {
        bottom: calc(-64% + 10px)
    }
}

@media(min-width:375px) and (max-width:375px) {
    .cs-box {
        min-height: 350px;
        max-height: 350px
    }

    .cs-box.mob-case {
        min-height: 370px;
        max-height: 370px
    }

    .cs-box.mob-case .mobile-thumb {
        bottom: -55%
    }

    .cs-box.mob-case:hover .mobile-thumb {
        bottom: calc(-55% + 10px)
    }
}

@media(max-width:349.98px) {
    #webinar-sidebar {
        left: -257px
    }

    #free-webinar {
        width: 260px
    }

    #free-webinar h3 {
        font-size: 18px
    }
}

@media(min-width:320px) and (max-width:320px) {
    .cs-box {
        min-height: 320px;
        max-height: 320px
    }

    .cs-box.mob-case {
        min-height: 330px;
        max-height: 330px
    }

    .cs-box.mob-case .mobile-thumb {
        bottom: -55%
    }

    .cs-box.mob-case:hover .mobile-thumb {
        bottom: calc(-55% + 10px)
    }
}

.hero-section {
    background-color: #23305e;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 99% 99%/9%;
    color: #fff;
    padding-top: 70px;
    min-height: 680px
}

.hero-section,
.hero-section .container,
.hero-section .row {
    min-height: 680px
}

.hero-section .content-col,
.hero-section .img-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 45px
}

.hero-section h1 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.hero-section p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-weight: 300;
    letter-spacing: .5px;
    margin-bottom: 30px
}

.hero-section .img-col {
    align-items: center
}

.hero-section .img-col.index svg {
    width: 100%;
    height: auto
}

.hero-section .img-col.app-dev svg {
    width: 100%;
    height: auto;
    position: relative;
    right: -40px
}

.hero-section .img-col.ai svg {
    max-width: 435px
}

.hero-section .img-col.bi svg {
    max-width: 500px
}

.hero-section .img-col.mobile svg {
    width: auto;
    height: 500px
}

.hero-section .img-col.pe svg {
    width: 545px;
    height: auto
}

.hero-section .img-col.app-integration svg,
.hero-section .img-col.custom-app svg {
    width: 500px;
    height: auto
}

.hero-section .img-col.devops svg {
    width: 400px;
    height: auto
}

.hero-section .img-col.rpa svg {
    width: 360px;
    height: auto
}

.hero-section .img-col.rpa-tool svg {
    position: relative;
    right: -20px;
    width: 550px;
    height: auto
}

.hero-section .img-col.ios svg {
    width: 350px;
    height: auto
}

.hero-section .img-col.industries svg {
    width: 430px;
    height: auto;
    position: relative;
    right: -60px
}

.c2a {
    text-align: center;
    background-color: #23305e
}

.c2a h3 {
    margin: 0 0 30px;
    color: #fff !important
}

.c2a form {
    position: relative
}

.c2a form .btn {
    min-width: 190px
}

.c2a .form-control {
    height: 50px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: .5px;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px #999;
    background-color: transparent;
    padding-left: 35px
}

.c2a [class^=col-] {
    position: relative
}

.c2a [class^=col-] .icon {
    position: absolute;
    left: 15px;
    top: 11px
}

.c2a [class^=col-] .icon svg {
    width: 20px;
    height: 20px
}

.c2a .icon circle,
.c2a .icon path,
.c2a .icon rect {
    fill: #999
}

.c2a .form-control:focus~.icon circle,
.c2a .form-control:focus~.icon path,
.c2a .form-control:focus~.icon rect {
    fill: #fff
}

.c2a .form-control:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-bottom-color: #fff
}

.contact-info a,
.contact-info a:focus,
.contact-info a:hover {
    color: #fff
}

.contact-info .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    text-align: center
}

.contact-info svg {
    position: relative;
    width: 16px;
    height: 16px;
    top: -2px
}

.contact-info a circle,
.contact-info a path,
.contact-info a rect {
    fill: #fff
}

.contact-info a:hover circle,
.contact-info a:hover path,
.contact-info a:hover rect {
    fill: #23305e
}

.contact-info a:hover .icon {
    background: #fff;
    border-radius: 16px
}

.blog-intro .box:before,
.expertise-content .box:before,
.industry-intro .box:after,
.industry-intro .box:before,
.services-intro .box svg,
.services-intro .box:before,
.tech-intro .box:after,
.tech-intro .box:before {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.main-section.white-bg .heading-2 {
    margin-bottom: 20px;
    color: #23305e
}

.main-section p,
.main-section ul {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #333;
    font-weight: 400;
    letter-spacing: .5px
}

.main-section p a {
    color: #23305e
}

.main-section p a:hover {
    color: #22754b
}

.blog-intro .box:before,
.expertise-content .box:before,
.industry-intro .box:after,
.industry-intro .box:before,
.services-intro .box:before,
.tech-intro .box:after,
.tech-intro .box:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute
}

.blog-intro .box:before,
.expertise-content .box:before,
.industry-intro .box:before,
.services-intro .box:before,
.tech-intro .box:before {
    left: 0;
    top: 0;
    border-radius: 0 0 100%
}

.industry-intro .box:after,
.tech-intro .box:after {
    right: 0;
    bottom: 0;
    border-radius: 100% 0 0
}

.blog-intro .box:hover:before,
.expertise-content .box:hover:before,
.services-intro .box:hover:before {
    width: 72px;
    height: 72px;
    background: rgba(51, 153, 102, .09)
}

.blog-intro .box:hover a,
.industry-intro .box:hover a,
.services-intro .box h3 a:focus,
.services-intro .box h3 a:hover,
.services-intro .box:hover a,
.tech-intro .box:hover a {
    color: #396
}

.services-intro .heading-2 {
    text-align: center
}

.services-intro p {
    margin: 0
}

.services-intro .box {
    cursor: pointer
}

.services-intro .box p {
    margin-bottom: 15px
}

.services-intro .col-md-6 {
    margin-bottom: 30px
}

.services-intro h3 {
    position: relative;
    margin: 0 0 20px;
    color: #23305e
}

.services-intro .box {
    height: 100%
}

.services-intro .box h3 a {
    color: #23305e
}

.icons {
    position: relative
}

.icons .icon svg {
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 1
}

.blog-intro .box circle,
.blog-intro .box path,
.blog-intro .box polygon,
.blog-intro .box rect,
.services-intro .box circle,
.services-intro .box path,
.services-intro .box polygon,
.services-intro .box rect {
    fill: #396
}

.industry-intro>.row,
.tech-intro>.row {
    align-items: center
}

.industry-intro .content-col p,
.tech-intro .content-col p {
    margin: 0 0 30px
}

.industry-intro .cards-row,
.tech-intro .cards-row {
    align-items: stretch;
    text-align: center;
    margin: 0 -7.5px
}

.industry-intro .box,
.tech-intro .box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.industry-intro h4,
.tech-intro .tech-small,
.tech-intro h4 {
    margin: 0;
    font-weight: 500;
    padding: 0 10px
}

.industry-intro svg,
.tech-intro svg {
    width: 54px;
    height: 54px;
    clear: both
}

.industry-intro .box a,
.tech-intro .box a {
    color: #727272;
    display: block;
    padding: 30px 0
}

.industry-intro .box a>span,
.tech-intro .box a>span {
    display: block;
    margin-top: 15px
}

.industry-intro .box:hover circle,
.industry-intro .box:hover path,
.industry-intro .box:hover polygon,
.industry-intro .box:hover rect {
    fill: #396
}

.industry-intro .box:hover:before,
.tech-intro .box:hover:before {
    width: 32px;
    height: 32px;
    background: rgba(51, 153, 102, .09)
}

.tech-intro .box h4 a,
.tech-intro .box:hover h4 a,
.tech-intro .tech-small a {
    color: #212529
}

.tech-intro .box h4:hover a,
.tech-intro .tech-small:hover a {
    color: #396
}

.industry-intro .box:hover:after,
.tech-intro .box:hover:after {
    width: 32px;
    height: 32px;
    background: rgba(51, 153, 102, .09)
}

.tech-content .tech-intro .box .tech-small.txt-orange,
.tech-content .tech-intro .box .tech-small.txt-orange a {
    color: #ffb300
}

.tech-content .tech-intro .box .tech-small.txt-brown,
.tech-content .tech-intro .box .tech-small.txt-brown a {
    color: #a1887f
}

.tech-content .tech-intro .box .tech-small.txt-red,
.tech-content .tech-intro .box .tech-small.txt-red a {
    color: #f44336
}

.tech-content .tech-intro .box .tech-small.txt-indigo,
.tech-content .tech-intro .box .tech-small.txt-indigo a {
    color: #26a69a
}

.tech-content .tech-intro .box .tech-small.txt-blue,
.tech-content .tech-intro .box .tech-small.txt-blue a {
    color: #3f51b5
}

.tech-content .tech-intro .box .tech-small.txt-green,
.tech-content .tech-intro .box .tech-small.txt-green a {
    color: #4caf50
}

.tech-content .tech-intro .box .tech-small.txt-skyblue,
.tech-content .tech-intro .box .tech-small.txt-skyblue a {
    color: #1e88e5
}

.tech-content .tech-intro .box .tech-small.txt-black,
.tech-content .tech-intro .box .tech-small.txt-black a {
    color: #454545
}

.tech-content .tech-intro .box .tech-small.txt-pink,
.tech-content .tech-intro .box .tech-small.txt-pink a {
    color: #f06292
}

.tech-content .tech-intro .box:hover h4,
.tech-content .tech-intro .box:hover h4 a {
    color: #000
}

.feedback-intro.white-bg .heading-2 {
    text-align: center;
    margin-bottom: 60px
}

.feedbacks {
    padding: 0
}

.feedbacks .item h4 {
    color: #23305e;
    letter-spacing: 1px
}

.feedbacks .item h5 {
    font-size: 16px;
    color: #396
}

.feedbacks blockquote {
    margin: 0
}

.feedbacks blockquote svg {
    width: 40px;
    height: 40px
}

.feedbacks blockquote p {
    margin-bottom: 30px
}

.feedbacks circle,
.feedbacks path,
.feedbacks polygon,
.feedbacks rect {
    fill: #f2f4f8
}

.feedbacks .item:hover circle,
.feedbacks .item:hover path,
.feedbacks .item:hover polygon,
.feedbacks .item:hover rect {
    fill: rgba(51, 153, 102, .18)
}

.item>.row {
    align-items: center
}

.blog-intro .btn-row,
.case-study-intro .btn-row {
    margin-top: 45px;
    text-align: center
}

.opacity-7 svg {
    opacity: .7
}

.we-better-intro svg {
    position: absolute;
    top: -10px;
    left: 15px
}

.we-better-intro circle,
.we-better-intro path,
.we-better-intro polygon,
.we-better-intro rect {
    fill: #396
}

.we-better-intro .heading-3 {
    margin-bottom: 15px
}

.we-better-intro .heading-3,
.we-better-intro .heading-4 {
    color: #23305e
}

.we-better-intro .heading-4 {
    margin-bottom: 10px
}

.we-better-intro p {
    margin: 0
}

.we-better-intro p+p {
    margin-top: 15px
}

.we-better-intro .boxes-row [class^=col-]:nth-child(5) {
    margin-bottom: 0
}

.blog-intro .intro-text p {
    margin: 0
}

.blog-intro .box h4 {
    margin: 0 0 15px
}

.blog-intro .box h4 a {
    color: #23305e
}

.case-study-intro,
.we-better-intro {
    border-top: solid 1px #e2e4e8
}

.case-study-intro .text-intro p {
    margin-bottom: 0
}

.case-study-intro .boxes-row,
.services-intro .boxes-row {
    justify-content: center
}

.top-bdr {
    border-top: solid 1px #e2e4e8
}

.no-bdr {
    border-top: none
}

.intro-text {
    text-align: center
}

.tech-content .box a {
    padding: 0 !important
}

.tech-content .left-col {
    padding-right: 45px
}

.tech-content .right-col {
    padding-left: 45px
}

.tech-content .row+.row {
    margin-top: 75px
}

.tech-content .heading-3,
.tech-content .heading-4 {
    margin-bottom: 15px;
    color: #23305e
}

.tech-content .right-col p,
.tech-content .right-col ul {
    font-size: 16px;
    line-height: 26px
}

.tech-content .right-col p+.heading-4 {
    margin-top: 30px
}

.tech-content .right-col.awards {
    text-align: center
}

.tech-content .right-col.awards a {
    margin: 20px
}

.tech-content .right-col ul {
    margin: 0
}

.tech-content .tech-intro .boxes-row {
    margin-top: 30px;
    align-items: stretch
}

.tech-content .tech-intro .box {
    text-align: center;
    padding: 30px 15px;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column
}

.tech-content .tech-intro .box h4 {
    font-weight: 600;
    margin: 15px 0 0
}

.tech-content .tech-intro [class^=col] {
    padding: 7.5px
}

.tech-content .designrush {
    max-width: 200px
}

.tech-content .goodfirms {
    max-width: 258px
}

.tech-content .clutch {
    max-width: 200px
}

.c2a+.we-better-intro {
    border-top: none
}

.c2a+.we-better-intro.white-ng .heading-2 {
    margin-bottom: 0
}

.faq {
    border-bottom: solid 1px #e2e4e8
}

.faq.white-bg .heading-2 {
    margin-bottom: 0
}

.faq .heading-4 {
    margin: 0 0 15px;
    padding: 15px 30px;
    background: rgba(51, 153, 102, .09);
    color: #333
}

.faq .boxes-row p {
    margin: 0;
    padding: 10px 30px 0
}

.faq .boxes-row p+.heading-4 {
    margin-top: 30px
}

.brand-boxes .box {
    padding: 30px 15px;
    text-align: center
}

.brand-boxes a {
    color: #333
}

.brand-boxes a:hover {
    color: #396
}

.expertise-content .box {
    padding: 45px
}

.expertise-content .box p {
    margin: 0 0 10px
}

.expertise-content .box p+p {
    margin-top: 25px
}

.expertise-content .boxes-row .box+.box {
    margin-top: 45px
}

.expertise-content .boxes-row svg circle,
.expertise-content .boxes-row svg path,
.expertise-content .boxes-row svg rect,
.expertise-content .boxes-rowsvg polygon {
    fill: #396
}

.expertise-content .boxes-row .heading-3 {
    color: #23305e;
    margin-bottom: 20px
}

.c2a form .form-error {
    color: #e13131;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: left
}

.cs-box .web-thumb,
.cs-box h4 a:after,
.cs-box.mob-case .mobile-thumb,
.cs-box.mob-case:hover .mobile-thumb,
.cs-box:hover .web-thumb,
.cs-box:hover h4 a:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.bg-ecommerce,
.cs-box.bg-approve,
.cs-box.bg-butlr {
    background: rgba(247, 148, 30, .8)
}

.cs-box.bg-bliss {
    background: rgba(51, 83, 51, .8)
}

.cs-box.bg-gasido {
    background: rgba(1, 113, 115, .8)
}

.cs-box.bg-velocity {
    background: rgba(35, 48, 94, .8)
}

.cs-box.bg-evv {
    background: rgba(101, 102, 107, .8)
}

.cs-box.bg-impacthealth {
    background: rgba(0, 180, 194, .8)
}

.cs-box.bg-tfc {
    background: rgba(122, 123, 117, .8)
}

.cs-box.bg-inspectdate,
.cs-box.bg-magnificent {
    background: rgba(10, 28, 52, .85)
}

.cs-box.bg-swadesh {
    background: rgba(1, 132, 90, .8)
}

.cs-box.bg-sayhithere {
    background: rgba(250, 173, 129, .8)
}

.cs-box.bg-facebook-chatbot {
    background: rgba(48, 123, 191, .8)
}

.cs-box.bg-mt {
    background: rgba(2, 171, 226, .8)
}

.cs-box.bg-zydus-cadila {
    background: rgba(85, 96, 128, .8)
}

.cs-box.bg-twitter,
.cs-box.bg-vpfea {
    background: rgba(39, 206, 162, .8)
}

.cs-box.bg-skype-chatbot {
    background: rgba(0, 168, 225, .8)
}

.cs-box.bg-freight-forwarding,
.cs-box.bg-iar {
    background: rgba(58, 94, 214, .8)
}

.cs-box.bg-sap-automation,
.cs-box.bg-wsrpa {
    background: rgba(34, 114, 181, .8)
}

.cs-box.bg-checkspot {
    background: rgba(167, 65, 246, .8)
}

.cs-box.bg-punky {
    background: rgba(255, 50, 255, .8)
}

.cs-box.bg-connect3 {
    background: rgba(63, 81, 181, .8)
}

.cs-box.bg-evv-mobile {
    background: rgba(51, 153, 102, .8)
}

.cs-box.bg-weclaim {
    background: rgba(11, 61, 139, .9)
}

.cs-box.bg-sap-stocklystics {
    background: rgba(25, 118, 210, .8)
}

.cs-box {
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden
}

.cs-box h4 a {
    display: inline-block;
    position: relative
}

.cs-box h4 a:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -7.5px
}

.cs-box:hover {
    box-shadow: 0 5px 36px rgba(0, 0, 0, .2)
}

.cs-box:hover h4 a:after {
    width: 80%;
    max-width: 200px;
    left: 50%;
    transform: translateX(-50%)
}

.cs-box h4,
.cs-box h4 a,
.cs-box p {
    margin: 0 0 6px;
    color: #fff
}

.cs-box p {
    font-size: 18px;
    line-height: 28px
}

.cs-box .icon {
    display: inline-block
}

.cs-box .icon svg circle,
.cs-box .icon svg path,
.cs-box .icon svg rect,
.cs-box .icon svg use {
    fill: #fff !important
}

.cs-box .icon svg {
    width: 32px;
    height: 32px
}

.cs-box .icon+.icon {
    margin-left: 15px
}

.cs-box .technology {
    margin-top: 25px
}

.cs-box .web-thumb,
.cs-box.mob-case .mobile-thumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.cs-box .web-thumb {
    width: 80%;
    bottom: -10px
}

.cs-box:hover .web-thumb {
    bottom: 0
}

.modal-backdrop.show {
    opacity: .75
}

.custom-popup .modal-content {
    background: #23305e;
    border-radius: .5rem
}

.custom-popup .modal-header {
    padding: 1.5rem 2.5rem 0;
    border-bottom: 0;
    justify-content: center;
    color: #fff;
    font-weight: 600
}

.custom-popup .modal-body {
    padding: 1.5rem 2.5rem;
    border-bottom: 0
}

.custom-popup .modal-header .modal-title {
    line-height: 38px;
    font-weight: 700;
    font-size: 30px
}

.custom-popup .close {
    font-size: 2.5rem;
    font-weight: 300;
    text-shadow: none;
    opacity: .9;
    color: #fff;
    position: absolute;
    right: 7px;
    top: -2px;
    outline: 0
}

.custom-popup .modal-footer {
    padding: 0 2.5rem 2.5rem;
    border-top: 0;
    justify-content: center
}

.custom-popup .w-100 {
    width: 100%
}

.custom-popup form.form-view {
    position: relative
}

.custom-popup form.form-view .form-control {
    height: 50px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: .5px;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px #999;
    background-color: transparent;
    padding-left: 35px
}

.custom-popup form.form-view .form-control.textarea {
    height: 100px;
    resize: none
}

.bannerForm .custom-popup form.form-view .form-control.textarea {
    height: 70px
}

.bannerForm .custom-popup .g-recaptcha {
    transform: scale(.77);
    -webkit-transform: scale(.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.bannerForm.hero-section.new-design .row {
    min-height: auto
}

.bannerForm.hero-section.new-design .container>.row {
    padding: 20px 0
}

.white-bg-btn {
    background: #f5f5f5;
    font-weight: 600;
    color: #23305e
}

.white-bg-btn:hover {
    background-color: #fff
}

@media screen and (min-width:768px) {
    .bannerForm .custom-popup {
        margin: 0 0 60px
    }
}

.custom-popup form.form-view .custom-file-upload {
    height: 50px;
    line-height: 50px;
    width: 100%;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 16px;
    color: grey;
    letter-spacing: .5px;
    border: none;
    border-bottom: solid 1px #c2c4c8;
    padding-left: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.custom-popup form.form-view [class^=col-] {
    position: relative
}

.custom-popup form.form-view [class^=col-] .icon {

    display: flex;
    align-items: center
}

.cs-new .cs-box p {
    margin: 0 auto;
    font-weight: 600
}

.cs-new .cs-box h4 {
    font-size: 20px;
    line-height: 28px;
    padding: 0 20px
}

.cs-new .cs-box .mhover {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    background: #000
}

.cs-new .cs-box .mhover:hover {
    opacity: .85
}

.awards-rigth {
    position: fixed;
    z-index: 30;
    background: #fff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .07);
    border-radius: 10px 0 0 10px;
    padding: 5px 10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: flex;
    flex-direction: column
}

.awards-rigth a {
    margin: 10px 0;
    display: block
}

.awards-rigth a img {
    height: auto
}

footer .links-row .col {
    display: flex;
    flex-direction: column;
    flex-basis: unset
}

footer .links-row h4 {
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    color: #fff !important
}

footer .links-row div {
    padding: 6px 0
}

footer .links-row a,
footer .links-row div {
    color: #fff;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 14px
}

footer .links-row a:hover {
    color: #396
}

footer .links-row .col .first>div+div,
footer .links-row .col .second>div+div,
footer .links-row .col>div+div {
    margin-top: 10px
}

footer .links-row .col>div:last-child {
    margin-bottom: 30px
}

footer hr {
    margin: 30px 0;
    border-color: rgba(255, 255, 255, .1)
}

footer .copyright {
    color: #fff;
    line-height: 32px;
    text-align: center
}

footer .copyright a {
    color: #396
}

footer .social-links a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}

footer .social-links a+a {
    margin-left: 10px
}

footer .social-links a:hover {
    background: #fff;
    border-radius: 16px
}

footer .social-links a path,
footer .social-links a svg circle,
footer .social-links a svg rect {
    fill: #fff
}

footer .social-links a:hover circle,
footer .social-links a:hover path,
footer .social-links a:hover rect {
    fill: #23305e
}

footer .social-links a svg {
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    top: -2px
}

footer .copyright {
    margin-top: 1.5rem;
    text-align: center
}

footer .addresses {
    text-align: center
}

footer .addresses address {
    margin: 0
}

footer .addresses h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

footer .addresses h6 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative
}

.according-menu .card .card-header button:focus {
    text-decoration: none
}

.according-menu .card .card-header button[aria-expanded=true] {
    -moz-user-select: none;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #23305e;
    font-size: 30px;
    margin: 0 0 10px
}

#free-webinar p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-weight: 600;
    margin: 0 auto 10px;
    color: #626478
}

#free-webinar .time {
    font-size: 14px;
    margin: 0 auto 15px;
    font-weight: 500
}

#free-webinar .time span {
    display: block
}

#free-webinar figure {
    margin-bottom: 10px
}

#free-webinar .img-fluid {
    width: 180px
}

#free-webinar .green-bg-btn {
    font-size: 14px
}

#webinar-tab {
    position: absolute;
    top: 58px;
    right: -102px;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
    width: 160px;
    height: 44px;
    background: #f9a82f;
    border-radius: 6px 6px 0 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-weight: 500
}

select:invalid {
    height: 0 !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important
}

select:invalid[multiple] {
    margin-top: 15px !important
}

.fill-bg .navbar-brand {
    padding-top: 0
}

.fill-bg .navbar-brand .company_name {
    bottom: -3px
}

.fill-bg .navbar-brand .company_name a {
    text-decoration: none;
    color: #333
}

.owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 20px !important;
    box-shadow: 0 3px 27px rgba(0, 0, 0, .1);
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.owl-nav button+button {
    margin-left: 15px
}

.owl-nav button.owl-next span,
.owl-nav button.owl-prev span {
    display: none
}

.owl-nav button::before {
    content: '';
    display: inline-block;
    border: solid #a2a4a8;
    border-width: 0 2px 2px 0;
    padding: 3px;
    width: 10px;
    height: 10px;
    position: relative;
    top: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: rgba(51, 153, 102, .7)
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.industry .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.active .owl-dot:hover span {
    background: #396
}

footer .copyright.tntra {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .copyright.tntra img {
    width: 45px;
    height: auto;
    margin: 0 5px
}

.case-study-page .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 7px !important
}

@media all and (min-width:992px) {
    .case-study-page .navbar-brand {
        margin-top: -4px
    }
}

@media all and (max-width:991.98px) {
    .case-study-page .navbar-brand {
        padding-top: 4px !important
    }
}

.company-info .item.col-sm-12 {
    margin: 0 auto;
    text-align: center
}

.company-info .owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-height: 150px;
    margin: 0 auto;
    text-align: center
}

.tech-intro .txt-dark-blue a {
    color: #23305e
}

.tech-intro .txt-dark-blue:hover a {
    color: #396
}

@media screen and (max-width:480px) {
    .bannerForm.hero-section.new-design .row .quickEnq div input {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

body {
    counter-reset: my-sec-counter
}

.blog-section .box .inner-bg,
.blog-section .box a.readmore,
.blog-section .box h4,
.blog-section .box:hover .inner-bg,
.blog-section .box:hover a.readmore,
.blog-section .box:hover h4,
.clients .box .client-hover,
.clients .box:hover .client-hover,
.services .boxes-row .box .hover-text,
.services .boxes-row .box:hover .hover-text,
.services .boxes-row .flipbox,
.services .boxes-row .flipbox:hover,
.technology .box .technology-hover,
.technology .box:hover .technology-hover,
footer h4 span:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.text-green {
    color: #1dd3f9 !important
}

.heading-2 {
    color: black;
    font-weight: 700;
    font-size: 29px;
    line-height: 40px
}

.main-section .heading-2 span {
    font-weight: 300
}

.main-section p.sub-title {
    color: #3b5670;
    font-size: 15px;
    line-height: 24px
}

.pointer {
    cursor: pointer
}

.banner {
    min-height: 750px;
    width: 100%;
    background: url(../img/home-banner-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center
}

.banner img {
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 750px;
    height: 100%;
    object-fit: cover
}

.banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(35, 48, 94, .85)
}

.banner .container {
    position: relative;
    z-index: 1
}

.banner h1 {
    color: #fff;
    font-weight: 300;
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
    line-height: 60px
}

.banner .top-col {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.banner h1 strong {
    font-weight: 700
}

.banner p.discription {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    margin: 10px auto 30px;
    max-width: 950px
}

.banner .headbox .heading-banner {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px
}

.banner .headbox .heading-banner.text-green {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700
}

.banner .headbox p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

.services .boxes-row .flipbox {
    background-color: transparent;
    margin: 15px 0;
    width: 100%;
    height: 250px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.services .boxes-row .flipbox-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d
}

.services .boxes-row .flipbox:hover .flipbox-inner {
    transform: rotateY(180deg)
}

.services .boxes-row .flipbox .hover-text,
.services .boxes-row .flipbox .visible-text {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 20px
}

.services .boxes-row .flipbox .visible-text {
    background-color: #fff
}

.services .boxes-row .flipbox .visible-text h3 {
    line-height: 28px;
    color: black
}

.services .boxes-row .flipbox .hover-text {
    background-color: #1dd3f9;
    color: #fff;
    transform: rotateY(180deg)
}

.services .boxes-row .flipbox .hover-text p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 0 15px;
    margin-bottom: 0
}

.clients {
    padding: 70px 0
}

.technology {
    /* background: #e2e4e8; */
    padding: 70px 0 0
}

.technology .box {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    position: relative;
    cursor: pointer;
    text-align: center
}

.technology .box h2 {
    font-size: 18px;
    font-weight: 400
}

.technology .box h2 a {
    color: #293357;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.technology .box h2 a svg {
    margin-bottom: 20px;
    width: 70px;
    height: 50px
}

.technology .box .technology-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s
}

.technology .box:hover .technology-hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}

.technology .box .technology-hover.bg-ror {
    background: #c00
}

.technology .box .technology-hover.bg-python {
    background: #3571a3
}

.technology .box .technology-hover.bg-rt {
    background: #61dafb
}

.technology .box .technology-hover.bg-node {
    background: #689f63
}

.technology .box .technology-hover.bg-angular {
    background: #e23237
}

.technology .box .technology-hover.bg-android {
    background: #6ab344
}

.technology .box .technology-hover.bg-ios {
    background: #454545
}

.technology .box .technology-hover.bg-dt {
    background: #3f51b5
}

.technology .box .technology-hover.bg-aws {
    background: #f90
}

.technology .box .technology-hover.bg-net {
    background: #0680c0
}

.industry .content-col ul.nav {
    margin-top: 40px
}

.industry .content-col ul.nav li {
    display: inline-block;
    width: 48%;
    margin: 5px 0
}

.industry .content-col ul.nav li:nth-child(even) {
    margin-left: 4%
}

.industry .content-col ul.nav li a {
    padding: 10px 20px;
    border-radius: 25px;
    display: block;
    color: #293357
}

.industry .content-col ul.nav li a.active,
.industry .content-col ul.nav li a:hover {
    background: #1dd3f9;
    color: #fff
}

.industry .tab-content .tab-pane {
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

.testimonial {
    background: url(../img/testimonial-bg.png) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 70px;
    padding-bottom: 105px;
    position: relative
}

.testimonial h2 {
    margin-bottom: 50px !important
}

.testimonial blockquote {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.testimonial blockquote svg {
    width: 40px;
    height: auto;
    margin-bottom: 10px
}

.testimonial blockquote svg path {
    fill: #1dd3f9
}

.feedbacks .item:hover path {
    fill: rgba(51, 153, 102, .8)
}

.testimonial blockquote p {
    margin-bottom: 20px;
    font-size: 16px
}

.testimonial video {
    width: 100%;
    height: auto
}

.testimonial blockquote .details {
    position: relative;
    min-height: 60px
}

.testimonial blockquote .details img {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #f4f4f4
}

.testimonial .owl-nav {
    position: absolute;
    left: 50%;
    margin-left: -48px;
    bottom: -90px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #1dd3f9
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: rgba(51, 153, 102, .7)
}

.owl-nav button::before {
    border-color: #fff
}

.clients .box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    position: relative
}

.clients .box .client-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(51, 153, 102, .9);
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    padding: 20px;
    text-align: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s
}

.clients .box .client-hover span {
    position: relative
}

.clients .box .client-hover span:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background: #fff;
    content: '';
    display: none
}

.clients .box:hover .client-hover {
    background: #fff;
    color: #293357;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}

.clients .box img {
    width: auto
}

.c2a.call-action {
    background: rgba(35, 48, 94, .85);
    position: relative
}

.c2a.call-action:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/home-banner-bg.jpg) no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .1
}

.c2a.call-action .container {
    position: relative;
    z-index: 11
}

.c2a.call-action h3 {
    color: #fff
}

.we-better .col-md-6 {
    margin: 15px 0
}

.we-better .box {
    text-align: center;
    padding: 30px 20px;
    height: 100%
}

.we-better .box h4 {
    color: black
}

.we-better .box:hover {
    background: #1dd3f9
}

.we-better .box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #3b566e
}

.we-better .box:hover h4,
.we-better .box:hover p {
    color: #fff
}

.blog-section .box {
    position: relative;
    padding: 30px;
    margin: 15px auto;
    cursor: pointer;
    min-height: 250px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .1)
}

.blog-section .box h4 {
    color: #2e3b66;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    width: calc(100% - 60px);
    text-align: center;
    top: 50%;
    padding: 30px 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.blog-section .box a.readmore {
    color: #2e3b66;
    position: absolute;
    right: 20px;
    bottom: 20px
}

.blog-section .box a.readmore svg {
    width: 16px;
    height: 16px
}

.blog-section .box:hover path {
    fill: #fff
}

.blog-section .box img {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    height: 100%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.blog-section .box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.blog-section .box .inner-bg {
    opacity: 0
}

.blog-section .box:hover .inner-bg {
    opacity: 1
}

.blog-section .box:hover a.readmore,
.blog-section .box:hover h4 {
    color: #fff
}

.footer-blk {
    background: #2e3b66;
    border-radius: 0
}

footer .footer-bottom {
    background: #2c3864;
    padding: 30px 0
}

footer .footer-bottom hr {
    margin: 20px 0
}

footer h4 span {
    padding: 5px 20px 5px 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 10px;
    display: block !important;
    width: 100%;
    text-align: left !important;
    padding-right: 20px !important;
    position: relative !important
}

footer h4 span:focus {
    text-decoration: none !important
}

footer h4 span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    display: inline-block;
    padding: 2px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s
}

footer h4 span[aria-expanded=true]::after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

footer .collapse {
    margin-bottom: 20px
}

footer .link div {
    margin-bottom: 6px
}

@media(min-width:768px) {
    .collapse:not(.show) {
        display: block !important
    }

    footer h4 span {
        cursor: default;
        pointer-events: none
    }

    footer h4 span::after {
        display: none
    }

    footer .collapse {
        margin-bottom: 40px
    }

    footer .col-md-6:nth-of-type(3) .collapse,
    footer .col-md-6:nth-of-type(4) .collapse {
        margin-bottom: 0
    }
}

@media(min-width:992px) {

    footer .col-md-6:nth-of-type(1) .collapse,
    footer .col-md-6:nth-of-type(2) .collapse {
        margin-bottom: 0
    }

    .clients {
        padding: 70px 0
    }

    .clients .owl-theme .owl-nav {
        position: absolute;
        left: -230px;
        bottom: -40px
    }
}

@media(min-width:1200px) {
    .clients .owl-theme .owl-nav {
        left: -270px
    }
}

@media(max-width:991.98px) {
    .banner {
        padding-top: 100px;
        padding-bottom: 50px
    }

    .banner .headbox {
        margin: 25px 0
    }

    .banner .top-col {
        padding-top: 25px
    }

    .blog-section,
    .c2a.call-action,
    .case-study-intro,
    .clients,
    .industry,
    .services,
    .services-first-blk,
    .technology,
    .we-better {
        padding: 50px 0
    }

    .testimonial {
        padding-bottom: 100px
    }

    .industry .content-col ul.nav {
        margin-bottom: 30px
    }

    .industry .content-col ul.nav li {
        width: auto;
        margin: 5px
    }

    .industry .content-col ul.nav li:nth-child(even) {
        margin-left: 0
    }

    .testimonial {
        padding-top: 50px
    }

    .clients .client-carousal {
        margin-top: 30px
    }
}

@media(max-width:767.98px) {
    .services .boxes-row .flipbox {
        height: 280px;
        perspective: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        cursor: pointer;
        box-shadow: 0 3px 18px rgba(0, 0, 0, .1);
        border-radius: 10px
    }

    .services .boxes-row .flipbox:hover .flipbox-inner {
        transform: rotateY(0)
    }

    .services .boxes-row .flipbox .hover-text {
        background-color: transparent;
        color: #3b5670;
        transform: rotateY(0);
        position: relative;
        height: auto;
        box-shadow: none;
        text-align: left;
        padding: 0 20px
    }

    .services .boxes-row .flipbox .hover-text p {
        color: #3b5670;
        padding: 0
    }

    .services .boxes-row .flipbox .visible-text {
        background-color: transparent;
        position: relative;
        height: auto;
        box-shadow: none;
        padding-bottom: 0;
        justify-content: start;
        text-align: left
    }

    .services .boxes-row .flipbox:hover {
        background: #1dd3f9;
        color: #fff
    }

    .services .boxes-row .flipbox:hover h3,
    .services .boxes-row .flipbox:hover p,
    .technology .box:hover h4 a {
        color: #fff
    }

    .technology .box:hover circle,
    .technology .box:hover g,
    .technology .box:hover path {
        fill: rgba(255, 255, 255, .9)
    }

    .technology .box .technology-hover {
        display: none
    }

    .technology .box.bg-ror:hover {
        background: #c00
    }

    .technology .box.bg-python:hover {
        background: #3571a3
    }

    .technology .box.bg-rt:hover {
        background: #61dafb
    }

    .technology .box.bg-node:hover {
        background: #689f63
    }

    .technology .box.bg-angular:hover {
        background: #e23237
    }

    .technology .box.bg-android:hover {
        background: #6ab344
    }

    .technology .box.bg-ios:hover {
        background: #454545
    }

    .technology .box.bg-dt:hover {
        background: #3f51b5
    }

    .technology .box.bg-aws:hover {
        background: #f90
    }

    .industry .content-col ul.nav {
        white-space: nowrap;
        display: block;
        overflow: auto;
        padding-bottom: 15px
    }

    .blog-section .box img {
        height: auto;
        width: 100%
    }

    footer .addresses {
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, .05);
        margin-top: 20px;
        padding-top: 40px
    }
}

@media(max-width:575.98px) {
    .banner h1 {
        line-height: 40px;
        font-size: 30px
    }

    .banner .headbox {
        text-align: center
    }

    .services .boxes-row .flipbox {
        height: auto;
        padding-bottom: 20px
    }

    .technology .cards-row [class^=col] {
        padding: 10px
    }

    .technology .box {
        min-height: 140px;
        margin: 0
    }

    .technology .box .technology-hover {
        font-size: 16px
    }

    .technology .box h2 a svg {
        width: 50px;
        margin-bottom: 10px
    }

    .technology .box h2 {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        padding: 0 10px
    }

    .feedbacks .item {
        display: contents
    }

    .blog-section .col-md-6:first-child .box {
        margin-top: 0
    }

    .blog-section .box {
        min-height: 200px
    }

    .blog-section .box img {
        height: 100%
    }

    footer .links-row {
        text-align: left !important
    }
}

.industry .tab-pane {
    background: url(../img/case-studies/laptop.png) no-repeat center;
    background-size: 100%
}

.industry .case-study-carousel {
    overflow: hidden;
    margin: 0 auto
}

.industry .case-study-carousel img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.industry .web-screen {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.industry .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.industry .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .72);
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.industry .inner-block {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0
}

.industry .overlay a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 10px 30px;
    height: 40px;
    border-radius: 20px;
    letter-spacing: .5px;
    border: solid 1px #fff;
    text-align: center
}

.industry .item:hover .overlay {
    opacity: 1
}

.industry .owl-dots button:focus {
    outline: 0
}

.industry .owl-theme .owl-dots .owl-dot:hover span {
    background: #99ccb2
}

.industry .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.active .owl-dot:hover span {
    background: #1dd3f9
}

.services-first-blk {
    background: #f4f4f4
}

.services-first-blk .box {
    background: 0 0;
    margin: 10px 0
}

.services-first-blk .box h4 {
    color: #2e3b66
}

.services-first-blk .box p {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

.services-first-blk .box {
    box-shadow: none
}

@media(min-width:1200px) {
    .industry .case-study-carousel {
        width: 414px;
        height: 410px
    }

    .industry .web-screen {
        height: 255px;
        margin: 67px auto auto
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .industry .case-study-carousel {
        width: 339px;
        height: 358px
    }

    .industry .web-screen {
        height: 213px;
        margin: 63px auto auto
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .industry .case-study-carousel {
        width: 527px;
        height: 510px
    }

    .industry .web-screen {
        height: 326px;
        margin: 78px auto auto
    }
}

@media(max-width:991.98px) {
    .industry .content-col ul.nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .industry .content-col ul.nav li a {
        padding: 10px 8px;
        border: none;
        border-bottom: solid 3px transparent;
        border-radius: 0
    }

    .industry .content-col ul.nav li a.active,
    .industry .content-col ul.nav li a:hover {
        color: #1dd3f9;
        background: 0 0
    }

    .industry .content-col ul.nav li a.active {
        border-bottom: solid 3px #1dd3f9
    }

    .clients .client-carousal .owl-nav {
        text-align: center;
        margin-top: 20px
    }
}

@media(max-width:767.98px) {
    .industry .content-col ul.nav li a {
        font-size: 14px
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .industry .case-study-carousel {
        width: 388px;
        height: 388px
    }

    .industry .web-screen {
        height: 241px;
        margin: 63px auto auto
    }
}

@media(min-width:300px) and (max-width:575.98px) {
    .industry .tab-pane {
        background-size: 280px
    }

    .industry .case-study-carousel {
        width: 214px;
        height: 240px
    }

    .industry .web-screen {
        height: 130px;
        margin: 50px auto auto
    }

    .industry .overlay a {
        max-width: 80%;
        height: auto;
        padding: 10px
    }

    .services-first-blk .box:after {
        width: 20px
    }
}

@media(max-width:299.98px) {
    .industry .tab-pane {
        background-size: 220px
    }

    .industry .case-study-carousel {
        width: 168px;
        height: 200px
    }

    .industry .web-screen {
        height: 98px;
        margin: 50px auto auto
    }

    .industry .overlay a {
        max-width: 90%;
        height: auto;
        padding: 10px 5px
    }
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #d8d7d7;
    border-radius: 50%;
    border-top: 16px solid #1dd3f9;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#content-block {
    display: none;
    text-align: center
}

ul.bltd li {
    font-size: 16px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #3b566e
}

.our-solution-tab {
    margin-top: 30px
}

.our-solution-tab .col-sm-3 {
    background: #293357;
    padding: 10px 0
}

.our-solution-tab #tabs a {
    color: #e2e4e8;
    font-size: 16px;
    line-height: 35px
}

.our-solution-tab .col-sm-9 {
    background: #fff
}

.our-solution-tab p {
    margin-bottom: 15px;
    color: #3b566e
}

.our-solution-tab .nav-tabs .nav-link,
.our-solution-tab .nav-tabs {
    border: 0
}

.our-solution-tab .nav-tabs .nav-item.show .nav-link,
.our-solution-tab .nav-tabs .nav-link.active {
    border-radius: 0;
    background-color: #1dd3f9;
    color: #e2e4e8 !important;
    -webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0/30%);
    box-shadow: 0 2px 20px 0 rgb(0 0 0/30%);
    transform: translate(20px);
    z-index: 99;
    position: relative
}

.our-solution-tab .nav-pills .nav-link.active,
.our-solution-tab .nav-pills .show>.nav-link {
    background-color: #33b172;
    transform: translate(20px);
    z-index: 9
}

.nav-tabs {
    display: none
}

@media(min-width:768px) {
    .nav-tabs {
        display: block
    }

    .card {
        border: none
    }

    .card .card-header {
        display: none
    }

    .card .collapse {
        display: block
    }
}

@media(max-width:767px) {
    .our-solution-tab .col-sm-3 {
        display: none
    }

    .tab-content>.tab-pane {
        display: block !important;
        opacity: 1
    }

    .our-solution-tab .col-sm-4,
    .our-solution-tab .col-sm-8 {
        background: 0 0
    }

    .our-solution-tab .card-header {
        background: #293357;
        color: #e2e4e8
    }

    .our-solution-tab .card-header a {
        color: #e2e4e8
    }
}

.our-solution-tab h4 {
    color: #293357
}

.our-solution-tab .nav-tabs .nav-link:hover {
    background: 0 0;
    box-shadow: none;
    transform: none
}

.our-solution-tab .nav-tabs .nav-link:hover span {
    border-bottom: 1px solid #fff
}

.bg-grey {
    background-color: #f2f4f8
}

body {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    font-family: "Open Sans", sans-serif
}

ul.resp-tabs-list,
p {
    margin: 0;
    padding: 0
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;

    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    border: 1px solid #5ab1d0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px !important;
    border-top: 4px solid #5ab1d0 !important;
    border-bottom: 0 #fff solid !important
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5ab1d0
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5ab1d0 !important;
    border-left: 4px solid #5ab1d0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #fff solid !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797
}

h2.resp-tab-active {
    background: #dbdbdb
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}

@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

/*
 * QuickVikalp - Modern & Professional Design System
 * A premium, elegant design overhaul
 */

/* ===================================
   CSS VARIABLES & DESIGN TOKENS
   =================================== */
:root {
    /* Primary Colors - Refined Navy & Blue */
    --primary-navy: #0A1628;
    --primary-navy-light: #1A2D4D;
    --primary-blue: #3B82F6;
    --primary-blue-light: #60A5FA;
    --primary-blue-dark: #2563EB;

    /* Accent Colors */
    --accent-cyan: #06B6D4;
    --accent-cyan-light: #22D3EE;
    --accent-teal: #14B8A6;

    /* Gradient Colors */
    --gradient-primary: linear-gradient(135deg, #3B82F6 0%, #06B6D4 100%);
    --gradient-dark: linear-gradient(135deg, #0A1628 0%, #1A2D4D 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    --gradient-shine: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);

    /* Neutral Colors */
    --neutral-50: #F8FAFC;
    --neutral-100: #F1F5F9;
    --neutral-200: #E2E8F0;
    --neutral-300: #CBD5E1;
    --neutral-400: #94A3B8;
    --neutral-500: #64748B;
    --neutral-600: #475569;
    --neutral-700: #334155;
    --neutral-800: #1E293B;
    --neutral-900: #0F172A;

    /* Typography */
    --font-display: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    --font-body: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;

    /* Spacing */
    --section-padding: 100px;
    --container-max: 1240px;

    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-glow: 0 0 40px rgba(59, 130, 246, 0.3);
    --shadow-glow-cyan: 0 0 40px rgba(6, 182, 212, 0.3);

    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-2xl: 32px;
    --radius-full: 9999px;

    /* Transitions */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ===================================
   FONT IMPORT
   =================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* ===================================
   GLOBAL RESET & BASE STYLES
   =================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--neutral-50);
    color: var(--neutral-700);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===================================
   NAVIGATION - MODERN GLASSMORPHISM
   =================================== */
#gtco-main-nav {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 0 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: var(--transition-base);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

#gtco-main-nav::before,
#gtco-main-nav::after {
    display: none !important;
}

#gtco-main-nav .navbar-brand {
    font-size: 28px !important;
    font-weight: 800;
    letter-spacing: -0.5px;
}

#gtco-main-nav .navbar-nav li a {
    color: var(--neutral-700) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    padding: 10px 20px !important;
    border-radius: var(--radius-full);
    transition: var(--transition-base);
    position: relative;
    overflow: hidden;
    text-transform: none !important;
}

#gtco-main-nav .navbar-nav li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: var(--transition-base);
    transform: translateX(-50%);
    border-radius: 2px;
}

#gtco-main-nav .navbar-nav li a:hover {
    color: var(--primary-blue) !important;
    background: rgba(59, 130, 246, 0.08);
}

#gtco-main-nav .navbar-nav li a:hover::before {
    width: 60%;
}

/* Brand Colors Enhancement */
.text-quick {
    color: var(--primary-navy) !important;
    font-weight: 800 !important;
}

.text-vikalp {
    color: var(--primary-blue) !important;
    font-weight: 800 !important;
}

/* Fix: Make .text-quick visible on dark backgrounds with golden color */
.gtco-banner-area .text-quick,
.gtco-testimonials .text-quick,
#gtco-footer .text-quick {
    color: #FFD54F !important;
}

.brand-subtitle {
    font-size: 11px !important;
    font-weight: 500;
    letter-spacing: 0.3px;
    opacity: 0.9;
}

/* Hamburger Menu - Custom Bars */
#gtco-main-nav .navbar-toggler {
    border: 2px solid #d1d5db !important;
    border-radius: 6px !important;
    padding: 8px 10px !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
}

#gtco-main-nav .navbar-toggler:hover {
    border-color: #3b82f6 !important;
    background: rgba(59, 130, 246, 0.05) !important;
}

#gtco-main-nav .navbar-toggler:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2) !important;
}

#gtco-main-nav .navbar-toggler .bar1,
#gtco-main-nav .navbar-toggler .bar2,
#gtco-main-nav .navbar-toggler .bar3,
#gtco-main-nav .bar1,
#gtco-main-nav .bar2,
#gtco-main-nav .bar3,
.navbar-toggler .bar1,
.navbar-toggler .bar2,
.navbar-toggler .bar3 {
    width: 22px !important;
    height: 3px !important;
    background-color: #1e3a5f !important;
    background: #1e3a5f !important;
    margin: 4px 0 !important;
    transition: 0.3s ease !important;
    display: block !important;
    border-radius: 2px !important;
}

#gtco-main-nav .change .bar1,
#gtco-main-nav .navbar-toggler.change .bar1 {
    transform: rotate(-45deg) translate(-5px, 5px);
    background-color: #3b82f6 !important;
    background: #3b82f6 !important;
}

#gtco-main-nav .change .bar2,
#gtco-main-nav .navbar-toggler.change .bar2 {
    opacity: 0;
}

#gtco-main-nav .change .bar3,
#gtco-main-nav .navbar-toggler.change .bar3 {
    transform: rotate(45deg) translate(-5px, -5px);
    background-color: #3b82f6 !important;
    background: #3b82f6 !important;
}

/* ===================================
   HERO BANNER - STUNNING DESIGN
   =================================== */
.gtco-banner-area {
    background: var(--gradient-dark);
    min-height: 100vh !important;
    display: flex;
    align-items: center;
    padding-top: 120px !important;
    position: relative;
    overflow: hidden;
}

.gtco-banner-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 80% 20%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 80%, rgba(6, 182, 212, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.gtco-banner-area::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 80%;
    height: 150%;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(6, 182, 212, 0.05) 100%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.gtco-banner-area h1 {
    color: #fff !important;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 2;
}

.gtco-banner-area h1 span {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gtco-banner-area p {
    color: var(--neutral-300) !important;
    font-size: 1.125rem !important;
    line-height: 1.8 !important;
    max-width: 500px;
    position: relative;
    z-index: 2;
}

/* Modern CTA Button */
.gtco-banner-area a.btn-brand,
.gtco-banner-area a:not(.navbar-brand) {
    background: var(--gradient-primary) !important;
    color: #fff !important;
    padding: 16px 32px !important;
    border-radius: var(--radius-full) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: none !important;
    border: none !important;
    box-shadow: var(--shadow-lg), var(--shadow-glow);
    transition: var(--transition-base);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.gtco-banner-area a.btn-brand::before,
.gtco-banner-area a:not(.navbar-brand)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-shine);
    transition: var(--transition-slow);
}

.gtco-banner-area a.btn-brand:hover::before,
.gtco-banner-area a:not(.navbar-brand):hover::before {
    left: 100%;
}

.gtco-banner-area a.btn-brand:hover,
.gtco-banner-area a:not(.navbar-brand):hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl), 0 0 50px rgba(59, 130, 246, 0.4);
}

.gtco-banner-area a.btn-brand .fa,
.gtco-banner-area a:not(.navbar-brand) .fa {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    margin-left: 12px;
    padding: 8px !important;
    width: 36px !important;
    height: 36px !important;
}

/* Hero Image */
.discussion-img {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.3));
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

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

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

/* ===================================
   ABOUT SECTION
   =================================== */
.gtco-feature {
    padding: 120px 0 !important;
    background: var(--neutral-50);
    margin-top: 0 !important;
}

.gtco-feature h2 {
    color: var(--primary-navy) !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 24px !important;
}

.gtco-feature p {
    color: var(--neutral-600) !important;
    font-size: 1.0625rem !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
}

/* ===================================
   SERVICES SECTION - ELEGANT CARDS
   =================================== */
.gtco-features {
    background: linear-gradient(180deg, var(--neutral-50) 0%, #fff 100%);
    padding: 120px 0 !important;
    margin-top: 0 !important;
}

.gtco-features h2 {
    color: var(--primary-navy) !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.gtco-features .col-lg-4 p {
    color: var(--neutral-600) !important;
    font-size: 1.0625rem !important;
    line-height: 1.8 !important;
}

.gtco-features .col-lg-8 .card {
    background: #fff !important;
    border-radius: var(--radius-xl) !important;
    padding: 32px 24px !important;
    box-shadow: var(--shadow-lg) !important;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: var(--transition-base);
    margin: 16px 8px !important;
    position: relative;
    overflow: hidden;
}

.gtco-features .col-lg-8 .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: var(--transition-base);
}

.gtco-features .col-lg-8 .card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-2xl), var(--shadow-glow) !important;
}

.gtco-features .col-lg-8 .card:hover::before {
    opacity: 1;
}

.gtco-features .col-lg-8 .card .oval {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%) !important;
    border-radius: var(--radius-lg) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px !important;
    transform: none !important;
    padding: 0 !important;
}

.gtco-features .col-lg-8 .card .card-img-top {
    width: 50px !important;
    max-width: 50px !important;
    height: auto;
    transform: none !important;
    margin: 0 !important;
}

.gtco-features .col-lg-8 .card h3 {
    color: var(--primary-navy) !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    margin-bottom: 8px;
}

.gtco-features .col-lg-8 .card p {
    color: var(--neutral-500) !important;
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
    margin: 0;
}

/* ===================================
   TEAM SECTION - MODERN CAROUSEL
   =================================== */
.gtco-testimonials {
    background: var(--gradient-dark) !important;
    padding: 120px 0 !important;
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
}

.gtco-testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 30% 30%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(6, 182, 212, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.gtco-testimonials h2 {
    color: #fff !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 60px !important;
}

.gtco-testimonials .card {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: var(--radius-2xl) !important;
    padding: 40px 30px !important;
    transition: var(--transition-base);
}

.gtco-testimonials .center .card {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3) !important;
}

.gtco-testimonials .card-img-top {
    border: 4px solid rgba(59, 130, 246, 0.5) !important;
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.3);
}

.gtco-testimonials .card h5 {
    color: #fff !important;
    font-weight: 600 !important;
}

.gtco-testimonials .card h5 span {
    color: var(--accent-cyan) !important;
    font-weight: 400 !important;
}

.gtco-testimonials .card p,
.gtco-testimonials .card p small {
    color: rgba(255, 255, 255, 0.8) !important;
}

.gtco-testimonials .owl-dots span {
    background: rgba(255, 255, 255, 0.3) !important;
    border: none !important;
}

.gtco-testimonials .owl-dots .active span {
    background: var(--primary-blue) !important;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}

/* ===================================
   EXPERTISE SECTION - FLIP CARDS
   =================================== */
.main-section.services {
    background: #fff;
    padding: 120px 0 !important;
}

.main-section.services .heading-2 {
    color: var(--primary-navy) !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
}

.main-section.services .sub-title {
    color: var(--neutral-600) !important;
    max-width: 700px;
    margin: 0 auto 60px !important;
}

.services .boxes-row .flipbox {
    height: 280px !important;
}

.services .boxes-row .flipbox .visible-text {
    background: #fff !important;
    border: 1px solid var(--neutral-200) !important;
}

.services .boxes-row .flipbox .visible-text h3 {
    color: var(--primary-navy) !important;
    font-weight: 600 !important;
    font-size: 1.25rem !important;
}

.services .boxes-row .flipbox .hover-text {
    background: var(--gradient-primary);
}

.services .boxes-row .flipbox .hover-text p {
    font-size: 0.9375rem !important;
    line-height: 1.7 !important;
}

/* ===================================
   TECHNOLOGY SECTION - PREMIUM GRID
   =================================== */
.main-section.technology {
    background: linear-gradient(180deg, #fff 0%, var(--neutral-50) 100%);
    padding: 120px 0 !important;
}

.main-section.technology .heading-2 {
    color: var(--primary-navy) !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
}

.main-section.technology .sub-title {
    color: var(--neutral-600) !important;
}

.technology .box {
    background: #fff !important;
    border-radius: var(--radius-lg) !important;
    border: 1px solid var(--neutral-200) !important;
    transition: var(--transition-base);
    min-height: 140px !important;
}

.technology .box:hover {
    border-color: transparent !important;
    box-shadow: var(--shadow-xl) !important;
    transform: translateY(-5px);
}

.technology .box h2 {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: var(--neutral-700) !important;
}

.technology .box h2 a svg {
    margin-bottom: 12px !important;
    width: 50px !important;
    height: 40px !important;
}

.technology .box .technology-hover {
    border-radius: var(--radius-lg) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* ===================================
   WHY CHOOSE US - ELEGANT BOXES
   =================================== */
.main-section.we-better {
    background: var(--neutral-50);
    padding: 120px 0 !important;
}

.main-section.we-better .heading-2 {
    color: var(--primary-navy) !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
}

.main-section.we-better .sub-title {
    color: var(--neutral-600) !important;
    max-width: 800px;
    margin: 0 auto 60px !important;
}

.we-better .box {
    background: #fff !important;
    border-radius: var(--radius-xl) !important;
    padding: 40px 30px !important;
    border: 1px solid var(--neutral-200);
    transition: var(--transition-base);
}

.we-better .box:hover {
    background: var(--gradient-primary) !important;
    border-color: transparent;
    transform: translateY(-8px);
    box-shadow: var(--shadow-2xl), var(--shadow-glow) !important;
}

.we-better .box h4 {
    color: var(--primary-navy) !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
}

.we-better .box p {
    color: var(--neutral-600) !important;
    font-size: 0.9375rem !important;
    line-height: 1.7 !important;
}

.we-better .box:hover h4,
.we-better .box:hover p {
    color: #fff !important;
}

/* ===================================
   CONTACT & FOOTER - PREMIUM DESIGN
   =================================== */
#gtco-footer {
    background: var(--gradient-dark) !important;
    padding: 100px 0 40px !important;
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
}

#gtco-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 20%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 80%, rgba(6, 182, 212, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

#gtco-footer h4 {
    color: #fff !important;
    font-size: 1.375rem !important;
    font-weight: 600 !important;
    margin-bottom: 24px !important;
    position: relative;
}

#gtco-footer input,
#gtco-footer textarea {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: var(--radius-md) !important;
    color: #fff !important;
    padding: 16px 24px !important;
    font-size: 15px !important;
    transition: var(--transition-base);
    height: auto !important;
}

#gtco-footer input:focus,
#gtco-footer textarea:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: var(--primary-blue) !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15) !important;
    outline: none;
}

#gtco-footer input::placeholder,
#gtco-footer textarea::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

#gtco-footer .submit-button {
    background: var(--gradient-primary) !important;
    border-radius: var(--radius-full) !important;
    padding: 16px 36px !important;
    font-weight: 600 !important;
    box-shadow: var(--shadow-lg), var(--shadow-glow);
    transition: var(--transition-base);
    cursor: pointer;
}

#gtco-footer .submit-button:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl), 0 0 40px rgba(59, 130, 246, 0.4);
}

#gtco-footer .company-nav a,
#gtco-footer .services-nav a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 15px !important;
    padding: 8px 0 !important;
    transition: var(--transition-base);
}

#gtco-footer .company-nav a:hover,
#gtco-footer .services-nav a:hover {
    color: var(--accent-cyan) !important;
    padding-left: 8px !important;
}

#gtco-footer .follow-us-nav a {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: var(--transition-base);
}

#gtco-footer .follow-us-nav a:hover {
    color: var(--accent-cyan) !important;
    transform: translateY(-3px);
}

#gtco-footer .col-12 p {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px !important;
}

#gtco-footer .col-12 p a {
    color: var(--accent-cyan) !important;
}

/* ===================================
   ANIMATIONS
   =================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

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

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

/* Apply animations to visible elements */
.gtco-banner-area h1,
.gtco-banner-area p,
.gtco-banner-area a {
    animation: fadeInUp 0.8s ease-out forwards;
}

.gtco-banner-area h1 {
    animation-delay: 0.1s;
}

.gtco-banner-area p {
    animation-delay: 0.2s;
}

.gtco-banner-area a {
    animation-delay: 0.3s;
}

/* ===================================
   SCROLL ANIMATIONS
   =================================== */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===================================
   RESPONSIVE ADJUSTMENTS - MOBILE FIRST
   =================================== */

/* ---- Extra Small Devices (phones, 320px - 575px) ---- */
@media (max-width: 575px) {
    :root {
        --section-padding: 50px;
    }

    /* Navigation */
    #gtco-main-nav {
        padding: 8px 0 !important;
    }

    #gtco-main-nav .container {
        padding: 0 15px;
    }

    #gtco-main-nav .d-flex img {
        width: 50px !important;
        height: 50px !important;
    }

    #gtco-main-nav .navbar-brand {
        font-size: 20px !important;
    }

    .brand-subtitle {
        font-size: 8px !important;
        display: block;
        line-height: 1.2;
    }

    .navbar-collapse-custom {
        margin-left: 0 !important;
        background: rgba(255, 255, 255, 0.98);
        border-radius: var(--radius-lg);
        margin-top: 12px;
        padding: 12px;
        box-shadow: var(--shadow-xl);
        position: absolute;
        top: 100%;
        left: 10px;
        right: 10px;
        z-index: 1000;
    }

    #gtco-main-nav .navbar-nav li a {
        color: var(--neutral-700) !important;
        padding: 12px 16px !important;
        font-size: 14px !important;
    }

    /* Hero Banner */
    .gtco-banner-area {
        padding-top: 80px !important;
        min-height: auto !important;
        padding-bottom: 50px !important;
        text-align: center;
    }

    .gtco-banner-area h1 {
        font-size: 1.5rem !important;
        margin-top: 20px !important;
        line-height: 1.3 !important;
    }

    .gtco-banner-area p {
        font-size: 0.9375rem !important;
        margin: 0 auto 20px !important;
        max-width: 100%;
    }

    .gtco-banner-area a.btn-brand,
    .gtco-banner-area a:not(.navbar-brand) {
        padding: 12px 24px !important;
        font-size: 14px !important;
        display: inline-block;
    }

    .discussion-img {
        max-width: 80% !important;
        margin: 30px auto 0 !important;
        display: block;
    }

    /* About Section */
    .gtco-feature {
        padding: 50px 0 !important;
    }

    .gtco-feature h2 {
        font-size: 1.5rem !important;
        text-align: center;
    }

    .gtco-feature p {
        font-size: 0.9375rem !important;
        text-align: center;
    }

    .gtco-feature .cover {
        margin-bottom: 30px;
    }

    .gtco-feature .cover svg {
        max-width: 100%;
        height: auto;
    }

    /* Services Section */
    .gtco-features {
        padding: 50px 0 !important;
    }

    .gtco-features h2 {
        font-size: 1.5rem !important;
        text-align: center;
    }

    .gtco-features .col-lg-4 {
        text-align: center;
        margin-bottom: 30px;
    }

    .gtco-features .col-lg-4 p {
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .gtco-features .col-lg-8 {
        padding: 0 !important;
    }

    .gtco-features .col-lg-8 .row .col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
    }

    .gtco-features .col-lg-8 .card {
        margin: 10px 0 !important;
        padding: 24px 16px !important;
    }

    .gtco-features .col-lg-8 .card .oval {
        width: 60px !important;
        height: 60px !important;
    }

    .gtco-features .col-lg-8 .card .card-img-top {
        width: 35px !important;
        max-width: 35px !important;
    }

    .gtco-features .col-lg-8 .card h3 {
        font-size: 1rem !important;
    }

    .gtco-features .col-lg-8 .card p {
        font-size: 0.875rem !important;
    }

    /* Team Section */
    .gtco-testimonials {
        padding: 50px 0 !important;
    }

    .gtco-testimonials h2 {
        font-size: 1.5rem !important;
        margin-bottom: 30px !important;
    }

    .gtco-testimonials .card {
        padding: 24px 16px !important;
        margin: 0 5px;
    }

    .gtco-testimonials .card-img-top {
        width: 80px !important;
        height: 80px !important;
    }

    .gtco-testimonials .card h5 {
        font-size: 1rem !important;
    }

    .gtco-testimonials .card p small {
        font-size: 0.8125rem !important;
    }

    /* Expertise / Flip Cards */
    .main-section.services {
        padding: 50px 0 !important;
    }

    .main-section.services .heading-2 {
        font-size: 1.5rem !important;
        text-align: center;
    }

    .main-section.services .sub-title {
        font-size: 0.9375rem !important;
        text-align: center;
        margin-bottom: 30px !important;
    }

    /* Expertise / Flip Cards Mobile Restore */
    .services .boxes-row .flipbox {
        height: 280px !important;
        /* Ensure height matches flip needs */
        margin: 8px 0 !important;
        /* Restoring perspective for flip */
        perspective: 1000px !important;
        background-color: transparent !important;
        /* Let inner face determine bg */
        border: none !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .services .boxes-row .flipbox-inner {
        /* Restoring 3D transform */
        transform-style: preserve-3d !important;
        display: block !important;
        height: 100% !important;
        width: 100% !important;
    }

    .services .boxes-row .flipbox:hover .flipbox-inner {
        transform: rotateY(180deg) !important;
    }

    .services .boxes-row .flipbox .visible-text,
    .services .boxes-row .flipbox .hover-text {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        backface-visibility: hidden !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 12px !important;
        padding: 20px !important;
        text-align: center !important;
    }

    .services .boxes-row .flipbox .visible-text {
        background: #ffffff !important;
        z-index: 2;
        transform: rotateY(0deg);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    }

    .services .boxes-row .flipbox .hover-text {
        background: #1dd3f9 !important;
        /* Restore blue background */
        color: #fff !important;
        transform: rotateY(180deg);
        z-index: 1;
        opacity: 1 !important;
    }

    /* Fix text colors */
    .services .boxes-row .flipbox .visible-text h3 {
        color: #1e3a5f !important;
        font-size: 1.0625rem !important;
        margin-bottom: 0 !important;
    }

    .services .boxes-row .flipbox .hover-text p {
        color: #fff !important;
        font-size: 0.875rem !important;
    }

    /* Technology Section */
    .main-section.technology {
        padding: 50px 0 !important;
    }

    .main-section.technology .heading-2 {
        font-size: 1.5rem !important;
    }

    .main-section.technology .sub-title {
        font-size: 0.9375rem !important;
    }

    .technology .cards-row {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .technology .cards-row .col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 5px !important;
    }

    .technology .box {
        min-height: 100px !important;
        padding: 10px !important;
    }

    .technology .box h2 {
        font-size: 11px !important;
    }

    .technology .box h2 a svg {
        width: 30px !important;
        height: 24px !important;
        margin-bottom: 5px !important;
    }

    /* Why Choose Us */
    .main-section.we-better {
        padding: 50px 0 !important;
    }

    .main-section.we-better .heading-2 {
        font-size: 1.5rem !important;
        text-align: center;
    }

    .main-section.we-better .sub-title {
        font-size: 0.9375rem !important;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .we-better .boxes-row {
        padding: 0 10px;
    }

    .we-better .box {
        padding: 24px 16px !important;
        margin-bottom: 15px;
    }

    .we-better .box h4 {
        font-size: 1rem !important;
    }

    .we-better .box p {
        font-size: 0.8125rem !important;
    }

    /* Footer */
    #gtco-footer {
        padding: 50px 0 30px !important;
    }

    #gtco-footer h4 {
        font-size: 1.125rem !important;
        margin-bottom: 16px !important;
        text-align: center;
    }

    #gtco-footer .col-lg-6:first-child {
        margin-bottom: 40px;
    }

    #gtco-footer input,
    #gtco-footer textarea {
        padding: 12px 16px !important;
        font-size: 14px !important;
        margin-bottom: 12px;
    }

    #gtco-footer .submit-button {
        padding: 12px 24px !important;
        font-size: 14px !important;
        display: block;
        width: 100%;
        text-align: center;
    }

    #gtco-footer .row .col-6 {
        text-align: center;
    }

    #gtco-footer .company-nav,
    #gtco-footer .services-nav {
        text-align: center;
    }

    #gtco-footer .company-nav a,
    #gtco-footer .services-nav a {
        font-size: 13px !important;
        padding: 6px 0 !important;
    }

    #gtco-footer .follow-us-nav {
        justify-content: center;
    }

    #gtco-footer .footer-col-center {
        margin-top: 20px;
    }

    #gtco-footer .col-12 p {
        font-size: 12px !important;
        text-align: center;
    }

    /* Scroll to top */
    .scroll-top-wrapper {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
    }

    .scroll-top-wrapper::before {
        font-size: 16px;
    }
}

/* ---- Small Devices (landscape phones, 576px - 767px) ---- */
@media (min-width: 576px) and (max-width: 767px) {
    :root {
        --section-padding: 60px;
    }

    /* Navigation */
    #gtco-main-nav .d-flex img {
        width: 60px !important;
        height: 60px !important;
    }

    #gtco-main-nav .navbar-brand {
        font-size: 22px !important;
    }

    .brand-subtitle {
        font-size: 9px !important;
    }

    .navbar-collapse-custom {
        margin-left: 0 !important;
        background: rgba(255, 255, 255, 0.98);
        border-radius: var(--radius-lg);
        margin-top: 14px;
        padding: 14px;
        box-shadow: var(--shadow-xl);
    }

    #gtco-main-nav .navbar-nav li a {
        color: var(--neutral-700) !important;
        padding: 10px 14px !important;
    }

    /* Hero Banner */
    .gtco-banner-area {
        padding-top: 90px !important;
        min-height: auto !important;
        padding-bottom: 60px !important;
    }

    .gtco-banner-area h1 {
        font-size: 1.75rem !important;
        margin-top: 30px !important;
    }

    .gtco-banner-area p {
        font-size: 1rem !important;
    }

    .discussion-img {
        max-width: 70% !important;
        margin-top: 40px !important;
    }

    /* Sections */
    .gtco-feature,
    .gtco-features,
    .gtco-testimonials,
    .main-section.services,
    .main-section.technology,
    .main-section.we-better,
    #gtco-footer {
        padding: 60px 0 !important;
    }

    .gtco-feature h2,
    .gtco-features h2,
    .gtco-testimonials h2,
    .main-section .heading-2 {
        font-size: 1.75rem !important;
    }

    /* Services Cards */
    .gtco-features .col-lg-8 .row .col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .gtco-features .col-lg-8 .row .col:first-child {
        margin-top: 0 !important;
    }

    /* Technology Grid */
    .technology .cards-row .col {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }

    .technology .box {
        min-height: 120px !important;
    }

    .technology .box h2 {
        font-size: 12px !important;
    }

    /* Flip boxes */
    .services .boxes-row .flipbox {
        height: auto !important;
        min-height: auto !important;
        perspective: none !important;
        background: #ffffff !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
        border: 1px solid #e5e7eb !important;
        padding: 20px !important;
    }

    .services .boxes-row .flipbox-inner {
        transform: none !important;
        transform-style: flat !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        height: auto !important;
        width: 100% !important;
    }

    .services .boxes-row .flipbox .visible-text,
    .services .boxes-row .flipbox .hover-text {
        position: relative !important;
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        height: auto !important;
        width: 100% !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        transform: none !important;
        backface-visibility: visible !important;
        border: none !important;
    }

    .services .boxes-row .flipbox .visible-text {
        padding: 0 0 8px 0 !important;
    }

    .services .boxes-row .flipbox .hover-text {
        padding: 0 !important;
    }

    .services .boxes-row .flipbox .visible-text h3 {
        color: #1e3a5f !important;
        font-size: 1.0625rem !important;
        font-weight: 600 !important;
        text-align: left !important;
        margin: 0 !important;
    }

    .services .boxes-row .flipbox .hover-text p {
        color: #6b7280 !important;
        font-size: 0.875rem !important;
        line-height: 1.65 !important;
        text-align: left !important;
        margin: 0 !important;
    }

    .services .boxes-row .flipbox:hover {
        background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%) !important;
        background-color: #3b82f6 !important;
    }

    .services .boxes-row .flipbox:hover .visible-text h3,
    .services .boxes-row .flipbox:hover .hover-text p {
        color: #fff !important;
    }

    /* Why Choose boxes */
    .we-better .box {
        padding: 28px 20px !important;
    }
}

/* ---- Medium Devices (tablets, 768px - 991px) ---- */
@media (min-width: 768px) and (max-width: 991px) {
    :root {
        --section-padding: 80px;
    }

    /* Navigation */
    #gtco-main-nav {
        background: rgba(255, 255, 255, 0.98) !important;
    }

    #gtco-main-nav .d-flex img {
        width: 65px !important;
        height: 65px !important;
    }

    #gtco-main-nav .navbar-brand {
        font-size: 24px !important;
    }

    .brand-subtitle {
        font-size: 10px !important;
    }

    .navbar-collapse-custom {
        margin-left: 0 !important;
        background: rgba(255, 255, 255, 0.98);
        border-radius: var(--radius-lg);
        margin-top: 16px;
        padding: 16px;
        box-shadow: var(--shadow-xl);
    }

    #gtco-main-nav .navbar-nav li a {
        color: var(--neutral-700) !important;
        padding: 12px 16px !important;
    }

    /* Hero Banner */
    .gtco-banner-area {
        padding-top: 100px !important;
        min-height: auto !important;
        padding-bottom: 80px !important;
    }

    .gtco-banner-area h1 {
        font-size: 2rem !important;
        margin-top: 40px !important;
    }

    .gtco-banner-area p {
        font-size: 1rem !important;
    }

    .discussion-img {
        max-width: 80% !important;
    }

    /* Sections */
    .gtco-feature,
    .gtco-features,
    .gtco-testimonials,
    .main-section.services,
    .main-section.technology,
    .main-section.we-better,
    #gtco-footer {
        padding: 80px 0 !important;
    }

    .gtco-feature h2,
    .gtco-features h2,
    .gtco-testimonials h2,
    .main-section .heading-2 {
        font-size: 2rem !important;
    }

    /* About SVG */
    .gtco-feature .cover svg {
        max-width: 100%;
    }

    /* Services Cards */
    .gtco-features .col-lg-8 {
        padding: 10px 50px !important;
    }

    .gtco-features .col-lg-8 .row .col:first-child {
        margin-top: 50px !important;
    }

    /* Technology Grid */
    .technology .cards-row {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .technology .cards-row .col {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .technology .box {
        min-height: 120px !important;
    }

    .technology .box h2 {
        font-size: 13px !important;
    }

    .technology .box h2 a svg {
        width: 40px !important;
        height: 32px !important;
    }

    /* Flip boxes */
    .services .boxes-row .flipbox {
        height: 240px !important;
    }

    /* Footer */
    #gtco-footer .row>.col-lg-6:first-child {
        margin-bottom: 40px;
    }
}

/* ---- Large Devices (small laptops, 992px - 1199px) ---- */
@media (min-width: 992px) and (max-width: 1199px) {
    :root {
        --section-padding: 100px;
    }

    /* Navigation */
    #gtco-main-nav .navbar-brand {
        font-size: 26px !important;
    }

    .brand-subtitle {
        font-size: 10px !important;
    }

    /* Hero Banner */
    .gtco-banner-area h1 {
        font-size: 2.5rem !important;
    }

    /* Sections */
    .gtco-feature h2,
    .gtco-features h2,
    .gtco-testimonials h2,
    .main-section .heading-2 {
        font-size: 2.25rem !important;
    }

    /* Technology Grid */
    .technology .box {
        min-height: 130px !important;
    }

    .technology .box h2 {
        font-size: 14px !important;
    }

    /* Services padding */
    .gtco-features .col-lg-8 {
        padding: 10px 60px !important;
    }

    /* Flip boxes */
    .services .boxes-row .flipbox {
        height: 260px !important;
    }
}

/* ---- Extra Large Devices (desktops, 1200px+) ---- */
@media (min-width: 1200px) {

    /* Keep original styles, just ensure consistency */
    .gtco-features .col-lg-8 .row .col:first-child {
        margin-top: 150px;
    }
}

/* ---- Landscape mode adjustments ---- */
@media (max-height: 500px) and (orientation: landscape) {
    .gtco-banner-area {
        min-height: auto !important;
        padding: 80px 0 50px !important;
    }

    .gtco-banner-area h1 {
        font-size: 1.5rem !important;
        margin-top: 20px !important;
    }

    .discussion-img {
        max-width: 40% !important;
    }
}

/* ---- Touch device optimizations ---- */
@media (hover: none) and (pointer: coarse) {

    /* Make touch targets larger */
    #gtco-main-nav .navbar-nav li a {
        padding: 14px 20px !important;
    }

    .we-better .box,
    .services .boxes-row .flipbox,
    .technology .box {
        cursor: pointer;
    }

    /* Disable hover effects that don't work well on touch */
    .gtco-banner-area a.btn-brand:hover::before,
    .gtco-banner-area a:not(.navbar-brand):hover::before {
        left: -100%;
    }
}

/* ---- Print styles ---- */
@media print {

    .gtco-banner-area,
    #gtco-main-nav,
    .scroll-top-wrapper {
        display: none !important;
    }
}

/* ===================================
   UTILITY CLASSES
   =================================== */
.gradient-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-xl);
}

.hover-lift {
    transition: var(--transition-base);
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

/* Remove old gradient shapes */
#gtco-main-nav::before,
#gtco-main-nav::after {
    display: none !important;
    content: none !important;
}

/* ===================================
   SCROLL TO TOP BUTTON
   =================================== */
.scroll-top-wrapper {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-base);
    box-shadow: var(--shadow-lg), var(--shadow-glow);
    z-index: 999;
}

.scroll-top-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl), 0 0 30px rgba(59, 130, 246, 0.5);
}

.scroll-top-wrapper::before {
    content: '↑';
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* ===================================
   SELECTION STYLING
   =================================== */
::selection {
    background: rgba(59, 130, 246, 0.3);
    color: var(--primary-navy);
}

::-moz-selection {
    background: rgba(59, 130, 246, 0.3);
    color: var(--primary-navy);
}

/* ===================================
   SMOOTH SCROLLBAR
   =================================== */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--neutral-100);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--primary-blue) 0%, var(--accent-cyan) 100%);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-blue-dark);
}

/* ===================================
   CRITICAL MOBILE OVERRIDES
   These MUST be at the end to override all other styles
   =================================== */
@media screen and (max-width: 991px) {

    /* Force hamburger bars to be visible with dark color */
    .navbar-toggler .bar1,
    .navbar-toggler .bar2,
    .navbar-toggler .bar3,
    .navbar-toggler>.bar1,
    .navbar-toggler>.bar2,
    .navbar-toggler>.bar3,
    #gtco-main-nav .navbar-toggler .bar1,
    #gtco-main-nav .navbar-toggler .bar2,
    #gtco-main-nav .navbar-toggler .bar3,
    #gtco-main-nav .bar1,
    #gtco-main-nav .bar2,
    #gtco-main-nav .bar3,
    nav .bar1,
    nav .bar2,
    nav .bar3,
    .bar1,
    .bar2,
    .bar3 {
        background-color: #1e3a5f !important;
        background: #1e3a5f !important;
        width: 22px !important;
        height: 3px !important;
        display: block !important;
        margin: 4px 0 !important;
        border-radius: 2px !important;
    }
}

/* Mobile overrides cleaned up to allow flip */
@media screen and (max-width: 767px) {

    /* Ensure flip works by not overriding transform */
    .services .boxes-row .flipbox {
        /* Keep defined height for flip to work */
        min-height: 250px;
    }
}

/* ===================================
   PORTFOLIO & AI SECTIONS - NEW
   =================================== */

/* Portfolio Card Styles */
.portfolio-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px !important;
    overflow: hidden;
}

.portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.portfolio-img-wrapper {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-card:hover img {
    transform: scale(1.1);
}

.portfolio-card .card-body {
    padding: 24px;
    background: #fff;
}

/* AI Solutions Section */
.ai-solutions {
    padding: 100px 0;
    overflow: hidden;
}

.bg-gradient-dark-transparent {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.ai-graphic-wrapper {
    padding: 20px;
}

/* Enhancements for Section Headers in new sections */
.featured-work {
    padding: 100px 0;
    background: #fff;
}

.featured-work .heading-2 {
    color: var(--primary-navy);
    margin-bottom: 20px;
}

.featured-work .sub-title {
    color: var(--neutral-600);
    margin-bottom: 60px;
}

.technology .box.bg-net:hover {
    background: #0680c0;
}

/* FIX: Mobile Interaction Issues - REVISED */
@media (max-width: 991px) {

    /* 1. Remove underline from tech names in mobile/tablet view */
    .technology .box h2 a,
    .technology .box h2 a:hover,
    .technology .box h2 a:focus,
    .technology .box h2 a:active,
    .technology .box h2 a span {
        text-decoration: none !important;
        border-bottom: none !important;
        background-image: none !important;
    }
}

@media (max-width: 767px) {
    /* 2. Fix Tech Icons vanishing on click (mobile) */
    /* Removed Flipbox overrides to restore desktop flip behavior */

    /* 3. Fix Tech Icons vanishing on click (mobile) */
    /* Force background to stay white and icons to stay grey */
    .technology .box:hover,
    .technology .box:active,
    .technology .box.bg-ror:hover,
    .technology .box.bg-python:hover,
    .technology .box.bg-rt:hover,
    .technology .box.bg-node:hover,
    .technology .box.bg-angular:hover,
    .technology .box.bg-android:hover,
    .technology .box.bg-ios:hover,
    .technology .box.bg-dt:hover,
    .technology .box.bg-aws:hover {
        background: #ffffff !important;
    }

    .technology .box:hover circle,
    .technology .box:hover g,
    .technology .box:hover path,
    .technology .box:active circle,
    .technology .box:active g,
    .technology .box:active path {
        fill: #788b9c !important;
        stroke: transparent;
    }

    .technology .box:hover path[stroke],
    .technology .box:active path[stroke] {
        stroke: #788b9c !important;
    }

    /* Ensure text title also stays dark */
    .technology .box:hover h4 a,
    .technology .box:hover h2 a,
    .technology .box:active h4 a,
    .technology .box:active h2 a {
        color: #545454 !important;
        text-decoration: none !important;
    }
}