@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Fascinate&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }



        :root {
    --primary: #00ADB5;
    --secondary: #7D0A0A;
    --third: #EAD196;
    --bg: #f7f7f7;
    --text: #222831;
    --text-secondary: #393E46;
    --white: #EEEEEE;
   --font-size-h1: 48px;
   --font-size-h2: 36px;
   --font-size-h3: 24px;
 --font-size-p: 14px;
  --font-size-button: 14px;
--font-size-review: 18px;
--font-size-review-sub: 14px;
}




.top-section {
    width: 98%;
    max-width: 1200px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 100px;
    transition: transform 0.3s ease;
}
 .bottom-section {
    width: 98%;
    max-width: 1200px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 70px;
    transition: transform 0.3s ease;
}



/* .container {
    padding: 20px;
} */

.top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.top-content .left-content, .top-content .right-content {
    flex: 1;
    /* padding: 20px; */
}

.top-content h2 {
    font-size: var(--font-size-h2);
    color: #333;
    font-weight: 700;
    line-height: 1.2;
          font-family: 'Be Vietnam Pro', sans-serif;
}

.button-group {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    text-decoration: none;
    color: #fff;
    background-color: #161616;
    border-radius: 5px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn i {
    margin-left: 8px;
}

.btn.alt {
    background-color: transparent;
    color: #161616;
    border: 1px solid #161616;
}

.btn:hover {
    transform: translateY(-3px);
    background-color: #444;
}
 .btn.alt:hover {
    transform: translateY(-3px);
    background-color: #161616;
    color: var(--white);
}


.right-content p {
    font-size: var(--font-size-p);
    color: #666;
    line-height: 1.6;
     font-family: 'Roboto', sans-serif;
}

.full-width-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.bottom-content .left-content, .bottom-content .right-content {
    flex: 1;
    padding: 20px;
}

.bottom-content .left-content {
    height: 350px;
    width: 300px;
}

.bottom-content h2 {
    font-size: var(--font-size-h2);
    color: #161616;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.bottom-content .highlight {
    color: #666;
    font-weight: bold;
}

.bottom-content .right-content p {
    font-size: var(--font-size-p);
    color: #666;
    line-height: 1.6;
     font-family: 'Roboto', sans-serif;
}

.counters {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
}

.counter-item {
    flex: 1;
    min-width: 150px;
    text-align: left;
    padding: 20px;
}

.counter {
    font-size: var(--font-size-h2);
    color: #161616;
    font-weight: 700;
    margin-bottom: 10px;
}

.counter-item p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .top-content, .bottom-content {
        flex-direction: column;
        text-align: center;
    }
.top-section{
    margin-top: 70px;
}
    .button-group {
        justify-content: center;
    }

    .bottom-content .left-content {
    height: 350px;
    width: 100%;
}
    .top-content h2, .bottom-content h2 {
        font-size: 2.5rem;
    }

    .counter {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .top-content h2, .bottom-content h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        text-align: left;
    }

    .btn {
        padding: 10px 18px;
        font-size: 0.9rem;
    }

    .right-content p {
        font-size: 0.9rem;
    }

    .counter {
        font-size: 1.8rem;
    }

    .counter-item p {
        font-size: 0.8rem;
    }
}






/* Section Styles */
.webdanny-difference {
  width: 100%;
  background-color: #0d0d0d;
  color: #ffffff;
  padding: 80px 20px;
  margin: 100px auto;
  font-family: 'Segoe UI', sans-serif;
}

/* Container Styles */
.webdanny-container {
  max-width: 1300px;
  width: 98%;
  margin: 0 auto;
  text-align: left;
}

/* Heading Styles */
.webdanny-subheading {
  font-size: 14px;
  letter-spacing: 1px;
  color: #bbbbbb;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.webdanny-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
}

/* Grid and Card Styles */
.webdanny-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.webdanny-card {
  background: transparent;
  max-width: 400px;
  border: 1px solid #2a2a2a;
  padding: 30px;
  border-radius: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.webdanny-card:hover {
  border-color: #5b2bff;
  box-shadow: 0 4px 20px rgba(91, 43, 255, 0.1);
}

.webdanny-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  filter: brightness(1.1);
}

.webdanny-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.webdanny-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #cccccc;
}

/* Responsive Design */
@media (max-width: 768px) {
  .webdanny-card {
    padding: 20px;
    border-radius: 12px;
    max-width: 100%; /* Flexible width for better responsiveness */
  }
  
  .webdanny-grid {
    gap: 28px;
  }
}

@media (max-width: 480px) {
  .webdanny-card {
    padding: 15px;
  }
  
  .webdanny-grid {
    gap: 20px;
  }
}












.abt-main-section {
    width: 98%;
    max-width: 1200px;
    margin: 20px auto;
    transition: transform 0.3s ease;
}

.abt-container {
    padding: 20px;
}

.abt-top-content, .abt-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
    gap: 20px;
}

.abt-left-content, .abt-right-content {
    display: flex;
    align-items: center;
}

.abt-top-content .abt-left-content {
    width: 30%;
    height: 300px;
}

.abt-top-content .abt-right-content {
    width: 70%;
     height: 300px;
}

.abt-bottom-content .abt-left-content {
    width: 70%;
     height: 300px;
}

.abt-bottom-content .abt-right-content {
    width: 30%;
     height: 300px;
}

.abt-box {
    border: 1px solid #161616;
    padding: 20px;
    text-align: left;
    width: 100%;
     height: 300px;
    border-radius: 8px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.abt-top-content .abt-box {
    background-color: #96e1f89d;
}

.abt-bottom-content .abt-box {
    background-color: #d6b7ff94;
}

.abt-box:hover {
    transform: translateY(-5px);
}

.abt-box i {
    color: #333;
}

.abt-box h3 {
    font-size: var(--font-size-h3);
    color: var(--text);
    font-weight: 600;
}
.abt-box p{
    color: #666;
    font-size: var(--font-size-p);
    line-height: 1.5;
}
.abt-right-content img, .abt-left-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .abt-top-content, .abt-bottom-content {
        flex-direction: column;
        gap: 15px;
    }

    .abt-top-content .abt-left-content, .abt-top-content .abt-right-content,
    .abt-bottom-content .abt-left-content, .abt-bottom-content .abt-right-content {
        width: 100%;
        margin-bottom: 15px;
    }

    .abt-box {
        padding: 15px;
    }

    .abt-box h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .abt-box h3 {
        font-size: 1.3rem;
    }

    .abt-box i {
        font-size: 2.5rem;
    }
}






.abt-pr-main-section {
    width: 98%;
    max-width: 1400px;
    margin: 70px auto;
    padding: 15px;
}

.abt-pr-main-section h2{
  margin: 10px auto;
  width: fit-content;
  text-align: center;
  font-size: var(--font-size-h2);
  font-family: 'Be Vietnam Pro', sans-serif;
  /* text-transform: uppercase; */
  margin-bottom: 40px;
}
.abt-pr-main-section h2 span{
color: #fff;
background-color: #5b2bff;
padding: 5px;
border-radius: 4px;
}

.abt-pr-main-section h2 i{
font-size: 24px;
color: #fff;
background: linear-gradient(to top, #000, #4e4e4e36);
padding: 15px;
border-radius: 10px;
box-shadow: inset 0px 5px 8px #000;
}

.abt-pr-container {
    padding: 20px;
}

.abt-pr-profile-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.abt-pr-profile-box {
    flex: 1;
    min-width: 300px;
    max-width: 340px;
    /* aspect-ratio: 9 / 16; */
     background: linear-gradient(to top, #000, #ffffff36);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.abt-pr-profile-box:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
         background: linear-gradient(to top, #5b2bff, #ffffff36);
}

.abt-pr-profile-image {
    flex: 1;
}

.abt-pr-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
}
.abt-pr-profile-image img:hover {
    filter: grayscale(0%);
}

.abt-pr-profile-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
}

.abt-pr-profile-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.abt-pr-profile-content p {
    font-size: 0.9rem;
    color: #ddd;
}

@media (max-width: 768px) {
    .abt-pr-profile-grid {
        flex-direction: column;
        align-items: center;
    }

    .abt-pr-profile-box {
        width: 100%;
        max-width: 300px;
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .abt-pr-profile-content h3 {
        font-size: 1.1rem;
    }

    .abt-pr-profile-content p {
        font-size: 0.8rem;
    }
    .bottom-content .left-content, .bottom-content .right-content{
        padding: 0px 8px;
    }
 
}











.abt-call-to-action {
    width: 98%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.abt-container {
    padding: 5px;
}

.abt-call-to-action h2 {
   font-size: 2.8rem;
   font-family: 'Be Vietnam Pro', sans-serif;
    color: #161616;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.3;
}

.abt-call-to-action p {
    font-size: 1.2rem;
    color: var(--text);
    margin-bottom: 20px;
    line-height: 1.6;
}

.abt-call-to-action span {
    background: linear-gradient(90deg, #00c4ff, #ff00cc, #ffeb3b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
   font-family: "Fascinate", serif;
}

.abt-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    text-decoration: none;
    color: var(--white);
    background-color: #161616;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.abt-button:hover {
    transform: scale(1.05);
}

.abt-arrow {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.abt-arrow i {
    font-size: 1rem;
    color: var(--white);
}

@media (max-width: 768px) {
    .abt-call-to-action h2 {
        font-size: 2.3rem;
    }

    .abt-call-to-action p {
        font-size: 1rem;
    }

    .abt-button {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .abt-call-to-action h2 {
        font-size: 2rem;
    }

    .abt-call-to-action p {
        font-size: 0.9rem;
    }
}