body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
   
    color: #fff;
}

.ad-section {
    text-align: center;
    padding: 20px;
    background-color: #000;
}

.ad-text h1 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
}

.highlight {
    color: orange;
}

.sub-text {
    font-size: 1rem;
    margin: 10px 0;
    color: #fff;
}

.ad-image img {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
}

.ad-footer {
    margin-top: 20px;
}

.ad-footer p {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.button-container {
    margin-top: 0px;
}

.shake-button {
    background-color: #d32f2f;
    color: white;
    text-align: center;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: 0.3s;
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.small-text {
    font-size: 0.8rem;
    font-weight: normal;
    
}

.shake-button:hover {
    animation: shake 0.5s ease;
    color: orange;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}
.karthu h1{font-size: 15px;}
.karthu{text-align: left;}
.pooja{margin-top: 50px;}
.pooja i{color:orange;}

.content-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1200px;
}

.content-item {
    text-align: center;
}

.content-item h2 {
    font-size: 1.5rem;
    color: #000;
}

.content-item p {
    font-size: 0.9rem;
    color: #777;
}

@media (max-width: 767px) {
    .content-section {
        flex-direction: column;
    }
    .tech{font-size: 26px !important;}
    .content-item {
        margin-bottom: 15px;
    }
    .shake-button{margin-top: 10px;}
}
.karthu h1 {display: flex;}
.testimonial-section {
    text-align: center;
    padding: 50px;
}

h2 {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 10px;
}

.subheading {
    color: #007BFF;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

/* Testimonials Layout */
.testimonials-container {
    display:flex;

    gap: 20px;
}

.testimonial {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
   margin-bottom: 10px;
    align-items: center;
    gap: 15px;
    min-height: 242px;
}

/* Profile image and name styling */
.profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.name {
    font-weight: bold;
    font-size: 1.1rem;
    color:#000;
}

/* Testimonial text styling */
.testimonial-text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}



/* Responsive adjustments */
@media (max-width: 600px) {
    .testimonials-container {
        grid-template-columns: 1fr;
    }
}

.rating-section {
    text-align: center;
   
    background-color: white;
    border-radius: 10px;
   
    
   
}

/* Star rating and review info */
.rating-info {
    margin-bottom: 20px;
}

/* Star styling */
.stars {
    font-size: 2rem;
    color: gold;
    margin-bottom: 10px;
}

.star {
    margin-right: 5px;
}

/* Rating score */
.rating-score {
    font-size:27px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

/* Verified reviews text */
.verified-reviews {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

/* Description with highlighted text */
.description p {
    font-size: 1.3rem;
    color: #333;
    line-height: 1.7;
}

.highlight {
    
    font-weight: bold;
    padding: 2px 4px;
    display: inline-block;
}

/* Media Queries for responsiveness */
@media (max-width: 767px) {
    .rating-section {
        padding: 20px;
    }

    .stars {
        font-size: 1.5rem;
    }

    .rating-score {
        font-size: 1.2rem;
    }

    .description p {
        font-size: 1rem;
    }
}
.description p{font-size: 30px;}
.hashiree{margin-bottom: 30px;}
.vaazha{background-color: #000;margin-bottom: 30px;text-align: center;padding: 30px;}
.about-section {
    padding: 20px 0;
    background-color: #ffffff;
    text-align: center;
}



.content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

/* Photo styling */
.photo img.company-photo {
    width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* About Text Styling */
.about-text h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

/* Stats Section Styling */
.stats {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.stat-item {
    flex-basis: 33%;
    margin: 20px 10px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #ff7a59;
    display: block;
}

.stat-description {
    font-size: 1.2rem;
    color: #666;
    margin-top: 10px;
}

/* Media Queries for Responsive Design */
@media (max-width: 767px) {
    .content-wrapper {
        flex-direction: column;
    }
.karthuukkk h1{text-align: left !important;}
    .stats {
        flex-direction: column;
    }

    .stat-item {
        margin-bottom: 20px;
    }
}
.services-section {
    padding: 0px 0;
    background-color: #fff;
    text-align: center;
}
.vettaiyan{margin-top: 30px;margin-bottom: 20px;}
.athi{box-shadow: 0px 0px 5px #ccc;padding: 10px;}
.foud {color: #000;font-weight: bold;text-align: center;margin-top: 10px;}
.sashya h5{color: #000;font-weight: bold;text-align: center;}
.sashya h6{color: #000;font-weight: bold;text-align: center;}
.sashya p{color: #000;text-align: center;}
.naam{color: #000;}
.naam span{color:#ff7a59 ;font-weight: bold;}

/* Section Title */
.services-section h1 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.services-grid{display: grid;}
/* Services Grid */
.services-section{margin-bottom: 20px;}

/* Individual Service Box */
.service-box {
    background-color: #f9f9f9;
    padding:5px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    transition: transform 0.3s ease;
    min-height: 81px;
}

.service-box:hover {
    transform: translateY(-10px);
}

/* Service Icon */
.service-icon {
    font-size: 3rem;
    color: #ff7a59;
    margin-bottom: 20px;
}
.service-box i{color: #ff7a59;font-size: 20px;}

/* Service Title */
.service-box h2 {
    font-size:15px;
    color: #333;
    text-transform: capitalize;
}

.service-box{margin-bottom: 15px;}

.join-now-section {
    padding: 50px 0;
    background-color: #ffffff;
    text-align: center;
}

.manasilayo {
  
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Section Title */
.join-now-section h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

/* Form Styling */
.join-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

/* Input Field Styling */
label {
    font-size: 1rem;
    color: #555;
    margin-bottom: 5px;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
    border-color: #ff7a59;
    outline: none;
}

/* Submit Button Styling */
.join-btn {
    background-color: #ff7a59;
    color: white;
    font-size: 1.2rem;
    padding: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.join-btn:hover {
    background-color: #ff5733;
}

/* Media Queries for Responsive Design */
@media (max-width: 767px) {
    .container {
        padding: 15px;
    }
.desk-imgg{display: none;
}
.mob-imgg{display: block !important;}
    .join-btn {
        font-size: 1rem;
    }
    .testimonial-section{padding: 0;}
    .button-container{margin-top:0 ;}
    .rating-section{padding: 0;}
    .join-now-section{padding-top: 0;
    padding-bottom: 10px;}
}
.mob-imgg{display: none ;}
.swargam{margin-left: 15px;}
.carrot-little li{display: flex;}
.karthu h1{margin-bottom: 20px ;}
.gett{color: #000;font-size: 16px;list-style-type: none;text-align: left;}
.gett i{color: #ff5733;}
.tech{font-size: 26px;font-weight: bold;margin-bottom: 20px;}
.promo-section {
    background-color: #000; /* Black background */
    color: #fff; /* White text */
    text-align: center;
    padding: 20px 0px 0px;
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
    margin-bottom: 50px;
}
.web-certificat{color: #eff171;}
.promo-header h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

.promo-header p {
    font-size: 18px;
    margin-bottom: 10px;
}



.highlight-text {
    color: limegreen;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
}

.promo-offer {
    margin-top: 20px;
}

.promo-button {
    background-color: red;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.promo-button:hover {
    background-color: darkred;
}

.offer-price {
    font-size: 14px;
    margin-top: 10px;
}

.strikethrough {
    text-decoration: line-through;
}

.promo-footer {
    margin-top: 20px;
    font-size: 14px;
}

.date-highlight {
    color: orange;
    font-weight: bold;
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.elementor-shape-bottom svg {
    width: calc(100% + 1.3px);
    height: 40px;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}
.bherrr{width: 70%;}
.nadd{font-size: 30px;}

.faq-container {
    max-width:100%;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.faq-header {
    text-align: center;
    margin-bottom: 20px;
}
.faq-header h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.faq-header p {
    font-size: 16px;
    color: #555;
}
.accordion {
    border-top: 1px solid #ddd;
}
.accordion-item {
    background-color: #0a033c;
    color: white;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.accordion-item h2 {
    margin: 0;
    padding: 15px 20px 15px 40px; /* Adjust padding to make room for the icon */
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.accordion-item h2::before {
    content: '+';
    position: absolute;
    left: 15px; /* Position the "+" on the left side */
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.accordion-item.active h2::before {
    content: '-';
}
.accordion-item-content {
    display: none;
    padding: 15px 20px;
    background-color: #0f074b;
    color: white;
}
.accordion-item.active .accordion-item-content {
    display: block;
}
.accordion{margin-bottom: 50px;width: 70%;justify-content: center;}
.faq-header h1{font-size: 30px;color: #000;}
.lalala{margin-bottom: 50px;}
.staarr{font-size: 1rem;}
.high-light{background-color:#eff171 ;}

.accordion {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.accordion-item h2 {
    font-size: 18px;
    cursor: pointer;
    margin: 0;
}

.accordion-item-content {
    display: none;
    padding-top: 10px;
}

.accordion-item.active .accordion-item-content {
    display: block;
}

.page-container{overflow: hidden;}
.un-pakkam{margin-left: 7px;
}
.scopee{margin-bottom: 10px; font-weight: bold; color:orange ;}
.prince-ca{color: yellow;}
.namasvii{font-size: 25px;}
.dark-bg{background-color: #000;}
.cabbage{margin-bottom: 30px;}
.karthuukkk h1 i{color: orange;font-size: 20px;text-align: left;}

.karthuukkk h1{font-size: 20px;text-align:center;}
.mangao{margin-left: -62px;}
.choora{margin-left: 79px;}
.chala{margin-left: -9px;}
 /* Tab Buttons Section */
 .tab-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.tab-button {
    background-color: rgb(243, 104, 39);
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    width: 100%;
    transition: background-color 0.3s;
}

.tab-button:hover, .tab-button.active {
    background-color: #ff7a59;
    color: #000;
}
.shipp{color: orange;font-weight: bold;text-align: left;}

/* Content Area */
.tab-content {
    display: none;
    flex-wrap: wrap;
    gap: 20px;
}

.tab-content.active {
    display: flex;
}

/* Individual Card Styling */
.card {
  padding: 10px;
   border: 1px solid orange;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    transition: box-shadow 0.3s;
    color: #fff;
}

.yadhuuu li{list-style-type: none;color: #000;text-align: left;}

.yadhuuu li i{color: orange;}

.card h3 {
    margin: 10px 0 0;
    font-size: 16px;
}

.thallumaala{margin-top: 50px;}
.chinjuuu h4{color: #000; text-align: center;font-weight: bold;}
.chinjuuu h5{color: #000;text-align: center;}
.chinjuuu p{color: #000;text-align: center;}
.sec-new-sec{padding-bottom: 20px;}
.pavitraa{color: #000;text-align: center;font-weight: bold;font-size: 15px;}
.njanduu{color: #000;}