/* GLOBAL FONTS */
body {
    font-family: "Lexend Deca", sans-serif;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "DM Sans", sans-serif;
}

/* BASE */
.ac-org {
    box-sizing: border-box;
}
.ac-org *, .ac-org *::before, .ac-org *::after {
    box-sizing: inherit;
}

.ac-org-link,
.ac-org-contact-btn,
.ac-org-toggle-btn {
    transition: all 0.3s ease;
}

/* HEADER */
header.ac-org {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    z-index: 999;
}
.ac-org.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.ac-org-navbar {
    display: flex;
    max-width: 1350px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
}

/* Logo */
.ac-org-logo-container {
    flex-shrink: 0;
    width: 27%;
}
a.ac-org-logo {
    width: 27%;
}
.ac-org-logo-placeholder {
    width: 180px;
    height: 53px;
    background-image: url('images/logo2.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.ac-org-menu-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 73%;
    justify-content: space-between;
}

/* Nav links */
.ac-org-nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-right: 25px;
}
.ac-org-nav-links > .ac-org {
    margin-left: 30px;
}
.ac-org-link {
    text-decoration: none;
    color: #212529;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
}

.ac-org-link.ac-org-active {
    color: #6664E4;
    border-bottom: 2px solid #6664E4;
}
.ac-org-link:hover {
    color: #6664E4;
    border-bottom: 2px solid #6664E4;
}

/* Contact */
.ac-org-contact-btn {
    background-color: #212529;
    color: #fff;
    padding: 10px 25px;
    border-radius: 12px; border: 1px solid;
    font-size: 16px;
    font-weight: 600;text-decoration: none;
    cursor: pointer;
    display: flex;
}
.ac-org-contact-btn:hover {
    background: transparent; border:1px solid #6664E4;color:#6664E4;
}

.ac-org-desktop-hide { display: none; }
@media (min-width: 1025px) {
    #ac-org-menu-wrapper {
        position: static !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
        left: 0 !important;
        top: auto !important;
        transform: none !important;
    }
}

/*=============================================footer==============================================*/
.ac-org-footer {
    background: #0A1015;
    padding: 60px 0 30px; 
    border-top: 1px solid #eee;
    margin-top: -4px;
}
.ac-org-footer-container {
    max-width: 1350PX;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 0.7fr 1fr;
    gap: 40px;
    padding: 0px 15px 0px 15px;
}
.ac-org-footer-about img {
    max-width: 220px;
    margin-bottom: 15px;
}
.ac-org-footer-about p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}
.ac-org-footer-about p a {
    color: #fff;
}
.ac-org-footer h2 {
    font-size: 22px;
    font-weight: 600;
    color: #FFF !important;
    margin-bottom: 20px;
    margin-top: -20px;
}
.ac-org-footer-tech-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ac-org-footer-tech-item img {
    max-width: 28px;
    height: auto;
    margin-right: 10px;
}

.ac-org-footer-tech-item a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}
.ac-org-footer-tech-item a:hover {
    color: #fff;
}
.ac-org-footer-useful-links a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
    transition: 0.3s;
}
.ac-org-footer-useful-links a i {
    margin-right: 8px;
    color: #fff;
    width: 16px;
    text-align: center;
}
.ac-org-footer-useful-links a:hover {
    color: #6664E4;
}
.ac-org-footer-get-touch p {
    margin: 0 0 10px;
    font-size: 14px;
    display: flex;
    color: #fff;
    align-items: center;
    gap: 8px;
}
.ac-org-footer-get-touch a {
    color: #fff;
    text-decoration: none;
}
.ac-org-footer-get-touch a:hover {
    color: #6664E4;
}
.ac-org-footer-get-touch p i {
    color: #fff;
    font-size: 16px;
    width: 18px;
    text-align: center;
}
.ac-org-footer-bottom {
    border-top: 1px solid #eeeeee26;
    margin-top: 40px;
    text-align: center;
    display: flex;
    padding: 20px 15px 0px 15px;
    max-width: 1350px;
    align-items: center;
    margin: 20px auto 0 auto;
    justify-content: space-between;
}
.ac-org-footer-bottom p {
    font-size: 14px;
    color: #fff;
}
.ac-org-footer-social-icons {
    display: flex;
    justify-content: left;
    gap: 15px;
    margin-top: 25px;
}
.ac-org-footer-social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #757589;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-decoration: none;
}
.ac-org-footer-social-icons a:hover {
    background: #6664E4; color:#fff;
}
.ac-org-footer-get-touch p {
    margin-bottom: 15px;line-height: 1.5em;
}
.ac-org-footer-about {
    margin-top: -22px;
}
/*=====================================================HERO SECTION =====================*/
.ac-hro {
  background-image: url("images/kjgrn.png");
  background-size: cover;
  background-position: center;
  padding: 120px 0px 23px 0px;
  font-family: 'DM Sans', sans-serif;
}
.himg img {
    max-width: 75px;
    position: absolute;
    left: 0;
    top: -46px;
}
.ac-hro-container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.ac-hro-grid {
  background-image: url("images/uih.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
}
.ac-hro-lines {
  background-image: url("images/uih.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  left: -40px;
  top: 20px;
}
.ac-hro-title {
  font-size: 92px;
  line-height: 1.1em;
  font-weight: 700;
  color: #0f110f;
  margin-bottom: 25px;
  position: relative;
}
.ac-hro-highlight {
  background: #e7d07b;
  padding: 5px 0px 5px 43px;
  border-radius: 50px;
  display: inline-block;
}
.ac-hro-para {
  font-size: 20px;
  line-height: 1.6em;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #0f110f;
}
.ac-hro-btn {
  display: inline-block;
  padding: 15px 32px;
  background: #0f110f;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}
.ac-hro-btn:hover {transform: scale(1.1) rotate(4deg);}
/*=======================================THREE GRID IMAGE SECTION=====================*/
.ac-3img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

.ac3-img-grid {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 40px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1350px !important;
    gap: 40px;
    margin: 0 auto;
}
.ac3-img-grid img {   
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-width: 411px;
}
img.acimg2 {
    margin-top: 50px;
}
/* --- =========================AC Counter Section Styles ===================================--- */
.ac-counter {
    padding: 0px 15px;
    background-color: #ffffff; 
    font-family: "Lexend Deca", sans-serif;
    text-align: center;
}
.ac-counter-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: flex-start; 
}
.ac-counter-item {
    padding: 10px;
}
.ac-counter-number {
    font-size: 50px;
    font-weight: 700;
    color: #212529;
    line-height: 1.2;
    margin-bottom: 5px;
}
.ac-counter-label {
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A; 
    margin-top: 5px;
}
/* ===============================SECTION Service================================ */
.os-org {
    padding: 60px 15px;
}

.os-org-container {
    max-width: 1350px;
    margin: 0 auto;
}
/* ---------------- LEFT RIGHT HEADING PARA ---------------- */
.os-org-row1 {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: center;
    justify-content: space-between;
}
.os-org-title {
    font-size: 40px;
    font-weight: 700;max-width: 500px;
    color: #212529;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.2em;
}
.os-org-subtitle {
    font-size: 16px;
    color: #212529;
    line-height: 1.6em;
    max-width: 550px;
}

/* ----------------=========================THREE BOX===============================================---- */
.os-org-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;align-items: flex-start;
    gap: 35px;
    margin-bottom: 80px;
}

.os-org-box {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}
.os-org-box-middle {
    margin-top: 50px;
}
.os-org-icon img {
    max-width: 66px;
    margin-bottom: 10px;
}
.os-org-box-last {
    margin-top: 90px;
}
.os-org-box-title {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
    margin: 15px 0 10px;
    font-family: 'DM Sans', sans-serif;
}
.os-org-box-text {
    font-size: 16px;
    color: #212529;
    line-height: 1.6em;
}

/* ---------------- =============need digital marketing================================----- */
.os-org-row3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.os-org-img-wrap img {
    width: 100%;
    border-radius: 20px;
}
.os-org-content-title {
    font-size: 40px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    color: #212529;
    margin-bottom: 15px;
}
.os-org-content-text {
    font-size: 16px;
    color: #212529;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.os-org-btn {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    text-decoration: underline;
    background: transparent;
    text-decoration: none;
    border-bottom: 1px solid #212529;
    padding: 0px 0px 5px 0px;
}
.os-org-btn:hover{color:#6664E4; border-bottom: 1px solid #6664E4;}

/* ===============================SECTION SUPPORT================================ */
.acs {
    padding: 0px 0; 
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
    color: #000;
}
.acs-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
}
.acs-content-wrapper {
    display: grid; grid-template-columns: 1fr 1fr; 
    gap: 40px;
    align-items: center;
    }
.acs-text-content {
    max-width: 500px;
}
.acs-title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.acs-para {
    font-size: 1em;
    line-height: 1.6;
    color: #444; 
    margin-bottom: 20px;
}
.acs-learn-more {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: 5px 0;border-bottom: 1px solid;
    transition: color 0.3s;
}
.acs-learn-more:hover {
    color: #007bff;
}
.acs-image-content {
    position: relative;
    padding: 0;
}
.acs-main-img {
    display: block;
    width: 100%;
    height: auto;
}
#ready .ac-hro-grid {
    background: none;
    padding-bottom: 70px;
}
img.himg2 {
    max-width: 36px;
    transform: rotate(-178deg);
    position: absolute;
    top: 32px;
}
img.himg1 {
    max-width: 40px;
    margin-top: 7px;
    position: absolute;
    top: -31px;
    left: 39%;
}
.btn-img {
    position: relative;
}


/*---------------------------------------------------------------------------------------------------------*/
/* =================================RESPONSIVE 1024px(tablet) =====================*/
/*--------------------------------------------------------------------------------------------*/
@media(max-width:1150px){
    a.ac-org-logo {
        width: 22%;
    }
}
@media(max-width:1024px){
    h2{font-size: 30px !important;}
    .ac-org-navbar { justify-content: space-between; }
    .ac-org-desktop-hide { display: block; }
    .ac-org-toggle-btn { background: none; border: none;font-size: 24px; cursor: pointer; padding: 5px; z-index: 110; }
    .ac-org-menu-wrapper {  display: none; position: absolute;top: 60px;
        left: 0; width: 100%; background: linear-gradient(90deg,#F3F6FD 0%,#D8E2F2 100%);flex-direction: column;align-items: flex-start;
        padding: 10px 0 20px 0; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transform: translateY(-100%); transition: transform 0.3s ease-in-out;  }
    .ac-org-menu-wrapper.ac-org-open { display: flex;transform: translateY(0);  }
    .ac-org-nav-links {flex-direction: column;width: 100%;  margin-right: 0; border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 5px; }
    .ac-org-nav-links > .ac-org {margin: 0; width: 100%; }
    .ac-org-link {display: block;  padding: 12px 15px; border-bottom: none;font-size: 14px; color:#fff;  }
    .ac-org-link.ac-org-active, 
    .ac-org-link:hover { background-color: rgba(102, 100, 228, 0.1); border-bottom: none;  }
    .ac-org-contact-btn-container { width: 100%; padding: 15px 15px 0; }
    .ac-org-contact-btn {         width: 100%;
        display: inline; }
.ac-org-footer-container { grid-template-columns: 1fr 1fr;}
.ac3-img-grid { grid-template-columns: 1fr ;justify-items: center;}
.ac3-img-grid img { max-width: 411px;} img.acimg2 {margin-top: 0px;}
.ac-counter-container {grid-template-columns: 1fr 1fr;}
.os-org-row1 { grid-template-columns: 1fr; }
    .os-org-row2 { grid-template-columns: 1fr 1fr; }
    .os-org-row3 {grid-template-columns: 1fr;gap: 0;}
    .acs-content-wrapper {grid-template-columns: 1fr; padding-bottom: 40px; }
    .acs-image-content {order: -1;  }
.ac-org-navbar { position: relative;  z-index: 99999;}

    #ac-org-menu-wrapper {
        position: fixed;
        top: 0;  
        left: 0;
        width: 70%;  
        height: 100vh; 
        background: #000 !important; 
        transition: 0.3s ease-in-out;
        padding: 40px 15px;
        z-index: 99998; 
    }

    #ac-org-menu-wrapper.ac-org-open { 
        display: block; 
    }
    .ac-org-toggle-btn { display: block !important; z-index: 999999;position: relative;  }
    .ac-org-nav-links {flex-direction: column !important; gap: 0px; }
    a.ac-org.ac-org-contact-btn {
    padding: 8px 10px;
}
}









.whatsapp-btn {
    background-color: #1bd741;
    color: white;
    padding: 7px 8px;
    text-decoration: none;
    margin-top: 20px;
    align-items: center;
    display: flex;
    gap: 10px;
    border-radius: 50%
}

.whatsapp-btn,.whatsapp-btn .icon-what {
    font-size: 30px
}

.whatfixed {
    position: fixed;
    left: 24px;
    bottom: 55px;
    z-index: 999
}

.acme_links>ul>li:hover a {
    color: #71b23f
}

@keyframes video-out {
    to {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
        opacity: 0
    }
}

.whatsapp-btn:before {
    content: "";
    position: absolute;
    box-shadow: 0 0 20px #1bd741;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: 2s;
    border-radius: 50%;
    opacity: 0;
    animation-name: video-out;
    opacity: 1;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}



/* ================================================
   RESPONSIVE FOR MOBILE (max-width: 767px)
================================================ */
@media (max-width: 767px) {
     h2{font-size: 25px !important;}
.ac-org-footer-container {grid-template-columns: 1fr;}
  .ac-org-footer-bottom {display: flex;flex-direction: column; margin-top: -12px;}
  .ac-org-footer {padding: 40px 15px 30px 15px;}
  .ac-org-footer-container{padding:0px;}
  .ac-hro-title { font-size:32px; } .ac-hro-para{font-size: 16px;}
  .himg img { max-width: 51px;position: absolute; left: 0;top: -34px;}
  .ac3-img-grid img { max-width: 311px;} .ac-3img { padding: 10px 0px 0px 0px;}
  .ac-counter-container {grid-template-columns: 1fr;        gap: 10px;}
  .os-org-row2 {grid-template-columns: 1fr;margin-bottom: 45px; }
.os-org-box-middle,
.os-org-box-last {margin-top: 0;}
.os-org-title {font-size: 25px;margin-bottom: 10px; }
.os-org-row1 { display: flex;   flex-direction: column; gap: 0;  margin: 0; padding: 0;}
.os-org {padding: 0px 15px 50px 15px;}
.acs-container {padding:20px 15px 0px 15px; }
.acs-content-wrapper {gap: 0;}
img.himg1 { max-width: 40px; margin-top: 7px;position: absolute;top: -31px; left: 24%;}
.acs-content-wrapper {
    padding-bottom: 3px;
}

    .ac-org-logo-placeholder{
        max-width: 150px;
    }
    .ac-counter-number {
        font-size: 32px;
    }
}