
/* Reset and setup */
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important; /* only hides horizontal overflow */
    font-family: sans-serif;
    background-color: #0F1D53 !important;
    scroll-behavior: smooth;
   
  }
  @font-face {
    font-family: 'myFont';
    /* src: url('../fonts/Hagrid-Text-Extrabold-Italic-trial.ttf') ; */
    /* src: url('../fonts/Hagrid-Regular-trial.ttf') ; */
      src: url('../fonts/THEBOLDFONT-FREEVERSION.otf') ;
    /* src: url('../fonts/Novecentosanswide-Normal.otf') ; */
    /* src: url('../fonts/Boldstrom.otf') ; */
    

    
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ownFont';
    src: url('../fonts/Sanseriffic.otf') ;
    font-weight: normal;
    font-style: normal;
}
/* Smooth transitions for page elements */

/* Preloader */
#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0F1D53;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .capsule-old {
    
    position: relative;
    width: 260px;
    height: 260px; /* Make it equal to width for a circle */
    border-radius: 50%; /* Perfect circle */
    background-color: #ffff;
    /* background-color: #fff; */
    /* background-color: #333; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s ease;
  }
  
  .capsule-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    /* background: #00bcd4; */
    z-index: 1;
  }
  
  .circle-text {
    /* color: white; */
    color: #00C98E;
    /* color: #0F1D53; */
    font-size: 2rem;
    font-weight: bold;
    font-family: 'myfont';
    position: relative;
    z-index: 2;
    text-align: center;

    
    transform: scale(1); /* initial state */
    transition: transform 0.6s ease;
    
  }
  .logo-img {
  width: 100%; /* Adjust size as needed */
  height: auto;
  position: relative;
  z-index: 2;
  object-fit: contain;
  transition: transform 0.6s ease;
   
}
.capsule-old,
.logo-img {
  will-change: transform, width, height;
}


  
    /* Main Page Header */
  .main-header {
    object-fit: cover !important;
    height: 100vh !important;
    /* background: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/cmt_11.webp') no-repeat center center/cover; */
     background: url('../enhanced_hd_image_1.jpg') no-repeat center center/cover;
    position: relative;
    padding-top: 100px;
    width: 100vw;
    opacity: 0;
  }
  
  .main-heading {
   /* color:rgb(241, 156, 227); */
   color: #00C98E;
    color: #fff4f4;
    font-size: 3.5rem;
    /* font-weight: bold; */
    opacity: 0;
    transform: translateY(30px);
    padding-top: 12rem;
    padding-left: 4rem;
    font-family: 'myFont';
    
  }
  .main-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
  }
  
  .logo img {
    /* width: 50%;
    height: 50%;  */
    height: 90px;
  }
  
  .nav-links {
    display: flex;
    gap: 2.3rem;
    list-style: none;
    margin-right: 40px !important;
    /* margin-top: 30px; */
  }
  
  .nav-links li a {
    color: #fff;
   font-family: 'Inter', sans-serif;
   /* font-family: 'myFont'; */
    /* color: #000; */
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    transition: color 0.3s ease;
  }
  
  .nav-links li a:hover {
    color: #00C98E;
    /* color: #0F1D53; */
  }
  
/* ========== */.social-icons {
    position: fixed;
    bottom: 20px;  /* Distance from the bottom */
    right: 20px;   /* Distance from the right */
    display: flex; /* Makes icons appear in a row */
    gap: 10px; /* Adds space between icons */
    padding: 10px;
    background: transparent; 
      z-index: 2 !important;
}

.social-icons .whatsapp {
  /* background: #25D366;  */
  color: #25D366;         /* ✅ Icon color */
  font-size: 50px;      /* ✅ Adjust icon size */
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;          /* ✅ Circle size */
  height: 60px;
  border-radius: 50%;   /* ✅ Makes it a circle */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  transition: transform 0.3s ease;
}

.social-icons .whatsapp:hover {
  transform: scale(1.1); /* Optional hover effect */
}



.social-icons a:hover {
    transform: scale(1.2);
}

  /* ====================================== */
  /* about us section */
  .about-section {
    background-color: #0F1D53;
    padding: 120px 20px 80px !important;
    min-height: 50vh !important;
    display: flex;
    align-items: center;
  }
  .about-text {
font-family: 'Inter', sans-serif;
       /* font-family: 'ownFont'; */
    font-size: 1.6rem;
    /* color: #00C98E; */
    color: rgb(223, 219, 219) !important;
    /* margin-bottom: 1.5rem; */
    transition: color 0.5s ease;
    margin-bottom: 1.8rem !important; 
    /* font-family: 'Helvetica' !important; */
    
  }
  
  .about-content {
    max-width: 1100px;
    margin-left: 0;
    margin-right: auto; /* aligns left */
  }
  
  .about-title {
    font-size: 4.9rem;
      color: #00C98E !important;
    /* color: grey; */
    margin-bottom: 2rem;
    font-family: 'myfont';
  }
  
  .about-title,
  .about-text {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s ease-out;
   
    

  }
  .about-text:nth-of-type(3) {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s ease-out;
  }


  /*================ 3) icon sections */
  /* Full-width black section */
.choose-section {
 
    width: 100vw;
    background-color: #000; /* Black background */
  }
  
  /* Container with reduced side padding */
  /* Full-width black section */
/* .choose-section {
    width: 100vw;
    background-color: #000;
    margin: 0;
    padding: 0;
  } */
  
  /* Container: remove all padding and constraints */
  .choose-container{
    padding-top: 100px !important;
  }
  /* FULL-WIDTH CONTAINER */
.choose {
    width: 100vw;
    background-color: #0F1D53;
    margin: 0;
    padding: 2rem 2rem 5rem 3rem;
    /* box-sizing: border-box; */
    overflow-x: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  
  /* HEADING STYLE */
  .choose-heading {
    font-size: 4.9rem !important;
    /* font-weight: 200; */
    margin: 0 0 5rem 0;
    color: #00C98E;
    /* color: white; */
    white-space: nowrap;
    padding: 0;
    font-family: 'myfont';
  }
  
  /* FLEX LAYOUT */
  .row-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 3rem;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  /* LEFT TEXT */
  .left-text {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
    margin: 0;
    padding: 0;
  }
  
  .left-text p {
      font-family: 'Inter', sans-serif;
    color: rgb(223, 219, 219) !important;
    font-size: 1.6rem;
    /* color: #b4ada4; */
    line-height: 1.6;
    margin: 0;
  }
  .left-text .newpara{
    margin-top: 35px;
    font-size:2.2rem ;
  }
  
  /* RIGHT ICONS */
  .right-icons {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-width: 300px;
    margin: 0;
    padding: 0;
  }
  
  /* ICON ROWS */
  .icon-row {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    width: 100%;
  }
  
  /* INDIVIDUAL ICON BOX */
  .icon-box {
    text-align: center;
    flex: 1;
    transform: translateZ(0);
  }
  
  .icon-box i {
    font-size: 3.5rem;
    color: #00C98E;
    /* color: white; */
    margin-bottom: 1rem;

  }
  
  .icon-box p {
    font-size: 1.6rem;
      font-family: 'Inter', sans-serif;
    

    color: rgb(223, 219, 219) !important;
    /* color: #b4ada4; */
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
  }
  


  /* .heading-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  
  .choose-heading {
    position: relative;
    z-index: 1;
    color: white;
  }
  
  .heading-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 2;
    pointer-events: none;
  }
    
   */


   /* ========================= */
   .capsule-reveal-section {
    /* margin-top: 40px !important; */
    position: relative;
    height: 125vh !important;
    background-color: #0F1D53;
    overflow: hidden;
    
  }
  
  .scrolling-text {
    position: absolute;
    white-space: nowrap;
    font-size: 6rem;
  color: #00C98E !important;
    /* color: rgb(223, 219, 219) !important; */
    /* color: rgb(197, 196, 196); */
    top: 30%;
    left: 0;
    /* opacity: 0.02; */
    font-weight: bolder !important;
    pointer-events: none;
    z-index: 1;
    display: flex;
   

  }

  
  .capsule-container {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  
  .capsule {
    width: 300px;
    height: 300px;
    border-radius: 999px;
    overflow: hidden;
    transition: border-radius 0.3s ease;
    background-color: white;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  
  .capsule-content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
  }
  
  .left-side {
    flex: 1.5; /* More space for image */
    overflow: hidden;
  }
  
  .left-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .right-side {
    flex: 1; /* Less space for text */
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #0F1D53; */
     background-color: #faf7f7 !important;
    /* background-color: #fff; */
    text-align: left;
  }
  
  
  .right-side h1 {
    font-family: 'myfont';
    font-size: 2.3rem;
    /* color: #343428; */
    /* color: #00C98E !important; */
    color: rgb(154, 153, 153) !important;
    /* color: #000; */
    font-weight: bold;
  }
  
  .right-side h1 strong {
    color: #000;
  }
  
  .right-side p {
    margin-top: 1rem;
    /* color: #0F1D53; */
    color: #333;
    font-size: 1rem;
  }
  
  .right-side button {
    margin-top: 1.5rem;
    padding: 0.7rem 1.5rem !important;
    background: #000;
    /* background-color: #0F1D53 !important; */
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px;
    width: 350px; /* or 80px, adjust as needed */
    text-align: center;
  }
  
  /* Hide right side (text) when capsule is still small */
.capsule.small .right-side {
    display: none;
  }
  /* Initially show only image */
.capsule.image-only .right-side {
    display: none;
  }
  

  .what-we-do-list {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-top: 1rem;
    
  }
  
  .what-we-do-list li {
    /* font-family: 'myfont'; */
      font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #0F1D53;
    /* color: rgb(66, 63, 63) !important; */
    
  }
  
  .what-we-do-list li::marker {
    color: #0F1D53;
    /* color: rgb(66, 63, 63) !important; */
    font-size: 1.2rem;
  }
  
  .btn-link {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #00C98E !important;
  /* background-color: #007bff; */
  color: #0F1D53 !important;
  /* color: #fff; */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bolder;
  transition: background-color 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.btn-link:hover {
  background-color: #0056b3;
}
.btn-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 0.5rem !important;
    background-color: #000;
    color: #fff;
    text-decoration: none !important; 
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    font-size: 1.2rem;
  }
  
  .btn-link:hover {
    background-color: #000;
  }
  
  
/* ========================================= */

  .services-heading-section {
    padding: 0rem 2rem 2rem 2.5rem; /* Top, right, bottom, left */
    background-color: #0F1D53; /* Match your background */
  }
  
  .services-heading-section h2 {
    font-size: 5rem;
    /* font-weight: bold; */
    color: #00C98E !important;
    /* color: #fff; */
    font-family: 'myfont';
    margin: 0;
    text-align: left;
  }
  
  
  /* ============================= */
  .scroll-section {
    /* padding: 20px; */
    height: 100vh;
    
    
  }
  /* .section-heading {
    position: absolute;
    left: 2rem;
    top: 5rem;
    z-index: 10;
  }
  
  .section-heading h2 {
    font-size: 4rem;
    color: white;
    font-weight: bold;
    margin: 0;
    font-family: 'myfont', sans-serif;
  } */
  
  .scroll-inner {
    padding: 10px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    /* gap: 2rem; */
    height: 100%;
  }
  
  .left-content, .right-image {

    width: 49.5%;
    height: 100%;
    background-color: #faf7f7 !important;
    /* background: #1a1a1a; */
    border-radius: 3rem;
    overflow: hidden;
    position: relative;
    padding: 1.5rem;
    display: flex;
    align-items: start;
    justify-content: start;
    
  }
  .left-content{
    padding: 20px 10px;
    
  }
  
  .text-block {
    position: absolute;
    opacity: 0;
    text-align: left;
    width: 100%;
    transition: opacity 0.5s ease;
  }
  
  .text-block h1 {
    
    font-size: 3.1rem;
    margin-bottom: 0.6rem;
    padding-left: 35px;
    padding-top: 15px;
    padding-right: 35px !important;
    color: #00C98E;
    /* color: #fff; */
    font-family: 'myfont';
  }
  
  .text-block p {
    font-size: 1.4rem;
    color: #0F1D53;
    /* color: rgb(223, 219, 219) !important; */
    padding-right: 27px !important;
    padding-left: 35px;
     font-family: 'Inter', sans-serif;

  
    /* padding-top: 5px; */
  }
  /* .branding-list {
    padding-left: 2.5rem;
    margin-top: 1.5rem;

  }
  
  .branding-list li {
    list-style-type: disc;
    margin-bottom: 0.5rem;
    color: white;
    
  }
  
  .branding-list a {
    font-size: 1.35rem;
    color: rgb(123, 168, 252);
    text-decoration: underline;
    transition: color 0.3s ease;
  }
  .branding-list a:hover {
    color: #fff !important;
  } */
  .branding-list {
    padding-left: 3.2rem;
    margin-top: 1.5rem;
  }
  
  .branding-list li {
    list-style-type: disc;
    margin-bottom: 0.5rem;
    color: #0F1D53;
    /* color: white; */
  }
  
  .branding-list a {
     font-family: 'Inter', sans-serif;
    font-size: 1.33rem;
    color: #0F1D53;
    /* color: rgb(123, 168, 252); */
    text-decoration: underline;
    transition: color 0.3s ease;
    position: relative;
  }
  
  .branding-list a:hover {
    color: #0F1D53;
    /* color: #fff !important; */
  }
  
  /* Tooltip using ::after */
  .branding-list a::after {
    content: "Click here";
    color: #00C98E;
    /* color: white; */
    font-size: 1.3rem;
    /* background-color: rgba(255, 255, 255, 0.1); */
    padding: 2px 6px;
    border-radius: 4px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    margin-left: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  
  .branding-list a:hover::after {
    opacity: 1;
  }
  
  .image-block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    object-fit: cover;
    transform: translate(-50%, -50%) scale(1.2); 
    opacity: 0;
    border-radius: 2rem;
    transition: opacity 0.5s ease, transform 1s ease;
  }

  .arrow-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 2rem;
    width: 60px;              /* ✅ Equal width and height */
    height: 60px;
    border-radius: 50%;       /* ✅ Makes it a perfect circle */
    border: none;
    cursor: pointer;
    display: flex;            /* ✅ Center the arrow inside */
    align-items: center;
    justify-content: center;
  }
  
  .left-arrow {
    left: 20px;
  }
  
  .right-arrow {
    right: 20px;
  }
  /* .arrow-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
  } */
  

  /* ======= contact section=========== */
  /* CSS */
.contact-section {
    width: 100%;
    /* background-color: #0b0f1a; */
    padding: 60px 0;
    display: flex;
    justify-content: center;
    
  }
  
  .contact-wrapper {
    display: flex;
    max-width: 1200px;
    width: 90%;
    /* background-color: #0b0f1a; */
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 100px;
  }
  
  .contact-image {
    flex: 1;
    margin-right: 2rem;
  }
  
  .contact-image img {
    width: 100%;
    height: 95%;
    object-fit: cover;
    display: block;
  }
  
  .contact-content {
    flex: 1;
    padding: 3rem;
    color: #fff;
    text-align: center;
    /* margin-left: 2rem;  */
    /* display: flex; */
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
  }
  
  .contact-content h4 {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: #e4e4e4;
    font-family: 'Inter', sans-serif;
  }
  
  .contact-content h1 {
    color: #00C98E !important;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: 'myfont';
  }
  
  .contact-content p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #ccc;
     font-family: 'Inter', sans-serif;
  }
  
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
     font-family: 'Inter', sans-serif;
  }
  
  .form-row {
    display: flex;
    gap: 1rem;
  }
  
  .form-row input {
    flex: 1;
    
  }
  
  .contact-form input,
  .contact-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #888;
    padding: 0.5rem 0;
    color: #fff;
    outline: none;
    font-size: 1rem;
    margin-bottom: 1rem;
   
  }
 
  
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #aaa;
 
  }
  
  
  .contact-form button {
    /* background-color: #e5f6b9; */
    background-color: #00C98E;
    /* background-color: #fff; */
    color: #0F1D53;
    /* color: #000; */
    padding: 0.8rem;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
     font-family: 'Inter', sans-serif;
  }
  
  .contact-form button:hover {
    /* background-color: #00C98E; */
    background-color: #fff;
    color: #0F1D53;
  }


  /* ================================= */
  .why-communigate {
    width: 100%;
    overflow: hidden;
    margin-top: 50px; /* ✅ Add spacing from previous section */
    margin-bottom: 50px;
  }
  
  .banner {
    /* background: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/cmt2.png') no-repeat center center/cover; */
        background: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/img10.1.jpeg') no-repeat center center/cover;
    padding: 180px 50px; /* ✅ Increased height of image section */
    /* color: #00C98E; */
    color: white;
    font-size: 3.5rem;
    font-weight: bold;
  }
  
  .banner h1 {
    margin: 0;
    max-width: 900px;
    font-family: 'myfont';
    font-size: 4.9rem;
  }
  
  .points-section {
    background: #0F1D53;
    /* background: #ffc61a; */
    padding: 50px 60px;
  }
  
  .points-list {
    list-style: disc;
    padding-left: 40px;
    font-size: 1.5rem;
    color: #fff;
    /* color: #00C98E; */
     font-family: 'Inter', sans-serif;
    /* color: rgb(223, 219, 219) !important; */
    /* color: #fff; */
  }
  
  .points-list li {
    opacity: 0;
    transform: translateX(-50px);
    margin-bottom: 20px;
  }
  /* ============== mobile view section========= */
  /* =======1. header section========= */
 /* Default state (desktop) */
 .menu-toggle {
  display: none;               /* Hidden by default - shows only on small screens */
  font-size: 1.7rem;             /* Size of the hamburger icon */
  cursor: pointer;             /* Pointer cursor on hover */
  color: white;                /* Color of the icon */
  margin-left: auto;           /* Pushes the toggle to the right */
}

/* Responsive state for screens 768px and below */
@media (max-width: 768px) {
  .main-navbar {
    display: flex;             /* Flex container for navbar items */
    flex-direction: row;       /* Items in a row */
    align-items: center;       /* Vertical centering */
    justify-content: space-between; /* Spaced out items */

    padding: 0rem 1.2rem;   /* **Change this padding to adjust navbar spacing** */
    position: relative;        /* To position the dropdown nav-links */
  }

  .logo img {
    height: 50px;              /* **Change this height to resize your logo** */
    margin: 0;
    width: 100%;
  }

  .menu-toggle {
    display: block;            /* Show the hamburger icon on small screens */
  }

  .nav-links {
    display: none;             /* Hidden by default, shown when .active */
    flex-direction: column;    /* Stack links vertically */
    gap: 0.3rem;               /* Space between links */
    padding: 0.3rem 1.6rem 1rem;      /* **Adjust padding here for the dropdown menu spacing** */
    position: absolute;        /* Positioned below navbar */
    top: 100%;                 /* Just below the navbar */
    left: 0;
    width: 100%;               /* Full width dropdown */
    z-index: 10;               /* Above other content */
    /* background-color: rgba(0, 0, 0, 0.8);  */
  }

  .nav-links.active {
    display: flex;             /* Show nav links when toggled */
  }

  .nav-links li a {
    font-size: 1.1rem;         /* **Change font size of menu links here** */
     color: rgb(245, 242, 242) !important;
    text-decoration: none;
     font-family: 'Inter', sans-serif !important;
  }

  .main-heading {
    font-size: 1.5rem;         /* **Change heading size for mobile here** */
    padding-left: 1.4rem; 
    padding-right: 10px;       /* Left padding for alignment */
    padding-top: 12.5rem !important;         /* **Adjust top padding to move heading down or up** */
    line-height: 1.2;
    /* padding-right: 5pz; */
    /* margin-right:5px; */
  }

  .main-header {
    padding-top: 50px;         /* **Adjust this to add extra spacing below navbar** */
  }
 */.social-icons {
    position: fixed;
    bottom: 20px;  /* Distance from the bottom */
    right: 20px;   /* Distance from the right */
    display: flex; /* Makes icons appear in a row */
    gap: 10px; /* Adds space between icons */
    /* padding: 10px; */
    background: transparent; 
      z-index: 2 !important;
}

.social-icons .whatsapp {
  /* background: #25D366;  */
  color: #25D366;         /* ✅ Icon color */
  font-size: 40px !important;      /* ✅ Adjust icon size */
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;          /* ✅ Circle size */
  height: 50px;
  border-radius: 50%;   /* ✅ Makes it a circle */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  transition: transform 0.3s ease;
}

.social-icons .whatsapp:hover {
  transform: scale(1.1); /* Optional hover effect */
}

}
/* ============= about section for the mobile view======== */
/* Mobile responsive tweaks */
@media (max-width: 768px) {
  .about-section {
    padding: 70px 15px 2px !important; /* Reduce vertical and horizontal padding */
    min-height: auto;   /* Let height adjust based on content */
    display: block;     /* Stack content vertically */
  }

  .about-content {
    max-width: 100%;    /* Use full width on mobile */
    padding-right: 0;
  }

  .about-title {
    font-size: 1.9rem;    /* Smaller heading for mobile */
    margin-bottom: 1.5rem;
    text-align: left;   /* Ensure left alignment */
  }

  .about-text {
    font-size: 1.03rem;  /* Smaller paragraph text */
    margin-bottom: 1.3rem !important;
  }
}

/* ==================3) choose section ===============*/
/* ----------- MOBILE RESPONSIVE FIXES ------------ */
@media (max-width: 768px) {
  .choose {
    padding: 0.0rem 1.5rem 3rem 1.5rem; /* less padding on sides */
  }
    .choose-container{
    padding-top: 20px !important;
  }

  .choose-heading {
    font-size: 1.7rem !important;       /* smaller heading font */
    white-space: normal;     /* allow heading to wrap */
    margin-bottom: 1.5rem;
  }

  .row-container {
    flex-direction: column;  /* stack vertically */
    gap: 2rem;
  }

  .left-text, .right-icons {
    max-width: 100%;         /* full width */
    min-width: auto;
  }

  .left-text p {
    font-size: 1.03rem;
    line-height: 1.5;
  }

  .right-icons {
    gap: 1.5rem;
  }

  .icon-row {
    gap: 1rem;
    flex-wrap: wrap;          /* wrap icons if needed */
  }

  .icon-box {
    flex: 1 1 45%;            /* roughly half width icons, wrap to next line */
    margin-bottom: 1.5rem;
  }

  .icon-box i {
    font-size: 2.5rem;        /* smaller icon */
  }

  .icon-box p {
    font-size: 1.03rem;
  }
  .newpara{
    font-size: 1.5rem!important;
  }
}
/* ===========4) scolling section=============== */
@media (max-width: 768px) {
  
 .capsule-reveal-section {
      position: relative;
      height: 100vh;
      /* background-color: #000; */
      overflow-x: hidden;
    }

    .scrolling-text {
      position: absolute;
      top: 34%;
      left: 0;
      white-space: nowrap;
      font-size: 3rem;
      color: #ccc;
      font-weight: bold;
      z-index: 1;
      display: flex;
    }

    .capsule-container {
      position: sticky;
      top: -50% !important;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      z-index: 2;
    }

    .capsule {
      width: 250px;
      height: 250px;
      border-radius: 999px;
      overflow: hidden;
      background-color: #fff;
      transition: all 0.6s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: start;
    }

    .capsule.expanded {
      width: 100vw !important;
      height: auto !important;
      border-radius: 0 !important;
    }

    .capsule-content {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    .left-side {
      width: 100%;
      height: 50vh;
    }

    .left-side img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .right-side {
      display: none;
      padding: 1rem 0.5rem 2rem 1.3rem !important;
      text-align: left;
      background: #fff;
      width: 100%;
    }

    .capsule.expanded .right-side {
      display: block;
    }

    .right-side h2 {
      font-size: 1.8rem !important;
      font-weight: bold;
      margin-bottom: 0.8rem !important;
    }

    .what-we-do-list {
      list-style: disc;
      padding-left: 1.5rem;
    }

    .what-we-do-list li {
      font-size: 0.95rem;
      margin-bottom: 0.5rem;
      font-weight: bold;
      color: #333;
    }

    .btn-link {
      display: inline-block;
      margin-top: 0.0rem;
      padding: 0.5rem 1.2rem !important;
      background: #000;
      color: #fff;
      text-decoration: none;
      font-size: 0.8rem;
      border-radius: 5px;
    }
}
/* ==============service upper part heading section========== */
@media (max-width: 768px) {
  .services-heading-section {
    padding: 0rem 2rem 1rem 1.7rem; 
    background-color: #0F1D53; 
  }
  
  .services-heading-section h2 {
    font-size: 2.1rem;
    /* font-weight: bold; */
    color: #00C98E !important;
    /* color: #fff; */
    font-family: 'myfont';
    margin: 0;
    text-align: left;
  }
}
/* ============5) services section============== */
@media (max-width: 768px) {
  .scroll-inner {
    flex-direction: column;
  }

  .right-image {
    display: none; /* Hide images */
  }

  .left-content {
    width: 100%;
    height: 100% !important;
    border-radius: 2rem;
    padding: 1.5rem;
    overflow: hidden;
    background-color: #faf7f7;
  }

  .arrow-btn {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
  }

  .text-block h1 {
    font-size: 1.7rem;
    padding-left: 5px;
    padding-right: 20px !important;
  }

  .text-block p {
    font-size: 1rem;
    padding-left: 5px;
    padding-right: 40px !important;
  }

  .branding-list {
    padding-left: 1.5rem;
    margin-top: 1.4rem;
    
  }
  .branding-list li {
  margin-bottom: 0.5rem; /* Reduce vertical spacing */
}
  .branding-list li a {
     font-size: 0.98rem !important;
  }

  .branding-list a::after {
    font-size: 0.5rem !important;
    left: auto;
    right: -80px !important;
  }
   


}

/* =============6)why we choose section======== */
@media (max-width: 768px) {
  .why-communigate {
    margin-top: 60px;
  }

  .banner {
    padding: 100px 20px;
    font-size: 2.5rem;
    text-align: center;
  }

  .banner h1 {
    font-size: 1.7rem !important;
    max-width: 100%;
    /* padding-right: 30px; */
    line-height: 1.2;
  }

  .points-section {
    padding: 40px 20px 10px !important;
  }

  .points-list {
    font-size: 1.03rem;
    padding-left: 20px;
  }

  /* .points-list li {
    transform: translateX(0);
    opacity: 1; 
  } */
  .points-list li {
    transform: translateX(-30px);
    opacity: 0;
  }
}
/* ================= mobile view contact us section========== */
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
    margin-top: 30px;
    border-radius: 0;
    width: 95%;
  }

  .contact-image {
    margin: 0;
    width: 100%;
  }

  .contact-image img {
    height: auto;
    object-fit: contain;
  }

  .contact-content {
    padding: 2rem 1.5rem 0.3rem;
    text-align: left;
  }
  .contact-form{
    gap: 0.5rem !important;
  }

  .contact-content h1 {
    font-size: 2rem;
     margin-bottom: 0.5rem;
  }

  .contact-content h4 {
    font-size: 1.1rem;
     margin-bottom: 0.6rem;
  }

  .contact-content p {
    font-size: 0.95rem;
     margin-bottom: 1rem;
  }
   .contact-form{
    gap: 0.5rem !important;
  }

  .form-row {
    flex-direction: column;
    gap: 0.3rem;
  }

  .form-row input {
    width: 100%;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 0.95rem;
    padding: 0.3rem 0;
  }

  .contact-form button {
    width: 100%;
    /* padding: 0.9rem; */
    font-size: 1rem;
  }
  .social-icons .whatsapp {
  /* background: #25D366;  */
  color: #25D366;         /* ✅ Icon color */
  font-size: 50px;      /* ✅ Adjust icon size */
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;          /* ✅ Circle size */
  height: 60px;
  border-radius: 50%;   /* ✅ Makes it a circle */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  transition: transform 0.3s ease;
}
}


