.banner
{
    padding:115px 0px 0px !important;
}
.header-contact {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.3;
}
.header-contact .phone i {
  font-size: 14px;
}
.header-contact strong {
  font-weight: 600;
  color: #000;
}
.header-contact .email span {
  font-weight: 500;
  color: #000;
}
.header-contact hr {
  width: 100%;
  border-color: #ddd;
}
.banner {
  position: relative;
  height: 100vh; /* full screen */
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Banner main text */
.banner-content {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  color: #000;
  max-width: 627px;
}
.banner-content h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Circle text */
.circle-text-wrap {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}

.circle-text {
  position: relative;
  width: 250px;
  height: 250px;
  
}

.circle-text svg {
  width: 100%;
  height: 100%;
  animation: rotate 15s linear infinite;
  
}

.circle-text text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  fill: #a70b0b;
  
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Center red text */
.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  
}

.center-text h3 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}
.blog-item-content .btn-read-more, .cta-bg form button, .service-2-items .service-2-item a, .theme-btn-3, .theme-btn-with-bg, .theme-btn
{
    padding: 14px 18px !important;
}
/* Responsive */
.sectiontitle
{
    font-size: 56px !important;
}
.expp
{
    margin:12px !important;
}
.digital-title
{
  font-size: 53px;
}
.digital-project
{
  background-image: linear-gradient(to right, #fee7d2, #ffe2d3, #ffddd6, #ffd9db, #ffd6e2, #fad3e6, #f4d1ea, #ebcfee, #e2ccef, #d7c9f0, #ccc6f1, #bfc4f1) !important;
}

.projects-items
{
  width:387% !important;
}
#smmd
{
   width:480px;
   height:250px;
   border-radius: 20px;
   margin-left: 150px;
}


/* Nested submenu (Company → Company 1,2,3) */
.submenu .sub-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  list-style: none;
  padding: 8px 0;
  min-width: 208px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 999;
}

/* Show sub-submenu on hover */
.submenu li:hover > .sub-submenu {
  display: block;
}

/* Prevent flicker (stable hover zone) */
.submenu,
.sub-submenu {
  pointer-events: auto;
}

.dropdown-nav:hover,
.submenu li:hover {
  visibility: visible;
}

/* Hide toggle by default */
.toggle-sidebar {
  display: none;
}

/* === MOBILE STYLES === */
@media (max-width: 991px) {
  .toggle-sidebar {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 35px;
    background: #ff6600;
    border-radius: 6px;
    cursor: pointer;
    z-index: 10001;
  }

  .toggle span {
    background: #fff;
    height: 3px;
    width: 24px;
    margin: 3px 0;
    display: block;
    transition: all 0.3s ease;
  }

  /* Toggle animation when active */
  .toggle-sidebar.active span:nth-child(1) {
    transform: rotate(45deg) translateY(6px);
  }
  .toggle-sidebar.active span:nth-child(2) {
    transform: rotate(-45deg) translateY(-6px);
  }

  /* Mobile Nav Panel */
  .mobile-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: #111;
    color: #fff;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 20px;
    z-index: 10000;
  }

  .mobile-nav.active {
    left: 0;
  }

  .mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-nav li {
    border-bottom: 1px solid #222;
  }

  .mobile-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
  }

  .submenu,
  .sub-submenu {
    display: none;
    padding-left: 15px;
  }

  .has-dropdown.active > .submenu {
    display: block;
  }

  .has-subdropdown.active > .sub-submenu {
    display: block;
  }
}

/* === DESKTOP === */
@media (min-width: 992px) {
  .mobile-nav {
    display: none !important;
  }
}

.sam-insta-section {
  text-align: center;
  /*padding: 100px 0;*/
  background: #fff;
}

.sam-insta-heading i {
  font-size: 40px;
  color: #000;
}

.sam-insta-heading h2 {
  font-size: 32px;
  margin: 10px 0;
  font-weight: 700;
}

.sam-insta-heading p {
  color: #555;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 40px;
}

.sam-insta-gallery {
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 15px;
  padding: 0 50px;
}

.sam-insta-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}

.sam-insta-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.sam-insta-item:hover img {
  transform: scale(1.1);
}

.sam-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sam-insta-item:hover .sam-overlay {
  opacity: 1;
}

.sam-overlay i {
  font-size: 40px;
  color: #fff;
}
.brand-slider img
{
  -webkit-filter: contrast() !important;
    filter: contrast() !important;
    border:1px solid lightgray;
}
.ourclient
{
  font-size: 42px;
}
/*.footergray
{
  background-image: url(../img/brand/foot-back.jpg) !important;
  width:100%;
}*/
.footer .footer-title
{
  font-size: 56px;
}
.footer .footer-email
{
  padding: 14px 38px !important;
  border-right: 0px solid var(--theme) !important;
  background: transparent !important;
}
.footergray
{
  background-color: #f0f0f0;
}

.footemail
{
  margin-top: -20px !important;
}
.call3
{
  font-size: 34px !important;
}
.contactgray
{
  background-image: url(../img/cont.jpg) !important;
  width:100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.servicess
{
  padding: 15px !important;
}
.contact-form input, .contact-form textarea
{
  padding: 15px !important;
}
.alok-mobile-video {
  display: none;
}
.quick-enquiry-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #c62828;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: all 0.3s ease;
}

.quick-enquiry-btn i {
  font-size: 18px;
}

.quick-enquiry-btn:hover {
  background-color: #a62121;
  transform: translateY(-2px);
}

.main-menu .navbar-nav ul li.dropdown-nav>a::after
{
    display:none !important;
}
 .downnn
{
    font-size: 11px !important;
    color: #ec1c23 !important;
    transform: rotate(-45deg) !important;
}

/* ===== Wrapper ===== */
.smm-wrapper {
  background: #fff;
  padding: 80px 10%;
  display: flex;
  flex-direction: column;
  gap: 120px;
  position: relative;
}

/* ===== Each Block ===== */
.smm-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  position: relative;
}

.smm-block.reverse {
  flex-direction: row-reverse;
}

/* ===== Left Content ===== */
.smm-left {
  flex: 1 1 45%;
  position: relative;
  padding-left: 40px;
}

/* Vertical line inside left content */
.smm-line {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #ff0000, #ff8080);
  border-radius: 2px;
}

/* Circle at start and end of line */
.smm-line::before,
.smm-line::after {
  content: "";
  position: absolute;
  left: -4px;
  width: 10px;
  height: 10px;
  background: #ff0000;
  border-radius: 50%;
}

.smm-line::before {
  top: 0;
}

.smm-line::after {
  bottom: 0;
}

.smm-content {
  padding-left: 25px;
}

/* ===== Text Styling ===== */
.smm-title {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.smm-desc {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.smm-list {
  list-style: none;
  padding: 0;
}

.smm-list li {
  font-size: 16px;
  color: #222;
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
}

.smm-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff0000;
  font-weight: bold;
}

/* ===== Right Image ===== */
.smm-right {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.smm-right img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.smm-right img:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .smm-wrapper {
    padding: 60px 5%;
    gap: 80px;
  }

  .smm-block,
  .smm-block.reverse {
    flex-direction: column;
  }

  .smm-left,
  .smm-right {
    flex: 1 1 100%;
  }

  .smm-line {
    left: 0;
  }

  .smm-title {
    font-size: 22px;
  }
}

 .alok-product-section {
      width: 100%;
      margin: auto;
      text-align: center;
      padding: 40px 20px;
      /*background: #fff;*/
      /*border-radius: 20px;*/
      /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);*/
    }

    .alok-product-section h2 {
      font-size: 2.2rem;
      color: #111;
      margin-bottom: 30px;
      font-weight: 600;
      position: relative;
      display: inline-block;
    }

    .alok-product-section h2::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background: #e63946;
      border-radius: 3px;
    }

    .alok-swiper {
      width: 100%;
      padding-bottom: 50px;
    }

    .alok-slide {
      background: #fff;
      /*border-radius: 16px;*/
      overflow: hidden;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .alok-slide:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .alok-product-img {
      width: 100%;
      /*height: 220px;*/
      object-fit: cover;
      padding:10px;
      
    }

    .alok-product-info {
      padding: 15px 20px;
      background-color: azure;
    }

    .alok-product-info h3 {
      font-size: 1.1rem;
      /*margin: 10px 0;*/
      color: #222;
    }

    .alok-product-info p {
      font-size: 0.9rem;
      color: #666;
    }

    .alok-pagination .swiper-pagination-bullet-active {
      background: #e63946;
    }
    
    .testimonial-bg
    {
        background:transparent !important;
    }
    .myservice
    {
        color:#000 !important;
        margin-top:-80px;
    }
    
    /*.breadcrumbs
    {
        margin-top: 115px !important;
    padding-bottom: 30px !important;
    padding-top: 134px !important;
    background-attachment: local !important;
    }*/
    .breadcrumbs
    {
        background-position:right !important;
        padding-top: 189px !important;
        padding-bottom: 24px !important;
        background-attachment: local !important;
    }
    /*.tf__breadcrumbs_text
    {
        color:#fff !important;
    }*/
    .breadcrumbs h1, .breadcrumbs .about-2-title
    {
        font-size:56px !important;
    }
    
    .dmmm
    {
        color:#000;
    }
    
    .breadcrumbs .tf__breadcrumbs_text ul
    {
        margin-top:12px !important;
    }
    
    .alok-organization-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: auto;
      padding: 41px 20px;
      gap: 40px;
    }

    .alok-org-left {
      flex: 1;
    }

    .alok-org-right {
      flex: 1.2;
      color: #222;
      line-height: 1.8;
      font-size: 17px;
    }

    .alok-org-smalltitle {
      color: #e63946; /* red highlight */
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px;
      text-align: center;
      margin-top:20px;
    }

    .alok-org-heading {
      font-size: 58px;
      font-weight: 700;
      line-height: 1.1;
      color: #111;
    }

    .alok-org-right strong {
      font-weight: 700;
      color: #111;
    }

    @media (max-width: 992px) {
      .alok-organization-section {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
      }

      .alok-org-heading {
        font-size: 42px;
      }

      .alok-org-right {
        font-size: 16px;
      }
    }

    @media (max-width: 576px) {
      .alok-org-heading {
        font-size: 34px;
      }
    }
    
    .sam-client-section {
  background: #014069;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
}

.sam-client-section h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sam-client-section h2 span {
  font-weight: 700;
  text-decoration: underline;
}

.sam-client-section p {
  font-size: 18px;
  margin-bottom: 50px;
}

/* ====== GRID ====== */
.sam-client-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ====== CARD STYLE ====== */
.sam-client-card {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 30px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
}

.sam-client-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.sam-client-card i {
  font-size: 36px;
  margin-bottom: 15px;
  color: #fff;
}

.sam-client-card h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 600px) {
  .sam-client-section h2 {
    font-size: 22px;
  }
  .sam-client-section p {
    font-size: 16px;
  }
  .sam-client-card {
    padding: 25px 15px;
  }
}

.iabout
{
    margin-top:-170px;
}

.alok-mission-vision {
  background: #f9f9f9;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
}

.alok-container {
  max-width: 1200px;
  margin: auto;
}

.alok-title {
  text-align: center;
  margin-bottom: 50px;
}

.alok-title h5 {
  color: #ff2b2b;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.alok-title h2 {
  font-size: 36px;
  color: #222;
  font-weight: 700;
}

.alok-title-line {
  width: 60px;
  height: 3px;
  background: #ff2b2b;
  margin: 15px auto 0;
  border-radius: 2px;
}

.alok-mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.alok-mv-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-align: center;
  transition: all 0.3s ease;
  border-top: 4px solid #ff2b2b;
}

.alok-mv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.alok-mv-icon {
  font-size: 45px;
  color: #ff2b2b;
  margin-bottom: 20px;
}

.alok-mv-card h3 {
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
  font-weight: 600;
}

.alok-mv-card p {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
}

/* ===== DIRECTOR MESSAGE SECTION ===== */
.director-section {
  padding: 100px 10%;
  background: linear-gradient(135deg, #ffffff 0%, #f7f4ff 40%, #f4e5e8 100%);
  font-family: "Poppins", sans-serif;
  margin-top:0px;
}

.director-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0px;
}

.director-text {
  flex: 1;
  min-width: 320px;
}

.director-subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ff7b47;
  margin-bottom: 10px;
}

.director-name {
  font-size: 2rem;
  font-weight: 700;
  color: #1a012c;
  margin-bottom: 25px;
}

.director-text p {
  color: #444;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.director-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:-580px;
}

.circle-gradient {
  position: relative;
  background: radial-gradient(circle at 70% 40%, #6c63ff, #d8d1ff, #ffffff);
  border-radius: 50%;
  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(108, 99, 255, 0.2);
}

.circle-gradient img {
  width: 60%;
  height: auto;
  object-fit: contain;
  z-index: 2;
  margin-top:-23px;
}

.designation {
  position: absolute;
  bottom: 20px;
  background: #ffffffcc;
  color: #3a2b75;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 600;
  backdrop-filter: blur(5px);
}

/* ===== Responsive Design ===== */
@media (max-width: 991px) {
  .director-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .circle-gradient {
    width: 280px;
    height: 280px;
    margin-top: 40px;
  }

  .director-name {
    font-size: 1.7rem;
  }
}

.dire2
{
    margin-top:-15px !important;
}
/* Default hidden */
.mobile-call-btn {
    display: none;
}

/* Mobile View Only */

/* HERO */
.hosting-hero {
    background: linear-gradient(135deg,#4a3df6,#6b5bff);
    text-align: center;
    padding: 90px 20px;
    color: #fff;
}
.hosting-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.hosting-hero p {
    font-size: 18px;
    opacity: .9;
    margin-bottom: 25px;
}
.btnHero {
    background: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    color: #4a3df6;
    text-decoration: none;
    transition: .3s;
}
.btnHero:hover { background: #f4f4f4; }

/* PAGE TITLES */
.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Hosting Plans */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 30px;
}

.plan-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 20px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.1);
    transition: .3s;
    position: relative;
}

.plan-card:hover {
    transform: translateY(-6px);
}

.plan-card.active {
    border: 2px solid #4a3df6;
    transform: scale(1.03);
}

.popular-tag {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #ff5b5b;
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 50px;
}

.plan-card h3 {
    font-size: 24px;
    font-weight: 700;
}

.price {
    font-size: 32px;
    font-weight: 800;
    margin: 12px 0;
}
.price span {
    font-size: 16px;
    opacity: .6;
}

.plan-card ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}
.plan-card ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.btn-plan {
    display: inline-block;
    background: #4a3df6;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}
.btn-plan:hover { background: #2f22d6; }

/* Features */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
    gap: 25px;
}
.feature-card {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
    text-align: center;
    transition: .3s;
}
.feature-card i {
    font-size: 42px;
    margin-bottom: 15px;
    color: #4a3df6;
}
.feature-card:hover {
    transform: translateY(-6px);
}

/* HERO */
.gsuiteHeroSection {
    background: linear-gradient(135deg,#4A3DF6,#6A59FF);
    padding: 100px 20px;
    text-align: center;
    color: #fff;
}
.gsuiteHeroTitle { font-size: 42px; font-weight: 700; }
.gsuiteHeroSubtitle { font-size: 18px; opacity: .9; margin: 10px 0 25px; }
.gsuiteHeroBtn {
    background: #fff;
    color: #4A3DF6;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}
.gsuiteHeroBtn:hover { background: #f2f2f2; }


/* COMMON HEADING */
.gsuiteHeadingMain {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}


/* INCLUDED SECTION */
.gsuiteIncludedSection { padding: 70px 20px; background: #fff; }
.gsuiteIncludedGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 25px;
}
.gsuiteIncludedCard {
    background: #fafafa;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: .3s;
}
.gsuiteIncludedCard:hover { transform: translateY(-5px); }
.gsuiteIncludedIcon { width: 100%; margin-bottom: 15px; }
.gsuiteIncludedTitle { font-size: 20px; font-weight: 600; }
.gsuiteIncludedText { font-size: 15px; opacity: .8; }


/* SERVICES */
.gsuiteServiceSection { padding: 70px 20px; background: #f5f5ff; }
.gsuiteServiceGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 30px;
}
.gsuiteServiceBox {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: .3s;
}
.gsuiteServiceBox:hover { transform: translateY(-6px); }
.gsuiteServiceTitle { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.gsuiteServiceDesc { font-size: 15px; opacity: .85; }


/* PRICING */
.gsuitePricingSection { padding: 80px 20px; background: #fff; }
.gsuitePricingGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 30px;
}
.gsuitePriceCard {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: .3s;
    text-align: center;
}
.gsuitePriceCard:hover { transform: translateY(-6px); }

.gsuitePricePopular {
    border: 2px solid #4A3DF6;
    transform: scale(1.03);
}

.gsuitePriceTitle { font-size: 22px; font-weight: 700; }
.gsuitePriceAmount { font-size: 28px; font-weight: 800; margin: 12px 0; }
.gsuitePriceList { list-style: none; padding: 0; margin-top: 15px; }
.gsuitePriceList li {
    padding: 7px 0;
    border-bottom: 1px solid #eee;
}
.gsuitePriceBtn {
    display: inline-block;
    background: #4A3DF6;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}
.gsuitePriceBtn:hover { background: #2c1ed5; }

.store2
{
    width:50% !important;
}

.gSuiteBoxArea {
    padding: 70px 0;
    background: #f9fafb;
}

.gSuiteBoxTitle {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.5px;
}

.gSuiteBoxCard {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: .3s ease;
}

.gSuiteBoxCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.10);
}

.gSuiteBoxIcon {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.gSuiteBoxHead {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.gSuiteBoxDesc {
    font-size: 15px;
    color: #666;
    line-height: 22px;
}

@media (max-width: 768px) {
    .gSuiteBoxTitle {
        font-size: 28px;
    }
    .gSuiteBoxCard {
        margin-bottom: 25px;
    }
}


.gSuiteServiceArea {
    padding: 70px 0;
    background: #ffffff;
}

.gSuiteServiceMainTitle {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.5px;
}

.gSuiteServiceCard {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all .3s ease;
}

.gSuiteServiceCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.gSuiteServiceIcon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.gSuiteServiceHead {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.gSuiteServiceInfo {
    font-size: 15px;
    color: #666;
}

@media (max-width: 768px) {
    .gSuiteServiceMainTitle {
        font-size: 28px;
    }
    .gSuiteServiceCard {
        margin-bottom: 25px;
    }
}

.gSuiteColorPriceArea {
    padding: 80px 0;
    background: #f4f7fb;
}

.gSuiteColorPriceTitle {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}

.gSuiteColorPriceCard {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

.gSuiteColorPriceCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.gSuiteColorPlanName {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.gSuiteColorPlanAmount {
    font-size: 32px;
    font-weight: 700;
    color: #0066ff;
}

.gSuiteColorPlanAmount span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.gSuiteColorFeatureList {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.gSuiteColorFeatureList li {
    padding: 8px 0;
    font-size: 15px;
    color: #555;
}

.gSuiteColorPlanBtn {
    display: inline-block;
    background: #0066ff;
    color: #fff;
    padding: 12px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.gSuiteColorPlanBtn:hover {
    background: #004bcc;
}

/* Popular Card */
.gSuiteColorPopularCard {
    background: linear-gradient(135deg, #0066ff, #00c4ff);
    color: #fff !important;
}

.gSuiteColorPopularCard .gSuiteColorPlanAmount {
    color: #fff;
}

.gSuiteColorPopularCard .gSuiteColorPlanAmount span {
    color: #e9f4ff;
}

.gSuiteColorPopularCard .gSuiteColorFeatureList li {
    color: #eef8ff;
}

.gSuiteColorPopularCard .gSuiteColorPlanBtn {
    background: #fff;
    color: #0066ff;
}

.gSuiteColorPopularBadge {
    position: absolute;
    top: 15px;
    right: -40px;
    background: #ff3366;
    color: #fff;
    padding: 8px 50px;
    transform: rotate(45deg);
    font-size: 13px;
    font-weight: 700;
}

.ms365FullSection {
    padding: 70px 0;
    background: #f7faff;
}

.ms365PageHeading {
    font-size: 36px;
    font-weight: 800;
    color: #263238;
}

.ms365PageSub {
    font-size: 18px;
    color: #607d8b;
}

.ms365IntroCard {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    text-align: center;
    transition: .3s;
}

.ms365IntroCard:hover {
    transform: translateY(-8px);
}

/* Three Color Variants */
.ms365Intro1 { border-bottom: 5px solid #3b82f6; }
.ms365Intro2 { border-bottom: 5px solid #ef4444; }
.ms365Intro3 { border-bottom: 5px solid #22c55e; }

.ms365IntroTitle {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
}

.ms365PlanHeading {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 700;
}

.ms365NewCard {
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 10px 22px rgba(0,0,0,0.12);
    position: relative;
}

.ms365ColorA {
    background: linear-gradient(135deg, #2563eb, #4f83ff);
}

.ms365ColorB {
    background: linear-gradient(135deg, #fb923c, #f97316);
}

.ms365ColorC {
    background: linear-gradient(135deg, #10b981, #059669);
}

.ms365CardPopular {
    border: 4px solid #ffe347;
}

.ms365TagPopular {
    position: absolute;
    top: -12px;
    right: 15px;
    background: #ffe347;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 20px;
}

.ms365NewTitle {
    font-size: 22px;
    font-weight: 700;
}

.ms365NewPrice {
    font-size: 20px;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 10px;
    margin: 8px 0 20px;
}

.ms365NewList {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.ms365NewList li {
    padding-bottom: 6px;
    font-size: 15px;
}

.ms365NewBtn {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}

.ms365FeatureBox {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.ms365FeatIcon {
    font-size: 40px;
    margin-bottom: 12px;
    color: #2563eb;
}

.rmailHeroSection {
  background: linear-gradient(135deg, #ff4b4b, #ff7474);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
.rmailHeroTitle {
  font-size: 42px;
  font-weight: 700;
}
.rmailHeroSubtitle {
  font-size: 18px;
  opacity: .9;
  margin: 20px 0 30px;
}
.rmailHeroBtn {
  background: #fff;
  color: #ff4b4b;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}
.rmailHeroBtn:hover {
  background: #f2f2f2;
}

.rmailFeatureCard {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: .3s;
}
.rmailFeatureCard:hover {
  transform: translateY(−6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}
.rmailFeatureIcon {
  font-size: 40px;
  color: #ff4b4b;
  margin-bottom: 12px;
}
.rmailFeatureTitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.rmailFeatureText {
  font-size: 15px;
  color: #555;
}

.rmailPlanCard {
  border-radius: 20px;
  color: #fff;
  position: relative;
  transition: .3s ease;
}
.rmailPlanCard:hover {
  transform: translateY(−10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.rmailColorA {
  background: linear-gradient(135deg, #ff7474, #ffa7a7);
}
.rmailColorB {
  background: linear-gradient(135deg, #ffb347, #ffd160);
}
.rmailColorC {
  background: linear-gradient(135deg, #4bcf82, #32b46c);
}
.rmailPlanTitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.rmailPlanPrice {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}
.rmailPlanPrice span {
  font-size: 14px;
  opacity: .8;
}
.rmailPlanList {
  list-style: none;
  padding: 0;
  margin-0 0 25px;
}
.rmailPlanList li {
  padding: 8px 0;
  font-size: 15px;
}
.rmailPlanBtn {
  background: #fff;
  color: #000;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}
.rmailPlanBtn:hover {
  background: #000;
  color: #fff;
}

.rmailContactBtn {
  background: #ff4b4b;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
}
.rmailContactBtn:hover {
  background: #d93636;
}


.rediffPriceSection {
    background: #f4f8ff;
}

.rediffPriceHeading {
    font-size: 32px;
    font-weight: 700;
    color: #1e2a55;
}

.rediffPriceCard {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-top: 5px solid #d4dffc;
}

.rediffPopularPlan {
    border-top: 5px solid #ff6b00 !important;
    transform: scale(1.03);
}

.rediffPriceCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.rediffPlanTitle {
    font-size: 26px;
    font-weight: 700;
    color: #2e3b6c;
}

.rediffPlanSub {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}

.rediffPlanList {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.rediffPlanList li {
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
    color: #444;
}

.rediffPlanBtn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    background: #325dff;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.rediffPlanBtn:hover {
    background: #1a3ed6;
}


/* HERO */
.gEduHeroBlock {
    background: linear-gradient(135deg, #3b6cff, #7da9ff);
    color: #fff;
    border-radius: 14px;
}
.gEduHeroHead {
    font-size: 36px;
    font-weight: 700;
}
.gEduHeroTag {
    font-size: 18px;
    margin-top: 8px;
}


/* HEADINGS */
.gEduBlockHeading {
    font-size: 30px;
    font-weight: 700;
    color: #1c2c55;
}


/* FEATURES */
.gEduFeatureItem {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}
.gEduFeatureItem:hover {
    transform: translateY(-6px);
}
.gEduIconBox {
    font-size: 42px;
    color: #4a6cff;
    margin-bottom: 12px;
}


/* EDITIONS */
.gEduEditionCard {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    text-align: center;
    border-bottom: 5px solid #9bb9ff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}
.gEduEditionCard:hover {
    transform: translateY(-6px);
}
.gEduEditionPro {
    background: #fff3e6;
    border-bottom: 5px solid #ff7b00;
}
.gEduEditionIcon {
    font-size: 40px;
    color: #3355ff;
    margin-bottom: 12px;
}


/* PRICING */
.gEduPriceCard {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.09);
    transition: 0.3s;
}
.gEduPriceCard:hover {
    transform: translateY(-6px);
}
.gEduPopularPlan {
    border-top: 6px solid #ff7b00;
    background: #fff7ed;
}
.gEduPriceTag {
    font-size: 28px;
    font-weight: 700;
    margin-top: 5px;
    color: #2e3b6d;
}
.gEduPriceList {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.gEduPriceList li {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}


/* BENEFITS */
.gEduBenefitItem {
    background: #eef3ff;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #d5e0ff;
    transition: 0.3s;
}
.gEduBenefitItem:hover {
    background: #e0e8ff;
}
.gEduBenefitIcon {
    font-size: 40px;
    color: #3b6cff;
    margin-bottom: 12px;
}

.ribbon-tag {
  position: absolute;
  top: 30px;
  left: -10px;
  background: #d10000;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 600;
  
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  z-index: 10;
}
.portfolio-card {
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
    
    .butm
    {
        margin-top:50px !important;
    }
    
    .store2
{
    width:50% !important;
}
    .mobile-call-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        position: fixed;
        left: 15px;
        bottom: 20px;

        background: #dc3545;
        color: #fff;
        padding: 12px 18px;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;

        box-shadow: 0 4px 12px rgba(0,0,0,0.25);
        z-index: 9999;

        transition: .3s ease;
    }

    .mobile-call-btn i {
        font-size: 20px;
    }

    .mobile-call-btn:hover {
        transform: scale(1.05);
    }
}

    @media (max-width: 768px) {
        
        .mobile-menu li a
        {
            background-color:#fff !important;
        }
        
        .sam-service-title
        {
            margin-top:-110px;
        }
        
        .sam-approach-section
        {
            margin-top:-155px;
        }
        
        .website-design-content
        {
            margin-top:-80px;
        }
        
        .choose-block.reverse
        {
            margin-top:-91px !important;
        }
        
         .sh3
        {
            margin-top:-50px;
        }
        .trustedweb
        {
            margin-top:80px;
        }
        
         .trustedweb2
        {
            margin-top:-20px;
        }
        
.director-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:0px !important;
}
        
.director-section {
  padding: 100px 10%;
  background: linear-gradient(135deg, #ffffff 0%, #f7f4ff 40%, #f4e5e8 100%);
  font-family: "Poppins", sans-serif;
  margin-top:-10px;
}

.director-container {
    margin-top:-80px;
}
        
         .alok-org-smalltitle {
      color: #e63946; /* red highlight */
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px;
      text-align: center;
      margin-top:5px;
    }

        
        .iabout
{
    margin-top:0px;
}
        
        .breadcrumbs .tf__breadcrumbs_text ul a
        {
            font-size:12px !important;
        }
        
        .breadcrumbs .tf__breadcrumbs_text ul
        {
            margin-top:-13px !important;
        }
        
        /*.breadcrumbs
    {
        margin-top:0px !important;
        padding-bottom:135px !important;
        padding-top:117px !important;
        background-size:contain;
        background-repeat:no-repeat;
        background-attachment: local !important;
    }*/
    
   .breadcrumbs {
        /* position: relative; */
        padding-top: 180px !important;
        padding-bottom: 64px !important;
        background: none !important;
        background-position: cover;
    }

    .breadcrumbs::before {
        content: "";
        position: absolute;
        left: 0;
        top: 107px !important;
        width: 100%;
        height: 200px !important;
        background-image: url(../img/breadcrumbs.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        background-position: right;
        z-index: -1;
        /* background-attachment: revert-layer; */
    }
    
    
    .tf__breadcrumbs_text
    {
        color:#000 !important;
    }
    .breadcrumbs h1, .breadcrumbs .about-2-title
    {
        font-size:20px !important;
    }
      .alok-product-img {
        height: 180px;
      }
    }
    
   /* SECTION BASE */
.why-choose-section {
  padding: 80px 8%;
  background: #fff;
}

/* FLEX CONTAINER */
.why-choose-container {
  display: flex;
  align-items: flex-start; /* keeps image top-aligned with heading */
  gap: 50px;
  flex-wrap: wrap;
}

/* LEFT IMAGE */
.why-image {
  flex: 1 1 45%;
  position: sticky;
  top: 100px; /* stays visible when scrolling long content */
}

.why-image img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* RIGHT CONTENT */
.why-content {
  flex: 1 1 50%;
}

.why-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #f39c12;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.why-title {
  font-size: 36px;
  color: #222;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.why-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Mission subsection */
.mission-content {
  margin-top: 50px;
  background: #f9f9f9;
  padding: 25px 30px;
  border-left: 5px solid #f39c12;
  border-radius: 10px;
}

.mission-subtitle {
  font-size: 15px;
  color: #f39c12;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.mission-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .why-choose-container {
    flex-direction: column;
  }
  .why-image {
    position: static;
    max-height: 400px;
  }
  .why-image img {
    max-height: 400px;
  }
}

.choose-section {
  width: 100%;
  padding: 80px 8%;
  background-color: #fff;
}

/* EACH BLOCK */
.choose-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 80px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 60px;
}

.choose-block.reverse {
  flex-direction: row-reverse;
}

/* IMAGE */
.choose-image {
  flex: 1 1 50%;
}

.choose-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* TEXT CONTENT */
.choose-content {
  flex: 1 1 50%;
}

.choose-label {
  color: #a259ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.choose-heading {
  font-size: 32px;
  font-weight: 700;
  color: #1a093d;
  margin-bottom: 20px;
}

.choose-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 16px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .choose-block {
    flex-direction: column;
    text-align: left;
  }

  .choose-block.reverse {
    flex-direction: column;
  }

  .choose-image img {
    width: 100%;
  }
}

.website-design-section {
  background: #f8fafc;
  padding: 80px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.website-design-container {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
}

.website-design-content {
  flex: 1;
}

.website-subtitle {
  color: #ff5722;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.website-title {
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.website-desc {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.7;
}

.website-features {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.website-features li {
  color: #333;
  font-size: 16px;
  margin-bottom: 8px;
}

.website-features i {
  color: #ff5722;
  margin-right: 8px;
}

.website-design-image {
  flex: 1;
  text-align: center;
}

.website-design-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;

  object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
  .website-design-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .website-design-image img {
    max-width: 100%;
  }
}

.uiux-title
{
    font-size:48px;
    font-weight:bold;
}
.uiux-features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px 25px;
  margin-top: 40px;
  padding: 0;
}

.services-section {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8f9ff, #eef2ff);
  z-index: 9999 !important;
}

.services-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.services-section p {
  color: #666;
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 1rem;
}

/* ===== CARDS CONTAINER ===== */
.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

/* ===== CARD STYLE ===== */
.service-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 25px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  /*position: relative;*/
  overflow: hidden;
  cursor: pointer;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, #673ab7, #9c27b0);
  transition: 0.3s;
  transform: scaleX(0);
  transform-origin: left;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(103,58,183,0.2);
}

/* ===== ICON STYLE ===== */
.service-icon {
  font-size: 3rem;
  color: #673ab7;
  margin-bottom: 20px;
  transition: 0.3s;
}

.service-card:hover .service-icon {
  color: #9c27b0;
  transform: scale(1.1);
}

/* ===== TEXT ===== */
.service-card h3 {
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.webdimg
{
    margin-top:-231px;
}

.sam-service-section {
  background: #fafafa;
  padding: 100px 8%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sam-service-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sam-service-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.sam-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 30px;
}

.sam-service-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
}

.sam-service-card img {
  width: 100%;
  /*height: 220px;*/
  object-fit: cover;
  transition: transform 0.5s ease;
}

.sam-service-card h3 {
  font-size: 1.4rem;
  color: #333;
  margin: 20px 0 10px;
}

.sam-service-card p {
  color: #666;
  font-size: 0.95rem;
  padding: 0 20px 25px;
  line-height: 1.6;
}

.sam-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.sam-service-card:hover img {
  transform: scale(1.08);
}

/* ===== Mobile App Section ===== */
.sam-app-section {
  padding: 100px 8%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sam-app-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.sam-app-content {
  flex: 1 1 500px;
}

.sam-app-image {
  flex: 1 1 400px;
  text-align: center;
}

.sam-app-image img {
  max-width: 100%;
  border-radius: 20px;
  
}

.sam-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  position: relative;
}

.sam-section-title::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  /*background: #ff6b00;*/
  left: 0;
  bottom: -10px;
  border-radius: 2px;
}

.sam-intro-text {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* ===== Approach Section ===== */
.sam-approach-section {
  background: #f9fafc;
  padding: 100px 8%;
  text-align: center;
}

.sam-approach-text {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 1.05rem;
  color: #555;
  line-height: 1.8;
}

.sam-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.sam-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.sam-card i {
  font-size: 2rem;
  color: #ff6b00;
  margin-bottom: 15px;
}

.sam-card h3 {
  font-size: 1.1rem;
  color: #222;
}

.sam-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .sam-app-container {
    flex-direction: column;
    text-align: center;
  }

  .sam-section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}


.principal-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #fff;
    margin: 50px auto;
    max-width: 1200px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    overflow: hidden;
  }

  .principal-image {
    flex: 1 1 400px;
    min-width: 300px;
    max-height: 500px;
    overflow: hidden;
  }

  .principal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
  }

  .principal-image img:hover {
    transform: scale(1.05);
  }

  .principal-content {
    flex: 2 1 600px;
    padding: 40px 30px;
  }

  .principal-content h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 20px;
  }

  .principal-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  .principal-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #555;
  }

  .principal-content ul li {
    margin-bottom: 10px;
  }

  .principal-content .signature {
    margin-top: 20px;
    font-weight: 500;
    color: #333;
  }

  /* Maintain same alignment on all devices */
  @media (max-width: 900px) {
    .principal-section {
      flex-direction: row; /* Keep image on left, content on right */
    }

    .principal-image, .principal-content {
      flex: 1 1 50%;
      max-width: 50%;
    }

    .principal-content {
      padding: 20px 15px;
    }

    .principal-content h2 {
      text-align: left; /* keep heading left-aligned */
    }
  }
  
  .ecomm img
  {
      margin-top:-325px;
  }
  
  .breadcrumbs h1, .breadcrumbs .about-2-title
  {
      font-size:45px !important;
  }
 
  .cards-section {
      padding: 60px 0;
      background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    }

    .cards-section h3 {
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 40px;
      color: #1a237e;
      text-transform: uppercase;
      letter-spacing: 1px;
      position: relative;
    }

    .cards-section h3::after {
      content: "";
      width: 80px;
      height: 4px;
      background: #1a73e8;
      display: block;
      margin: 10px auto 0;
      border-radius: 4px;
    }

    .bs-card {
      border: none;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: all 0.4s ease;
      overflow: hidden;
      cursor: pointer;
    }

    .bs-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }

    .card-image {
      position: relative;
      overflow: hidden;
    }

    .card-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
      opacity: 0;
      transition: opacity 0.5s ease;
    }

    .bs-card:hover .card-image::after {
      opacity: 1;
    }

    .card-image img {
      width: 100%;
      height: 230px;
      object-fit: cover;
      transition: transform 0.6s ease;
    }

    .bs-card:hover .card-image img {
      transform: scale(1.1);
    }

    .card-body {
      text-align: center;
      padding: 11px 0px 0px;
    }

    .card-title {
      font-size: 1.15rem;
      font-weight: 600;
      color: #333;
      margin-top: 10px;
      transition: color 0.3s ease;
    }

    .bs-card:hover .card-title {
      color: #1a73e8;
    }

    /* Responsive Adjustments */
    
    .about-counter
    {
        padding:8px 40px !important;
    }
    
    /* FULL WIDTH TAB MENU BACKGROUND */
.samtab-menu-bg {
    width: 100%;
    background: linear-gradient(90deg, #e1f5f5, #d8f0f1, #e1f5f5);
    padding: 22px 0;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* TAB BUTTON WRAPPER */
.samtab-buttons {
    display: flex;
    gap: 18px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

/* TAB BUTTON */
.samtab-btn {
    padding: 12px 28px;
    background: rgba(255,255,255,0.65);
    border: 2px solid #c5e7e7;
    border-radius: 50px;
    cursor: pointer;
    color: #1e5f5a;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.35s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}

/* ICON */
.samtab-btn i {
    font-size: 18px;
}

/* HOVER EFFECT */
.samtab-btn:hover {
    background: #228b8c;
    color: #fff;
    border-color: #228b8c;
    transform: translateY(-2px);
}

/* ACTIVE TAB */
.samtab-active {
    background: #228b8c !important;
    color: #fff !important;
    border-color: #228b8c !important;
}

/* TAB CONTENT */
.samtab-pane {
    display: none;
    animation: fadeSam 0.5s ease;
}

.samtab-show {
    display: block;
}

/* IMAGE STYLING */
.samtab-img {
    width: 100%;
    /*height: 220px;
    object-fit: cover;
    border-radius: 12px;*/
    transition: 0.3s;
}

.samtab-img:hover {
    transform: scale(1.05);
}

/* FADE ANIMATION */
@keyframes fadeSam {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Wrapper same as your portfolio card style */
.samtab-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.samtab-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

/* Hover Zoom */
.samtab-wrapper:hover img {
    transform: scale(1.1);
}

/* Overlay */
.samtab-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

/* Title inside overlay */
.samtab-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Button same style as your read-more-btn */
.samtab-btn-view {
    padding: 6px 18px;
    background: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}

/* Show overlay on hover */
.samtab-wrapper:hover .samtab-overlay {
    opacity: 1;
}

#desksocial
{
    display:block !important;
}

.contform
{
    margin-top:-71px;
}

/* Career Section Container */
.career-section {
    padding: 70px 20px;
    background: #f5f7fb;
    border-top: 8px solid #0b3d91;
    border-bottom: 8px solid #0b3d91;
}

/* Titles */
.career-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #0b3d91;
    margin-bottom: 10px;
}

.career-description {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

/* Form Container */
.career-form {
    max-width: 950px;
    margin: auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    border: 2px solid #d6dce8;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Columns */
.form-row {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.form-col {
    flex: 1;
    min-width: 300px;
}

/* Form Fields */
.form-group {
    margin-bottom: 22px;
}

.form-group label {
    margin-bottom: 6px;
    font-weight: 600;
    color: #0b3d91;
    display: block;
    font-size: 15px;
}

/* Inputs & Selects */
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #b7c4d9;
    border-radius: 10px;
    font-size: 15px;
    background: #f9fafc;
    transition: 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #0b3d91;
    background: #fff;
    box-shadow: 0 0 8px rgba(11, 61, 145, 0.2);
    outline: none;
}

/* Submit Button */
.career-btn {
    padding: 14px 34px;
    background: #0b3d91;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 4px 12px rgba(11, 61, 145, 0.3);
}

.career-btn:hover {
    background: #092c70;
    box-shadow: 0 4px 18px rgba(11, 61, 145, 0.4);
}

/* Responsive */


.sam-tabs {
    text-align: center;
    margin-bottom: 25px;
}

.sam-tab-btn {
    background: #fff;
    border: 2px solid #014069;
    color: #228b8c;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 30px;
    margin: 0 10px;
    font-weight: 600;
    transition: 0.3s;
}

.sam-tab-btn.active {
    background: #014069;
    color: #fff;
}

.sam-tab-content {
    display: none;
}

.sam-tab-content.active {
    display: block;
}

/* Gallery */
.sam-insta-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 3px solid #e8e8e8;
    transition: 0.3s;
}

.sam-insta-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.sam-insta-item img {
    width: 100%;
    border-radius: 15px;
}

.sam-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 139, 140, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    border-radius: 15px;
}

.sam-insta-item:hover .sam-overlay {
    opacity: 1;
}

.sam-overlay i {
    font-size: 40px;
    color: #fff;
}

/* REEL BOX style */
.reel-box {
    border: 3px dashed #228b8c;
}

.samtabb
{
    display:block;
}
#samtabb
{
    display:block;
}
@media (max-width: 768px) {
    
    #samtabb
{
    display:none !important;
}
    .form-row {
        flex-direction: column;
    }
    
    .samtabb
{
    display:none;
}
}


    @media (max-width: 768px) {
        
        .contform
{
    margin-top:0px;
}
        
        #desksocial
{
    display:none !important;
}
      
        
        .work-process-one
        {
            margin-top:-30px !important;
        }
        
        .myservice
    {
        margin-top:-50px;
    }
         .portf
    {
        font-size:26px;
    }
      .card-image img {
        height: 200px;
      }
    }

    @media (max-width: 576px) {
      .cards-section {
        padding: 40px 10px;
      }
      .card-body {
        padding: 15px;
      }
      .card-title {
        font-size: 1rem;
      }
    }
    
    .portf
    {
        font-size:32px !important;
    }
    h2
    {
        font-family: 'Poppins';
    }
    
    /* MOBILE ONLY */
    .mc-mobile-carousel { display: none; }
    
    
     .portfolio-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    height: 220px; /* kam height */
  }

  .portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
  }

  .portfolio-card:hover img {
    transform: scale(1.07);
  }

  /* Overlay */
  .portfolio-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);  /* हल्का dark */
    color: #fff;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity .35s ease;
    text-align: center;
    padding: 15px;
  }

  .portfolio-card:hover .portfolio-overlay {
    opacity: 1;
  }

  .portfolio-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .read-more-btn {
    background: #ffffff;
    color: #000;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background .3s ease;
    text-decoration: none;
  }

  .read-more-btn:hover {
    background: #f1f1f1;
  }

.clientShowcase-section {
    padding: 70px 0;
    background: #f9f9f9;
}

.clientShowcase-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: .5px;
}

.clientShowcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 30px;
    align-items: center;
}

.clientShowcase-item {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.07);
    transition: .3s ease;
    text-align: center;
}

.clientShowcase-item img {
    max-width: 120px;
    /*filter: grayscale(100%);*/
    transition: .3s ease;
}

.clientShowcase-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.clientShowcase-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.07);
}

    @media (max-width: 768px) {
        
        .mtt120
        {
            margin-top:48px !important;
        }
        
        .sam-insta-gallery
        {
            display:none !important;
        }
      .mc-mobile-carousel {
        display: block;
        padding: 10px;
      }
    }

    /* CARD */
    .mc-card-box {
      width: 100%;
      height: auto;
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    }

    .mc-card-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* IMPORTANT FIX – FULL WIDTH SLIDE */
    .mc-swiper-slide {
      width: 100% !important;
    }

    /* Proper layout */
    .mc-productCarousel-wrapper {
      display: flex;
    }
    
  .video-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.video-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: red;
  transition: 0.3s;
}

.video-box:hover .video-play {
  background: rgba(255,255,255,1);
}

h2
{
    font-size:46px !important;
}

.enquiry-section {
    padding: 50px 20px;
    
}

.enquiry-form-box {
    max-width: 900px;
    margin: auto;
    background: linear-gradient(to bottom, #ffe2e2 0, #fff9f4 100%);
    padding: 35px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
}

.enquiry-form .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.full {
    width: 100%;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #444;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    background: #fdfdfd;
    transition: 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #006eff;
    box-shadow: 0 0 4px rgba(0, 119, 255, 0.15);
    outline: none;
}

.btnp {
    width: 20%;
    padding: 14px;
    background: transparent;
    color: #000;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
    border:1px solid lightgray;
}

.btn-primary:hover {
    background: #fff;
    border:1px solid #000;
}

.rmailHeroSection
{
    padding:31px 0px !important;
}

.brand-slider img
{
    background-color: aliceblue;
}
@media (max-width: 768px) {
    
       .breadcrumbs .tf__breadcrumbs_text .gworkspace
    {
        margin-top:5px !important;
    }
    
    .googleworkspace
    {
        line-height:30px !important;
    }
    .form-row { flex-direction: column; }
}

.alok-slide
{
    border:1px solid lightgray;
}
.alok-product-info h3
{
    font-family:'Poppins';
}

.service-item {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Right-side folded paper effect */
.service-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #eaeaea 0%, #ffffff 60%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    box-shadow: -3px 3px 8px rgba(0,0,0,0.1);
}


.tab-content { display: none; }
.tab-content.active { display: block; }

.social-tab-buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  margin: 0 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.social-tab-buttons .active {
  background: #228b8c;
  color: #fff;
}

/* Swiper height fix */
.postCarousel, .reelCarousel { width:100%; height:auto; }
/*.swiper-slide img,*/ .swiper-slide video { display:block; width:100%; height:auto; object-fit:cover; }

.mbsocial
{
    display:none;
}

.reel-box {
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.reel-box iframe {
    border-radius: 10px;
}

.alok-swiper {
    padding: 30px 0;
}

.alok-slide {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.alok-title-bar {
    background: #014069;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.alok-title-bar h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.alok-product-img {
    width: 100%;
    height: 200px;    /* Requested Size */
    object-fit: cover;
}

/* pagination styling */
.alok-pagination .swiper-pagination-bullet {
    background: #ff6600;
}
.portswiper
{
    margin-top:-50px;
}

.alok-gradient-box {
  background: linear-gradient(135deg, #e791d4 0%, #014069 60%, #00CCFF 100%);
  /* Adjust gradient colors to match SAM Softech vibe */
  padding: 40px 20px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  height: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.alok-gradient-box .alok-box-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #ffffff;
}

.alok-gradient-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.alok-gradient-box p {
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.9;
}

.alok-gradient-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.service-section {
    margin-top: -485px;
}

.dNtlyB
{
    font-weight:700 !important;
    font-size:40px !important;
    font-family: 'Poppins' !important;
    margin-top:50px !important;
}

.clientShowcase-tabs {
    text-align: center;
    margin-bottom: 25px;
}

.clientShowcase-tabs button {
    background: #fff;
    border: 2px solid #014069;
    padding: 8px 18px;
    margin: 5px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.clientShowcase-tabs button.active,
.clientShowcase-tabs button:hover {
    background:#014069;
    color: #fff;
}

.clientShowcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.clientShowcase-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.clientShowcase-item img {
    width: 100%;
    height: auto;
    transition: .4s ease;
}

/* Hover overlay */
.clientShowcase-hover {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ff006a, #ff7b00);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .5s ease-in-out;
}

.clientShowcase-item:hover .clientShowcase-hover {
    left: 0;
    opacity: .9;
}

.clientShowcase-btn {
    background: #ffffff;
    color: #ff006a;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.clientShowcase-btn:hover {
    background: #000;
    color: #ffffff;
}

.clientShowcase-item:hover img {
    transform: scale(1.15);
}

.clientShowcase-item
{
    height:142px;
}
@media (max-width: 768px) {
    
    .bannerads
    {
        margin-top:20px;
    }
    .marketing-text p
    {
        text-align:justify;
    }
    
    .sam-intro-text
    {
        text-align:justify;
    }
    
    .alok-mv-card p
    {
        text-align:justify;
    }
    .sam-approach-text
    {
        text-align:justify;
    }
    
    .website-features
    {
        text-align:justify;
        margin-left:30px;
    }
    
    .uiux-title
    {
        text-align:center;
    }
    
    .samtitleapp
    {
        margin-top:-40px;
    }
    
    .webdcontentt
    {
        margin-top:-18px !important;
    }
    
    .webservices
    {
        margin-top:-105px;
    }
    
    .webdecontent
    {
        margin-top:-18px !important;
    }
    .clientShowcase-item
{
    height:auto;
}
    
    .dNtlyB
{
    font-weight:700 !important;
    font-size:34px !important;
    font-family: 'Poppins' !important;
    margin-top:50px !important;
}
    
    .service-section {
    margin-top: 0px;
}
    
    .portswiper
{
    margin-top:-50px;
}
    
    .uiux-features
    {
        text-align:start;
        margin-left:50px;
    }
    
    .mbsocial
{
    display:block;
}
    
    h2
{
    font-size:30px !important;
}
    
    .breadcrumbs h1, .breadcrumbs .about-2-title
  {
      font-size:26px !important;
  }
     .ecomm img
  {
      margin-top:0px;
      display:none;
  }
    
    .webdimg
{
    margin-top:-20px;
}
    
   .uiux-title
{
    font-size:32px;
    font-weight:bold;
}
    
    .aboutthis
    {
        margin-top:-86px !important;
    }
    
    .sam-insta-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 15px;
  padding: 0 0px !important;
}

    
    .project-item
    {
        width:335px !important;
    }
    
    .circle-text-wrap
    {
        display:none !important;
    }
    
    .digitalbrand
    {
        width:340px !important;
    }
    
    .aboutm
{
    margin-top:-303px;
}
    
     .alok-mobile-video {
    display: block;
    width: 100%;
    height: 37vh; /* Adjust video height for mobile */
    object-fit: cover;
  }
    
     
  .banner .background-video,
  .banner .circle-text-wrap
  .banner  {
    display: none !important;
    visibility: hidden;
  }

  .call3
{
  font-size: 24px !important;
}

  .footer .footer-title
{
  font-size: 28px;
}

  .ourclient
{
  font-size: 28px;
}

  #smmd
{
   width:auto;
   height:auto;
   border-radius: 10px;
   margin-left: 0px;
}

  .digital-title
{
  font-size: 28px;
}

.sectiontitle
{
    font-size: 28px !important;
}
  .banner-content h1 {
    font-size: 18px;
        margin-top: -155px;
        margin-left: 25px;
  }
  .circle-text-wrap {
    left: 50%;
    transform: translate(-50%, -40%);
  }
}

.busin
{
    color:#a70b0b;
}
.main-menu .navbar-nav>ul>li>a {
    display: inline-block;
    color: var(--dark);
    padding-right: 20px;
    line-height: 100%;
    font-family: 'Poppins' !important;
    margin: 0;
    -webkit-transition: all 
linear .3s;
    transition: all 
linear .3s;
}



@media only screen and (min-width:534px) and (max-width: 800px) {
    
      .ecomm img
  {
      margin-top:0px;
  }

.logow
{
    width:200px;
}
.main-menu .navbar-nav>ul>li>a
{
    font-size:13px;
}
 .alok-mobile-video {
    
    width: 100%;
    height: 20vh !important; /* Adjust video height for mobile */
    object-fit: cover;
  }
  
  .circle-text-wrap
  {
      display:none !important;
  }
  .banner-content
  {
      visibility:hidden !important;
  }
  .background-video
  {
      height:500px !important;
  }
 .aboutm
  {
      margin-top:-1300px !important;
 }
  .mbsocial
{
    display:none !important;
}
.social-tab-buttons
{
    display:none !important;
}
.mc-mobile-carousel
{
    display:none !important;
}
}

@media only screen and (min-width:801px) and (max-width: 1000px) {
    
    .mbsocial
{
    display:none !important;
}

.social-tab-buttons
{
    display:none !important;
}
.mc-mobile-carousel
{
    display:none !important;
}
    
      .ecomm img
  {
      margin-top:0px;
  }
    
     .aboutm
  {
      margin-top:-1300px !important;
  }
    
     .background-video
  {
      height:500px !important;
  }

.logow
{
    width:200px;
}
.main-menu .navbar-nav>ul>li>a
{
    font-size:13px;
}
 .alok-mobile-video {
   
    width: 100%;
    height: 20vh; /* Adjust video height for mobile */
    object-fit: cover;
  }
 .circle-text-wrap
  {
      display:none !important;
  }
  
  .banner-content
  {
      visibility:hidden !important;
  }
}

@media only screen and (min-width:1001px) and (max-width: 1200px) {

.logow
{
    width:200px;
}
.main-menu .navbar-nav>ul>li>a
{
    font-size:13px;
}
}

@media only screen and (min-width:1201px) and (max-width: 1300px) {

.logow
{
    width:200px;
}
.main-menu .navbar-nav>ul>li>a
{
    font-size:14px;
}
}

@media only screen and (min-width:1301px) and (max-width: 1400px) {

.logow
{
    width:200px;
}
.main-menu .navbar-nav>ul>li>a
{
    font-size:14px;
}
}





           