
body{
font-family:system-ui;
overflow-x:hidden;
padding-top:80px;
}

section{
padding:90px 0;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:system-ui;
overflow-x:hidden;
}

section{
padding:80px 0;
}


/* HERO */

.contact-hero{
background:url("/asset/images/softcroud_background.png") center/cover no-repeat;
/*height:50vh;*/
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
color:#fff;
}

.contact-hero::before{
content:"";
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
}

.contact-hero .container{
position:relative;
z-index:2;
}

.hero-title{
font-size:2.8rem;
font-weight:700;
}

/* CONTACT SECTION */

.contact-section{
background:#f8f9fa;
}

.contact-card{
background:#fff;
padding:40px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* FORM */

.form-control{
border-radius:8px;
padding:12px;
}

.btn-primary{
padding:12px 30px;
font-weight:600;
}

/* CONTACT INFO */

.contact-info{
background:#0d6efd;
color:#fff;
padding:40px;
border-radius:15px;
height:100%;
}

.contact-info h4{
margin-bottom:20px;
}

.contact-item{
display:flex;
align-items:center;
margin-bottom:20px;
}

.contact-item i{
font-size:20px;
margin-right:12px;
}

/* SOCIAL */

.social-icons a{
display:inline-flex;
align-items:center;
justify-content:center;
width:40px;
height:40px;
border-radius:50%;
background:#fff;
color:#0d6efd;
margin-right:10px;
}

.social-icons a:hover{
background:#39c44a;
color:#fff;
}

/* MAP */

.map-section iframe{
width:100%;
height:350px;
border:0;
}



/* ================= GLOBAL FIX ================= */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html,body{
  overflow-x:hidden;
  scroll-behavior:smooth;
}

section{
  padding:30px 0;
}

/* ================= NAVBAR ================= */
.custom-navbar{
  background:#dee4df;
  transition:0.4s ease;
  padding:15px 0;
}

.custom-navbar.scrolled{
  background:#dee4df;
  padding:10px 0;
  box-shadow:0 2px 12px rgba(0,0,0,0.35);
}

.navbar-brand img{
  max-width:180px;
  height:auto;
}

.navbar-brand,
.nav-link{
  color:#000 !important;
  font-weight:600;
  font-size:18px;
}

.nav-link:hover{
  color:#0d6efd !important;
}

/* ================= HERO ================= */
.hero-banner{
  min-height:100vh;
  background:url("/asset/images/softcroud-technology.jpg") no-repeat center center/cover;
  color:#fff;
  padding-top:120px;
}

.hero-title{
  font-size:2rem;
  font-weight:700;
}

.hero-text{
  font-size:1.1rem;
  margin:20px 0 30px;
}

/*about*/
.about-section{
  padding:100px 0;
  background:#f8f9fa;
}

/* LAYOUT */
.about-wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:70px;
}

/* LEFT SIDE */
.about-left{
  width:45%;
  position:relative;
}

.about-illustration{
  width:100%;
  max-width:520px;
  position:relative;
  z-index:2;
  animation:floaty 5s ease-in-out infinite;
}

/* Background circle effect */
.about-left::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  background:linear-gradient(135deg,#5ec6ff,#0d6efd);
  border-radius:50%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:1;
  opacity:0.15;
}

/* FLOAT ANIMATION */
@keyframes floaty{
  0%{ transform:translateY(0px); }
  50%{ transform:translateY(-18px); }
  100%{ transform:translateY(0px); }
}

/* RIGHT SIDE */
.about-right{
  width:55%;
}

.section-title{
  font-weight:700;
  margin-bottom:15px;
}

.about-text{
  color:#555;
  line-height:1.7;
  margin-bottom:15px;
}

/* BOTTOM AREA */
.about-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:25px;
  gap:40px;
}

/* LIST */
.about-list{
  list-style:none;
  padding:0;
}

.about-list li{
  margin-bottom:10px;
  font-weight:500;
}

/* DIRECTOR */
.director-box{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.director-img{
  width:110px;
  height:110px;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 15px 35px rgba(0,0,0,0.15);
  margin-bottom:8px;
}

.director-signature{
  width:150px;
  margin-top:-75px;
}

/* RESPONSIVE */
@media(max-width:992px){

  .about-wrapper{
    flex-direction:column;
    text-align:center;
  }

  .about-left,
  .about-right{
    width:100%;
  }

  .about-bottom{
    flex-direction:column;
    align-items:center;
  }

  .about-left::before{
    width:300px;
    height:300px;
  }
  .hero-buttons mt-4{
      text-align: start;
  }
  .banner-img{
      display: none;
  }

}

/* ================= FLOAT ANIMATION ================= */
@keyframes floaty{
  0%{ transform:translateY(0px); }
  50%{ transform:translateY(-18px); }
  100%{ transform:translateY(0px); }
}

@keyframes glow{
  0%{ box-shadow:0 15px 35px rgba(0,0,0,0.15); }
  50%{ box-shadow:0 25px 45px rgba(0,0,0,0.25); }
  100%{ box-shadow:0 15px 35px rgba(0,0,0,0.15); }
}

/* ================= IMAGE ILLUSTRATION STYLE ================= */
.hero-img,
.about-img,
.modern-img,
.tech-progress-img,
.business-img{
  max-width:100%;
  height:auto;
  animation:floaty 4s ease-in-out infinite;
  transition:0.4s ease;
  border-radius:20px;
  /*animation:floaty 4s ease-in-out infinite, glow 4s ease-in-out infinite;*/
}

/*.hero-img{*/
/*  width:350px;*/
/*  border-radius:50%;*/
/*  border:8px solid #fff;*/
/*}*/

/* Hover effect */
.hero-img:hover,
.about-img:hover,
.modern-img:hover,
.tech-progress-img:hover,
.business-img:hover{
  transform:translateY(-8px) scale(1.03);
}

/* ================= OFFER ================= */
.what-we-offer{
  position:relative;
  padding:120px 0;
  background:url("/asset/images/softcroud_background.png") no-repeat center center;
  background-size:cover;
  background-attachment:fixed;
  color:#fff;
  overflow:hidden;
}

/* DARK OVERLAY */
.what-we-offer::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.75);
  z-index:1;
}

/* Content Above Overlay */
.what-we-offer .container{
  position:relative;
  z-index:2;
}

/* Headings */
.what-we-offer .section-title{
  color:#fff;
  font-weight:700;
}

.what-we-offer .offer-desc{
  color:#ddd;
  max-width:850px;
  margin:auto;
}

/* Service Items */
.offer-item{
  background:rgba(255,255,255,0.08);
  padding:25px;
  border-radius:15px;
  transition:0.4s ease;
  backdrop-filter:blur(8px);
}

.offer-item:hover{
  background:rgba(255,255,255,0.15);
  transform:translateY(-8px);
}

.offer-item h5{
  color:#fff;
  margin-top:10px;
}

.offer-item p{
  color:#ddd;
  font-size:14px;
}

.offer-item .icon{
  font-size:30px;
}

/* LEFT IMAGE */
.offer-img{
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.5);
}

/* Responsive */
@media(max-width:768px){
  .what-we-offer{
    padding:90px 0;
    background-attachment:scroll;
  }
}


/* ================= TEAM ================= */
.team-section{
  padding:100px 0;
  background:#f8f9fa;
  overflow:hidden;
}

.team-slider{
  overflow:hidden;
  position:relative;
}

.team-track{
  display:flex;
  gap:30px;
  width:max-content;
  animation:scroll 25s linear infinite;
}

/* Pause on Hover */
.team-slider:hover .team-track{
  animation-play-state:paused;
}

/* Animation */
@keyframes scroll{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}

/* CARD STYLE */
.team-card{
  background:#fff;
  padding:30px;
  border-radius:20px;
  min-width:250px;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:0.3s ease;
}

.team-card:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.team-card img{
  width:100px;
  height:100px;
  border-radius:50%;
  object-fit:cover;
  margin-bottom:15px;
}

.team-card h5{
  font-weight:600;
  margin-bottom:5px;
}

.team-card .role{
  font-size:14px;
  color:#0d6efd;
}

/* Responsive */
@media(max-width:768px){
  .team-card{
    min-width:200px;
    padding:20px;
  }
}


/* ================= PROGRESS ================= */
.progress{
  height:8px;
  border-radius:20px;
}

.progress-bar{
  border-radius:20px;
}

/* ================= MOBILE FIX ================= */
@media(max-width:991px){

.hero-banner{
  text-align:center;
}

.hero-title{
  font-size:2.2rem;
}

.hero-img{
  width:260px;
  margin-top:30px;
}

.offer-item{
  flex-direction:column;
}

.about-extra{
  flex-direction:column;
  align-items:flex-start;
}

}

@media(max-width:576px){

section{
  padding:50px 0;
}

.hero-title{
  font-size:1.8rem;
}

.navbar-brand img{
  max-width:150px;
}

}

/* ========== Trusted By Companies ========== */
.company-section{
  padding:100px 0;
  background:#fff;
  overflow:hidden;
}

.logo-slider{
  overflow:hidden;
  position:relative;
}

.logo-track{
  display:flex;
  gap:80px;
  width:max-content;
  animation:logoScroll 30s linear infinite;
}

.logo-item{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:150px;
}

.logo-item img{
  max-height:50px;
  width:auto;
  filter:grayscale(100%);
  opacity:0.7;
  transition:0.3s ease;
}

.logo-item img:hover{
  filter:grayscale(0%);
  opacity:1;
  transform:scale(1.1);
}

/* CONTINUOUS SCROLL */
@keyframes logoScroll{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}

/* RESPONSIVE */
@media(max-width:768px){

  .logo-track{
    gap:40px;
    animation:logoScroll 20s linear infinite;
  }

  .logo-item{
    min-width:100px;
  }

  .logo-item img{
    max-height:35px;
  }

}
/*Moder webdevlopment style*/
.modern-dev-section{
  position:relative;
  padding:120px 0;
  background:url("/asset/images/tools_softcroud_background.png") no-repeat center center;
  background-size:cover;
  background-attachment:fixed;
  color:#fff;
  overflow:hidden;
}

/* DARK OVERLAY */
.modern-dev-section::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.80);
  z-index:1;
}

/* Content above overlay */
.modern-dev-section .container{
  position:relative;
  z-index:2;
}

/* Heading */
.modern-dev-section .section-title{
  color:#fff;
  font-weight:700;
}

.modern-dev-section .section-title span{
  color:#39c44a;
}

/* Paragraph */
.modern-text{
  color:#ddd;
  line-height:1.7;
}

/* Tools badges */
.tools-list{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.tool-badge{
  background:rgba(255,255,255,0.1);
  padding:8px 16px;
  border-radius:30px;
  font-weight:500;
  backdrop-filter:blur(6px);
  transition:0.3s ease;
  color:#fff;
}

.tool-badge:hover{
  background:#39c44a;
  transform:translateY(-4px);
}

/* Right Image */
.modern-img{
  max-width:100%;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.5);
}

/* Responsive */
@media(max-width:768px){
  .modern-dev-section{
    padding:90px 0;
    background-attachment:scroll;
    text-align:center;
  }
}


/* ================= FOOTER ================= */
.advanced-footer{
  background:#0b0f1a;
  padding:100px 0 40px;
  color:#fff;
  position:relative;
  overflow:hidden;
}

/* Decorative Gradient Glow */
.advanced-footer::before{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:radial-gradient(circle,#0d6efd 0%, transparent 70%);
  top:-200px;
  right:-200px;
  opacity:0.1;
}

.footer-logo{
  max-width:180px;
  margin-bottom:20px;
}

.footer-about{
  color:#bbb;
  font-size:14px;
  line-height:1.6;
  margin-bottom:20px;
}

/* Social Icons */
.footer-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#1c2233;
  margin-right:10px;
  color:#fff;
  transition:0.3s ease;
}

.footer-social a:hover{
  background:#39c44a;
  transform:translateY(-5px);
}

/* Titles */
.footer-title{
  margin-bottom:15px;
  font-weight:600;
}

/* Links */
.footer-links{
  list-style:none;
  padding:0;
}

.footer-links li{
  margin-bottom:8px;
}

.footer-links a{
  color:#bbb;
  text-decoration:none;
  transition:0.3s ease;
}

.footer-links a:hover{
  color:#39c44a;
  padding-left:5px;
}

/* Contact Items */
.footer-contact-item{
  display:flex;
  align-items:center;
  margin-bottom:12px;
  color:#bbb;
  font-size:14px;
}

.footer-contact-item i{
  margin-right:10px;
  color:#39c44a;
}

/* Bottom */
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.1);
  margin-top:50px;
  padding-top:20px;
  font-size:14px;
  color:#888;
}

/* Responsive */
@media(max-width:768px){
  .advanced-footer{
    text-align:center;
  }

  .footer-contact-item{
    justify-content:center;
  }
}



/* =============PAGE HERO SECTION============= */
.page-hero{
background:url("asset/images/softcroud_background.png") center/cover no-repeat;
min-height:55vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
color:#fff;
}

.page-hero::before{
content:"";
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.75);
}

.page-hero .container{
position:relative;
z-index:2;
}

.hero-title{
font-size:3rem;
font-weight:700;
}

/* =============ABOUT SECTION============= */
.about-section{
background:#f8f9fa;
}

.about-img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.features{
background:#fff;
}

.feature-box{
background:#f8f9fa;
padding:30px;
border-radius:15px;
height:100%;
}

.cta{
background:#0d6efd;
color:#fff;
text-align:center;
padding:70px 20px;
}

.cta a{
background:#fff;
color:#0d6efd;
padding:12px 35px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}

/* crm-software-development */

.service-section{
background:#f8f9fa;
}

.service-img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.features{
background:#fff;
}

.feature-box{
background:#f8f9fa;
padding:30px;
border-radius:15px;
height:100%;
}

.process{
background:#f8f9fa;
}

.process-box{
text-align:center;
padding:30px;
}

.process-number{
font-size:35px;
font-weight:700;
color:#0d6efd;
}

.cta{
background:#0d6efd;
color:#fff;
text-align:center;
padding:70px 20px;
}

.cta a{
background:#fff;
color:#0d6efd;
padding:12px 35px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}


/* custom-software-development */

.service-section{
background:#f8f9fa;
}

.service-img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.features{
background:#fff;
}

.feature-box{
background:#f8f9fa;
padding:30px;
border-radius:15px;
height:100%;
}

.process{
background:#f8f9fa;
}

.process-box{
text-align:center;
padding:30px;
}

.process-number{
font-size:35px;
font-weight:700;
color:#0d6efd;
}

.cta{
background:#0d6efd;
color:#fff;
text-align:center;
padding:70px 20px;
}

.cta a{
background:#fff;
color:#0d6efd;
padding:12px 35px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}

.footer{
background:#0b0f1a;
color:#fff;
padding:60px 0 30px;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,0.1);
margin-top:30px;
padding-top:15px;
text-align:center;
color:#888;
}


/* digital-marketing-services */

.service-section{
background:#f8f9fa;
}

.service-img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.features{
background:#fff;
}

.feature-box{
background:#f8f9fa;
padding:30px;
border-radius:15px;
height:100%;
}

.process{
background:#f8f9fa;
}

.process-box{
text-align:center;
padding:30px;
}

.process-number{
font-size:35px;
font-weight:700;
color:#0d6efd;
}

.cta{
background:#0d6efd;
color:#fff;
text-align:center;
padding:70px 20px;
}

.cta a{
background:#fff;
color:#0d6efd;
padding:12px 35px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}

.footer{
background:#0b0f1a;
color:#fff;
padding:60px 0 30px;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,0.1);
margin-top:30px;
padding-top:15px;
text-align:center;
color:#888;
}


/* graphic-design-services */

.service-section{
background:#f8f9fa;
}

.service-img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.features{
background:#fff;
}

.feature-box{
background:#f8f9fa;
padding:30px;
border-radius:15px;
height:100%;
}

.process{
background:#f8f9fa;
}

.process-box{
text-align:center;
padding:30px;
}

.process-number{
font-size:35px;
font-weight:700;
color:#0d6efd;
}

.cta{
background:#0d6efd;
color:#fff;
text-align:center;
padding:70px 20px;
}

.cta a{
background:#fff;
color:#0d6efd;
padding:12px 35px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}


/* mobile-app-development */

.service-section{
background:#f8f9fa;
}

.service-img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.feature-list{
list-style:none;
padding:0;
margin-top:20px;
}

.feature-list li{
margin-bottom:10px;
font-weight:500;
}

.features{
background:#fff;
}

.feature-box{
background:#f8f9fa;
padding:30px;
border-radius:15px;
height:100%;
}

.process{
background:#f8f9fa;
}

.process-box{
text-align:center;
padding:30px;
}

.process-number{
font-size:35px;
font-weight:700;
color:#0d6efd;
}

.cta{
background:#0d6efd;
color:#fff;
text-align:center;
padding:70px 20px;
}

.cta a{
background:#fff;
color:#0d6efd;
padding:12px 35px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}


/* web-application-development */

.service-section{
background:#f8f9fa;
}

.service-img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.feature-list{
list-style:none;
padding:0;
margin-top:20px;
}

.feature-list li{
margin-bottom:10px;
font-weight:500;
}

.features{
background:#fff;
}

.feature-box{
background:#f8f9fa;
padding:30px;
border-radius:15px;
height:100%;
}

.process{
background:#f8f9fa;
}

.process-box{
text-align:center;
padding:30px;
}

.process-number{
font-size:35px;
font-weight:700;
color:#0d6efd;
}

.cta{
background:#0d6efd;
color:#fff;
text-align:center;
padding:70px 20px;
}

.cta a{
background:#fff;
color:#0d6efd;
padding:12px 35px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}

/* website-design */

.service-section{
background:#f8f9fa;
}

.service-img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.feature-list{
list-style:none;
padding:0;
margin-top:20px;
}

.feature-list li{
margin-bottom:10px;
font-weight:500;
}

.features{
background:#fff;
}

.feature-box{
background:#f8f9fa;
padding:30px;
border-radius:15px;
height:100%;
}

.process{
background:#f8f9fa;
}

.process-box{
text-align:center;
padding:30px;
}

.process-number{
font-size:35px;
font-weight:700;
color:#0d6efd;
}

.cta{
background:#0d6efd;
color:#fff;
text-align:center;
padding:70px 20px;
}

.cta a{
background:#fff;
color:#0d6efd;
padding:12px 35px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}


/* wordpress-development */

.service-section{
background:#f8f9fa;
}

.service-img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.feature-list{
list-style:none;
padding:0;
margin-top:20px;
}

.feature-list li{
margin-bottom:10px;
font-weight:500;
}

.features{
background:#fff;
}

.feature-box{
background:#f8f9fa;
padding:30px;
border-radius:15px;
height:100%;
}

.process{
background:#f8f9fa;
}

.process-box{
text-align:center;
padding:30px;
}

.process-number{
font-size:35px;
font-weight:700;
color:#0d6efd;
}

.cta{
background:#0d6efd;
color:#fff;
text-align:center;
padding:70px 20px;
}

.cta a{
background:#fff;
color:#0d6efd;
padding:12px 35px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}
    
body{
    user-select:none;
}
img{
    user-select:none;
    pointer-events:none;
}

.mobile-text-fix{
font-size:16px;
line-height:1.6;
}

@media(max-width:768px){
.hero-title{
font-size:28px;
}

.section-title{
font-size:26px;
}
}

.blog-section{
padding:80px 0;
background:#f8f9fa;
}

.blog-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;
height:100%;
}

.blog-card:hover{
transform:translateY(-6px);
}

.blog-img{
width:100%;
height:220px;
object-fit:cover;
}

.blog-content{
padding:20px;
}

.blog-content h4{
font-size:18px;
font-weight:600;
margin-bottom:10px;
}

.blog-content p{
font-size:14px;
color:#555;
}

.blog-btn{
display:inline-block;
margin-top:10px;
color:#0d6efd;
font-weight:600;
text-decoration:none;
}