.logo-head{
    width: 230px;
}
.text-blu{
    color: var(--blue);
}
/* .sty-lin{
    background: (90deg, var(--theme-color) 0%, var(--theme-color3) 100%);
} */
.th-btn.style2.sty-lin:after {
    /* background: linear-gradient(90deg, #fc6075 0%, #f47d24 100%); */
    background: linear-gradient(106deg, #08087a 0%, #fc6075 100%);
}
.sec-title{
    font-size:42px;
}
.features .service-card3 .box-title {
    text-transform:none !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.333;
    margin-bottom: 12px;
}
.features .service-card3{
    border-radius: 30px;
}
.features .service-card3 .box-thumb {
    display: inline-block;
    border-radius: 30px;
}
.enterprise{ 
  background: url('https://html.themeholy.com/robor/demo/assets/img/bg/why-bg-3-1.png');   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-default .main-menu > ul > li > a:hover,
.header-default .main-menu > ul > li > a.active {
    color: var(--pink) !important;
}

.work-process .process-card .box-title{
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
}
.stands-out .why-counter-wrap-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    background: rgb(45 22 122);
}
.stands-out .why-card .box-title {
    font-size: 20px;
}
.stands-out .why-card-wrap2 {
    padding-bottom: 100px;
}
.footer-default .widget-area:before{
    background: var(--grad);
    mix-blend-mode:normal;
}
.footer-default .widget-area {
     max-width: 100%;
}
.cta-wrap2 {
    padding: 100px 0;
}
.title-area.mb-0 .sec-title{
    margin-bottom: 0px;
}
.header-default .sticky-wrapper.sticky {
    background: #fff;
}
.header-default .sticky-wrapper.sticky .main-menu > ul > li > a{
    color: #000;
}
.header-default .sticky-wrapper.sticky .main-menu > ul > li > a:hover{
    color: var(--pink);
}
/* Default state: show white logo, hide color logo */
.logo-white {
    display: block;
}
.logo-color {
    display: none;
}

/* Sticky header: show color logo, hide white logo */
.header-default .sticky-wrapper.sticky .logo-white {
    display: none;
}
.header-default .sticky-wrapper.sticky .logo-color {
    display: block;
}

.header-default .sticky-wrapper.sticky .th-btn.style2 {
    background: var(--blue);
    color: #fff;
}
.header-default .sticky-wrapper.sticky .th-btn.style2 i{
    color: #fff;
}
.copyright-wrap .copyright-text a{
    color: var(--org);
}
.accordion-card .accordion-button {
    font-size: 19px;
}
.growing .about-tab-wrap .about-tab .nav-item .nav-link {
    height: auto; 
    padding: 12px 10px;
    color: #000;
}
.growing .about-tab-wrap .about-tab .nav-item .nav-link.active {
    background: var(--gray-color);
    color: #fff;
}
.th-btn.style-border2:focus:after, .th-btn.style-border2:active:after, .th-btn.style-border2:hover:after {
    background: var(--blue);
}

.features .swiper-slide {
  display: flex;
  align-items: stretch;
}

.features .service-card3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

/* Equal height for all slides */
.features .swiper-wrapper {
  align-items: stretch;
}

.features .swiper-slide {
  display: flex !important;
  height: auto !important;
}

.features .service-card3 .box-content {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: auto; /* Adds space at the bottom */
}
.features .service-card3 .box-thumb img{
    border-radius: 30px;
}





.process-wrapper {
            max-width: 1000px;
            margin: 56px auto;
            padding: 0 15px;
        }
        .process-title {
            font-weight: bold;
            text-align: left;
            margin-bottom: 32px;
            letter-spacing: 0.5px;
        }
        .process-steps {
            display: flex;
            align-items: flex-start;
        }
        .process-track {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            min-width: 74px;
            margin-right: 20px;
        }
        .process-step-number {
            width: 46px;
            height: 46px;
            background: #fff;
            border-radius: 14px;
            border: 2.5px solid #2260be;
            color: #2260be;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            z-index: 2;
            margin-bottom: 110px;
            box-shadow: 0 1.5px 6px 0 rgba(30,90,200,0.05);
        }
        .process-track::before {
            content: "";
            position: absolute;
            top: 23px;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: calc(100% - 46px);
            background: linear-gradient(to bottom, #dbeafe 22%, #cccccc10 77%);
            z-index: 1;
        }
        .process-track .process-step-number:last-child {
            margin-bottom: 0;
        }
        .process-content {
            width: 100%;
        }
        .process-box {
            margin-bottom: 30px;
            background: #fff;
            border-radius: 18px;
            border: 2px solid #ebf3ff;
            box-shadow: 0 2px 24px rgba(44,104,192,0.07);
            padding: 28px 30px;
            transition: border-color 0.2s;
            min-height: 86px;
        }
        .process-box h5 {
            font-weight: 600;
            color: #143566;
            font-size: 1.15rem;
            margin-bottom: 6px;
        }
        .process-box p {
            margin: 0;
            color: #4b5563;
            font-size: 1.05rem;
        }
        @media (max-width: 900px) {
            .process-box {
                padding: 20px 16px;
            }
        }
        @media (max-width: 700px) {
            .process-steps {
                flex-direction: column;
            }
            .process-track {
                flex-direction: row;
                min-width: unset;
                width: 100%;
                justify-content: flex-start;
                margin-bottom: 20px;
                margin-right: 0;
            }
            .process-step-number {
                margin-bottom: 0;
                margin-right: 18px;
                font-size: 1.1rem;
                width: 36px;
                height: 36px;
            }
            .process-track::before {
                display: none;
            }
        }
        @media (max-width: 500px) {
            .process-box {
                padding: 14px 7px;
                font-size: 0.97rem;
            }
            .process-title {
                font-size: 1.1rem;
                margin-bottom: 18px;
            }
        }


        .sections {
  /* min-height: 50vh;  */
  margin-bottom: 20px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* font-size: 2rem; */
}

/* Sticky image on the right */
.sticky-img-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 125px; /* Adjust as needed for header offset */
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 50vh; */
}
.image {
  max-width: 100%;
  height: auto;
  transition: opacity 0.5s;
}

.sections-container {
  /* height: 100%;        */
  overflow-y: auto;   /* only content scrolls, not row/image */
  padding-right: 15px;
}

body {
  overflow: clip;
}


.cards {
  width: 100%;
  /* height: 50vh; */
  position:relative;
}
.cards {
  padding-bottom: 200px; /* space after last card */
}

.card {
   position: absolute; /* keep the stacking effect */
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;

  background: #fff; /* solid background so content is contained */
  border-radius: 20px; /* optional styling */
  box-shadow: 0 4px 20px rgba(0,0,0,0.1); /* optional styling */


  
}

.card, .header, .spacer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}
.header {
  width: 100%;
  height: 150px;
  background: white;
  color:yellow;
  font-size:clamp(30px, 10vw, 60px);
  line-height:1;
}
.header span {
  color:#76FF03;
}
.card:nth-child(odd) {
  background: #f8f8f8;
}
.scroll-buffer {
  height: 300px; /* space between last card and next section */
}


.why-us .service-card{
    height: 100%;
}
.mobile-logo img{
    width: 200px;
}

/* .lightning-border {
  position: absolute;
  inset: -8px;
  pointer-events: none;
  z-index: 0;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: 28px;
  background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 210 130" xmlns="http://www.w3.org/2000/svg"><polyline points="8,18 35,6 56,15 74,3 102,29 134,9 170,32 198,11 201,60 172,118 137,120 104,123 71,121 38,127 23,95 12,83" style="fill:none;stroke:%23fc6075;stroke-width:6;filter:url(%23glow)" /><filter id="glow"><feGaussianBlur stdDeviation="6" result="blur"/><feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></svg>');
  background-size: cover;
  background-repeat: no-repeat;
} */
.bg{
    padding: 30px;
    border-radius: 30px;
}
.box-bg{
    padding: 50px;
}
.bg-lig{
    background: rgb(240 246 255);
}
.bg-org{
    background: rgb(255 243 224);
}
.bg-pink{
    background: rgb(241 155 179 / 21%);
}
.bg-blu{
    background: rgb(176 176 221 / 27%);
}
.txt-span{
    color: var(--blue);
}


.floating-group {
    position: relative;
    margin-bottom: 20px;
}
textarea.form-control, textarea{
    min-height: 120px !important;
}
/* Base label position - inside the field */
.floating-group label {
    position: absolute;
    top: 55%;
    left: 15px;
    transform: translateY(-50%);
    color: #777;
    font-size: 14px;
    transition: all 0.2s ease;
    pointer-events: none;
    padding: 0 4px;
}
.floating-group #message label{
    position: absolute;
    top: 15% !important;
    left: 15px;
}

/* Move label up only when input has text or is focused */
.floating-group input:focus ~ label,
.floating-group input:not(:placeholder-shown) ~ label,
.floating-group textarea:focus ~ label,
.floating-group textarea:not(:placeholder-shown) ~ label
 {
    top: 0px;
    font-size: 12px;
    color: #000;
}

/* Input/textarea styling */
.floating-group .form-control,
.floating-group .form-select {
    padding: 12px 15px;
    border:none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    background: none;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    border: none !important;
    border-bottom: 1px solid #dc3545 !important;
}
/* Icon positioning */
.floating-group i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}
.footer-default .widget-area {
    padding-top:80px;
    padding-bottom: 60px;
}
.footer-default{
    margin:0px 10px;
}
.bgs{
    border-radius: 30px;
    padding: 30px;
}
.bgs.im-bg-1{
    background:#08087a4a;
}
.bgs.im-bg-2{
    background:#fc607573;
}
.bgs.im-bg-3{
    background:#f47d2459;
}
.bgs.im-bg-4{
    background:#4f22784f;
}

.floating-group label.text-label{
    top:16%;
}

.abt .about-feature-card .box-title {
    margin-bottom: -0.12em;
    font-size: 20px;
    font-weight: 600;
}

.stand .why-feature-card .box-title{
    text-transform: none !important;
}
select, .form-control, .form-select, textarea, input {
    height: 56px;
    padding: 0 30px 0 30px;
    padding-right: 45px;
    border: 1px solid #ccc;
    color: var(--body-color);
    background-color: transparent !important;
    border-radius: 5px;
}

.feature-wrap3 .tab-content {
    position: sticky;
    top: 0;      /* Set to desired sticky offset, e.g., the header's height if present */
    /* z-index: 100; */
    background: #fff; /* Optional */
}
.feature-wrap3 .feature-tab {
    display: block;
    width: auto;
}
.feature-wrap3 .tab-content{
    width: auto;
}
.feature-wrap3 .feature-tab .nav-item .nav-link {
    font-size: 23px;
    line-height: 33px;
}
.hero-style3 .hero-title {
    text-transform: none; 
   /* font-size: 50px;
    line-height: 72px;
    margin-bottom: 10px;
    margin-top: 0; */
}
/* .hero-style3 {
    padding: 180px 0 160px;
    max-width:100% !important;
} */
/* .hero-style3 .hero-content-wrap {
    max-width: 100% !important;
    margin-right: auto;
} */
select, .form-control, .form-select, textarea, input{
    border:none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px;
}
.growing-sec .about-tab-wrap{
    align-items: flex-start;
}
.growing-sec .about-tab-wrap .about-tab .nav-item .nav-link{
    height: 65px;
}
.slider-arrow.style-border4:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white-color);
}
.pt-150{
    padding-top: 150px;
}
.innerh .header-default{
    background: #fff;
    box-shadow:0 4px 24px -1px rgb(28 9 61 / 12%);
}

.innerh  .header-default .main-menu > ul > li > a {
    color: var(--blue);
}

.innerh .header-logo .logo-color {
    display: block;
}
.innerh .header-logo .logo-white {
    display: none;
}
.innerh .header-default .main-menu > ul > li > a:hover,
.innerh .header-default .main-menu > ul > li > a.active {
    color: var(--pink) !important;
}
.header-logo .logo-color {
    display: none;
}
/* .cont-bg{
    box-shadow: 0 4px 24px -1px rgb(28 9 61 / 6%);
    background-color: #fff;
} */

.innerh .th-btn.style2:focus,.innerh .th-btn.style2:hover,.innerh .th-btn.style2:active {
    color: #fff;
}
.innerh .th-btn.style2 {
    background: var(--blue);
}
.innerh .th-btn.style2:focus i,.innerh .th-btn.style2:hover i,.innerh .th-btn.style2:active i {
    color: #fff;
}

.th-btn.style5.subt:hover {
    color: #fff;
}

.th-btn.style5.subt {
    background: var(--blue);
}
.img-80{
    width:80%;
}

.hero-thumb3 {
    
    position: relative;
    z-index: 5; /* make sure it stays above background */
    -webkit-mask-image: url(/static/assets/images/hero/hero-thumb3-mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url(/static/assets/images/hero/hero-thumb3-mask.png);
    mask-repeat: no-repeat;
    mask-size: cover;
}
.hero-thumb3 img {
    width: 100%;
    min-height: 600px;
    object-fit: cover;
}
.abt{
    background-image: url('https://html.themeholy.com/robor/demo/assets/img/bg/about-bg-1-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.innerh.home .header-default{
    background: transparent !important;
    box-shadow: none !important;
}
.feat-mb-list button{
    border-radius: 20px;
    background-color: var(--blue);
    border-color: none;
    color: #fff;
}
.feat-mb-list .btn:hover{
 color: #fff;   
}
.feat-mb-list .btn-check:active+.btn-outline-primary, .feat-mb-list .btn-check:checked+.btn-outline-primary, .feat-mb-list .btn-outline-primary.active, .feat-mb-list .btn-outline-primary.dropdown-toggle.show, .feat-mb-list .btn-outline-primary:active {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}
.feat-mb-list .dropdown-item.active, .feat-mb-list .dropdown-item:active{
    background-color: var(--blue);
    color: #fff !important;
}
/* .feat-mb-list .dropdown-menu a{
    color: #fff !important;
} */
.sec-spc{
padding-left: 10px;
    padding-right: 10px;
}
.popup-video img{
    width: 98px;
    height: 98px;
}
.th-social.err-li a{
 background-color: var(--blue) !important;
}
.th-social.err-li a svg{
    color: #fff !important;
}
.th-social.err-li a i{
    color: #fff !important;
}
.th-social.err-li li{
    list-style-type: none !important;
 
}
.th-social.err-li ul{
   padding-left: 0px;
}

.hero-title[data-cue],
.hero-text[data-cue],
.hero-content-wrap [data-cue] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.sec-padding{
    padding-top:50px;
    padding-bottom: 30px;
}

/* Toggle Labels */
.toggle-label {
  font-weight: bold;
  margin: 0 10px;
  transition: color 0.3s;
}
.toggle-label.active {
  color: var(--pink); /* highlight color */
}

/* Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: var(--blue); /* dark blue */
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Move dot when checked */
input:checked + .slider:before {
  transform: translateX(26px);
}


.mob_footer {
    display: none;
    position: fixed;
    bottom: 0;
    background: var(--blue);
    color: #fff;
    width: 100%;
    z-index: 999;
    padding: 0;
    font-size: 14px;
    border-top: solid 3px var(--org);
    box-shadow: 10px 4px 13px 6px rgb(0 0 0 / .1);
}
@media (max-width: 767px) {
    .mob_footer {
        display: block !important;
    }
}

.mob_footer ul

 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mob_footer ul li, .ph_col02, .svgdiv {
    text-align: center;
}

.mob_footer ul li {
    width: calc(100% / 3 - 5px);
    display: inline-block;
}

.mob_footer ul li a {
    display: flex
;
font-size: 14px;
    color: #fff;
    padding: 10px;
    line-height: 18px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.header-default .sticky-wrapper.sticky .main-menu > ul > li > a svg{
    stroke: #000 !important;
}
.header-default .sticky-wrapper.sticky .main-menu > ul > li > a svg:hover{
    stroke: var(--pink)!important;
}
.header-default .main-menu > ul > li > a svg{
    stroke: #fff !important;
}
.header-default .main-menu > ul > li > a svg:hover{
    stroke: var(--pink) !important;
}
.innerh .header-default .sticky-wrapper.sticky .main-menu > ul > li > a svg{
    stroke: #000 !important;
}
.innerh .header-default .sticky-wrapper.sticky .main-menu > ul > li > a svg:hover{
    stroke: var(--pink) !important;
}
.innerh .header-default .main-menu > ul > li > a svg{
    stroke: var(--blue) !important;
}
.innerh .header-default .main-menu > ul > li > a svg:hover{
    stroke: var(--pink) !important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{
    box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important; /* clears yellow */
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #000 !important; /* text color */
  caret-color: #000; /* caret/typing color */
  transition: background-color 5000s ease-in-out 0s; /* trick to delay Chrome repaint */
}
