h1{ padding: 0 0 30px; }
.serviceBox{ text-align: center; }
.serviceBox .service-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 80px;
    position: relative;
}
.serviceBox .service-icon:before{
    content: "";
    background: #0fb513;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
}
.serviceBox .service-icon:after{
    content: "";
    width: 4px;
    height: 0;
    background: #0fb513;
    margin: 0 auto;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon:after{ height: 45px; }
.serviceBox .service-icon i{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 80px;
    background: #fff;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
    font-size: 35px;
    color: #0fb513;
    position: absolute;
    top: 0;
    left: 0;
}
.serviceBox .title{
   font-size: 16px;
    color: #123897;
   
   
}
.serviceBox .title:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    margin: 0 auto;
    border: 5px solid #0fb513;
    box-shadow: -3px 3px 3px rgba(0,0,0,0.5);
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.serviceBox .description{
    font-size: 15px;
    color: black;
    text-align:center;
   
    line-height: 27px;
    margin: 0;
}
.serviceBox.pink .service-icon i{ color: #123897; }
.serviceBox.yellow .service-icon i{ color: #fba21a; }
.serviceBox.blue .service-icon i{ color: #05b4b7; }
.serviceBox.pink .service-icon:before,
.serviceBox.pink .service-icon:after{ background: #123897; }
.serviceBox.yellow .service-icon:before,
.serviceBox.yellow .service-icon:after{ background: #fba21a; }
.serviceBox.blue .service-icon:before,
.serviceBox.blue .service-icon:after{ background: #05b4b7; }
.serviceBox.pink .title:before{ border: 5px solid #123897; }
.serviceBox.yellow .title:before{ border: 5px solid #fba21a; }
.serviceBox.blue .title:before{ border: 5px solid #05b4b7; }
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}


.main-timeline5 {
    overflow: hidden;
    position: relative;
}

.main-timeline5 .timeline {
    position: relative;
    margin-top: -79px;
}

.main-timeline5 .timeline:first-child {
    margin-top: 0;
}

.main-timeline5 .timeline-icon,
.main-timeline5 .year {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline5 .timeline:after,
.main-timeline5 .timeline:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline5 .timeline:before {
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: -8px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.main-timeline5 .timeline-icon {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #f44556;
    border-right-color: #f44556;
    z-index: 1;
    transform: rotate(45deg);
}

.main-timeline5 .year {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    font-size: 30px;
    font-weight: 700;
    color: #f44556;
    text-align: center;
    transform: rotate(-45deg);
}

.main-timeline5 .timeline-content {
    width: 35%;
    float: right;
    background: #f44556;
    padding: 30px 20px;
    margin: 50px 0;
    z-index: 1;
    position: relative;
}

.main-timeline5 .timeline-content:before {
    content: "";
    width: 20%;
    height: 15px;
    background: #f44556;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%);
}

.main-timeline5 .title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.main-timeline5 .description {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin: 0;
}

.main-timeline5 .timeline:nth-child(2n):before {
    box-shadow: 8px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
}

.main-timeline5 .timeline:nth-child(2n) .timeline-icon {
    transform: rotate(-135deg);
    border-top-color: #e97e2e;
    border-right-color: #e97e2e;
}

.main-timeline5 .timeline:nth-child(2n) .year {
    transform: rotate(135deg);
    color: #e97e2e;
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content {
    float: left;
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -20%;
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content,
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    background: #e97e2e;
}

.main-timeline5 .timeline:nth-child(3n) .timeline-icon {
    border-top-color: #13afae;
    border-right-color: #13afae;
}

.main-timeline5 .timeline:nth-child(3n) .year {
    color: #13afae;
}

.main-timeline5 .timeline:nth-child(3n) .timeline-content,
.main-timeline5 .timeline:nth-child(3n) .timeline-content:before {
    background: #13afae;
}

.main-timeline5 .timeline:nth-child(4n) .timeline-icon {
    border-top-color: #105572;
    border-right-color: #105572;
}

.main-timeline5 .timeline:nth-child(4n) .year {
    color: #105572;
}

.main-timeline5 .timeline:nth-child(4n) .timeline-content,
.main-timeline5 .timeline:nth-child(4n) .timeline-content:before {
    background: #105572;
}

@media only screen and (max-width: 1199px) {
    .main-timeline5 .timeline {
        margin-top: -103px;
    }

    .main-timeline5 .timeline-content:before {
        left: -18%;
    }

    .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
        right: -18%;
    }
}

@media only screen and (max-width: 990px) {
    .main-timeline5 .timeline {
        margin-top: -127px;
    }

    .main-timeline5 .timeline-content:before {
        left: -2%;
    }

    .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
        right: -2%;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline5 .timeline {
        margin-top: 0;
        overflow: hidden;
    }

    .main-timeline5 .timeline:before,
    .main-timeline5 .timeline:nth-child(2n):before {
        box-shadow: none;
    }

    .main-timeline5 .timeline-icon,
    .main-timeline5 .timeline:nth-child(2n) .timeline-icon {
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg);
    }

    .main-timeline5 .timeline:nth-child(2n) .year,
    .main-timeline5 .year {
        transform: rotate(-135deg);
    }

    .main-timeline5 .timeline-content,
    .main-timeline5 .timeline:nth-child(2n) .timeline-content {
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto;
    }

    .main-timeline5 .timeline-content:before,
    .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, 0);
    }
}

.macimgwrap {
    position: relative;
    max-width: 400px;
    margin: 29px auto 33px;
}

.macimgwrap img {
    width: 100%;
    display: block;
}

.videoframe {
    position: absolute;
    top: 13.5%;
    left: 13.5%;
    width: 73%;
    height: 65%;
}

.videoframe iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.shadobox {
    padding: 5px;
    box-shadow: 0 4px 8px rgba(75, 23, 23, 0.1);
    border-radius: 1px;
    background: #fff;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px;
}

.seemorebtn_wrap {
    text-align: center;
    margin-top: 20px;
}

.seemorebtn {
    background-color: #0073e6;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

.seemorebtn:hover {
    background-color: #005bb5;
}

@media (max-width: 768px) {
    .macimgwrap {
        max-width: 100%;
        padding: 0 10px;
    }

    .videoframe {
        top: 19%;
        left: 14%;
        width: 72%;
        height: 58%;
    }

    .subtitle {
        font-size: 20px;
    }
}
.suggestion-card {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 180px;
    background: linear-gradient(135deg, #0073e6, #00c6ff); /* Gradient Background */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
    z-index: 1000;
    color: white;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* Hide effect */
.suggestion-card.hide {
    transform: translateY(100px);
    opacity: 0;
}

.close-btn {
    border: none;
    background: none;
    font-size: 14px;
    color: white;
    cursor: pointer;
}

.icon-wrapper {
    font-size: 18px;
    margin-right: 8px;
}

.text-content {
    flex: 1;
    text-align: left;
}

.text-content h6 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.text-content p {
    margin: 2px 0 0;
    font-size: 11px;
}

/* Responsive Design */
@media (max-width: 576px) {
    .suggestion-card {
        width: 140px;
        font-size: 10px;
        padding: 8px;
    }

    .icon-wrapper {
        font-size: 14px;
    }

    .text-content h6 {
        font-size: 11px;
    }

    .text-content p {
        font-size: 9px;
    }
}


/*Campaign Section*/
@media (max-width: 768px) {
    /* Reduce heading font size and keep it in one line */
    h2.h1.fw-bold {
        font-size: 1.4rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Make paragraph text smaller */
    .lead {
        font-size: 1rem;
        text-align: center;
    }

    /* Adjust card title */
    .card-body h3 {
        font-size: 1rem;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Adjust modal title */
    .modal-title {
        font-size: 1.2rem;
    }

    /* Reduce form input and button sizes */
    label, input, select, button {
        font-size: 0.9rem;
    }

    .btn {
        font-size: 0.9rem;
        padding: 0.4rem 1rem;
    }

    /* Adjust modal size */
    .modal-dialog {
        max-width: 90%;
    }

    /* Center align buttons in mobile */
    .d-flex.justify-content-center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
   /*Service Box */

@media (max-width: 768px) {
    /* Reduce heading size and keep it in one line */
    h2.h1.fw-bold {
        font-size: 1.4rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Adjust subtext */
    p.lead {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 10px;
    }

    /* Reduce icon size */
    .serviceBox .service-icon i {
        font-size: 2rem; /* Smaller icons */
        padding: 5px;
    }

    /* Reduce title size */
    .serviceBox .title {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 5px;
    }

    /* Reduce description font size */
    .serviceBox .description {
        font-size: 0.9rem;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 5px;
        padding: 5px;
    }

    /* Adjust container padding */
    .container {
        padding: 10px;
    }

    /* Reduce spacing between service boxes */
    .row .col-md-3 {
        margin-bottom: 15px;
    }

    /* Ensure equal width on smaller screens */
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 768px) {
    /* Reduce heading size */
    h2.h1.fw-bold {
        font-size: 1.2rem;  /* Smaller heading */
        text-align: center;
        line-height: 1.2;
    }

    /* Adjust subtitle text */
    p.lead {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 10px;
    }

    /* Reduce icon size */
    .serviceBox .service-icon i {
        font-size: 1.8rem; /* Smaller icons */
        padding: 5px;
    }

    /* Reduce title size */
    .serviceBox .title {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 5px;
    }

    /* Reduce description font size and spacing */
    .serviceBox .description {
        font-size: 0.85rem;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 5px;
        padding: 5px;
    }

    /* Adjust container padding */
    .container {
        padding: 10px;
    }

    /* Reduce spacing between service boxes */
    .row .col-md-3 {
        margin-bottom: 10px;
    }

    /* Ensure equal width on smaller screens */
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


  /* Get in Touch Form Section */

 /* Default Styles */
 .form-container {
    max-width: 900px;
    margin: 0 auto;
}

.contact-info {
    background-color: #92b7f7;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .form-container {
        padding: 15px;
        box-shadow: none;
    }

    .contact-info {
        padding: 20px;
        text-align: center;
    }

    .contact-info h2 {
        font-size: 18px;
    }

    .contact-info p {
        font-size: 14px;
    }

    .form-container .row {
        flex-direction: column;
    }

    .form-container input, .form-container select, .form-container textarea {
        font-size: 14px;
        padding: 8px;
    }

    .btn {
        font-size: 14px;
        padding: 8px;
    }
}

/*footer section */
@media (max-width: 768px) {
    .logo-reverse {
        width: 120px; /* Adjust the size as needed */
    }
}

@media (max-width: 480px) {
    .logo-reverse {
        width: 200px; /* Even smaller on very small screens */
    }
}
 



@media (max-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 10px; /* Small padding to avoid touching screen edges */
    }

    .row.justify-content-center {
        display: flex;
        flex-wrap: nowrap; /* Prevents wrapping */
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .col-12.col-md-auto {
        flex: 1; /* Each element takes equal space */
        min-width: 30%; /* Ensures proper spacing */
    }

    select.form-control,
    button.btn {
        width: 100%; /* Full width */
        font-size: 12px; /* Comfortable size */
        padding: 4px;
        /* Proper spacing */
    }
}



@media (max-width: 768px) {
    .custom-footer .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2px;
    }

    .custom-footer .col-12 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 2px;
    }

    /* Contact Us Section - Aligning phone and email in a row */
    .custom-footer .contact-info {
        display: flex;
        align-items: center;
        gap: 3px;
    }

    .custom-footer .contact-info div {
        display: flex;
        align-items: start;
        gap: 2px;
    }

    .custom-footer h5 {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .custom-footer .d-flex {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .custom-footer a {
        font-size: 0.9rem;
    }

    .custom-footer img {
        width: 24px;
        height: 24px;
    }

    .custom-footer .follow-icons {
        display: flex;
        justify-content: center;
        gap: 12px;
    }
}
 /* Floating WhatsApp Button */
 .whatsapp-float {
    position: fixed;
    bottom: 15px;
    left: 15px; /* Moved to right */
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.whatsapp-float img {
    width: 30px;
    height: 30px;
}

/* WhatsApp Pop-up */
.whatsapp-popup {
    position: fixed;
    bottom: 80px;
    left: 15px; /* Moved to right */
    width: 220px;
    background-color: #25D366;
    color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding: 12px;
    font-family: Arial, sans-serif;
    display: none;
    z-index: 1000;
}

.whatsapp-popup p {
    font-size: 14px;
    margin-bottom: 8px;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    font-size: 16px;
    color: white;
}

/* WhatsApp Input */
.whatsapp-input {
    width: 100%;
    padding: 6px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

/* Send Button */
.whatsapp-send-btn {
    width: 100%;
    background-color: #128C7E;
    color: white;
    padding: 8px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 6px;
    font-size: 14px;
}

.whatsapp-send-btn:hover {
    background-color: #0e705f;
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .whatsapp-popup {
        width: 180px;
        bottom: 70px;
    }

    .whatsapp-input {
        font-size: 12px;
    }

    .whatsapp-send-btn {
        font-size: 12px;
    }
}

/* Hidden Class */
.hidden {
    display: none;
}


    /* Container for image & icons */
    .image-container {
        position: relative;
        display: inline-block;
        animation: floatImage 3s infinite ease-in-out alternate;
    }

    /* Main image styles */
    .image-container img.main-image {
        width: 100%;
        max-width: 500px;
        border-radius: 10px;
        display: block;
    }

    /* Icon images floating */
    .icon-overlay {
        position: absolute;
        width: 60px; /* Adjust icon size */
        height: 60px;
        animation: floatIcon 2s infinite ease-in-out alternate;
    }

    /* Different positions for icons */
    .icon-top {
        top: 10px;
        left: 55%;
        transform: translateX(-50%);
    }

    .icon-middle {
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        animation-delay: 0.5s;
    }

    .icon-bottom {
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
        animation-delay: 1s;
    }

    /* Floating animation for image */
    @keyframes floatImage {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-15px);
        }
    }

    /* Floating animation for icons */
    @keyframes floatIcon {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-10px);
        }
    }

    .reveal-container {
        display: inline-block;
        overflow: hidden;
    }

    /* Animated Text */
    .reveal-text {
        display: inline-block;
        font-size: 2rem; /* Adjust size */
        font-weight: bold;
        opacity: 0;
        transform: translateY(100%);
        animation: reveal 1.5s ease-out forwards;
    }

    /* Animation Keyframes */
    @keyframes reveal {
        from {
            opacity: 0;
            transform: translateY(100%);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
   
    .header-style {
        display: flex;
        align-items: center;
        justify-content: space-between; /* Ensures proper spacing */
        background-color: #123897;
        padding: 10px 80px; /* Adds space from left & right */
        color: white;
        flex-wrap: nowrap; /* Prevents stacking */
    }
  
    .header-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
  
    .header-item {
        display: flex;
        align-items: center;
        gap: 7px;
    }
  
    .header-item a {
        color: white;
        text-decoration: none;
        font-size: 14px;
    }
  
    .header-item i {
        font-size: 16px;
    }
  
    /* Responsive Design */
    @media screen and (max-width: 768px) {
        .header-style {
            padding: 10px 20px; /* Reduce padding for mobile */
        }
  
        .header-content {
            display: flex;
            flex-direction: row; /* Keep it horizontal */
            justify-content: space-between;
            width: 100%;
        }
    }
  
    /* Initial hidden state */
  .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  }
  
  /* Visible when scrolled into view */
  .fade-in.active {
      opacity: 1;
      transform: translateY(0);
  }
  
    /* Desktop layout */
  /* Desktop layout */
  /* Footer layout for desktop */
  /* Ensure the footer is positioned cleanly */
  footer {
    position: relative;
    padding-bottom: 60px; /* Adjust padding to avoid overlap */
  }
  
  /* Right corner alignment (desktop) */
  .footer-right-corner {
    position: absolute;
    bottom: 40px;
    right: 80px;
    text-align: right;
  }
  
  /* Styling for each line */
  .footer-right-corner div {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
  }
  
  /* Icon size and hover effect */
  .footer-right-corner img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
  }
  
  /* Hover animation */
  .footer-right-corner img:hover {
    transform: scale(1.2);
  }
  
  /* Font weight for labels */
  .fw-semibold {
    font-weight: bold;
    margin-right: 5px;
  }
  
  /* Mobile responsive layout */
  @media (max-width: 991px) {
    .footer-right-corner {
      position: static;
      text-align: center;
      margin-top: 20px;
    }
  
    .footer-right-corner div {
      justify-content: center;
      flex-wrap: wrap;
      gap: 8px;
    }
  
    .footer-right-corner img {
      width: 20px;
      height: 20px;
    }
  }
  
  
  @media (max-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 10px; /* Small padding to avoid touching screen edges */
    }

    .row.justify-content-center {
        display: flex;
        flex-wrap: nowrap; /* Prevents wrapping */
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .col-12.col-md-auto {
        flex: 1; /* Each element takes equal space */
        min-width: 30%; /* Ensures proper spacing */
    }

    select.form-control,
    button.btn {
        width: 100%; /* Full width */
        font-size: 12px; /* Comfortable size */
        padding: 10px;
        /* Proper spacing */
    }
}
      

