section.banner-section-platform.banner-style-3 {
    padding: 80px 0px;
}

section.banner-section-platform.banner-style-3 .main-banner-section {
    display: flex;
}

section.banner-section-platform.banner-style-3 .main-banner-section .banner-text {
    width: 60%;
    padding-right: 40px;
}

section.banner-section-platform.banner-style-3 .main-banner-section .form-banner {
    width: 40%;
    background: #fff;
    padding: 40px 20px;
    border-radius: 20px;
}

section.banner-section-platform.banner-style-3 .main-banner-section .banner-text h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 60px;
}

section.banner-section-platform.banner-style-3 .main-banner-section .banner-text p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

section.banner-section-platform.banner-style-3 .logo-main {
    margin-top: 40px;
    display: flex;
    column-gap: 40px;
}

section.banner-section-platform.banner-style-3 .logo-main img {
    width: 200px;
    border-radius: 3px;
}

section.banner-section-platform.banner-style-3 .main-banner-section .form-banner .form-group .div-input.half-width {
    width: 48%;
}

.form-group {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

section.banner-section-platform.banner-style-3 .main-banner-section .div-input.full-width-main {
    display: flex;
    justify-content: space-between;
}

section.banner-section-platform.banner-style-3 .main-banner-section .form-banner .div-input label {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
}

section.banner-section-platform.banner-style-3 .main-banner-section .form-banner .div-input input#name {
    border-radius: 0px;
    height: 40px;
    font-size: 14px;
}

section.banner-section-platform.banner-style-3 .main-banner-section .form-banner .div-input textarea {
    resize: none;
    font-size: 14px;
    border-radius: 0px;
}

section.banner-section-platform.banner-style-3 .main-banner-section .form-banner .div-input .text-red {
    color: #FF0000;
    margin-left: 3px;
    opacity: 0.8;
}

section.banner-section-platform.banner-style-3 .main-banner-section .form-group span {
    font-size: 12px;
    line-height: 22px;
}

section.banner-section-platform.banner-style-3 .main-banner-section .form-group input.btn.btn-primary {
    height: 50px;
    border-radius: 0px;
    background: #00173D;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
	width:200px;
    border: none;
	border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.swiper.marquee-swiper {
    margin: 2rem 0px;
    mask-image: linear-gradient(to right,
            transparent 0%,
            white 10%,
            white 90%,
            transparent 100%);
}

.swiper-wrapper.marquee-swiper {
    transition-timing-function: linear;
    align-items: center;
}

/* Individual slides */
.swiper-slide.marquee-swiper {
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-platform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.section-padding.platform-grid.case-study-grid .row {
    row-gap: 40px;
}

.section-padding.platform-grid.case-study-grid p.nameheading {
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-padding.platform-grid.case-study-grid i.fa-solid.fa-arrow-right {
    margin-left: 5px;
}

.section-padding.certified-section .col-lg-9.col-12.mx-auto p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
}


/**************************/
#parallax-world-of-ugg .title {
    background: white;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}

#parallax-world-of-ugg .title h1 {
    font-size: 35px;
    letter-spacing: 8px;
}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {
    background: white;
    padding: 60px;
    width: 820px;
    margin: 0 auto;
    text-align: justify;
}

#parallax-world-of-ugg .block-gray {
    background: #f2f2f2;
    padding: 60px;
}

#parallax-world-of-ugg .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.70;
}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-1 {
      display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
}

#parallax-world-of-ugg .parallax-2 {
      display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

#parallax-world-of-ugg .parallax-3 {
      display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {
    border-bottom: 1px solid black;
    width: 150px;
    margin: 0 auto;
}

#parallax-world-of-ugg h2{
    color: white;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 8px;
    position: relative;
    z-index: 2;
}
#parallax-world-of-ugg p{
    color: white;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
    #parallax-world-of-ugg .block {
        padding: 40px;
        width: 620px;
    }
}

@media screen and (max-width: 767px) {
    #parallax-world-of-ugg .block {
        padding: 30px;
        width: 420px;
    }

    #parallax-world-of-ugg h2 {
        font-size: 30px;
    }

    #parallax-world-of-ugg .block {
        padding: 30px;
    }

    #parallax-world-of-ugg .parallax-one,
    #parallax-world-of-ugg .parallax-two,
    #parallax-world-of-ugg .parallax-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 479px) {
    #parallax-world-of-ugg .block {
        padding: 30px 15px;
        width: 290px;
    }
}


.process-main-div{
    padding-top: 20px;
}
a.all-case-grid img {
    width: 100%;
    height: auto;
}


@media (max-width:1200px){

}


@media (max-width:992px){
    section.banner-section-platform.banner-style-3 .main-banner-section{
        flex-direction: column;
    }
    section.banner-section-platform.banner-style-3 .main-banner-section .banner-text{
        width: 100%;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    section.banner-section-platform.banner-style-3 .main-banner-section .banner-text p{
        text-align: center;
    }
       section.banner-section-platform.banner-style-3 .main-banner-section .form-banner {
        width: 100%;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        background: transparent;
    }
    section.banner-section-platform.banner-style-3 .main-banner-section .form-banner form{
        background-color: #fff;
        padding: 40px 20px;
        border-radius: 20px;
    }
    section.banner-section-platform.banner-style-3 .main-banner-section .banner-text h2{
        text-align: center;
                margin-bottom: 30px;
    }
    .section-padding.certified-section .col-xl-2.\.col-lg-6.col-12.mx-auto img {
    margin-top: 30px;
    text-align: center;
}
.section-padding.certified-section .col-xl-9.\.col-lg-6.col-12.mx-auto p {
    margin-bottom: 20px;
}


}

@media (max-width:767px){
    section.banner-section-platform.banner-style-3{
        padding:30px 0px;
    }
    section.banner-section-platform.banner-style-3 .main-banner-section .banner-text h2 br{
        display: none;
    }
     section.banner-section-platform.banner-style-3 .main-banner-section .banner-text h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
     }

    section.banner-section-platform.banner-style-3 .main-banner-section .banner-text p {
        font-size: 16px;
    }
    section.banner-section-platform.banner-style-3 .logo-main{
        column-gap: 10px;
    }
    section.banner-section-platform.banner-style-3 .logo-main img{
        width: 120px;
    }
    .section-padding.certified-section .col-xl-2.\.col-lg-6.col-12.mx-auto {
    display: flex;
    justify-content: center;
    }
    section.banner-section-platform.banner-style-3 .main-banner-section .form-banner .form-group .div-input.half-width{
        width: 100%;
    }
    section.banner-section-platform.banner-style-3 .main-banner-section .div-input.full-width-main{
        flex-direction: column;
        row-gap: 30px;
    }
}

.magento-logo-section {
  padding: 100px 0px;
}

.magento-logo-section span {
  color: #fff;
}

.magento-logo-section .row p {
  color: #fff;
}

.magento-logo-section h2 {
  color: #fff;
}

.magento-partner-row:first-child:before {
  border-top: 1px solid #FFFFFF;
  opacity: 0.1;
  position: absolute;
  width: 100%;
  top: 0;
  content: "";
}

.magento-partner-row:after {
  border-bottom: 1px solid #FFFFFF;
  opacity: 0.1;
  position: absolute;
  width: 100%;
  bottom: 0;
  content: "";
}

.font-md-22 {
  font-size: 22px;
  line-height: 1.6;
}

.magento-partner-row .magento-partner-logo {
  line-height: 0;
  display: flex;
  background-color: #FFFFFF;
  padding: 10px;
  width: 180px;
  height: 90px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.magento-partner-row {
  position: relative;
  padding: 22px 0;
}

.magento-partner-row .magento-partner-logo img {
  object-fit: contain;
  max-height: 60px;
}

.magento-partner-row img {
  height: auto;
}

@media (max-width: 767px) {
  .magento-partner-row .magento-partner-logo img {
    max-height: 40px;
    width: 100%;
    height: auto;
  }

  .magento-partner-row img {
    width: 100%;
    height: auto;
  }

  .magento-partner-row {
    padding: 24px 0 16px;
  }

  .font-16 {
    font-size: 16px;
    line-height: 1.4;
  }

  .magento-partner-row .magento-partner-logo {
    width: 98px;
    height: 42px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: 8px;
  }
}


section.banner-section-platform.banner-style-3 .main-banner-section .form-group input.btn.btn-primary:hover{
    color:#ababab;
}
.theme-btn-alt:hover{
    color:#ababab;
}


.service-card {
transition: all 0.3s ease;
border: 1px solid #eee;
}
.bg-primary-btn-plugin{
    background: #e9ecef;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(0, 123, 255, 0.1);
}

@media (max-width: 991px) {
.marketing-solutions .row {
text-align: center;
}

.marketing-solutions .service-card {
margin-bottom: 1rem;
display: flex;
flex-direction: column;
align-items: center;
}
}

.nice-select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control.gender-career{
    height: 40px;
    padding: 3px 12px;
}

