/* topbar */
.top-bar {
    background-color: rgba(11, 46, 88, 90.2%);
    padding-block: 6px;
    color: #FFFFFF;
    z-index: 1030;
}

.top-bar a {
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 15px;
}

.top-bar .contact-info {
    display: flex;
    align-items: center;
}

.top-bar .contact-info i {
    margin-right: 5px;
}

@media (max-width: 576px) {
    .top-bar {
        display: none;
    }
}

/* social-sidebar default styles */
.social-sidebar {
    position: fixed;
    top: 35%;
    right: 0;
    background-color: #234268;
    border-radius: 8px 0 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    z-index: 1000;
}

.social-sidebar .icon-container {
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.social-sidebar .icon-container:hover .details {
    right: 60px;
    opacity: 1;
    visibility: visible;
}

.social-sidebar .icon-container .details {
    position: absolute;
    right: 70px;
    background-color: #0F172B;
    color: #FFFFFF;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.social-sidebar .icon-container .details::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #0F172B;
}

.social-sidebar .icon-container:hover {
    background-color: #1C274D;
    border-radius: 8px 0 0 8px;
}

/* Media query for small devices */
@media (max-width: 768px) {
    .social-sidebar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        background-color: #234268;
        flex-direction: row;
        justify-content: space-around;
        padding: 15px 0;
        border-radius: 0;
        margin: 0 !important;
    }

    .social-sidebar .icon-container {
        font-size: 18px;
        width: auto;
        height: auto;
    }

    /* Hide tooltip details on small devices */
    .social-sidebar .icon-container .details {
        display: none;
    }
}


.button-red,
.button-red:before {
    border-radius: 4px;
}

.sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #0D1B38;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding-left: 25px;
}

.sub-title:before {
    position: absolute;
    left: 0;
    top: -1.7px;
    content: ":::";
    color: #0D1B38;
}

.title {
    color: #111111;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
    margin-bottom: 15px;
}

.title strong {
    color: #0D1B38;
}

@media(max-width:768px) {
    .title {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}

/* Fixed Header Overlapping */
.transparent-header {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%); */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    padding: 8px 0;
}

@media(max-width: 992px) {
    .transparent-header {
        padding: 5px 0;
    }
}

.transparent-header .navbar-brand img {
    width: 220px;
    max-width: 100%;
}

.certified-section-row img{
    width: 100%!important;
}

.home-banner {
    /* background: url(../images/new-page-images/banner/site-bn-2.jpg); */
    background: linear-gradient(to right, #212529b0,#00000000, #00000000), url(../images/new-page-images/banner/first-banner.png);
    background-repeat: no-repeat;
    height: 480px;
    background-size: cover;
    /* background-blend-mode: multiply; */
    /* background-color: rgba(22, 30, 69, 0.50); */
    background-position: center;
    /* padding-top: 100px;
    margin-top: -85px; */
    z-index: 1;
}

.home-banner.second-img {
    background: linear-gradient(to right, #212529b0,#00000000, #00000000), url(../images/new-page-images/banner/main-banner-2.1.png);
    background-image: cover;
}

.home-banner.third-img {
    background: linear-gradient(to right, #212529b0,#00000000, #00000000), url(../images/new-page-images/banner/Third-Banner.png);
    background-image: cover;
}

@media(min-width:1200px) and (max-width:1440px){

.home-banner {
        background-position-x: center !important;
}

    
    .home-banner h1{
    font-size:30px!important;
    line-height:36px!important;
    margin-bottom:12px!important;
}

.certified-section-row {
    width: 70% !important;
}

.home-banner .my-4{
    margin:8px 0px!important
}

.home-banner .my-4 a{
    font-size:14px;
}

.home-banner .button-red{
    font-size:11px;
}

.certified-section ul{
    gap:7px;
}

.certified-section ul li{
    width: 90px;
    height:44px;
}
}

@media (max-width:767px) {
    .certified-section ul{
        height: 110px;
    }
}

ul.ruby-menu>li>a {
    color: #111;
}

/* Sticky Header */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: background 0.3s ease;
    background: linear-gradient(135deg, #fefefe, #ffffff);
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sticky-header.sticky {
    /* background-color: rgba(11, 46, 88, 0.9); */
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    /* backdrop-filter:blur(2px); */
    padding: 6px 0;
}

.sticky-header.sticky #primaryLogo {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    /* box-shadow: 25px 25px 50px 0 transparent inset, -25px -25px 50px 0 transparent inset;
    mask-image: radial-gradient(circle, #74b6ff 1%, #212b3699 100%);
    -webkit-mask-image: radial-gradient(circle, #74b6ff 1%, #212b3699 100%); */
    /* filter: saturate(2) contrast(10); */
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-nav .btn {
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #234268;
    border-color: #234268;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-nav .nav-link i.fas.fa-plus::before {
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.navbar-nav .nav-link i.fas.fa-plus::before {
    content: "\f067";
}

.navbar-nav .nav-link:hover i.fas.fa-plus::before {
    content: "\f068";
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 20px;
    }
}


.home-banner h1 {
    color: #fff;
    line-height: 55px;
}

.certified-section ul {
    flex-wrap: wrap;
    gap: 14px;
}

.certified-section-row li.bg-light {
    background: #ffffffe0 !important;
}

.certified-section-row {
    width: 74% !important;
}

.certified-section {
    width: 75%;
}

.certified-section ul li {
    width: 106px;
    height: 60px;
    padding: 6px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:1200px) {

    .certified-section-row {
        width: 100% !important;
        margin: auto;
    }

    .certified-section {
        width: 100%;
    }

    .certified-section ul {
        gap: 8px;
    }

    .certified-section ul li {
        width: 101px;
        height: 47px;
        padding: 7px;
    }

    .home-banner h1 {
        font-size: 20px;
        line-height: 28px;
        margin-block: 13px !important;
    }

    .home-banner {
        height: auto;
        background-position: center !important;
    }

    .reviews-container-index .brands__amazondropshipping__container {
        padding-block: 24px;
        gap: 37px;
    }

    .reviews-container-index .brands__amazondropshipping__container .col-md-3 {
        width: 44%;
    }

    .reviews-container-index .rating-container4 .img__container {
        width: 121px !important;
    }

    .reviews-container-index .brands__amazondropshipping__container .img__container {
        /* height: 60px; */
        width: 78% !important;
        /* margin: 0 auto -17px !important; */
    }
}

@media(max-width:768px) {
    .home-banner {
        background-position: left !important;
    }
}

@media(max-width:430px) {
    .certified-section ul li {
        width: 102px !important;
        height: 51px !important;
    }
}

@media(max-width:375px) {
    .certified-section ul li {
        width: 95px !important;
        height: 51px !important;
    }
}

/* review__start */
.reviews-container-index .brands__amazondropshipping__container .img__container {
    height: 100% !important;
    /* width: 70%; */
    margin: 0 auto 4px !important;
}

.reviews-container-index .brands__amazondropshipping__container {
    background: #f3f3f36b;
    padding-block: 14px;
    border-radius: 4px;
    margin-inline: 1px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    gap: 50px;
}

@media(min-width:1200px) {
    .reviews-container-index .brands__amazondropshipping__container {
        gap: 35px;
    }
}

.sub__star__container i {
    font-size: 13px;
    padding: 4px;
}

.sub__star__container4 i {
    color: #26dee9;
    padding: 2px !important;
}

.sub__star__container1 i {
    color: #cb010d;
    padding: 2px;
}

.sub__star__container2 i {
    color: #fbbe05;
    padding: 2px;
}

.sub__star__container3 i {
    color: #ffffff;
    border: 1px solid;
    background: #00b67a;
}

.brands__amazondropshipping__container .review__counter p {
    font-size: 18px !important;
}

.sub__star__container span.review__num {
    font-size: 16px !important;
}

@media(max-width:991px) {
    .sub__star__container i {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .reviews-container-index .brands__amazondropshipping__container {
        padding-block: 24px;
        gap: 0px;
    }
}

/* review__end */

/* About Us Section */
.about-section {
    padding-block: 50px;
    position: relative;
}

.about-section:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 400px;
    border-radius: 0 0 0 450px;
    background-color: #F4F5F8;
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media(max-width: 768px) {
    .about-section:before {
        top: unset;
        bottom: 0;
        left: 0;
        right: unset;
        border-radius: 0 450px 0 0;
    }
}

@media(max-width: 400px) {
    .about-section:before {
        width: 340px;
        height: 340px;
    }
}

.about-section:hover:before {
    background-color: rgba(192, 31, 42, 12%);
}

.about-section .description {
    font-size: 1rem;
    color: #696969;
    margin-top: 20px;
    line-height: 1.6;
}

.about-section .features {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.about-section .feature-item {
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #0F172B;
    font-size: 1rem;
}

.about-section .feature-item svg {
    color: #234268;
    margin-right: 10px;
}
.about-section .feature-item i {
    color: #234268;
    margin-right: 10px;
}

/* ceo-desk */
.from-ceo-desk-section {
    padding-block: 50px;
    position: relative;
    background-image: url(assets-new/bg-pattern-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.from-ceo-desk-section .founder-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.from-ceo-desk-section .founder-info .thumb img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.from-ceo-desk-section .description {
    font-size: 1rem;
    color: #696969;
    margin-top: 20px;
    line-height: 1.6;
}

.from-ceo-desk-section .founder-info .info .name {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.from-ceo-desk-section .founder-info .info .designation {
    margin-bottom: 12px;
    color: #696969;
}

.from-ceo-desk-section .founder-info .thumb {
    background: -webkit-gradient(linear, left top, left bottom, from(#C01F29), to(#141E46));
    background: linear-gradient(#C01F29, #141E46);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 59px;
    margin-right: 14px;
    text-align: center;
}

.from-ceo-desk-section .founder-info .linkedin {
    margin-left: 16px;
}
.from-ceo-desk-section .founder-info .linkedin svg {
   color: #0A6BCA;
   width: 32px;
   height:32px;
}

.from-ceo-desk-section .founder-info .linkedin i {
    font-size: 32px;
    color: #0A6BCA;
}

.ceo-image-container {
    position: relative;
}

.ceo-image-container::before,
.ceo-image-container::after {
    content: '';
    position: absolute;
    background-image: url('assets-new/diagonal-sm-pattern.png');
    background-size: cover;
    z-index: -1;
}

.ceo-image-container::before {
    top: -15px;
    left: 65px;
    width: 120px;
    height: 400px;
}

.ceo-image-container::after {
    bottom: -15px;
    right: 65px;
    width: 120px;
    height: 400px;
}

@media (max-width: 1400px) {

    .ceo-image-container::before {
        display: none;
    }

    .ceo-image-container::after {
        display: none;
    }
}


@media (min-width: 768px) {
    .about-section .features {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }
}

/* Fact Section */
.fun-fact-section {
    padding: 80px 0;
    position: relative;
    background: #f9f7f7;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .fun-fact-section {
        padding: 50px 0 40px;
    }
}

.fun-fact-section .icon-lines-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 650px;
    height: 677px;
    background-image: url(assets-new/icon-lines.png);
}

@media screen and (max-width: 768px) {
    .fun-fact-section .icon-lines-2 {
        /* top: 40%; */
    }
}


.fun-fact-section .fact-counter {
    padding: 0;
    position: relative;
}


.counter-block .inner {
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 175px;
    width: 175px;
    border-radius: 50%;
    padding: 35px;
    /* margin: 0 auto 20px; */
}

@media (max-width:1250px) {
    .counter-block .inner {
        margin: 0 auto 20px;
    }
}

@media (max-width:435px) {
    .counter-block .inner {
        height: 170px;
        width: 170px;
        padding: 20px;
    }

    .counter-block .inner .count-box {
        font-size: 26px !important;
    }
}

@media (max-width:360px) {
    .counter-block .inner {
        height: 150px;
        width: 150px;
        padding: 20px;
    }
}


@media (min-width: 992px) and (max-width:1400px) {
    .counter-block .inner {
        height: 175px;
        width: 175px;
        margin: 0 auto 20px;
    }
}





.counter-block .inner:hover:before {
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
}

.counter-block .inner:hover:after {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.counter-block .inner:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.counter-block .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: "";
    border: 3px solid #C01F29;
    border-radius: 200px 200px 0 0;
    border-bottom: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.counter-block .inner:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    border: 3px solid #C01F29;
    border-top: 0;
    content: "";
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    border-radius: 0 0 200px 200px;
}

.counter-block .inner .icon-box {
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block .inner .icon-box .icon {
    color: #111111;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 0;
}

.counter-block .inner .count-box {
    font-size: 36px;
    font-weight: 600;
    color: #141E46;
}

.counter-block .inner .counter-title {
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #111111;
    margin-bottom: 0;
}

/* our-services-section */
.our-services-section {
    padding: 50px 0;
    background: #f9f7f7;
}

@media (max-width: 991.98px) {
    .our-services-section {
        padding: 50px 0 40px;
    }
}

.our-services-section .service-list a {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 1.1rem;
    color: #111;
    cursor: pointer;
    background-color: rgba(176, 196, 222, 0.4);
    transition: background-color 0.3s;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    border-left: 5px solid #CCCCCC;

}

.our-services-section .service-list a:hover,
.our-services-section .service-list a.active {
    background-color: rgba(176, 196, 222, 0.95);
    font-weight: 500;
    border-left: 5px solid #141E46;
    flex-wrap: nowrap;
}

.our-services-section .service-list i {
    margin-right: 10px;
}

.our-services-section .item {
    position: relative;
    padding-top: 58%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media(min-width:992px) and (max-width:1200px) {
    .our-services-section .item {
        padding-top: 90%;
    }
}

@media (max-width:768px) {
    .our-services-section .item {
        padding-block: 50%;
    }
}

@media(max-width:576px) {
    .our-services-section .item {
        padding-block: 82%;
    }
}

@media (max-width: 576px) and (min-width: 521px) {
    .our-services-section .item {
        padding-block: 48%;
    }
}

@media (max-width: 520px) and (min-width: 461px) {
    .our-services-section .item {
        padding-block: 60%;
    }
}

@media (max-width: 460px) and (min-width: 421px) {
    .our-services-section .item {
        padding-block: 75%;
    }
}

/* @media (max-width: 420px) and (min-width: 395px) {
    .our-services-section .item {
        padding-block: 90%;
    }
} */

@media (max-width: 394px) {
    .our-services-section .item {
        padding-block: 100%;
    }
}

@media (max-width: 365px) {
    .our-services-section .item {
        padding-block: 110%;
    }
}

.our-services-section .service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding-block: 50px;
    padding-inline: 50px;
}


@media (max-width: 992px) {
    .our-services-section .service-overlay {
        padding-block: 25px;
        /* padding-inline: 40px; */
        padding-inline: 25px;
    }
}

@media (max-width: 576px) {
    .our-services-section .service-overlay {
        padding-block: 10px;
        padding-inline: 10px;
    }
}


.our-services-section .service-overlay h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.our-services-section .service-overlay p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.our-services-section .owl-stage-outer span {
    display: inline-block;
    font-size: 14px;
}

.our-services-section .services-pills {
    gap: 10px;
    flex-wrap: wrap;
}

.our-services-section .services-pills a:hover span {
    text-decoration: underline;
    transition: text-decoration 0.3s ease;
    /* Smooth transition */
}


.our-services-section .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

.our-services-section .owl-nav .owl-prev,
.our-services-section .owl-nav .owl-next {
    font-size: 2rem;
    background: none;
}

.our-services-section .owl-theme .owl-nav [class*=owl-]:hover {
    color: #313131 !important;
}

.our-services-section .owl-carousel .owl-nav button.owl-next,
.our-services-section .owl-carousel .owl-nav button.owl-prev {
    display: unset;
}

@media (min-width: 1200px) {

    .our-services-section .owl-nav .owl-prev,
    .our-services-section .owl-nav .owl-next {
        position: relative;
    }

    .our-services-section .owl-nav .owl-prev {
        left: -60px;
    }

    .our-services-section .owl-nav .owl-next {
        right: -60px;
    }

    .our-services-section .owl-nav .owl-prev i,
    .our-services-section .owl-nav .owl-next i {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .our-services-section .owl-nav {
        position: static;
        margin-top: 35px;
        gap: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .our-services-section .owl-carousel .owl-nav button.owl-next,
    .our-services-section .owl-carousel .owl-nav button.owl-prev {
        display: contents;
    }

    .our-services-section .owl-nav .owl-prev,
    .our-services-section .owl-nav .owl-next {
        font-size: 1.5rem;
    }
}

/* cta-section */
.cta-section {
    color: #fff;
    background: linear-gradient(269.06deg, #234268 0%, #234268 100.77%);
    padding-block: 60px;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    top: -55px;
    right: -30px;
    width: 250px;
    height: 120px;
    background-image: url('assets-new/vertical-lines-pattern.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.3;
}

.cta-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .cta-section {
        padding-block: 40px;
    }

    .cta-section::before {
        display: none;
    }

    .cta-section .container {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .cta-section {
        padding-block: 30px;
        text-align: center;
    }

    .cta-section .container {
        flex-direction: column;
        gap: 15px;
    }
}

.cta-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.cta-content p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}



.cta-content a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.cta-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 12px 26px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 1px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.cta-icon {
    margin-right: 8px;
}

/* industries-we-serve-section */
.industries-we-serve {
    padding-block: 50px;
}

.industries-we-serve .title-section {
    max-width: 475px;
}

@media screen and (max-width: 768px) {
    .industries-we-serve .title-section {
        max-width: 100%;
    }
}

.industries-card {
    width: 160px;
    height: 190px;
    padding: 20px;
    text-align: center;
    background: rgba(176, 196, 222, 0.4);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    color: #234268;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    flex-direction: column;
}

.industries-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('assets-new/dots-pattern.png');
    background-size: cover;
    opacity: 0.6;
    z-index: 1;
}

.industries-card:hover::before {
    display: none;
}

.industries-card:hover {
    background: rgba(176, 196, 222, 1);
}

.industries-icon {
    width: 80px;
    height: 80px;
}

.industries-we-serve .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}

.industries-title {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    color: #141E46;
    z-index: 2;
    position: relative;
}

.industries-slider {
    margin-top: 50px;
}


.industries-slider .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.industries-slider .owl-nav button.owl-next,
.industries-slider .owl-nav button.owl-prev {
    display: unset;
}

@media(max-width:600px) {

    .industries-slider .owl-nav button.owl-next,
    .industries-slider .owl-nav button.owl-prev {
        display: contents;
    }
}

.industries-slider .owl-nav button.owl-next,
.industries-slider .owl-nav button.owl-prev,
.industries-slider button.owl-dot {
    background: transparent !important;
    color: #696969;
}

.industries-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

@media(max-width:600px) {
    .industries-slider .owl-nav {
        position: static;
        margin-top: 35px;
        gap: 10px;
        display: flex
;
        justify-content: center;
        align-items: center;
    }
}

.industries-slider .owl-nav .owl-prev,
.industries-slider .owl-nav .owl-next {
    position: absolute;
    color: #696969;
    cursor: pointer;
    font-size: 18px;
}

.industries-slider .owl-nav .owl-prev {
    left: -40px;
}

.industries-slider .owl-nav .owl-next {
    right: -40px;
}

/* our-testimonials */
.our-testimonials {
    padding-block: 50px;
    position: relative;
}

@media (max-width: 600px) {
    .our-testimonials {
        padding-block: 20px;
    }
}

@media (max-width: 768px) {
    .our-testimonials {
        padding-block: 30px;
    }
}


.our-testimonials .bg-shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 350px;
    background-image: url(assets-new/tech-pattern.webp);
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1;
}

@media screen and (max-width: 992px) {
    .our-testimonials .bg-shape-1 {
        display: none;
    }

}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.testimonial-card {
    max-width: 450px;
    padding: 14px 20px;
    border-radius: 2px;
    box-shadow: 0px 0px 6px rgba(105, 105, 105, 0.2);
    position: relative;
    margin-block: 10px;
    margin-right: 10px;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#C01F29), to(#141E46));
    background: linear-gradient(#C01F29, #141E46);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #d3d3d3;
}


.stars {
    color: #C01F29;
    font-size: 14px;
}

.testimonial-text {
    margin-top: 10px;
    color: #696969;
    line-height: 24px;
    min-height: 168px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}


.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
}

.company-logo {
    width: 45px;
    height: 45px;
}

.posted-on-link .company {
    color: #234268;
    display: block;
}

.posted-on-link {
    font-size: 14px;
    color: #696969;
}

.quote-icon {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.testimonial-slider .owl-item img {
    width: unset;
}

.testimonial-slider .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-slider .owl-dots button.owl-dot {
    background: #fff !important;
    border: 3px solid #141E46 !important;
}

.testimonial-slider .owl-dots button.owl-dot.active {
    background-color: #141E46 !important;
    border: unset;
}

/* our clients */
.client-section {
    padding-block: 50px;
    position: relative;
}

.client-section:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    border-radius: 300px 0 0 0;
    background-color: #F4F5F8;
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.client-section:hover:before {
    background-color: rgba(192, 31, 41, 0.12);
}

@media(max-width: 768px) {
    .client-section:before {
        display: none;
    }
}

@media (max-width: 600px) {
    .client-section {
        padding-block: 20px;
    }
}

@media (max-width: 768px) {
    .client-section {
        padding-block: 30px;
    }
}

.client-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 6px;
    width: 180px;
    height: 80px;
}

@media (max-width: 392px) {
    .client-box {
        width: 170px;
    }
}

.client-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.client-carousel .owl-item img {
    width: unset;
}

.client-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (min-width: 992px) {

    .carousel-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        justify-content: space-between;
        transform: translateY(-50%);
        margin-top: 0;
    }

    #prevBtn {
        position: absolute;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
    }

    #nextBtn {
        position: absolute;
        right: -65px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.carousel-nav .btn {
    background-color: transparent;
    color: #696969;
    padding: 0;
}

.carousel-nav .btn:hover {
    color: #111111;
}

/* video-testimonials */
.video-testimonials-section {
    padding-block: 50px;
    position: relative;
}

.video-testimonials-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    border-radius: 0 0 300px 0;
    background-color: #F4F5F8;
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-testimonials-section:hover:before {
    background-color: rgba(192, 31, 41, 0.12);
}

@media(max-width: 768px) {
    .video-testimonials-section:before {
        display: none;
    }
}

@media (max-width: 600px) {
    .video-testimonials-section {
        padding-block: 20px;
    }
}

@media (max-width: 768px) {
    .video-testimonials-section {
        padding-block: 30px;
    }
}

.video-testimonials-section .card img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.video-testimonials-section .card-title {
    background: #141e46;
    padding-top: 13px;
    margin-top: -1px;
    margin-bottom: 0;
    padding-bottom: 14px;
    text-align: center;
}


.video-testimonials-section h5 {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}

.video-testimonials-section .modal {
    scrollbar-width: none;
}

.video-testimonials-section .iframevidcontainer .modal-dialog {
    max-width: 520px;
    height: 700px !important;
    max-height: 700px;
    top: 8%;
    margin: auto;
}

.video-testimonials-section .modal-content {
    background-color: #234268;
    border-radius: 6px;
}

.video-testimonials-section .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.video-testimonials-section .card-description .stats {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
}

.video-testimonials-section .modal.show {
    display: flex !important;
    /* Ensure the modal uses flexbox */
    justify-content: center;
    /* Horizontally center */
    align-items: center;
    /* Vertically center */
    min-height: 100vh;
    /* Full viewport height */
}

.video-testimonials-section .modal-dialog {
    margin: 0;
    /* Remove default margin for better centering */
}

.video-testimonials-section .modal-body iframe {
    max-width: 100%;
    /* Responsive iframe */
    height: 500px;
    /* Fixed height for consistency */
}

.video-testimonials-section .card-description .stat {
    text-align: center;
    padding: 0 2px;
}

.video-testimonials-section .stat-value {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
}

.video-testimonials-section .stat-label {
    font-size: 0.9em;
}

.video-testimonials-section .divider {
    width: 1px;
    height: 50px;
    /* Adjust height as needed */
    background-color: #ccc;
    /* Adjust color as needed */
}

.video-testimonials-section .video-item {
    margin: 15px;
}

/* case studies section */
.case-studies-section {
    padding-block: 50px;
    background: #f9f7f7;
}



@media (max-width: 991.98px) {
    .case-studies-section {
        padding-block: 30px;
    }
}

.case-studies-section .case-study-card {
    position: relative;
    overflow: hidden;
}

.case-studies-section .case-study-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.case-studies-section .case-study-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(5, 28, 59, 0.67) 100%);
    opacity: 1;
    transition: background 0.3s ease;
}

.case-studies-section .case-study-card:hover .card-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(5, 28, 59, 0.85) 100%);
}

.case-studies-section .case-study-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.case-studies-section .badge-category {
    background-color: rgba(5, 28, 59, 0.8);
    font-size: 0.9rem;
    padding: 0.3em 0.8em;
    margin-top: 0.5em;
    display: inline-block;
}

/* contact-us section */
.contact-us-section.parallax-bg {
    background-image: url(../images/new-page-images/banner/form-banner.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-us-section .overlay {
    background-color: rgba(27, 25, 35, 0.4);
    padding: 60px 0;
    color: white;
}

.contact-us-section .sub-title {
    color: #C01F29;
}

.contact-us-section .sub-title:before {
    color: #C01F29;
}

.contact-us-section .title {
    color: #ffffff;
}

.contact-us-section .contact-form {
    background-color: rgba(192, 31, 41, 0.7);
    padding: 30px;
    border-radius: 5px;
}

.contact-us-section .form-control,
.contact-us-section .form-select {
    padding: .75rem 0.80rem
}

.contact-us-section .form-control:focus,
.contact-us-section .form-select:focus {
    color: var(--bs-body-color);
    background-color: #E8F0FE;
    border-color: #E8F0FE;
    outline: 0;
    box-shadow: none;
}

.contact-us-section .btn-check:checked+.btn,
.contact-us-section .btn.active,
.contact-us-section .btn.show,
.contact-us-section .btn:first-child:active,
.contact-us-section :not(.btn-check)+.btn:active {
    background-color: #234268 !important;
}

.contact-us-section .form-control,
.contact-us-section .btn {
    border-radius: 4px;
}

.contact-us-section .contact-info {
    color: white;
}

.contact-us-section .contact-info h5 {
    font-weight: bold;
}

.contact-us-section .contact-info p {
    font-size: 1.1rem;
}

.contact-us-section .icon {
    background-color: rgba(192, 31, 41, 0.7);
    color: white;
    padding: 15px;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-right: 10px;
    width: 60px;
    height: 60px;
}

.contact-us-section .btn-primary {
    background-color: #141E46;
    border: unset;
    outline: 0;
}

.iti {
    width: 100%;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%
}

.iti__country-name {
    color: #000 !important;
}

/* our-portfolio */
#service-portfolio .container {
    background-color: #e8e8e8;
    border-radius: 20px;
}

#service-portfolio .title {
    font-size: 1.2rem !important;
    line-height: 1.2rem !important;
}

#service-portfolio .portfolio-description {
    font-size: 16px;
    color: #000 !important;
    line-height: unset;
}

#service-portfolio .card {
    position: relative;
    width: 200px;
    height: 250px;
    border-radius: 0;
    border: 0;
}

#service-portfolio .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
    border-radius: 0;
    border: 0;
    gap: 20px;
}

#service-portfolio .card-img-overlay .btn {
    background-color: #C01F29;
    width: fit-content;
    margin-inline: auto;
}

.gslide-desc .btn {
    background-color: #C01F29;
    width: fit-content;
}

#service-portfolio .portfolio-custom-nav .owl-prev,
#service-portfolio .portfolio-custom-nav .owl-next {
    background-color: #0D1B38;
    border-radius: 50%;
    color: #fff;
    outline: none;
    border: 0;
    width: 30px;
    height: 30px;
}

#service-portfolio .owl-dots {
    display: none !important;
}

#service-portfolio .card:hover .card-img-overlay {
    opacity: 1;
}

#service-portfolio .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* from-the-blogs */
.blog-card {
    max-width: 385px;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    margin: 10px;
}

.blog-image {
    background-image: url('assets-new/blog-bg.png');
    background-size: cover;
    background-position: center;
    height: 200px;
}

.blog-title {
    bottom: 10px;
    left: 10px;
    color: #141E46;
    font-weight: bold;
    font-size: 1.2rem;
    padding-inline: 10px;
}

.blog-content {
    padding: 15px;
}

.blog-excerpt {
    color: #404040;
    font-size: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-card-footer {
    padding-block: 8px;
    padding-inline: 15px;
    background: #F4F5F8;
}

.read-more {
    color: #000;
    text-decoration: none;
}

.recent-blogs-container .owl-dots button.owl-dot {
    background: #fff !important;
    border: 3px solid #141E46 !important;
}

.recent-blogs-container .owl-item {
    display: flex;
    justify-content: center;
}

.recent-blogs-container .owl-dots button.owl-dot.active {
    background-color: #141E46 !important;
    border: unset;
}

/* worldwide-locations */
.worldwide-locations {
    padding-top: 50px;
    padding-bottom: 25px;
    background-image: url("assets-new/diagonal-pattern.jpg");
}

@media screen and (max-width: 768px) {
    .worldwide-locations {
        padding-block: 20px;
    }
}

.contact-card {
    padding: 15px;
    text-align: left;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    border: unset;
}

.contact-card img {
    width: 45px;
    margin-bottom: 10px;
}

.contact-card h6 {
    font-weight: bold;
    color: #141E46;
    font-size: 16px;
}

.contact-card .text-muted {
    font-size: 0.9em;
    color: #111111 !important;
}

.contact-card svg {
    margin-right: 8px;
    color: #141E46;
}

.contact-card i {
    margin-right: 8px;
    color: #141E46;
}

.contact-card .address {
    min-height: 65px;
}

@media(min-width:1200px) and (max-width:1400px) {
    .contact-card .address {
        min-height: 90px;
    }
}

@media (max-width:768px) {
    .contact-card .address {
        min-height: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-card-col {
        width: 45%;
        margin-inline: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-card-col {
        width: 30%;
        margin-inline: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-card-col {
        width: 30%;
        margin-inline: 6px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .contact-card-col {
        width: 25% !important;
        margin-inline: 0;
    }
}

@media (min-width: 1400px) {
    .contact-card-col {
        width: 17.8% !important;
        margin-inline: 0;
    }
}

/* Footer styles */
.footer {
    background-color: #0B2E58;
    color: white;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .footer {
        /* margin-bottom: 50px; */
    }
}

.footer::before,
.footer::after {
    content: "";
    position: absolute;
    opacity: 0.8;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.footer::before {
    top: 0;
    right: 0;
    width: 275px;
    height: 258px;
    background-image: url("assets-new/footer-right-pattern.png");
    background-size: contain;
    pointer-events: none;
}

.footer::after {
    bottom: 0;
    left: 0;
    width: 275px;
    height: 258px;
    background-image: url("assets-new/footer-left-pattern.png");
    background-size: contain;
    pointer-events: none;
}

.footer h5 {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    width: max-content;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer h5:after {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background-color: #C01F29;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.footer a:hover {
    font-weight: 600;
}

.footer .social-icons {
    display: flex;
    gap: 10px;
}

.footer .social-icons .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: white;
    text-decoration: none;
    transition: transform 0.3s;
}

.footer .social-icons .facebook {
    background-color: #3b5998;
}

.footer .social-icons .linkedin {
    background-color: #0077b5;
}

.footer .social-icons .instagram {
    background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #4f5bd5);
}

.footer .social-icons .youtube {
    background-color: #ff0000;
}

.footer .social-icons .twitter {
    background-color: #ffffff;
    color: #000000 !important;
}


.icon:hover {
    transform: scale(1.1);
}

@media (max-width: 992px) {
    .footer .footer-certifications {
        order: 5;
    }
}

.certification-logos img {
    width: 80px;
    height: 80px;
    margin: 8px;
}

@media(min-width:1200px) and (max-width:1320px) {
    .certification-logos img {
        width: 70px;
        height: 70px;
        margin: 6px;
    }
}

.subscribe-input {
    max-width: 300px;
    display: flex;
}

.subscribe-input input {
    border-radius: 0 !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    padding: 10px !important;
    font-size: unset !important;
}

.text-white {
    color: white;
}

.subscribe-input button {
    background-color: #C01F29;
    color: white;
    border: none;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-block: 10px;
    padding-inline: 15px;
}

.footer-hiring {
    width: 100px;
    height: 64px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.7));
}

.hover-underline {
    text-decoration: none;
    color: inherit;
    transition: text-decoration 0.3s ease;
}

.hover-underline:hover {
    text-decoration: underline;
}

/* Go to Top Button */
#goToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #C1222C;
    /* Matches the orange accent color */
    color: white;
    border: none;
    border-radius: 50%;
    padding: 15px;
    font-size: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
    width: 50px;
    height: 50px;
}

#goToTop:hover {
    background-color: #C1222C;
    /* Darker orange for hover */
    transform: scale(1.1);
    /* Slightly enlarges on hover */
}

#goToTop.show {
    opacity: 1;
}


.video-testimonials-section .modal-content {
    width: 100%;
    background-color: #234267;
    border-radius: 0;
    border: none;
    margin: auto;
    max-width: 430px;
}

.video-testimonials-section .modal-dialog {
    max-width: unset;
    margin: unset;
    top: 90px
}

@media (min-width: 1200px) {
    footer .col-xl-3 {
        flex: 0 0 auto !important;
        width: 25% !important;
    }
}