/* custom css */

a.Portfoliologin {
    background: linear-gradient(180deg, #f36a24 23%, #dc5611 68%);
    border-radius: 30px;
    color: #fff;
    font-family: inter !important;
    font-size: 16px;
    padding: 10px 26px !important;
    text-decoration: none;
}
footer#footer [data-row="bottom"] {
    border-top: 2px solid #fff;
}
footer#footer [data-row="top"] img {
    max-width: 160px;
}
footer#footer [data-row="top"] div#block-80 h3 {
    font-size: 20px;
    width: 72%;
    display: inline-block;
    padding-right: 15px;
}
form.wpcf7-form .wpcf7-form-control {
    border: 1px solid #4e4e4e !important;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    background-color: #fff;
    color: #212529;
    min-height: 46px;
}
form.wpcf7-form textarea.wpcf7-form-control {
    resize: none;
    max-height: 46px;
}
form.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    display: block;
    float: none;
    margin-top: 15px;
    background-color: transparent;
    border: 2.6px solid #000 !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 30px !important;
    border-radius: 30px !important;
}
div#wpcf7-f594-p11-o1 form.wpcf7-form p {
    margin-bottom: 8px;
}
div#wpcf7-f594-p11-o1 form.wpcf7-form p:nth-child(3) {
    font-size: 12px;
    margin-bottom: 18px;
}
body.page-id-8 .ct-container-full,body.page-id-15 .ct-container-full,body.page-id-13 .ct-container-full,body.page-id-15 .ct-container-full {
    padding-bottom: 0;
}
.ct-container-full {
    padding-bottom: 0;
}
#mega-menu-wrap-menu_1 {
    padding: 0 29px;
}
#mega-menu-wrap-menu_1 #mega-menu-menu_1 > li.mega-menu-item > a.mega-menu-link{
    font-weight: 500 !important;    
}
div#phoneui {
    display: flex !important;
    overflow: unset;
    align-items: center;
    justify-content: center;
}
.apkimage {
    height: 525px !important;
    position: absolute;
    margin-bottom: 1rem !important;
    overflow: clip;
    max-width: 100%;
    overflow-clip-margin: content-box;
}
#phoneui video {
    border-radius: 100px !important;
    height: 480px !important;
    margin-top: -48px;
    width: 340px;
    object-fit: contain;
}
main#main .post {
    padding-top: 100px;
}
main#main .post h2.page-title {
    background-image: url(/wp-content/uploads/2026/02/download.png);
    background-repeat: no-repeat;
    padding-left: 53px;
    background-size: 49px 50px;
    background-position: 0 20px;
}
.ct-footer .ct-widget h3.wp-block-heading {
    font-size: 16px;
}

/*protfoliopage_slider*/
/* Allow half slides */
.custom-carousel,
.custom-carousel .owl-stage-outer {
  overflow: visible;
}

/* Card design */
.sildercard {
  background: #f8f8f8;
  border-radius: 20px;
  transition: all 0.4s ease;
}

/* Center effect */
.custom-carousel .owl-item {
  opacity: 0.9;
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.custom-carousel .owl-item.active.center {
  opacity: 1;
  transform: scale(1);
}

/* Left number circle */
.leftslider h6 {
  width: 42px;
  height: 42px;
  border: 2px solid #0b2a5b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0;
}

/* Heading color */
.sliderorange h4 span {
  color: #f36a22;
}

/* Text */
.leftslider p {
    color: #202020;
    font-family: inter;
    font-size: 35px;
    font-weight: 200;
    line-height: 54px;
    margin-bottom: 50px;
}

/* Image alignment */
.rightslider img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
}
.sildercard .col-md-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.sildercard .row {
    display: flex;
    margin-bottom: 10px;    
}
.leftslider {
    padding: 20px 10px 20px 30px;
}
/* Dots */
.custom-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.custom-carousel .owl-carousel .owl-dot{
    display: inline-block;
}
.custom-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ffffff6b;
  display: inline-block;
  border-radius: 50%;
}

.custom-carousel .owl-dot.active span {
  background: #fff;
}
.custom-carousel .owl-dot {
    margin: 0 5px;
}
.sliderorange h4 {
    font-size: 18px;
    margin-left: 15px;
    margin-bottom: 0;
}
.sliderorange {
    display: inline-block;
    vertical-align: middle;
}

/*responsive*/
@media (max-width: 767px) {
footer#footer [data-row="top"] div#block-80 h3 {
    width: 100%;
}
.sildercard .row {
    display: block;
    margin-bottom: 10px;
}
.sildercard .col-md-6 {
    width: 100%;
    display: block;
} 
.leftslider .row {
    display: flex;
}
.leftslider p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
} 
.background-image-heading h2::before {
    width: 30px !important;
    height: 30px !important;
     top: 0;
} 
main#main .post h2.page-title {
    background-size: 35px 35px;
    padding-left: 40px;
}
footer#footer [data-row="top"] img {
    max-width: 140px;
}
.ct-footer [data-column="widget-area-6"] .ct-widget a {
    display: inline-block;
    vertical-align: top;
}
.ct-footer [data-row="middle"] .ct-container {
    padding-top: 0;
    grid-row-gap: 20px;
}
.ct-footer [data-column="widget-area-6"] .ct-widget {
    margin-top: 5px;
}
}