body{font-family:Arial;}
.main-header{background:#0d6efd;color:#fff;padding-bottom:40px;}
.navbar{background:#0d6efd;}
.hero{padding:60px;}
.main-footer{background:#111;color:#fff;text-align:center;padding:15px;}
.card{margin-bottom:20px;}
.small{padding:40px;text-align:center;}

.top-bar {
  background: #1b1b5a;
  font-size: 14px;
}

.top-right a {
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
}

@media (max-width: 768px) {

  .top-left span {
    display: none;
  }

  .top-right a:nth-child(2) {
    display: none;
  }

  .top-right a:nth-child(4) {
    display: none;
  }

}

.btn-orange {
  background: #ff6600;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
}

.btn-orange:hover {
  background: #e65c00;
  color: #fff;
}

.navbar ul {
  list-style-type: none;
  background-color: #FFF;
  color: #111;
}

.navbar ul li {
  display: inline-block;
  padding: 10px;
  text-align: left;
}

.nav-link i{
 font-size: small;
}

.navbar ul li:hover{
  color: #ff6600;
}

.dropdown {display: none;}

ul li:hover .dropdown {
  display: block;
  position: absolute;
  margin-left: -10px;
  padding-top: 2.6rem;
}

.dropdown ul {
  margin: 0;
  padding: 0;
}

.dropdown ul li{
  display: block;
}

.dropdown2 {display: none;}

.dropdown ul li:hover .dropdown2 {
  display: block;
  position: absolute;
  margin-left: 12.9rem;
  width: 230px;
}

.dropdown3 {display: none;}

.dropdown ul li:hover .dropdown3 {
  display: block;
  position: absolute;
  margin-left: 12.9rem;
  width: 230px;
}

.dropdown4 {display: none;}

.dropdown ul li:hover .dropdown4 {
  display: block;
  position: absolute;
  margin-left: 12.9rem;
  width: 230px;
}

.dropdown5 {display: none;}

.dropdown ul li:hover .dropdown5 {
  display: block;
  position: absolute;
  margin-left: 12.9rem;
  width: 230px;
}

.navbar .nav-link.active {
  color: #FF6600 !important;
}

@media (max-width: 991px) {

  .navbar ul {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0;
  }

  .navbar ul.show {
    display: flex;
  }

  .btn-orange {
    display: none !important;
  }

  .navbar ul li {
    display: block;
    padding: 10px 20px;
    position: relative;
  }

  .dropdown-menu-custom {
    display: none;
    position: static;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    background-color: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
  }

  .navbar ul li.active-dropdown > .dropdown-menu-custom {
    display: block;
  }

  .dropdown-menu-custom li {
    display: block;
  }

  .dropdown-menu-custom li a {
    padding: 8px 15px;
    font-size: 14px;
    display: block;
  }
}


.hero-section {
  background: linear-gradient(135deg, #1b1937, #babacb);
  color: #fff;
  padding: 9rem 0 0; 
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero-content .sub-heading {
  font-size: 1.2rem;
  margin: 1rem 0;
  color: #ddd;
}

.hero-content span {
  color: #ffcc00;
}

.hero-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #e0e0e0;
}

.hero-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: #ffcc00;
  color: #000;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background: #fff;
  color: #000;
}

.hero-img img {
  min-width: 100%;
  max-width: 500px;
  height: auto;
  background-blend-mode: multiply;
}

@media (max-width: 992px) {
  .hero-section {
    padding: 4rem 0;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content p {
    font-size: 0.95rem;
  }
}

/* ========== Mobile ========== */
@media (max-width: 576px) {
  .hero-section {
    padding: 4rem 0;
  }

  .hero-img {
    display: none !important;
  }

  .hero-content h1 {
    font-size: 1.8rem;
    padding-top: 7rem;
  }

  .hero-content .sub-heading {
    font-size: 1rem;
  }

  .hero-content p {
    font-size: 0.9rem;
  }

  .hero-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }
}


/* SERVICES SECTION */ 
.services-section{
  background:#fff;
  padding: 5rem 0; 
  padding-left: 80px;
  padding-right: 80px;
}

/* Card */
.service-card-1{
  background:#fff;
  border-radius:12px;
  padding:30px 25px;
  box-shadow:0 12px 30px rgba(0,0,0,0.2);
  height:auto;                                  
  text-align:left; 
  margin:0 auto 20px;
  transition: all 0.3s ease; 
  width: clamp(290px, 90%, 320px);       
}

.service-card-1:hover {
  transform: translateY(-6px);
}

/* Top */
.service-top{
  display:flex;
  align-items:center;
  justify-content:space-between; 
  margin-bottom:20px;
}

.service-top h3{
  font-size:22px;
  font-weight:700;
  color:#1c1c6b;
  margin:0;
  max-width:70%;
}

.service-top img{
  width:56px;     
  height:56px;
  object-fit:cover;
}

.service-card-1 p{
  font-size:16px;
  color:#6c7a92;
  line-height:1.7;
  margin:0;
}

/* ================= TABLET ================= */
@media (max-width: 1024px) {

  .services-section{
    padding-left:40px;
    padding-right:40px;
  }

  .service-top h3 {
    font-size:20px; 
  }

  .service-top img {
    width:48px; 
    height:48px;
  }

  .service-card-1 p {
    font-size:14px; 
  }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .services-section{
    padding-left:20px;
    padding-right:20px;
  }

  .service-card-1 {
    max-width:100%;
    height: 100%;
    padding:20px 18px;
  }

  .service-top {
    display:flex;
    flex-direction:column; 
    align-items:center;   
    text-align:center;    
  }

  .service-top img {
    width:48px; 
    height:48px;
    margin-bottom:10px; 
    order:-1;           
  }

  .service-top h3 {
    font-size:26px; 
    max-width:100%; 
    font-weight: 700;
  }

  .service-card-1 p {
    font-size:14px; 
    text-align:center;
  }
}
/* ================= SMALL MOBILE ================= */
@media (max-width: 480px) {

  .service-card-1 {
    padding:15px; 
  }

  .service-top h3 {
    font-size:16px; 
  }

  .service-top img {
    width:40px; 
    height:40px;
  }

  .service-card-1 p {
    font-size:13px; 
  }
}

/* General section styling */
.custom-section {
  background-color: #fff;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Mobile responsiveness for padding */
@media (max-width: 768px) {
  .custom-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Stack image and text on mobile */
  .custom-section .row {
    flex-direction: column; /* Stack the columns vertically on mobile */
  }

  .custom-section .col-md-6 {
    width: 100%; /* Ensure columns take full width on mobile */
    margin-bottom: 20px; /* Add space between image and text */
  }
}

/* Slide-in Animation */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply slide-up animation to elements */
.animate-slide {
  animation: slideUp 1s ease forwards;
  opacity: 0;
}

.animate-slide-delay {
  animation: slideUp 1s ease 0.4s forwards;
  opacity: 0;
  text-align: left;
}

/* Heading Styles */
.custom-section h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #1c1c6b;
}

.custom-section h4 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #6c7a92;
}

/* Paragraph styling */
.custom-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #6c7a92;
  margin-bottom: 1.5rem;
}

/* Button styling and hover effect */
.custom-section .btn-primary {
  background-color: #FF4C29;
  padding: 12px 24px;
  font-size: 1.125rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  color: #fff;
}

.custom-section .btn-primary:hover {
  background-color: #5F9D39;
}

/* Mobile responsiveness for text and button */
@media (max-width: 768px) {
  .custom-section h2 {
    font-size: 1.5rem; /* Smaller font size for mobile */
  }

  .custom-section h4 {
    font-size: 1rem; /* Smaller subheading for mobile */
  }

  .custom-section p {
    font-size: 0.875rem; /* Smaller paragraph text on mobile */
  }

  .custom-section .btn-primary {
    font-size: 1rem; /* Smaller button size for mobile */
    padding: 10px 20px;
  }
}

/* Extra small mobile styling (max-width: 480px) */
@media (max-width: 480px) {
  .custom-section h2 {
    font-size: 1.25rem; /* Even smaller heading */
  }

  .custom-section h4 {
    font-size: 0.9rem; /* Even smaller subheading */
  }

  .custom-section p {
    font-size: 0.8rem; /* Smaller text for very small screens */
  }

  .custom-section .btn-primary {
    font-size: 0.9rem; /* Even smaller button for tiny screens */
    padding: 8px 16px;
  }
}

.services-text-section {
  background: #fff;
  padding: 80px 0;
  padding-left: 150px;
  padding-right: 150px;
}

.services-text-section h2 {
  line-height: 1.3;
  text-align: left;
}

.services-text-section p {
  color: #6c757d;
  line-height: 1.7;
  font-size: 15px;
  text-align: left;
}

/* MOBILE */
@media (max-width: 576px) {
  .services-text-section {
    padding: 50px 15px;
  }

  .services-text-section h2 {
    font-size: 28px;
  }

  .services-text-section p {
    font-size: 14px;
  }
}


.services-cards-section {
  background: #fff;
  padding: 80px 0;
}

/* GRID */
.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* CARD */
.service-card-2 {
  background: #fff;
  padding: 28px;
  border-radius: 6px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  text-align: center;
  min-width: 300px;
  min-height: 350px;
  transition: all 0.3s ease;
}

.service-card-2:hover {
  transform: translateY(-6px);
}

/* ICON */
.service-card-2 img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-bottom: 16px;
}

/* TITLE */
.service-card-2 h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color:#1c1c6b;
}

/* TEXT */
.service-card-2 p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}


/* TABLET */
@media (max-width: 992px) {
  .service-card-2 {
    width: 45%;
    min-height: auto;
  }
}

/* MOBILE */
@media (max-width:576px) {
  .services-cards-section {
    padding: 50px 25px 15px;
    align-items: center;
  }

  .service-card-2 {
    width: 100%;
    padding: 22px;
  }

  .service-card-2 img {
    width: 60px;
    height: 60px;
  }

  .service-card-2 h2 {
    font-size: 16px;
  }

  .service-card-2 p {
    font-size: 13px;
  }
}



  .contact-hero {
  background: linear-gradient(135deg, #1b1937, #babacb);
  color: #fff;
  padding: 9rem 0 0; 
}      

/* Content above overlay */
.contact-hero .container {
  position: relative;
  z-index: 2;
}

/* Text Styling */
.contact-text{
  padding: 1rem 2rem 1rem ;
}

.contact-text h1 {
  font-size: 42px;
  font-weight: 700;
  text-align: left;
}

.contact-text p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 500px;
  text-align: left;
}

/* Image */
.contact-img {
  max-width: 450px;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}

/* Tablet */
@media (max-width: 992px) {

  .contact-hero {
    min-height: 400px;
    padding: 60px 0;
  }

  .contact-text h1 {
    font-size: 36px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .contact-hero {
    min-height: auto;     
    padding: 60px 20px;
    text-align: center;
  }

  .contact-text {
  padding-top: 8rem;
  }

  .contact-text h1 {
    font-size: 30px;
    font-weight: 500;
  }

  .contact-text p {
    font-size: 14px;
    max-width: 100%;
  }

  .contact-img {
    max-width: 300px;
  }
}


/* Button */
.btn-send {
  background: linear-gradient(135deg, #ff6a5b, #ff3d81);
  color: #fff;
  padding: 12px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-send:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.section-title h2 span {
  color: #f5b400; /* yellow */
  font-weight: 500;
}

.section-work {
    padding: 70px 0 30px;
}

.section-work h6 {
    color: #3f51ff;
    font-weight: 560;
    text-align: left;
}

.section-work h2 {
    font-weight: 600;
    color: #0b1b5c;
    text-align: left;
}

.section-work p {
    color: #777;
    font-size: 16px;
    text-align: left;
}

.feature-list{
      margin: 0;
      padding: 0;

    }

.feature-list li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 16px;
    color: #777;
    text-align: left;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

@media (max-width: 992px) {

    .section-work {
        padding: 60px 0 40px;
    }

    .section-work h2 {
        font-size: 30px;
        text-align: left;
    }

    .section-work p,
    .feature-list li {
        font-size: 15px;
        text-align: left;
    }
}


@media (max-width: 768px) {

    .section-work {
        padding: 50px 25px 15px;
        text-align: center;
    }

    .feature-list{
      margin: 0;
      padding: 0;

    }

    .section-work h6,
    .section-work h2,
    .section-work p,
    .feature-list li {
        text-align: left;
    }

    .section-work h2 {
        font-size: 24px;
    }

    .section-work p,
    .feature-list li {
        font-size: 14px;
    }
}
  

.verticals-section{
    padding:60px 20px 0;
    background:#fff;
}

.verticals-section h2{
    color:#0b1b5c;
    font-weight:600;
    text-align: left;
}

.red-line{
    width:60px;
    height:3px;
    background:#ff3366;
    margin:15px 0 30px 0;
    display:block;
}

.feature-box{
    display:flex;
    gap:15px;
    margin-bottom:30px;
}

.feature-box img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.feature-box h4{
    font-weight:700 !important;
    color:#0b1b5c;
    text-align: left;
}

.verticals-section p{
    color:#6d7684;
    margin-top: -20px;
    text-align: left;
}

.service-card-3{
    background:#fff;
    padding:30px;
    border-radius:5px;
    box-shadow:10px 20px 30px rgba(0,0,0,0.3);
    text-align:center;
    width:100%;
    max-width:360px;
    height:auto;
    margin:20px auto;
    transition: all 0.3s ease;
    width: clamp(300px, 90%, 360px);   
}

.service-card-3:hover {
  transform: translateY(-6px);
}

.service-card-3 img{
    width:100%;
    max-width:226px;
    height:auto;
    object-fit:cover;
}

.service-card-3 h4{
    color:#0b1b5c;
    font-weight:700;
}

.service-card-3 p{
    color:#6c7a93;
    margin-top:0 !important;
    text-align:center !important;
}

/* Tablet */
@media (max-width: 992px){
    .service-card-3{
        max-width:300px;
    }
}

/* Mobile */
@media (max-width: 768px){
    .service-card-3{
        max-width:90%;     /* almost full width */
        padding:20px;
        margin:10px auto;
    }
    
    .service-card-3 img{
        width:100%;
        height:auto;
    }

    .service-card-3 h4{
        font-size:18px;   /* reduce font size */
    }

    .service-card-3 p{
        font-size:14px;
    }
}

.clients-section{
    padding:80px 0;
    background:#f0f1f3;
    text-align:center;
}

.clients-section h2{
    color:#0b1b5c;
    font-weight:800;
}

.red-line{
    width:60px;
    height:3px;
    background:#ff3366;
    margin:15px auto 25px;
}

.clients-section p{
    color:#6c7a93;
    font-size:17px;
    max-width:800px;
    margin:0 auto 40px;
    line-height:1.7;
}

.client-logo{
    filter:grayscale(100%);
    opacity:0.7;
    transition:0.3s;
    width: 206px;
    height:150px;
}

.client-logo:hover{
    filter:grayscale(0%);
    opacity:1;
}

.portfolio-section{
    padding:80px 0 0;
    margin-top: 200px;
}

.portfolio-card{
    text-align:center;
}

.portfolio-img{
  width:340px;
  height: 560px;
  cursor:pointer;
  border-radius:12px;
  transition:0.3s;
}
.portfolio-img:hover{
  transform:scale(1.02);
}

/* MODAL */
.img-modal{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.85);
  justify-content:center;
  align-items:center;
  z-index:9999;
}

.img-modal img{
  max-width:70%;
  max-height:90%;
  border-radius:10px;
}

/* Close button */
.close-btn{
  position:absolute;
  top:20px;
  right:30px;
  font-size:40px;
  color:#fff;
  cursor:pointer;
}

/* Arrows */
.nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:50px;
  color:#fff;
  cursor:pointer;
  user-select:none;
}

.nav.left{ left:30px; }
.nav.right{ right:30px; }

/* Mobile */
@media(max-width:768px){
  .img-modal img{
    max-width:90%;
  }
}

.service-hero {
  background: url('../images/social-media-marketing.jpg') center center / cover no-repeat;
  height: 400px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;     
  justify-content: center
}

.service-text h1{
  margin-top: 120px;
}


.social-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.social-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1d1b6b;
}

.subtitle {
  margin-top: 15px;
  color: #6c757d;
  font-size: 16px;
}

/* MAIN LAYOUT */
.social-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 60px;
  align-items: center;
}

/* LEFT IMAGE */
.social-left img {
  width: 100%;
  max-width: 450px;
}

/* RIGHT */
.social-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* CARD */
.social-card {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 25px 30px;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  text-align: left;
}

/* ICON */
.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon.pink { background: #f76c8b; }
.icon.blue { background: #6fa8dc; }
.icon.purple { background: #8e7cc3; }

/* TEXT */
.social-card h3 {
  font-size: 18px;
  color: #1d1b6b;
  margin-bottom: 6px;
}

.social-card p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
}

/* RESPONSIVE */
@media(max-width: 992px){
  .social-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-card {
    text-align: left;
  }
}


.social-links-section {
  background: #fff3f3;
  padding: 80px 0;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.social-links-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1d1b6b;
}

.line {
  display: block;
  width: 50px;
  height: 3px;
  background: #ff3d6a;
  margin: 15px auto;
}

.subtitle {
  max-width: 700px;
  margin: 0 auto 60px;
  color: #6c757d;
  font-size: 16px;
  line-height: 1.7;
}

/* GRID */
.links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* BOX */
.link-box {
  display: flex;
  gap: 25px;
  align-items: center;
}

/* CIRCLE */
.circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    conic-gradient(var(--clr) calc(var(--percent) * 1%), #eee 0);
  position: relative;
}

.circle::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background: #fff3f3;
  border-radius: 50%;
}

.circle span {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  color: #222;
}

/* COLORS */
.pink { --clr:#f46b7a; }
.green { --clr:#6ed3a7; }
.orange { --clr:#f9b233; }
.purple { --clr:#9fa8da; }

/* TEXT */
.text h3 {
  font-size: 20px;
  color: #1d1b6b;
  margin-bottom: 8px;
  text-align: left;
}

.text p {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

/* RESPONSIVE */
@media(max-width: 900px){
  .links-grid {
    grid-template-columns: 1fr;
  }
}

.success-section{
  padding:80px 0;
  background:#fff;
}

.success-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:50px;
}

.success-left{
  flex:1;
}

.success-left h2{
  font-size:36px;
  color:#0b1b6f;
  margin-bottom:20px;
  font-weight: 700;
}

.main-text{
  color:#6c757d;
  margin-bottom:40px;
  line-height:1.7;
}

.features{
  display:flex;
  gap:40px;
}

.feature{
  flex:1;
}

.icon{
  font-size:26px;
  color:#0b1b6f;
}

.feature h3{
  font-size:24px;
  margin:12px 0;
  color:#0b1b6f;
  font-weight: 550;
  letter-spacing: 1;
}

.feature p{
  color:#6c757d;
  font-size:15px;
  line-height:1.6;
}

.success-right{
  flex:1;
  text-align:center;
}

.success-right img{
  max-width:824;
  max-height: 824;
  padding-bottom: 20%;
}

@media(max-width:768px){
  .success-container{
    flex-direction:column;
  }
  .success-left{
    padding-left: 1rem;
  }
  .success-right{
    padding-left: 1rem;
  }

  .features{
    flex-direction:column;
  }
}


/* ===============================
   Contact Section
================================= */

.contact-section {
  background-color: #f8f9fb;
}

/* Left Content */
.contact-section h2 {
  color: #0b1b5c;
  font-size: 36px;
}

.contact-section p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.contact-section i {
  color: #3f51ff;
}

/* Contact Form Card */
.contact-form-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.contact-form-card h4 {
  font-weight: 600;
  color: #0b1b5c;
}

/* Form Fields */
.contact-form-card .form-control {
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ddd;
}

.contact-form-card .form-control:focus {
  border-color: #3f51ff;
  box-shadow: none;
}

/* Send Button */
.btn-send {
  background: #3f51ff;
  color: #fff;
  padding: 12px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s ease;
}

.btn-send:hover {
  background: #2c3edb;
}

/* ===============================
   Tablet Responsive
================================= */

@media (max-width: 992px) {

  .contact-section h2 {
    font-size: 30px;
  }

  .contact-form-card {
    padding: 30px;
  }
}

/* ===============================
   Mobile Responsive
================================= */

@media (max-width: 768px) {

  .contact-section {
    text-align: center;
  }

  .contact-section h2 {
    font-size: 26px;
  }

  .contact-section p {
    font-size: 14px;
  }

  .contact-section i {
    margin-right: 10px;
  }

  .contact-form-card {
    padding: 25px;
  }
}

.seo-service-hero {
  background: url('../images/SEO-banner.jpg') center center / cover no-repeat;
  height: 400px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;     
  justify-content: center
}

.seo-service-text h1{
  margin-top: 120px;
  font-weight: 700 !important;
  font-size: clamp(1.5rem, 4vw, 2.3rem);
}

.seo-section {
  background: #f4f6fa;
}

.seo-title {
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  color: #2b2b6d;
  padding-top: 4rem;
}

.title-line {
  width: 60px;
  height: 3px;
  background: #ff2e63;
}

.seo-desc {
  max-width: 700px;
  color: #6c7a89;
  font-size: 1.2rem;
}

/* Hexagon Box */
.hex-box {
  background: #ffffff;
  padding: 40px 20px;
  clip-path: polygon(
    25% 6%, 75% 6%, 
    100% 50%, 
    75% 94%, 25% 94%, 
    0% 50%
  );
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.hex-box h6 {
  font-weight: 700;
  font-size: large;
  color: #2b2b6d;
}

.seo-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}

.partnership-section {
  background: #fff;
}

.seo-section-title {
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: #1d2b6b;
  line-height: 1.3;
  text-align: left;
}

.title-line {
  width: 50px;
  height: 3px;
  background: #ff2e63;
}

.lead-text {
  font-size: 1.4rem;
  color: #5f6f81;
  font-style: italic;
  margin-bottom: 15px;
  text-align: left;
}

.desc-text {
  color: #6c7a89;
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: left;
}

.partnership-img {
  max-width: 100%;
  padding-top: 3rem ;
}

.core-section {
  background: #f4f6fa;
  padding: clamp(50px, 8vw, 100px) 0;
}

.core-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  color: #1d2b6b;
}

.title-line {
  width: 50px;
  height: 3px;
  background: #ff2e63;
}

.core-desc {
  max-width: 700px;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: #6c7a89;
}

/* Cards */
.core-card {
  padding: 30px;
  border-radius: 10px;
  transition: 0.3s ease;
}

.core-card h5 {
  color: #1d2b6b;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.core-card p {
  color: #6c7a89;
  font-size: 0.95rem;
  line-height: 1.6;
}


/* Hover Effect */
.core-card:hover {
  background: #ffffff; 
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  opacity: 1;
}

/* Icons */
.core-icon {
  width: 45px;
}

/* Mobile Center Align */
@media (max-width: 768px) {
  .core-card {
    text-align: center;
  }
}

.web-design-service {
  background: url('../images/web-design.jpg') center center / cover no-repeat;
  height: 400px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;     
  justify-content: center
}

.web-design-service-text h1{
  margin-top: 120px;
  font-weight: 600;
}

.creative-section {
  background: #fff;
  padding: 80px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.creative-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Left Image */
.creative-image img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

/* Right Content */
.creative-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1e1b4b;
  line-height: 1.2;
  text-align: left;
}

.underline {
  width: 50px;
  height: 4px;
  background: #ff4c29;
  margin: 20px 0;
}

.subtitle {
  font-size: 20px;
  font-style: italic;
  color: #6b7280;
  margin-bottom: 20px;
  text-align: left;
}

.creative-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: left;
}

/* Bullet Points */
.creative-points {
  list-style: none;
  padding: 0;
}

.creative-points li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: #444;
  text-align: left;
}

.creative-points li::before {
  content: "➜";
  position: absolute;
  left: 0;
  color: #ff4c29;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 992px) {
  .creative-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .creative-image img {
    max-width: 100%;
  }

  .creative-content h2 {
    font-size: 28px;
  }

  .creative-points li {
    padding-left: 0;
  }

  .creative-points li::before {
    position: static;
    margin-right: 8px;
  }
}

.smile-section {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Header */
.section-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #25226a;
}

.section-header .underline {
  width: 60px;
  height: 4px;
  background: #ff2d55;
  margin: 15px auto;
}

.section-header p {
  max-width: 700px;
  margin: 0 auto 60px;
  color: #6b7280;
  line-height: 1.7;
}

/* Cards Layout */
.services-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Card */
.service-card {
  background: #fff;
  padding: 50px 30px;
  border-radius: 6px;
  width: 320px;
  height: auto;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  transition: 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-card img {
  width: 70px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 22px;
  font-weight: 560;
  margin-bottom: 15px;
  color: #25226a;
}

.service-card p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-card a {
  text-decoration: none;
  color: #ff2d55;
  font-weight: 600;
}

.service-card a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
  .services-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .service-card {
    width: 100%;
    max-width: 400px;
  }
}


.main-footer {
  background: url('../images/footer-banner.png') center/cover no-repeat;
  color: #fff;
  padding: 40px 0 5px;
}

/* Logo */
.footer-logo {
  width: 220px;
  height: auto;
  object-fit: cover;
  display: block;
  background-repeat: no-repeat;
}

/* Text */
.footer-text {
  font-size: 14px;
  color: #ddd;
  line-height: 1.6;
  text-align: left;
}

/* Titles */
.footer-title {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  text-align: left;
  margin-bottom: 0;
}

/* Links */
.footer-links {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.footer-links li {
  margin-bottom: 0px;
  font-size: 14px;
}

.footer-links a {
  text-decoration: none;
  color: #ddd;
}

.footer-links a:hover {
  color: #ff4c29;
}

/* Social */
.footer-social a {
  color: #fff;
  font-size: 16px;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 15px;
}

.brand {
  color: #ff4c29;
  font-weight: 600;
}

/* Arrow rotate */
.footer-toggle {
  transition: 0.3s ease;
}

/* Desktop: show normally */
@media (min-width: 768px) {
  .footer-links {
    display: block !important;
  }

  .footer-toggle {
    display: none;
  }

  .footer-title {
    border: none;
    cursor: default;
  }
}

/* Mobile Accordion */
@media (max-width: 767px) {

  .footer-links {
    display: none;
    padding: 10px 0;
  }

  .footer-logo{
    display: block;
    margin: 0 auto;
  }

  .footer-col.active .footer-links {
    display: block;
  }

  .footer-col.active .footer-toggle {
    transform: rotate(180deg);
  }
}