body {
            font-family: 'Lato', sans-serif;
            text-align: center;
        }
        p{font-size: 18px;}
        .para p{text-align:left;}
        .logo {
            margin-top: 20px;
        }
        .section-intro {
            margin: 40px auto;
            max-width: 800px;
        }
           h1 {
    font-size: 35px;
    font-weight: bold;
    padding: 40px;
        }
        
 .underline-clr a {
    color: #009C0C;
    text-decoration: underline;
} 

a:hover {
    color: #000;
    text-decoration: underline;
} 
a{
    color: #252525;
    text-decoration: none;
}
        .section-intro{
    margin-bottom: 15px;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding-top: 0px;
        }
        .section-intro p {
            font-size: 16px;
        }
        .highlight {
            color: red;
            font-weight: bold;
        }
         .heading {
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
            padding-top: 20px;
        }
        .highlight {
            color: #a50000;
        }
        .content {
/*            display: flex;
            align-items: center;*/
            justify-content: center;
        }
        .content img {
            max-width: 100%;
            height: auto;
            border-radius: 5px;
        }
        .content p {
            text-align: justify;
        } 
.section-title {
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
        }
        .service-list {
            font-size: 16px;
            line-height: 1.8;
            text-align:left;
        }
        .service-list i {
            color: #6a983c;
            font-size: 18px;
            margin-right: 10px;
        }
        .service-list strong {
            font-weight: bold;
            font-size:18px;
        }
        .services-heading {
            font-weight: bold;
            /*text-decoration: underline;*/
            text-align:left;
        }
        h3.joinus{font-size: 23px;
        font-weight: bold;
        padding-top: 24px;}
        
        /*headre style*/
   body > .skiptranslate,
.goog-logo-link,
.gskiptranslate,
.goog-te-gadget span,
.goog-te-banner-frame,
#goog-gt-tt, 
.goog-te-balloon-frame,
div#goog-gt-bypass {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0 !important; /* Completely hides text */
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

#google_translate_element select {
    background: #2b1a12;
    color: #fff4e4;
    border: none;
    font-weight: bold;
    border-radius: 3px;
    padding: 8px 12px;
}

/* General Styles */
/* General Styles for Header */
 /* Single Row Layout */
 
 
.elementor-row {
    display: flex;
    flex-wrap: wrap; /* Ensures items wrap on small screens */
    justify-content: space-between;
}

h3.smafont{
    color: #2E3760;
    font-family: "Calibri", Sans-serif;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 20px;
    padding-bottom: 20% !important;
}

.elementor-column {
    flex: 1 1 30%; /* Makes each column take 33% of the width on desktop */
    padding: 10px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .elementor-column {
        flex: 1 1 100%; /* Stacks the columns vertically on mobile devices */
    }
} 
 
.elementor-row {
    display: flex;
    justify-content: space-between; /* Space between boxes */
    /*align-items: center;*/
    gap: 10px; /* Optional: Spacing between boxes */
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

.elementor-box {
    flex: 1; /* Each box takes equal space */
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd; /* Optional: Border for styling */
}

.elementor-box img {
    max-width: 100%; /* Make images responsive */
    height: auto; /* Maintain aspect ratio */
    display: block;
}


h4{
    color: #000;
    font-size: 26px;
}
.header.type4 {
    width: 100%;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff; /* Optional: Add background */
    padding: 10px 20px;
}



.container {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: nowrap; /* Prevent wrapping */
}

/* Left Navigation */
.leftpart {
    display: flex;
    gap: 15px;
    flex: 1; /* Ensures equal space distribution */
}

.menu-link {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Calibri Black', sans-serif;
}

/* Center Logo */
.centerpart {
    text-align: center;
    flex: 1; /* Ensures equal space distribution */
}

.logo img {
    height: 60px;
    max-width: 100%;
    height: auto;
}

.logo {
    width: 100%; /* Ensures responsiveness */
    max-width: 300px; /* Prevents it from exceeding original size */
    height: auto; /* Maintains aspect ratio */
    display: block; /* Removes any extra spacing below the image */
    margin: 0 auto; /* Centers the logo */
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
    .logo {
        max-width: 250px; /* Smaller size for tablets */
    }
}

@media (max-width: 480px) {
    .logo {
        max-width: 200px; /* Smaller size for mobile */
    }
}


/* Right Translate Widget */
.rightpart {
    text-align: right;
    flex: 1; /* Ensures equal space distribution */
    min-width: 150px; /* Optional: Adjust if needed */
}

#google_translate_element select {
    background: #2b1a12;
    color: #fff4e4;
    border: none;
    font-weight: bold;
    border-radius: 3px;
    padding: 8px 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .leftpart, .centerpart, .rightpart {
        /*flex: none;*/
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .logo img {
        height: 40px;
    }

    .menu-link {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .logo img {
        height: 30px;
    }

    .menu-link {
        font-size: 12px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .elementor-row {
        flex-wrap: wrap; /* Enable wrapping for smaller screens */
    }

    .elementor-box {
        flex: 0 0 48%; /* Two boxes per row on smaller screens */
    }
}

@media (max-width: 480px) {
    .elementor-box {
        flex: 0 0 100%; /* One box per row on the smallest screens */
    }
}     
  /*footer*/     
  
          .footer {
            background-color: #fff;
            padding: 40px 0;
            text-align: center;
        }
        .footer h5 {
font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
        }
        .footer ul {
            list-style: none;
            padding: 0;
        }
        .footer ul li {
margin-bottom: 8px;
    font-size: 16px;
    font-family: "Lato", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #252525;
        }
        .footer ul li i {
            color: #9b1414;
            margin-right: 8px;
        }
        .footerbg {background-color: #e2e2e2;
    padding-top: 15px !important;
    padding-bottom: 0.5px !important;}
        .social-icons a {
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            margin: 5px;
            color: white;
            border-radius: 5px;
        }
        .social-icons .facebook { background: #3b5998; }
        .social-icons .instagram { background: #e4405f; }
        .social-icons .linkedin { background: #0077b5; }
        .social-icons .youtube { background: #ff0000; }
        .payment-icons img {
max-width: 450px;
    margin: 5px;
        }
        .secure-checkout {
            margin-top: 20px;
            font-size: 14px;
        }
        .header-container {
        width: 90%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 15px 0;
    }

    .header {
        background: #fff;
    }

    .leftpart {
        display: flex;
        gap: 15px;
        font-size:24px;
    }

    .menu-link {
        text-decoration: none;
        color: #000;
        font-weight: bold;
        font-size: 24px;
    }

    .menu-link:hover {
        color: #b22222;
    }

    .rightpart {
        /*display: flex;*/
        align-items: center;
    }
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #800000;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
h2.heaidngtitle{color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: bold;}
.logo-img {
    width: 46%; /* Default width */
    max-width: 100%; /* Ensure it never overflows */
    height: auto; /* Maintain aspect ratio */
}

/* Make it smaller on smaller screens */
@media (max-width: 768px) {
    .logo-img {
        width: 70%; /* Adjust for tablets */
    }
}

@media (max-width: 480px) {
    .logo-img {
        width: 90%; /* Adjust for mobile */
    }
}

.payment-icons img {
    width: 100%; /* Makes it responsive */
    max-width: 450px; /* Prevents it from exceeding 450px */
    height: auto; /* Maintains aspect ratio */
    display: block; /* Removes extra spacing below image */
    margin: 5px auto; /* Centers image */
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
    .payment-icons img {
        max-width: 300px; /* Reduce size for tablets */
    }
}

@media (max-width: 480px) {
    .payment-icons img {
        max-width: 200px; /* Reduce size for mobile */
    }
    
 .menu-link {

        font-size: 20px;
    } 
.leftpart {
    font-size: 20px;
}    
}

