/* first herosecrion start */

.hero-slider{
    background:var(--white);
    padding: 6px 10px;
}

.hero-slider .carousel{
    border-radius:6px;
    overflow:hidden;
}

.hero-slider img{
    width:100%;
    height:420px;
    object-fit:cover;
    transition:.5s;
      border-radius:6px;
}

.hero-slider .carousel-item:hover img{
    transform:scale(1.03);
}

.slider-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right,
    rgba(16,66,193,.25),
    rgba(46,110,234,.10),
    rgba(175,200,247,.05));
    z-index:2;
}

.carousel-indicators,
.carousel-control-prev,
.carousel-control-next{
    display:none;
}

@media(max-width:768px){

.hero-slider img{
    height:160px;
    object-fit:cover;
}

.hero-slider .carousel{
    border-radius:4px !important;
   
}

}

/* about me */
 


.tws-hero{
    width:100%;
    padding:18px 10px;
    background:var(--white);
}
.tws-hero-card{
    position:relative;
    width:100%;
    max-width:1250px;
    margin:auto;

    background:
        linear-gradient(
            135deg,
            var(--white) 0%,
            #f8fbff 55%,
            #edf4ff 100%
        );

    border:1px solid #dce8fb;
    border-radius:10px;

    padding:18px;

    overflow:hidden;

    box-shadow:
        0 12px 35px rgba(16,66,193,.08);
}


/* Decorative background */

.tws-hero-card::before{
    content:"";
    position:absolute;

    width:260px;
    height:260px;

    right:-100px;
    top:-130px;

    background:#1042C1;
    opacity:.06;

    border-radius:50%;
}

.tws-hero-card::after{
    content:"";

    position:absolute;

    width:180px;
    height:180px;

    left:-90px;
    bottom:-100px;

    background:#2E6EEA;
    opacity:.05;

    border-radius:50%;
}


.tws-top-line{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding-bottom:14px;

    border-bottom:1px solid #e6edf8;
}

.tws-online{
    display:flex;
    align-items:center;
    gap:7px;

    font-size:11px;
    font-weight:600;

    color:#4b5563;
}

.online-dot{
    width:7px;
    height:7px;

    border-radius:50%;

    background:#20b15a;

    box-shadow:
        0 0 0 4px rgba(32,177,90,.10);
}

.tws-top-brand{
    display:flex;
    align-items:center;
    justify-content:center;

    width:32px;
    height:25px;

    border-radius:7px;

    background:var(--topbar);

    color:var(--white);

    font-size:10px;
    font-weight:800;

    letter-spacing:.5px;
}
.tws-main{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:25px;

    padding:20px 5px 18px;
}

.tws-content{
    flex:1;
    min-width:0;
}

.tws-greeting{
    display:inline-flex;

    font-size:15px;
    font-weight:600;

    color:var(--primary);

    margin-bottom:4px;
}

.tws-content h1{
    margin:0;

    font-size:38px;
    line-height:1.15;

    font-weight:600;

    color:#101828;

    letter-spacing:-1px;
}

.tws-content h1 span{
    color:var(--primary);
}


/* Role */

.tws-role{
    display:flex;
    align-items:center;

    gap:9px;

    margin:11px 0 13px;
}

.role-badge{
    display:inline-flex;
    align-items:center;

    padding:5px 11px;

    border-radius:10px;

    background:#eaf1ff;

    color:var(--primary);

    font-size:11px;
    font-weight:700;
}

.role-line{
    width:4px;
    height:1px;
    background:#aebedc;
}

.role-name{
    font-size:12px;
    font-weight:600;

    color:#667085;
}


/* Description */

.tws-content p{
    max-width:650px;

    margin:0;

    color:#667085;

    font-size:13px;

    line-height:1.65;
}
.tws-location{
    display:inline-flex;
    align-items:center;

    gap:9px;

    margin-top:15px;

    padding:8px 12px;

    border:1px solid #dce7f8;

    border-radius:10px;

    background:rgba(255,255,255,.75);
}

.location-icon{
    width:27px;
    height:27px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:8px;

    background:#eaf1ff;

    color:var(--primary);

    font-size:12px;
}

.tws-location div:last-child{
    display:flex;
    flex-direction:column;
    gap:1px;
}

.tws-location small{
    font-size:9px;
    color:#98a2b3;
}

.tws-location strong{
    font-size:11px;
    color:#344054;
}

.tws-profile-area{
    width:230px;

    flex-shrink:0;

    display:flex;
    flex-direction:column;
    align-items:center;

    gap:10px;
}


/* Profile */

.tws-profile{
    display:flex;
   

    gap:10px;

    width:100%;
}

.profile-image-wrap{
    position:relative;

    width:95px;
    height:95px;

    flex-shrink:0;

    padding:3px;

    border-radius:10px;

    background:var(--topbar);

    box-shadow:
        0 8px 20px rgba(16,66,193,.18);
}

.profile-image-wrap img{
    width:100%;
    height:100%;

    display:block;

    object-fit:cover;

    border-radius:8px;

    background:var(--white);
}


/* Profile status */

.profile-status{
    position:absolute;

    right:-4px;
    bottom:-4px;

    width:21px;
    height:21px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#20b15a;

    color:var(--white);

    border:3px solid var(--white);

    font-size:8px;
}



.tws-social-box{
    width:100%;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding-top:9px;

    border-top:1px solid #e6edf8;
}

.tws-social-box > span{
    font-size:10px;

    color:#98a2b3;

    font-weight:600;
}

.social-links{
    display:flex;
    gap:6px;
}

.social-links a{
    width:27px;
    height:27px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:8px;

    background:var(--topbar);

    color:var(--white);

    text-decoration:none;

    font-size:11px;

    transition:.3s;
}

.social-links a:hover{
    transform:translateY(-3px);

    box-shadow:
        0 7px 15px rgba(16,66,193,.20);
}


.tws-btns{
    width:100%;
    max-width:1250px;

    margin:13px auto 0;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:10px;
}

.tws-btns a{
    min-height:43px;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:7px;

    padding:10px 15px;

    border-radius:10px;

    text-decoration:none;

    font-size:13px;

    font-weight:700;

    transition:.3s;
}

.btn-fill{
    color:var(--white);

    background:var(--topbar);

    border:1px solid var(--primary);

    box-shadow:
        0 7px 18px rgba(16,66,193,.15);
}

.btn-fill:hover{
    color:var(--white);

    transform:translateY(-2px);
}

.btn-outline{
    color:var(--primary);

    background:var(--white);

    border:1px solid #b9ccef;
}

.btn-outline:hover{
    color:var(--white);

    background:var(--primary);

    border-color:var(--primary);

    transform:translateY(-2px);
}

@media(max-width:768px){

    .tws-hero{
        padding:10px;
    }

    .tws-hero-card{
        padding:12px;

        border-radius:10px;
    }

    .tws-top-line{
        padding-bottom:10px;
    }

    .tws-main{
        gap:12px;

        padding:14px 2px;
    }

    .tws-content h1{
        font-size:27px;
    }

    .tws-greeting{
        font-size:13px;
    }

    .tws-role{
        margin:8px 0 10px;
    }

    .tws-content p{
        font-size:11px;

        line-height:1.55;
    }

    .tws-profile-area{
        width:155px;
    }

    .profile-image-wrap{
        width:90px;
        height:90px;
    }

    .tws-location{
        margin-top:10px;

        padding:6px 9px;
    }

    .tws-location strong{
        font-size:10px;
    }

    .tws-location small{
        font-size:8px;
    }

    .tws-btns{
        gap:7px;
    }

    .tws-btns a{
        min-height:40px;

        padding:8px 5px;

        font-size:11px;

        gap:5px;
    }
}

@media(max-width:480px){

    .tws-hero{
        padding:8px 10px;
    }

    .tws-hero-card{
        padding:10px;
    }

    .tws-main{
        align-items:flex-start;

        gap:8px;

        padding:12px 0;
    }

    .tws-content{
        min-width:0;
    }

    .tws-greeting{
        font-size:12px;
    }

    .tws-content h1{
        font-size:23px;

        letter-spacing:-.5px;
    }

    .tws-role{
        gap:6px;

        margin:7px 0 9px;
    }

    .role-badge{
        padding:4px 8px;

        font-size:9px;
    }

    .role-line{
        width:4px;
    }

    .role-name{
        font-size:9px;
    }

    .tws-content p{
        font-size:10px;

        line-height:1.55;

        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;

        overflow:hidden;
    }

    .tws-profile-area{
        width:105px;
    }

    .profile-image-wrap{
        width:90px;
        height:90px;
    }

  

    .profile-status{
        width:17px;
        height:17px;

        font-size:6px;

        border-width:2px;
    }

    .tws-social-box{
        padding-top:7px;
    }

    .tws-social-box > span{
        font-size:8px;
    }

    .social-links{
        gap:3px;
    }

    .social-links a{
        width:22px;
        height:22px;

        border-radius:6px;

        font-size:9px;
    }

    .tws-location{
        margin-top:8px;

        gap:6px;

        padding:5px 7px;
    }

    .location-icon{
        width:22px;
        height:22px;

        border-radius:6px;

        font-size:9px;
    }

    .tws-location strong{
        font-size:8px;
    }

    .tws-location small{
        font-size:7px;
    }
    .tws-btns{
        margin-top:9px;

        gap:6px;
    }

    .tws-btns a{
        min-height:38px;

        padding:7px 3px;

        border-radius:10px;

        font-size:10px;
    }

    .tws-btns a i{
        font-size:9px;
    }
}

@media(max-width:360px){

    .tws-content h1{
        font-size:20px;
    }

    .tws-profile-area{
        width:95px;
    }

    .profile-image-wrap{
        width:60px;
        height:60px;
    }

    .tws-content p{
        font-size:9px;
    }

    .role-name{
        display:none;
    }

    .role-line{
        display:none;
    }

    .tws-location strong{
        font-size:7px;
    }

    .tws-stat span{
        display:none;
    }
}


















/* services provide section start*/

.tws-services-section{
    padding:20px 10px;
}

.service-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:20px;
    gap:15px;
}

.service-title{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:24px;
    font-weight:700;
    color:#222;
    margin-bottom:5px;
}

.service-title i{
    color:var(--primary);
}

.service-view{
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--primary);
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.service-view:hover{
    color:var(--primary);
}

.service-view:hover i{
    transform:translateX(5px);
}

.service-view i{
    transition:.3s;
}

/* Grid */

.tws-services{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:15px;
}

.tws-card{
    text-decoration:none;
    min-height:180px;
    padding:18px 15px;
    border-radius:10px;
    color:var(--white);
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:.35s;
    box-shadow:0 12px 25px rgba(16,66,193,.12);
}

.tws-card:nth-child(1){
background:linear-gradient(135deg,#1042C1,#2E6EEA);
}

.tws-card:nth-child(2){
background:linear-gradient(135deg,#1F5EFF,#4B8DFF);
}

.tws-card:nth-child(3){
background:linear-gradient(135deg,#2B6DFF,#63A3FF);
}

.tws-card:nth-child(4){
background:linear-gradient(135deg,#1753D8,#5F9BFF);
}

.tws-card:nth-child(5){
background:linear-gradient(135deg,#2467FF,#73B1FF);
}

.tws-card:nth-child(6){
background:linear-gradient(135deg,#356EFF,#8AC4FF);
}

.tws-card::before{
content:"";
position:absolute;
top:-45px;
right:-45px;
width:120px;
height:120px;
border-radius:50%;
background:rgba(255,255,255,.12);
}

.tws-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 35px rgba(16,66,193,.25);
color:var(--white);
}

.tws-icon{
width:55px;
height:55px;
border-radius:10px;
background:rgba(255,255,255,.18);
display:flex;
align-items:center;
justify-content:center;
backdrop-filter:blur(10px);
}

.tws-icon i{
font-size:24px;
color:var(--white);
transition:.3s;
}

.tws-card:hover .tws-icon{
background:var(--white);
}

.tws-card:hover .tws-icon i{
color:#1042C1;
transform:scale(1.1);
}

.tws-card h3{
font-size:17px;
font-weight:700;
line-height:1.4;
margin:18px 0;
}

.tws-card span{
display:flex;
justify-content:space-between;
align-items:center;
font-size:14px;
font-weight:600;
}

.tws-card span i{
transition:.3s;
}

.tws-card:hover span i{
transform:translateX(6px);
}

/* Mobile */

@media(max-width:768px){

.tws-services-section{
padding:15px 10px;
}

.service-heading{
display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:10px;
}

.service-title{
font-size:20px;
}

.service-heading p{
font-size:13px;
}

.service-view{
font-size:14px;
}

.tws-services{
grid-template-columns:repeat(3,1fr);
gap:10px;
}

.tws-card{
min-height:125px;
padding:12px 10px;
}

.tws-icon{
width:42px;
height:42px;
}

.tws-icon i{
font-size:18px;
}

.tws-card h3{
font-size:12px;
margin:12px 0;
line-height:1.35;
}

.tws-card span{
font-size:10px;
}

}

/* tutorial section start */

.tutorial-section{
    padding:20px 10px;
    background : var(--white);
}
.tutorial-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
    font-size:22px;
    font-weight:700;
    color: #222;
}
.tutorial-title i{
    color: var(--primary);
}
.tutorial-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}
.tutorial-card{
    background: var(--navbar);
    border:1px solid var(--primary);
    border-radius:10px;
    padding:14px;
    text-decoration:none;
    transition:.35s;
    box-shadow:0 8px 18px rgba(7, 123, 255, 0.15);
}
.tutorial-card small{
    color: var(--primary);
    font-weight:700;
}

.tutorial-card h5{
    margin:10px 0 10px;
    color:#222;
    font-size:16px;
    line-height:1.2;
}
.watch-btn{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color: var(--primary);
    font-weight:600;
    font-size:14px;
}

.watch-btn i{
    transition:.3s;
}

.tutorial-card:hover .watch-btn i{
    transform:translateX(6px);
}

.carousel-indicators,
.carousel-control-prev,
.carousel-control-next{
    display:none;
}

@media(max-width:768px){

.tutorial-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    scroll-snap-type:x mandatory;
    -ms-overflow-style:none;
    scrollbar-width:none;
}

.tutorial-grid::-webkit-scrollbar{
    display:none;
}

.tutorial-card{
    min-width:260px;
    scroll-snap-align:start;
}

}

/* featured prohect */

.featured-projects{
  padding:20px 10px;
  background: var(--white);
}
.project-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
    font-size:22px;
    font-weight:700;
    color: #222;
}

.project-title i{
    margin-right:8px;
    color : var(--primary);
}

.view-all{
    color: var(--primary);
    font-weight:600;
    text-decoration:none;
}

.view-all i{
    margin-left:4px;
}

.project-scroll{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.project-card{
    text-decoration:none;
    background:var(--white);
    border-radius:10px;
    overflow:hidden;
    transition:.35s;
    border:1px solid #eef3ff;
}


.project-card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.project-body{
    padding:15px;
}

.project-body small{
    color:#2E6EEA;
    font-weight:600;
}

.project-body h6{
    margin:8px 0 15px;
    font-size:18px;
    color:#222;
}

.project-body span{
    color:#1042C1;
    font-weight:600;
    font-size:14px;
}

.project-body span i{
    margin-left:5px;
}

@media(max-width:768px){

.project-scroll{
    display:flex;
    overflow-x:auto;
    gap:15px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
}

.project-scroll::-webkit-scrollbar{
    display:none;
}

.project-card{
    min-width:280px;
    scroll-snap-align:start;
}

.project-card img{
    height:170px;
}

.project-title{
    font-size:18px;
}

}

/* achieve ment sectrion start */

  .tws-counter-section{
    padding:20px 10px;
    background : var(--white);
}

.counter-title{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}

.counter-title i{
    color:var(--primary);
}

.achievement-box{
    background:var(--white);
    border:1px solid #F8FBFF;
    border-radius:10px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
}

.achievement-item{
    text-align:center;
    padding:28px 15px;
    position:relative;
}

.achievement-item:not(:last-child){
    border-right:1px solid #F8FBFF;
}

.achievement-icon{
    width:50px;
    height:50px;
    margin:auto;
    margin-bottom:15px;
    border-radius:10px;
    background:#EEF4FF;
    display:flex;
    align-items:center;
    justify-content:center;
}

.achievement-icon i{
    color: var(--primary);
    font-size:26px;
}

.achievement-item h6{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#222;
}

.achievement-item h3{
    margin:8px 0 4px;
    font-size:30px;
    color:#1042C1;
    font-weight:700;
}

.achievement-item p{
    margin:0;
    color:#666;
    font-size:15px;
}

/* Mobile */

@media(max-width:768px){

.counter-title{
    font-size:18px;
}

.achievement-box{
    grid-template-columns:repeat(4,1fr);
}

.achievement-item{
    padding:10px 4px;
}

.achievement-icon{
    width:30px;
    height:30px;
    border-radius:4px;
    margin-bottom:6px;
}

.achievement-icon i{
    font-size:14px;
}

.achievement-item h6{
    font-size:11px;
}

.achievement-item h3{
    font-size:15px;
    margin:5px 0;
}

.achievement-item p{
    font-size:10px;
}

}


/* tech stack */


.tws-tech-section{
    background: var(--white);
    padding:20px 10px;
   
}

.tech-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
    font-size:22px;
    font-weight:700;
    color: #222;
}

.tech-title i{
    color: var(--primary);
}

.tech-grid{
    display:grid;
    grid-template-columns:repeat(12,1fr);
    gap:12px;
}

.tech-item{
    background:var(--white);
    border:1px solid #EFEFEF;
    border-radius:10px;
    padding:10px 6px;
    text-align:center;
    transition:.35s;
    cursor:pointer;
    box-shadow:0 4px 12px rgba(0, 0, 0, 0.04);
}

.tech-item:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 22px rgba(16,66,193,.12);
}

.tech-item i{
    font-size:28px;
    margin-bottom:10px;
    display:block;
}

.tech-item span{
    display:block;
    font-size:13px;
    font-weight:600;
    color:#444;
}

/* Brand Colors */

.html{color:#E44D26;}
.css{color:#1572B6;}
.bootstrap{color:#7952B3;}
.js{color:#F7DF1E;}
.php{color:#777BB4;}
.mysql{color:#00758F;}
.react{color:#61DAFB;}
.laravel{color:#FF2D20;}
.git{color:#F1502F;}
.github{color:#181717;}
.wp{color:#21759B;}
.seo{color:#28A745;}

@media(max-width:991px){

.tech-grid{
    grid-template-columns:repeat(6,1fr);
}

}

@media(max-width:767px){

.tws-tech-section{
    padding:20px 10px;
    
}

.tech-title{
    font-size:18px;
}

.tech-grid{
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.tech-item{
    padding:14px 6px;
    border-radius:10px;
}

.tech-item i{
    font-size:24px;
    margin-bottom:6px;
}

.tech-item span{
    font-size:11px;
}

}


/* why choos me */

.tws-choose-section{
    background:#F8FBFF;
    border:1px solid #DCE8FF;
    border-radius:10px;
    padding:20px 10px;
    margin:20px 10px;
}

.choose-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
    font-size:22px;
    font-weight:700;
    color: #222;
}

.choose-title i{
    color: var(--primary);
}

.choose-image img{
    width:100%;
    border-radius:10px;
}

.choose-list{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.choose-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    background:var(--white);
    border:1px solid #E8EEFF;
    border-radius:10px;
    padding:16px 18px;
    transition:.3s;
}

.choose-item:hover{
    transform:translateX(6px);
    box-shadow:0 10px 25px rgba(16,66,193,.10);
}

.choose-left{
    display:flex;
    align-items:center;
    gap:15px;
}

.choose-icon{
    width:52px;
    height:52px;
    background:linear-gradient(45deg,#1042C1,#2E6EEA);
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.choose-icon i{
    color:var(--white);
    font-size:20px;
}

.choose-item h5{
    margin:0;
    font-size:17px;
    font-weight:700;
    color:#111;
}

.choose-item p{
    margin:3px 0 0;
    font-size:14px;
    color:#666;
}

.arrow{
    color: var(--primary);
    transition:.3s;
}

.choose-item:hover .arrow{
    transform:translateX(5px);
}

@media(max-width:991px){

.choose-image{
    margin-bottom:20px;
}

}

@media(max-width:767px){

.tws-choose-section{
    padding:20px 10px;
    margin: 20px 10px;
}

.choose-title{
    font-size:18px;
}

.choose-item{
    padding:14px;
}

.choose-icon{
    width:46px;
    height:46px;
    border-radius:10px;
}

.choose-icon i{
    font-size:18px;
}

.choose-item h5{
    font-size:15px;
}

.choose-item p{
    font-size:12px;
}

.arrow{
    font-size:14px;
}

}

/* my workflow */

.tws-workflow-section{
    background:var(--white);
    border:1px solid #E7EEFF;
    border-radius:10px;
    padding:20px 10px;
    margin:20px 10px;
}

.workflow-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
    font-size:22px;
    font-weight:700;
    color: #222;
}

.workflow-title i{
    color: var(--primary);
}


.workflow-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:12px;
    align-items:start;
}

.workflow-item{
    position:relative;
}

.workflow-card{
    position:relative;
    border-radius:10px;
    padding:18px 15px;
    text-align:center;
    color:var(--white);
    min-height:185px;
    transition:.35s;
    overflow:hidden;
}

.workflow-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(16,66,193,.18);
}

.step-no{
    position:absolute;
    top:12px;
    right:14px;
    font-size:14px;
    font-weight:600;
    opacity:.3;
}

.workflow-icon{
    width:62px;
    height:62px;
    background:rgba(255,255,255,.18);
    border-radius:10px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    backdrop-filter:blur(10px);
    margin-bottom:15px;
}

.workflow-icon i{
    font-size:26px;
}

.workflow-card h5{
    font-size:17px;
    font-weight:700;
    margin-bottom:8px;
}

.workflow-card p{
    font-size:13px;
    line-height:1.2;
    margin:0;
}

.gradient-1{
background:linear-gradient(135deg,#1042C1,#2E6EEA);
}

.gradient-2{
background:linear-gradient(135deg,#6A11CB,#2575FC);
}

.gradient-3{
background:linear-gradient(135deg,#0F9B8E,#38EF7D);
}

.gradient-4{
background:linear-gradient(135deg,#FF8A00,#FF5E62);
}

.gradient-5{
background:linear-gradient(135deg,#7F00FF,#E100FF);
}

.gradient-6{
background:linear-gradient(135deg,#11998E,#38EF7D);
}

@media(max-width:991px){

.workflow-grid{
grid-template-columns:repeat(2,1fr);
gap:12px 12px;
}

.workflow-card{
min-height:170px;
}

/* Odd → right arrow */

.workflow-item:nth-child(odd) .workflow-arrow.right{
display:block;
}

/* Even → down arrow */

.workflow-item:nth-child(even) .workflow-arrow.down{
display:block;
}

/* 3rd & 5th → left arrow */

.workflow-item:nth-child(3) .workflow-arrow.left,
.workflow-item:nth-child(5) .workflow-arrow.left{
display:block;
}

/* Hide desktop arrows */

.workflow-item:nth-child(2) .workflow-arrow.right,
.workflow-item:nth-child(4) .workflow-arrow.right,
.workflow-item:nth-child(6) .workflow-arrow.right{
display:none;
}

}

@media(max-width:767px){

.tws-workflow-section{
padding:20px 10px;
margin: 20px 10px;
}

.workflow-title{
font-size:18px;
margin-bottom:18px;
}

.workflow-grid{
grid-template-columns:repeat(2,1fr);
gap:12px 12px;
}

.workflow-card{
padding:15px 10px;
min-height:160px;
border-radius:10px;
}

.workflow-icon{
width:50px;
height:50px;
border-radius:10px;
margin-bottom:10px;
}

.workflow-icon i{
font-size:20px;
}

.workflow-card h5{
font-size:15px;
}

.workflow-card p{
font-size:11px;
}

.step-no{
font-size:11px;
}

}


@media(min-width:992px){

.workflow-arrow.down,
.workflow-arrow.left{
display:none;
}

.workflow-item:last-child .workflow-arrow{
display:none;
}

}

/* testimonial section satrt */

.tws-testimonial-section{
    background:var(--white);
    border:1px solid #E8EEFF;
    border-radius:10px;
    padding:20px 10px;
    margin:20px 10px;
}

.testimonial-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    gap:15px;
    flex-wrap:wrap;
}

.testimonial-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
    font-size:22px;
    font-weight:700;
    color: #222;
}

.testimonial-title i{
    color: var(--primary);
}

.review-btn{
    padding:10px 18px;
    border:2px dashed var(--primary);
    color: var(--primary);
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.review-btn:hover{
    background:#1042C1;
    color:var(--white);
}


.testimonial-card{
    background:#F8FBFF;
    border:1px solid #DDE8FF;
    border-radius:10px;
    padding:20px;
    height:100%;
}
.stars{
    color:#FFC107;
    margin-bottom:15px;
}
.stars i{
    margin-right:2px;
}

.testimonial-card p{
    font-size:15px;
    color:#555;
    line-height:1.5;
    margin-bottom:20px;
    min-height:95px;
}
.client{
    display:flex;
    align-items:center;
    gap:12px;
}

.client img{
    width:55px;
    height:55px;
    border-radius:50%;
    object-fit:cover;
}

.client h5{
    margin:0;
    font-size:17px;
    font-weight:700;
    color:#111;
}

.client span{
    font-size:13px;
    color:#777;
}

.all-review{
    margin-top:30px;
    background:#F7FAFF;
    border:1px solid #DCE8FF;
    border-radius:10px;
    padding:18px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    transition:.3s;
}
.review-users{
    display:flex;
    align-items:center;
}

.review-users img{
    width:46px;
    height:46px;
    border-radius:50%;
    border:3px solid var(--white);
    margin-left:-10px;
    object-fit:cover;
}

.review-users img:first-child{
    margin-left:0;
}

.review-users span{
    width:40px;
    height:40px;
    border-radius:50%;
    background:linear-gradient(45deg,#1042C1,#2E6EEA);
    color:var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:700;
    margin-left:-20px;
}

.all-review h4{
    margin:0;
    color: #0E225C;
    font-size:22px;
    font-weight:700;
}

.all-review i{
    font-size:22px;
    color:#1042C1;
}


.testimonialSwiper{
    padding-bottom:10px;
}

.testimonialSwiper .swiper-slide{
    height:auto;
}

@media(max-width:991px){

.testimonial-title{
    font-size:20px;
}

.all-review h4{
    font-size:18px;
}

}

@media(max-width:767px){

.tws-testimonial-section{
    padding:20px 10px;
    margin: 20px 10px;
}

.testimonial-head{
    align-items:flex-start;
}

.testimonial-title{
    font-size:18px;
}

.review-btn{
    width:100%;
    text-align:center;
}

.testimonial-card{
    padding:18px;
}

.testimonial-card p{
    min-height:auto;
    font-size:14px;
}

.client img{
    width:48px;
    height:48px;
}

.client h5{
    font-size:15px;
}

.client span{
    font-size:12px;
}

.all-review{
    padding:14px 16px;
}

.review-users img,
.review-users span{
    width:38px;
    height:38px;
    font-size:11px;
}

.all-review h4{
    font-size:15px;
}

.all-review i{
    font-size:18px;
}

}
.testimonialSwiper{
    width:100%;
    overflow:hidden;
}

.testimonialSwiper .swiper-wrapper{
    align-items:stretch;
}

.testimonialSwiper .swiper-slide{
    height:auto;
    display:flex;
}
.swiper{
    width:100%;
}

.swiper-wrapper{
    display:flex;
}

.swiper-slide{
    flex-shrink:0;
}

/* faq section start */


.tws-faq-section{
    background:var(--white);
    border:1px solid #E7EEFF;
    border-radius:10px;
    padding:20px 10px;
    margin:20px 10px;
}

.faq-title{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.faq-title i{
    color:var(--primary);
}

.tws-faq .accordion-item{
    border:1px solid #E5ECFF;
    border-radius:10px !important;
    margin-bottom:15px;
    overflow:hidden;
    background:var(--white);
}

.tws-faq .accordion-button{
    background:#F8FBFF;
    color:#222;
    font-size:16px;
    font-weight:600;
    padding:18px;
    box-shadow:none !important;
}

.tws-faq .accordion-button:not(.collapsed){
    background:linear-gradient(90deg,#1042C1,#2E6EEA);
    color:var(--white);
}

.tws-faq .accordion-button::after{
    filter:brightness(0);
}

.tws-faq .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

.tws-faq .accordion-body{
    font-size:14px;
    color:#666;
    line-height:1.8;
    padding:18px;
}

@media(max-width:768px){

.tws-faq-section{
    padding:20px 10px;
    margin:20px 10px;
}

.faq-title{
    font-size:18px;
}

.tws-faq .accordion-button{
    font-size:15px;
    padding:15px;
}

.tws-faq .accordion-body{
    font-size:13px;
    padding:15px;
}

}


/* form section  start */

.tws-contact-section{
    background:var(--white);
    border:1px solid #E6ECFF;
    border-radius:10px;
    padding:25px 20px;
    margin:20px 10px;
}

/* Heading */

.contact-heading{
    margin-bottom:25px;
}

.contact-title{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:24px;
    font-weight:700;
    color:#222;
    margin-bottom:8px;
}

.contact-title i{
    color:var(--primary);
}

.contact-heading p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.6;
}

.tws-contact-form{
    background:var(--white);
}

.tws-contact-form label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:600;
    color:#222;
}

.tws-contact-form .form-control,
.tws-contact-form .form-select{
    height:55px;
    border-radius:10px;
    border:1px solid #DCE5FF;
    background:#F8FBFF;
    box-shadow:none;
    font-size:15px;
    transition:.35s;
    padding:12px 16px;
}

.tws-contact-form textarea.form-control{
    height:150px;
    resize:none;
    padding-top:15px;
}

.tws-contact-form .form-control:focus,
.tws-contact-form .form-select:focus{
    border-color:var(--primary);
    background:var(--white);
    box-shadow:0 0 0 4px rgba(16,66,193,.08);
}

.tws-contact-form .form-control::placeholder{
    color:#999;
}



.iti{
    width:100%;
}

.iti input{
    width:100% !important;
}

.iti__selected-country{
    padding-left:12px;
}


.contact-btn{
    width:100%;
    height:58px;
    border:none;
    border-radius:10px;
    background:linear-gradient(45deg,#1042C1,#2E6EEA);
    color:var(--white);
    font-size:16px;
    font-weight:600;
    transition:.35s;
}

.contact-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(16,66,193,.18);
}

.contact-btn i{
    margin-right:8px;
}



.contact-info-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:18px;
}

.full-width{
    grid-column:1 / -1;
}

.info-card{
    background:#F8FBFF;
    border:1px solid #DCE5FF;
    border-radius:10px;
    padding:18px;
    display:flex;
    align-items:center;
    gap:15px;
    transition:.35s;
}

.info-card:hover{
    transform:translateY(-4px);
    border-color:#1042C1;
    box-shadow:0 12px 25px rgba(16,66,193,.08);
}

.info-icon{
    width:55px;
    height:55px;
    border-radius:10px;
    background:linear-gradient(45deg,#1042C1,#2E6EEA);
    color:var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}

.info-card small{
    display:block;
    color:#777;
    font-size:13px;
    margin-bottom:4px;
}

.info-card h6{
    margin:0;
    color:#222;
    font-size:15px;
    font-weight:600;
    line-height:1.5;
    word-break:break-word;
}


.contact-map{
    width:100%;
    height: 300px;
    aspect-ratio:1/1;
    border-radius:10px;
    overflow:hidden;
    border:1px solid #DCE5FF;
    background:#F8FBFF;
}

.contact-map iframe{
    width:100%;
    height:100%;
    border:0;
}
 
@media(max-width:991px){

.tws-contact-section{
    padding:20px 10px;
}

.contact-title{
    font-size:20px;
}

.contact-heading p{
    font-size:14px;
}

.contact-info-grid{
    grid-template-columns:1fr;
    margin-top:25px;
}

.full-width{
    grid-column:auto;
}

.info-card{
    padding:16px;
}

.info-icon{
    width:50px;
    height:50px;
    font-size:18px;
}

.info-card h6{
    font-size:14px;
}

.contact-map{
    margin-top:15px;
    aspect-ratio:1/1;
}

.tws-contact-form .form-control,
.tws-contact-form .form-select{
    height:52px;
    font-size:14px;
}

.tws-contact-form textarea.form-control{
    height:130px;
}

.contact-btn{
    height:54px;
    font-size:15px;
}

}