.top-bg {
    background-image: url(../img/home-bg.png);
    background-size: contain;
    width: 100%;
    height: 640px;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 50px;
}

.blog-ban-bg{
    background: #fff;
    border-radius: 80px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 0px 7px 9px rgba(0,0,0,0.13); 
    box-shadow: 0px 0px 7px 9px rgba(0,0,0,0.13);
}

.blog-ban-text{
    margin-left: 8%;
    padding-left: 3%;
    border-left: 8px solid #b8152a;

}

.ban-txt {
    border-radius: 0 !important;
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-left: 8px solid #b8152a !important;
}

.ban-content {
    padding-right: 10%;
}

.ban-content a.btn-danger {
    border-radius: 50px;

}

.home-slider .card {
    border: none;
}

/* Services css start */

.serv-main {
    background: url(../img/sq-bl.png) no-repeat center;
    width: 100%;
    height: auto;
    background-size: cover;
    border-radius: 20px;
    padding: 40px 10px;
    transition: 0.3s ease-in-out;
}

.serv-main:hover,
.serv-main:active,
.serv-main:focus {
    background: url(../img/sq-rd.png) no-repeat center;
    width: 100%;
    height: auto;
    background-size: cover;
    border-radius: 20px;
    padding: 40px 10px;
}

.serv-main:hover .btn-primary{
        border-radius: 40px;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #0d2c6c;
}
/* Services css end */


/* why-choose css start */

.why-choose H2 {
    font-weight: 700;
}


.why-choose .card {
    border-radius: 45px;
    background: #111e46;
    color: #fff;
    min-height: 350px;
    transition: 0.3s ease-in-out;

}

.why-choose .card img {
    width: 35%;
    margin: 0;
}

/* why-choose css end */


/* Contact css start */

.page-node-type-contact-us .form-content__field {
    font-size: 22px;
}


.contact h2 {
    font-weight: 700;
}

.careers-form .ct-inner {
    background: url(../img/contact-bg.png) no-repeat center bottom;
    width: 94%;
    height: auto;
    background-size: initial;
    border-radius: 20px;
    padding: 60px 60px;
    min-height: 70vh;
    margin: 0 auto;
}

.careers-form .ct-inner {
    background: url(../img/contact-bg.png) no-repeat center bottom;
    width: 94%;
    height: auto;
    background-size: initial;
    border-radius: 20px;
    padding: 60px 60px;
    min-height: 70vh;
    margin: 0 auto;
}

.careers-form input[type="file"] {
  color: transparent; /* hides "No file chosen" */
}

.careers-form input[type="file"]::before {
    content: "Resume";
    color: #555;
    margin-right: 0px;
    margin-left: 7%;
    position: absolute;
}

.page-node-type-careers .rsa-life {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.contact .submit-btn {
    border-radius: 50px;
}

.form-disc {
    color: #fff;
    text-decoration: none;
}

.arrow-up {
    position: relative;
    top: -25px;
}

.webform-submission-contact-us-quote-request-form select.form-element--type-select {
    padding: 5px 13px !important;
}

.webform-submission-contact-us-quote-request-form textarea.form-element--type-textarea {
    height: 50%;
}

.form-control-1 {
    width: 100%;
    padding: 1rem .75rem;
    border-radius: 2.375rem;
    color: #212529 !important;
    font-size: 16px;
    margin-top: 0px;
}

textarea.form-element--type-textarea {
    color: #212529 !important;
    font-size: 16px;
}

input::placeholder {
  color: #212529;
}

label.terms-and-condition {
    color: #fff;
    font-family: 'dubai W23' !important;
}

.webform-submission-contact-us-quote-request-form .form-type-checkbox {
    padding: 25px 0 0 0;
}


/* Contact css end */



/* new css 05.07.25 start */

.why-choose .card:hover,
.why-choose .card:active,
.why-choose .card:focus {
    border-radius: 45px;
    background: #bb2034;
    color: #fff;
    min-height: 350px;
    margin-top: -20px;
}

.form-disc {
    color: #fff;
    text-align: left;
}


.serv-main .btn-primary {
    border-radius: 40px;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #bb2034;

}

@media screen and (max-width: 480px)  {

    .blog-ban-bg{margin-top: 80px !important;border-radius: 45px;}
    .blog-ban-text{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .dwn-arrow {
        text-align: center;
        position: relative;
        display: inline-block;
        margin-left: -13px;
    }

}

@media screen and (max-width: 1080px)  {

    .blogs .container {
        resize: both;
        overflow: scroll;
    }

}

@media screen and (max-width: 1920px)  {

    .contact .ct-inner {
        min-height: 61vh;
        background: url(../img/contact-bg.png) no-repeat center bottom;
        width: 94%;
        height: auto;
        background-size: initial;
        border-radius: 20px;
        padding: 60px 60px;
        /* min-height: 70vh; */
        margin: 0 auto;
    }
    .careers-form .ct-inner {
        min-height: 50vh;
    }

}
/* new css 05.07.25 end */

/* Blogs css start */
.blogs .card{
    /* background-color: #fff3f4; */
    background-color: #fff;
    border-radius: 30px;
}

.blogs .card:hover{box-shadow: 0px 0px 8px 11px rgba(221, 171, 177, 0.49);
    -webkit-box-shadow: 0px 0px 8px 11px rgba(221, 171, 177, 0.49);
    -moz-box-shadow: 0px 0px 8px 11px rgba(221,171,177,0.49);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #ffc7cd;
    background-color: #fff3f4;
    border-radius: 30px;
}

section.blogs.spc-top{margin-bottom: 40px;}

.blogs h2{font-weight: 700;}
.view-all-art{color: #0d2c6c;font-weight: 700;}
.blogs .card-body .btn-danger{
    border-radius: 50px;
    margin: 0 auto;
    float: right;
}

.blogs .view-content {
    display: flex;
}
.blogs img.card-img-top {
    height: 265px;
}

p.card-text {
    color: #808080;
}
.blogs .col-lg-4.col-12 {
    padding: 0 12px;
}

.blogs .read-btn {
    margin-right: 0;
}

.blogs .card-body .btn-danger {
    margin: 0 auto;
    float: none;
    display: block;
}
/* Blogs css end */

/* Testimonial start */

.testi{background-color: #bb2034;color: #fff;}
.testi H2{font-weight: 700;}
.testi .card{border-radius: 25px;}
/* .testi .card .card-body{padding-bottom: 0;} */
.flexslider{background: transparent !important;border: 0 !important;}
.flex-direction-nav{opacity: 0;}
.flex-control-paging li a.flex-active{border: 1px solid #fff !important;border-radius: 20px !important;}

.swiffy-slider p{line-height: 16px;}

.page-node-type-industry-solutions small.text-body-secondary {
    font-size: 14px !important;
}
.page-node-type-industry-solutions .card-text {
    font-size: 16px !important;
}

.page-node-type-industry-solutions .card-title {
    color: #212529 !important;
}

.rounded-start-parent {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}

.testi {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.slider-indicators button {
  background-color: white;
  border: none !important;               /* optional: remove border */
  width: 40px !important;                /* adjust as needed */
  height: 6px !important;
  border-radius: 0% !important;         /* makes them circular */
  margin: 4px;
  cursor: pointer;
  opacity: 0.5 !important;               /* optional for fade effect */
  transition: opacity 0.3s ease;
}

.slider-indicators button.active {
  opacity: 1 !important;                 /* highlight active one */
}

.slider-indicators button:hover,
.slider-indicators button:focus {
  opacity: 0.8 !important;
}

/* Testimonial end */

/* Great companies trust us start*/
.section-clients__list .slick-dots li button {
    background: red;
    width: 1rem;
    height: .2rem;
    padding: 2px 13px;
}

.section-clients__list__each.slick-center img {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}

.section-clients__list {
  display: block;
  overflow: visible !important;
}
.slick-list {
  overflow: hidden !important;
}

.section-clients__list__each {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 0 16px;
    margin-bottom: 32px;
}

.copyright-section a {
    font-family: 'Dubai W23';
}

/* end */

/* Industry page start */
.page-node-type-industries .solutions__each__title {
    font-family: 'Bw Mitga DEMO Extra';
    font-size: 32px;
}

.page-node-type-industries .solutions__each__desc {
    font-family: 'Dubai W23';
}

.solutions {
    width: 100%;
    max-width: 85%;
}
/* Industry page end */

/* Network Page start */
.network__each__desc ul li {
    font-family: 'Dubai W23';
}
.network__each__desc a {
    font-family: 'Dubai W23';
    color: #0d2c6c;
    font-style: italic;
}

.network-established {
    margin-bottom: 35px;
}

/* Network Page end */

.slider-container li.slide-visible {
  display: block;
}

/* Our Customers start */
.page-node-type-our-customers .brief-intro__text {
    font-size: 16px;
}
.page-node-type-our-customers .brief-intro {
    padding: 20px 30px;
}
.inner-testimonials__each__title {
    font-family: 'Bw Mitga DEMO EXTRA';
    font-size: 28px;
}
.inner-testimonials__each__desc {
    font-family: 'Dubai W23';
}
.page-node-type-our-customers section.testimonial::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #132659;
    opacity: .4;
    z-index: 1;
}
.page-node-type-our-customers section.testimonial {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: 70px;
    padding-bottom: 70px;
}
.page-node-type-our-customers .inner-testimonials__content {
    padding: 70px 30px 15px;
}
.page-node-type-our-customers .testimonial__each__video {
    width: 50%;
}
.page-node-type-our-customers .testimonial__each_row {
    background: #132659;
    opacity: .9 !important;
    color: #fff;
}
.page-node-type-our-customers .testimonial__each_row:hover {
    background: #132659 !important;
    color: #fff;
}
.page-node-type-our-customers .card:hover {
    background-color: #132659 !important;
}
.page-node-type-our-customers .testimonial__each__text {
    color: #fff;
    margin: 100px 23px;
}

.page-node-type-industry-solutions .testimonial__each_row {
    background: #132659 !important;
    opacity: .9 !important;
    color: #fff;
}
.page-node-type-industry-solutions .testimonial__each__text__quote,
.page-node-type-our-customers .testimonial__each__text__quote {
    font-family: 'Dubai W23';
}
.page-node-type-industry-solutions .testimonial__each_row:hover {
    background: #132659 !important;
    color: #fff;
}
.page-node-type-industry-solutions .card:hover {
    background-color: #132659 !important;
}
.page-node-type-industry-solutions .testimonial__each__text {
    color: #fff;
    margin: 100px 23px;
}

.page-node-type-our-customers div#testimonials {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.page-node-type-our-customers .testimonial-each {
    padding-top: 6rem !important;
}
.page-node-type-industry-solutions .testimonial-each {
    padding-top: 6rem !important;
}

.video-wrapper {
  position: relative;
  display: inline-block;
}

.video-thumbnail {
  display: block;
  width: 100%;
  /* border-radius: 8px; */
  opacity: 0.9 !important;
  padding-top: 82px;
  padding-right: 50px;
}

.second-video-thumbnail {
    padding-top: 60px;
    padding-bottom: 60px;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* allows click to pass through to <a> */
}

.play-icon {
  width: 55px; /* adjust size */
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* .video-wrapper:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 1;

} */

/* Our Customers end */

.section-clients__title {
    margin: 0 0 10px;
}

/* media query start */

@media screen and (max-width: 1920px) {
    .page-node-type-our-customers .testimonial__each__text {
        margin: 23px 0px 23px 23px;
    }

    .testimonial__each_row_second {
        margin: 0 0 0 0px;
        background-color: #283967;
    }
}

@media screen and (max-width: 480px) {
    .ban-content {
        padding: 8px 8px 14px 8px;
        margin: 15px auto;
        font-size: 14px;
        width: 98%;
        background: #e7e7e7b8;
        text-align: center;
        border-radius: 4px;
    }

    .top-bg {
        background-image: url(../img/home-bg.png);
        background-size: contain;
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        position: relative;
    }


    .ban-content h1 {
        font-size: 18px;
    }

    .contact .ct-inner {
        background: url(../img/contact-bg-mobile.jpg) no-repeat center bottom;
        width: 94%;
        height: auto;
        background-size: initial;
        border-radius: 20px;
        padding: 60px 60px;
        min-height: 70vh;
        margin: 0 auto;
    }

    .careers-form .ct-inner {
        background: url(../img/contact-bg-mobile.jpg) no-repeat center bottom;
        width: 94%;
        height: auto;
        background-size: initial;
        border-radius: 20px;
        padding: 60px 60px;
        min-height: 70vh;
        margin: 0 auto;
    }

    .serv-main img {
        width: 25%;
    }


    .why-choose .card img {
        width: 28%;
        margin: 0 auto;
    }

    .why-choose .card-body {
        text-align: center;
    }

    .why-choose .card {
        padding-top: 32px;
    }

    .why-choose .card:hover,
    .why-choose .card:active,
    .why-choose .card:focus {
        padding-top: 32px;
    }

    .view-all-art {
        color: #0d2c6c;
        font-weight: 700;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .careers-form input.form-element--type-file {
        width: 100%;
    }

    .webform-submission-careers-form-form .form-type-managed-file .js-form-submit {
        width: 100%;
    }

    .video-overlay {
        top: 70%;
    }
    .video-thumbnail {
        padding-left: 50px;
    }
    .second-video-overlay {
        top: 50%;
    }

}

@media screen and (max-width: 420px) {
    .careers-form input.form-element--type-file {
        width: 100%;
    }

    .webform-submission-careers-form-form .form-type-managed-file .js-form-submit {
        width: 100%;
    }
}

/* .section-clients img {
  max-height: 100px;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.section-clients img:hover {
  filter: grayscale(0%);
} */
.section-clients_logo__list__each {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 16px;
    margin-bottom: 32px;
}

.logo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.logo-slide img {
  max-height: 80px; /* control size */
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.section-clients .slider-indicators button {
    background-color: red;
    border: none !important;
    width: 0px !important;
    height: 1px !important;
    padding: 2px 13px !important;
    border-radius: 0% !important;
    margin: 4px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.section-clients .slider-indicators button:hover {
    opacity: 1 !important;
}
.section-clients .slider-indicators button .active {
    opacity: 1 !important;
}

.swiffy-slider .slider-container .slide-item {
  display: flex;
  align-items: center;   /* vertical center */
  justify-content: center; /* horizontal center */
  height: 150px; /* adjust depending on your design */
}

/* Logo sizing */
.swiffy-slider .slide-item img {
  max-height: 100px;  /* controls logo height */
  max-width: 100%;    /* responsive width */
  height: auto;
  object-fit: contain;
}
