/* ===============================
ABOUT BANNER
================================*/

.about-banner {

    width: 100%;

    /* responsive height */

    min-height: 420px;

    background-image: url("../images/aboutus/aboutbanner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;

    position: relative;
    overflow: hidden;

    /* padding: 120px 0; */

}

.about-banner::before {

    content: "";

    position: absolute;

    bottom: 0;
    left: 0;

    width: 100%;
    height: 40%;

    background: linear-gradient(rgba(24, 24, 24, 0),
            #f7f8fb);

    z-index: 1;

}

/* CONTAINER */

.about-banner-container {

    max-width: 1200px;
    width: 90%;

    margin: auto;

    position: relative;
    z-index: 2;

}

/* LEFT CONTENT */

.about-banner-content {

    max-width: 500px;
    margin-top: 120px;

}

/* TITLE */

.about-banner-title {

    font-size: clamp(28px, 4vw, 42px);

    font-weight: 800;

    font-family: "Montserrat", sans-serif;

    margin-bottom: 18px;

    letter-spacing: 1px;

}

/* TEXT */

.about-banner-text {

    font-size: clamp(14px, 1.2vw, 16px);

    line-height: 1.7;

    color: #555;

    margin-bottom: 25px;

    font-family: "Catamaran", sans-serif;

    max-width: 420px;

}



/* ===============================
TABLET
================================*/

@media (max-width:768px) {

    /* .about-banner {

        padding: 100px 0;

    } */

    .about-banner-content {

        max-width: 100%;

    }

    .about-banner-title {

        font-size: 30px;

    }

    .about-banner-text {

        font-size: 14px;

    }

}


/* ===============================
MOBILE
================================*/

@media (max-width:480px) {

    .about-banner {

        min-height: 320px;

        /* padding: 80px 0; */

    }

    .about-banner-container {

        width: 92%;

    }

    .about-banner-title {

        font-size: 26px;

    }

    .about-banner-text {

        font-size: 13px;

        line-height: 1.6;

    }

}


/* ===============================
SMALL MOBILE
================================*/

@media (max-width:360px) {

    .about-banner {

        min-height: 380px;

        /* padding: 70px 0; */

    }

    .about-banner-title {

        font-size: 22px;

    }

    .about-banner-text {

        font-size: 12.5px;

    }

}


/* ============================
ABOUT DIGITAL AGENCY SECTION
============================ */

.about-agency {
    padding: 80px 0 60px 0;
    background: #f7f8fb;
    position: relative;
    overflow: hidden;
}

/* CONTAINER */

.about-agency-container {
    width: 1200px;
    margin: auto;
}

/* ============================
FLOATING HEXAGON SHAPES
============================ */

.about-agency::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: #b4bde0;

    clip-path: polygon(25% 5%, 75% 5%,
            100% 50%,
            75% 95%, 25% 95%,
            0% 50%);

    right: 80px;
    top: 200px;
    opacity: .6;
}

.about-agency::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: #97a6db;

    clip-path: polygon(25% 5%, 75% 5%,
            100% 50%,
            75% 95%, 25% 95%,
            0% 50%);

    right: 220px;
    bottom: 120px;
    opacity: .4;
}


/* ============================
TOP GRID
============================ */

.about-agency-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
    margin-bottom: 90px;
}


/* IMAGE GRID */

.about-agency-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.about-agency-img {
    overflow: hidden;
    border-radius: 22px;
}

.about-agency-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 22px;
    transition: transform .5s ease;
}

.about-agency-img:hover img {
    transform: scale(1.12);
}


/* RIGHT CONTENT */

.about-agency-subtitle {
    color: #1e4ed8;
    font-size: 14px;
    font-weight: 600;
}

.about-agency-title {
    font-size: 34px;
    font-weight: 700;
    margin: 12px 0 18px;
    font-family: "Montserrat", sans-serif;
}

.about-agency-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}


/* ============================
BOTTOM GRID
============================ */

.about-agency-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}


/* LEFT CONTENT */

.about-agency-bottom-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-agency-bottom-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 18px;
}

.about-agency-list {
    padding-left: 18px;
    margin-bottom: 25px;
}

.about-agency-list li {
    font-size: 14px;
    margin-bottom: 8px;
}


/* BUTTON */

.about-agency-btn {
  }

.about-agency-btn:hover {
 
}


/* RIGHT IMAGE */

.about-agency-illustration img {
    width: 100%;
    max-width: 420px;
}


/* EXTRA HEXAGON SHAPES */

.shape {
    position: absolute;
    background: #bcc6e7;

    clip-path: polygon(25% 5%, 75% 5%,
            100% 50%,
            75% 95%, 25% 95%,
            0% 50%);

    opacity: .5;
}

/* LEFT TOP */

.shape1 {
    width: 180px;
    height: 180px;
    left: 60px;
    top: 120px;
}

/* LEFT BOTTOM */

.shape2 {
    width: 140px;
    height: 140px;
    left: 200px;
    bottom: 80px;
}

.shape,
.about-agency::before,
.about-agency::after {

    animation: floatHex 6s ease-in-out infinite;

}

@keyframes floatHex {

    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-25px) rotate(8deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }

}




/* ============================
RESPONSIVE
============================ */

@media (max-width:1200px) {

    .about-agency-container {
        width: 90%;
    }

}

@media (max-width:992px) {

    .about-agency-top {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .about-agency-bottom {
        grid-template-columns: 1fr;
        gap: 30px;

    }

    .about-agency-illustration {
        text-align: center;
    }

    .about-agency-illustration img {
        max-width: 320px;
    }

}

@media (max-width:600px) {

    .about-agency-title {
        font-size: 26px;
    }

    .about-agency-bottom-title {
        font-size: 22px;
    }

    .about-agency-img img {
        height: 140px;
    }

     .about-agency-top {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }

    .about-agency-bottom {
        grid-template-columns: 1fr;
   
    }

}


/* ------------------------- services-section ----------------------------- */



/* INTRO CARD */

.service-intro {

    grid-column: 1/3;

    background: #f4f5f7;

    border-radius: 18px;

    padding: 50px;

    box-shadow:
        12px 12px 25px rgba(0, 0, 0, 0.08),
        -10px -10px 20px rgba(255, 255, 255, 0.9);

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.intro-top {

    font-size: 14px;

    color: #444;

    margin-bottom: 20px;

}

.service-intro h2 {

    font-size: 32px;

    font-weight: 700;

    margin-bottom: 8px;

    font-family: "Montserrat";

}

.service-intro p {

    font-size: 14px;

    color: #888;

}

.view-btn {

    /* margin-top: 25px;

    display: inline-block;

    background: #111;

    color: #fff;

    font-size: 12px;

    padding: 8px 18px;

    border-radius: 20px;

    text-decoration: none;
    width: fit-content; */
    width: fit-content;
    margin-top: 15px;

}




/* SECTION */

.services-section {

    padding: 80px 15px;

    background: linear-gradient(145deg, #e4edf6, #efe4f1);

}

/* GRID */

.services-grid {

    width: 1200px;

    max-width: 95%;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    grid-auto-rows: minmax(240px, auto);

    gap: 30px;

}


/* SERVICE CARD */

.service-card {

    background: #f4f5f7;

    border-radius: 18px;

    padding: 30px;

    box-shadow:
        12px 12px 25px rgba(0, 0, 0, 0.08),
        -10px -10px 20px rgba(255, 255, 255, 0.9);

    display: flex;

    flex-direction: column;

    position: relative;

    transition: .4s;

    overflow: hidden;
    z-index: 1;

}

.service-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: -50%;

    width: 51%;
    height: 100%;

    background: #1e4ed8;

    transition: .5s ease;

    z-index: -1;

}

.service-card::after {

    content: "";

    position: absolute;

    top: 0;
    right: -50%;

    width: 50%;
    height: 100%;

    background: #0e9fcb;

    transition: .5s ease;

    z-index: -1;

}

.service-card:hover::before {

    left: 0;

}

.service-card:hover::after {

    right: 0;

}


.service-card:hover h3,
.service-card:hover p {

    color: white;

}

.service-card:hover a {

    background: white;
    color: #1e4ed8;

}


/* ICON */

.icon {

    color: #9aa0a6;

    margin-bottom: 18px;

    transition: .3s;
    background: #0f3bb8;
    padding: 35px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.service-card:hover .icon {

    background: #002530;

}

.icon img {
    height: 40px;


}

/* TITLE */

.service-card h3 {

    font-size: 22px;

    margin-bottom: 10px;

    color: #111;

}

/* TEXT */

.service-card p {

    font-size: 14px;

    color: #777;

    line-height: 1.6;

    margin-bottom: 18px;

    flex-grow: 1;

}

/* BUTTON */

.service-card a {

    background: #111;

    color: #fff;

    font-size: 11px;

    padding: 7px 16px;

    border-radius: 20px;

    text-decoration: none;

    width: fit-content;

    margin-top: auto;

    transition: .3s;
    font-weight: 500;


}

.service-card a:hover {
    background: #ffffff;
    font-weight: 600;
}

/* BOTTOM DASH LINE */

.bar {

    width: 40px;

    height: 4px;

    background: #bbb;

    border-radius: 3px;

    margin: 18px auto 0;

}

/* HOVER EFFECT */

.service-card:hover {

    transform: translateY(-8px);

    box-shadow:
        20px 25px 40px rgba(0, 0, 0, 0.12),
        -10px -10px 20px rgba(255, 255, 255, 1);

}

.service-card:hover .icon {

    transform: scale(1.15);

    color: #111;

}

/* TABLET RESPONSIVE */

@media(max-width:992px) {

    .services-grid {

        grid-template-columns: repeat(2, 1fr);
    

    }

    .service-intro {

        grid-column: 1/3;

    }

}

/* MOBILE */

@media(max-width:600px) {

    .services-grid {

        grid-template-columns: 1fr;
    gap: 20px;


    }

    .service-intro {

        grid-column: auto;

        padding: 40px;

    }

    .service-intro h2 {

        font-size: 32px;

    }

    .services-section {
          padding: 40px 15px;

    }
    .view-btn {
        margin: 20px auto 0 auto;
    }

}


/* --------------------- about-count-section -------------------- */

.about-count {

    padding: 30px 0;
    background: linear-gradient(120deg, #000000, #000000);
    overflow: hidden;

}

.about-count-wrapper {
    width: 1200px;
    max-width: 95%;
    margin: auto;
    position: relative;
    height: 520px;
}

/* CARD */

.count-card {

    position: absolute;
    width: 260px;
    height: 140px;
    padding: 25px;

    border-radius: 20px;

    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, 0.2);

    box-shadow:
        0 20px 40px rgba(0, 0, 0, .3),
        inset 0 0 20px rgba(255, 255, 255, .1);

    color: white;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

/* POSITION (same slanted layout) */

.card1 {
    left: 60px;
    top: 180px;
    transform: rotate(-8deg);
    flex-direction: row;

}

.card2 {
    left: 420px;
    top: 40px;
    transform: rotate(-2deg);
    /* display: flex; */
    flex-direction: row;
}

.card3 {
    left: 280px;
    top: 260px;
    transform: rotate(3deg);
    flex-direction: row;

}

.card4 {
    right: 100px;
    top: 100px;
    transform: rotate(5deg);
    flex-direction: row;


}

.card5 {
    right: 300px;
    top: 260px;
    transform: rotate(-5deg);
    flex-direction: row;

}

.count-card span {

    font-size: 14px;
    opacity: .8;

}

.card2 .counter {
    font-size: 32px;
}

.card3 .counter {
    font-size: 32px;
}

.count-card h3 {

    font-size: 32px;
    margin-top: 5px;

}

/* MINI BAR CHART */

.mini-chart {

    display: flex;
    gap: 6px;
    align-items: flex-end;

}

.mini-chart .bar {

    width: 8px;
    background: linear-gradient(#7df9ff, #ff3cac);
    border-radius: 3px;

    animation: barAnim 1.5s infinite alternate;

}

.mini-chart .bar:nth-child(1) {
    height: 20px
}

.mini-chart .bar:nth-child(2) {
    height: 40px
}

.mini-chart .bar:nth-child(3) {
    height: 28px
}

.mini-chart .bar:nth-child(4) {
    height: 55px
}

@keyframes barAnim {

    from {
        transform: scaleY(.6)
    }

    to {
        transform: scaleY(1)
    }

}

/* PROGRESS RING */

.progress-ring {

    position: relative;
    width: 90px;
    height: 90px;

}

.progress-ring svg {

    transform: rotate(-90deg);

}

.progress-ring svg circle {

    fill: none;
    stroke-width: 10;

}

.progress-ring .bg {

    stroke: rgba(255, 255, 255, .2);

}

.progress-ring .progress {

    stroke: url(#grad1);
    stroke-linecap: round;

    stroke-dasharray: 226;
    stroke-dashoffset: 226;

    transition: 2s;

    stroke: #7df9ff;

    filter: drop-shadow(0 0 2px #7df8ff78);

}

.card1 .plus-plus,
.card3 .plus-plus,
.card4 .plus-plus {
    font-size: 40px;
    font-weight: 600;
}

.card1 .plus-plus-side,
.card3 .plus-plus-side,
.card4 .plus-plus-side {
    display: flex;
    gap: 5px;
}



.ring-text {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;

}

/* progress ring continuous animation */

.about-count.progress-ring svg {

    animation: ringRotate 8s linear infinite;

}

@keyframes ringRotate {

    from {
        transform: rotate(-90deg);
    }

    to {
        transform: rotate(270deg);
    }

}

@media (max-width:1024px) {

    .about-count-wrapper {
        height: 560px;
    }

    .count-card {
        width: 230px;
    }

    .card2 {
        left: 340px;
    }

    .card3 {
        left: 220px;
    }

    .card4 {
        right: 40px;
    }

    .card5 {
        right: 200px;
    }

}

@media (max-width:900px) {

    .about-count-wrapper {
        height: 620px;
    }

    .count-card {
        width: 210px;
    }

    .card1 {
        left: 20px;
    }

    .card2 {
        left: 260px;
    }

    .card3 {
        left: 160px;
    }

    .card4 {
        right: 20px;
    }

    .card5 {
        right: 150px;
    }

}

@media (max-width:768px) {

    .about-count-wrapper {

        position: static;
        height: auto;

        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;

    }

    /* reset cards */

    .count-card {

        position: static;
        transform: none;

        width: 100%;
        height: auto;

        flex-direction: row;
        align-items: center;

    }

    /* remove floating positioning */

    .card1,
    .card2,
    .card3,
    .card4,
    .card5 {

        left: auto;
        right: auto;
        top: auto;

    }

}

@media (max-width:480px) {

    .about-count-wrapper {

        grid-template-columns: 1fr;

    }

    .count-card {

        padding: 20px;
    }

    .count-card h3 {
        font-size: 26px;
    }

    .progress-ring {
        width: 70px;
        height: 70px;
    }

}


/* ================================
PRICING SECTION
================================ */

.pricing-section {

    padding: 60px 0;

    background-image: url("../images/pricing/pricingbackground.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.pricing-container {

    width: 1200px;

    max-width: 95%;

    margin: auto;

    background: #f5f7fb;

    border-radius: 30px;

    padding: 40px;

    box-shadow:
        20px 25px 50px rgba(0, 0, 0, .15);

}

/* ---------------------------
PRICING HEADER
--------------------------- */

.pricing-topbar {

    text-align: left;

    margin-bottom: 30px;

}

.pricing-label {

    color: #1e4ed8;

    font-size: 14px;

    font-weight: 600;

    display: block;

    margin-bottom: 12px;

}

.pricing-title {

    font-size: 38px;

    font-weight: 700;

    margin-bottom: 14px;

    max-width: 520px;

    font-family: "Montserrat";

}

.pricing-desc {

    font-size: 15px;

    color: #555;

    max-width: 520px;

    line-height: 1.6;

    margin-bottom: 35px;

}


/* ---------------------------
TOGGLE
--------------------------- */

.pricing-toggle {
  position: relative;
  width: 100%;
  max-width: 260px;   /* max limit */
  height: 52px;

  background: #e8e8e8;
  border-radius: 40px;

  display: flex;
  align-items: center;
  padding: 5px;
  margin: auto;
}

.toggle-btn {
  flex: 1;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
  color: #444;
  text-align: center;
}

.toggle-btn.active {

    color: white;

}
.toggle-slider {
  position: absolute;
  top: 5px;
  left: 5px;

  width: calc(50% - 5px);  /* 🔥 responsive */
  height: calc(100% - 10px);

  background: #1448a3;
  border-radius: 40px;
  transition: .35s;
}

/* CARDS */

.pricing-cards {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 40px;

}

/* CARD */

.pricing-card {

    position: relative;

    background-image: url("../images/pricing/card.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border-radius: 22px;

    padding: 40px;

    box-shadow:

        0 20px 40px rgba(0, 0, 0, .1);

    text-align: left;

    overflow: hidden;

    transition: .4s;

}

.pricing-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 30px 60px rgba(0, 0, 0, .18);

}

/* TEXT */

.pricing-card h3 {

    font-size: 22px;

    margin-bottom: 10px;

}

.pricing-card h2 {

    font-size: 34px;

    margin-bottom: 20px;

}

.feature-title {

    font-size: 14px;

    color: #666;

    margin-bottom: 10px;

}

.pricing-card ul {

    padding-left: 18px;

    margin-bottom: 25px;

}

.pricing-card ul li {

    font-size: 14px;

    margin-bottom: 6px;

}

/* BUTTON */

.pricing-btn {

    /* display: flex;
    justify-content: center;

    background: #3b82f6;

    color: #fff;

    padding: 10px 22px;

    border-radius: 20px;

    font-size: 13px;

    text-decoration: none;

    transition: .3s; */
      justify-content: center;
 display: flex;

}

.pricing-btn:hover {

 

}

/* =====================================
PRICING RESPONSIVE
===================================== */

/* Large Screen */

@media (max-width:1200px) {

    .pricing-container {
        width: 100%;
        padding: 35px;
    }

    .pricing-title {
        font-size: 34px;
    }

}


/* Laptop */

@media (max-width:992px) {

    .pricing-cards {

        grid-template-columns: repeat(2, 1fr);

        gap: 30px;

    }

    .pricing-title {
        font-size: 30px;
    }

    .pricing-card {
        padding: 30px;
    }

}


/* Tablet */

@media (max-width:768px) {

    .pricing-section {

        padding: 50px 0;

    }

    .pricing-container {

        padding: 25px;

        border-radius: 20px;

    }

    /* center header */

    .pricing-topbar {

        text-align: center;

    }

    .pricing-title {

        font-size: 26px;

        margin: auto;
        margin-bottom: 15px;

    }

    .pricing-desc {

        margin: auto;
        margin-bottom: 30px;

    }

    /* toggle center */

    .pricing-toggle {

        margin: auto;

    }

    /* cards */

    .pricing-cards {

        grid-template-columns: 1fr;

        gap: 25px;

    }

    .pricing-card {

        padding: 30px;

        text-align: center;

    }

    .pricing-card ul {

        padding-left: 0;
        list-style: none;

    }

}


/* Small Mobile */

@media (max-width:480px) {

    .pricing-container {

        padding: 20px;

    }

    .pricing-title {

        font-size: 22px;

    }

    .pricing-desc {

        font-size: 14px;

    }

    /* toggle smaller */

    .pricing-toggle {

        width: 200px;
        height: 45px;

    }

    .toggle-btn {

        font-size: 12px;

    }

    .toggle-slider {

        width: 95px;
        height: 35px;

    }

    /* price text */

    .pricing-card h2 {

        font-size: 28px;

    }

    .pricing-card h3 {

        font-size: 20px;

    }

    .pricing-btn {

        font-size: 12px;

        padding: 8px 18px;

    }

}


/* Extra Small Mobile */

@media (max-width:360px) {

    .pricing-title {

        font-size: 20px;

    }

    .pricing-card {

        padding: 22px;

    }

    .pricing-card h2 {

        font-size: 24px;

    }

    .pricing-btn {

        width: 100%;

    }

}