.about-section {
    position: relative;
    text-align: center;
    color: white;
    /* margin-top: 3%; */
}

.about-section::before {
    content: "";
    background-image: url('../img/contactus/1.webp');
    /* Replace 'image.png' with your image file path */
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: -1;
}

.about-heading {
    padding: 100px 0;
}

.img1 {
    width: 129%;
    height: 46vh;
}

.overlay h1 {
    font-size: 3rem;
    margin: 0;
    padding: 60px 0;
}

.two-btn {
    text-align: center;
    /* Center-align the buttons */
    margin: 0;
    /* Remove default margin */
    padding: 0;
    /* Remove default padding */
}

.two-btn .btn {
    margin-top: 6%;
    display: inline-block;
    /* Ensures buttons align side-by-side */
    padding: 10px 20px;
    /* Add padding inside the buttons */
    font-size: 16px;
    /* Adjust font size */
    font-weight: bold;
    /* Make the text bold */
    text-decoration: none;
    /* Remove underline */
    color: white;
    /* Button text color */
    border-radius: 5px;
    /* Rounded corners */
    transition: background-color 0.3s ease;
    /* Smooth hover effect */
}

.two-btn .btn:first-child {
    background-color: #424DC1;
    /* Blue color for the HOME button */
}

.two-btn .btn:first-child:hover {
    background-color: #0056b3;
    /* Darker blue on hover */
}

.two-btn .btn:last-child {
    background-color: #424DC1;
    /* Blue color for the HOME button */
}

.two-btn .btn:last-child:hover {
    background-color: #5a6268;
    /* Darker gray on hover */
}


/* **********section 1 ************ */
.containerAbt {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0px auto;
    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    border-radius: 8px;
    overflow: hidden;
    /* width: 100%; */
    padding: 30px 0px 14px 0;
}

.content {
    flex: 1;
    padding: 6px;
}

.content h1 {
    border-left: 5px solid #e2ba55;
    color: #2b2b2b;
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

.content p {
    margin-bottom: 15px;
    color: #7a7a7a;
    font-weight: 500;
    font-size: 17px;
    text-align: justify;
    line-height: 2rem;
}

.image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;

    /* background-color: #fafafa; */
}

.image img {
    max-width: 115%;
    height: auto;
    object-fit: cover;
    margin-right: 30%;
}

/**************** section 2**************** */
/* ***********div2 ************ */

/* General Row Styling */
.row {
    display: flex;
    justify-content: space-between;
    /* padding: 20px; */
}

/* First Column (col1) Styling */
.col1 {
    background-image: url('../img/banner/3.jpg');
    flex: 1;
    padding: 55px 85px 0px 85px;
    background-color: #f4f6f9;
    /* border-radius: 8px; */
}

h1 {
    font-size: 1.3em;
    color: #94EA9C;
}

h2 {
    font-size: 2.5em;
    color: #fff;
}

p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    text-align: justify;
}

.btn-connect {
    padding: 10px 20px;
    background-color: #e2ba55;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-connect:hover {
    background-color: #000;
    color: #fff;
}

/* Second Column (col2) Styling */
.col2 {
    flex: 1;
    padding: 20px;
    background-color: #ecf0f1;
    /* border-radius: 8px; */
}

.card-content1 {
    padding: 20px;
}

/* Card Styling */
.card {
    background-color: white;
    border-left: 4px solid #3498db;
    margin-bottom: 25px;
    padding: 0px;
    border-radius: 8px;
}

/* Flex container for each card */
.card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Styling for the heading */
.card h3 {
    font-size: 1.2em;
    color: #424DC1;
    flex: 0 1 40%;
    /* Heading takes up 40% of the space */
}

/* Styling for the paragraph */
.card p {
    padding: 15px;
    font-size: 1em;
    border-left: 3px solid #000;
    color: #000;
    line-height: 1.4;
    flex: 0 1 85%;
    /* Paragraph takes up 55% of the space */
}

.pd {
    padding: 3%;
}

/* *****************row 11111111*************************/
* .abin-container {
    /* max-width: 900px;
  margin: 20px auto;
  padding: 20px;
  line-height: 1.8; */

    font-size: 2.1em;
    color: #000;
    /* font-weight: 700; */
}

.abin-header {
    font-size: 28px;
    color: #000;
    /* border-left: 6px solid #57B760; */
    /* padding-left: 15px; */
    margin-bottom: 20px;
    font-weight: 700;
}

.abin-text {
    margin-bottom: 15px;
    color: #000;
    /* font-weight: 500; */
    font-size: 17px;
    text-align: justify;
    line-height: 2rem;
}

.abin-subheader {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.abin-list {
    list-style: none;
    padding: 0;
}

.abin-list-item {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;

}

.abin-list-item strong {
    font-weight: bold;
}

.abin-link {
    color: #0066cc;
    text-decoration: none;
}

.abin-link:hover {
    text-decoration: underline;
}

/* *****************row 2222222222222************************* */
/* Container for row */
.abin2-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
    background-color: #eaf7e7;
    /* Light green background */
    margin-left: 25px;
    width: 100%;
}

/* Individual card styling */
.abin2-card {
    background: #ffffff;
    /* border-radius: 10px; */
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.abin2-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Icon styling */
.abin2-icon {
    font-size: 36px;
    color: #5a67d8;
    /* Purple icon color */
    margin-bottom: 10px;
}

/* Title styling */
.abin2-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.btn-connect2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #4F58C5;
    /* WhatsApp green */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-connect2 i {
    margin-right: 8px;
    /* Add space between icon and text */
    font-size: 20px;
    /* Adjust icon size */
}

.btn-connect2:hover {
    background-color: #1EBE56;
    /* Slightly darker green on hover */
    transform: scale(1.05);
    /* Slightly enlarge button on hover */
}

.mt-5 {
    margin-top: 2rem;
    /* Adjust margin as needed */
}

/* ******************** */
/* Main container for the side-by-side layout */
.abin-main-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1340px;
    margin: 40px auto;
    padding: 20px;
}

/* Left column styling */
.abin-main-left {
    flex: 2;
    /* Take 50% of the space */
}

/* Right column styling */
.abin-main-right {
    flex: 1;
    /* Take 50% of the space */
}

@media (max-width: 768px) {
    .abin2-row {
        grid-template-columns: 1fr;
        /* Single column layout */
        justify-content: center;
        /* Center-align cards */
    }
}

.wd {
    width: 210%;
    background-color: #2ecc71;
    color: #fff;
}

.fntclH {
    padding: 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}

.fntclP {
    padding: 10px;
    font-weight: 500;
    font-size: 1em;
    color: #fff;
    line-height: 1.8;
    text-align: left;
    line-height: 1.8;
}

/* Adjust the text layout for small screens */
@media (max-width: 768px) {
    .abin-main-row {
        flex-direction: column;
        /* Stack the rows on smaller screens */
    }

    .abin-main-left,
    .abin-main-right {
        flex: unset;
        /* Remove fixed flex proportions */
        width: 100%;
        /* Full width */
    }
}

.abin3-header {
    font-size: 19px;
    color: #5a5959;
    padding-left: 15px;
    margin-bottom: 20px;
    font-style: inherit;
    font-weight: 400;
    line-height: 1.6;
}

/* ***********form ************* */
.form-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin-left: 28%;
}

h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

h2 span {
    color: #ffcc00;
    /* Yellow arrow color */
}

form {
    width: 100%;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-row input,
textarea {
    width: calc(50% - 10px);
    /* Adjust input width for two columns */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

textarea {
    width: 100%;
    /* Full width for textarea */
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
    width: 100%;
    /* Full width for single-column rows */
}

input:focus,
textarea:focus {
    border-color: #e2ba55;
    /* Green focus border */
    outline: none;
    box-shadow: 0 0 5px rgba(87, 183, 96, 0.5);
}

.submit-btn {
    width: 100%;
    background-color: #daa622;
    /* Red background */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #daa622a3;
    /* Darker red */
}

.fntC {
    color: #e2ba55;
}

/* additional css */
.services-box {
    background-color: #e8f9e8;
    padding: 20px;
    /* border-radius: 8px; */
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-left: 7%;
}

.services-title {
    background-color: #4b2483;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.services-list {
    list-style: none;
    padding: 0;
}

.services-list li {
    padding: 8px 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    /* Add underline below each list item */
}

.services-list li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
}

.services-list li a:hover {
    color: #4b2483;
}

.services-list li a:before {
    content: "▶";
    margin-right: 8px;
    color: #5a32a3;
}

.services-list li a:hover:before {
    color: #4b2483;
}

/* **************************** */
/* Contact Section */
.contact-sectionCU {
    display: flex;
    flex-direction: column; /* Default column layout for smaller screens */
    background: #fff;
    padding: 0px;
    border-radius: 8px;
    width: 100%; /* Adjusted default width */
    margin: 0 auto; /* Center the section */
}

@media (min-width: 768px) {
    .contact-sectionCU {
        flex-direction: row; /* Switch to row layout for medium and larger screens */
        width: 85%;
        max-width: 1000px; 
        /* Maximum width for larger screens */
    }
}

/* Form Container Styling */
.form-containerCU {
    /* flex: 1; Equal width */
    margin: 0px 2% 5px 0%;
}

.form-containerCU h2 {
    color: #333;
    margin-bottom: 10px;
}

.form-containerCU h3 {
    color: #5a5a5a;
    margin-bottom: 10px;
}

.form-containerCU p {
    color: #666;
    margin-bottom: 20px;
}

/* Form Styling */
.formCU {
    display: flex;
    flex-direction: column;
}

.input-groupCU {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

input,
textarea {
    width: calc(50% - 10px);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

textarea {
    width: 100%;
    height: 100px;
    resize: none;
}

button {
    background-color: #e5be5f;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

button:hover {
    background-color: #218838;
}

/* Contact Details Styling */
.contact-detailsCU {
    flex: 1;
    /* Equal width */
    margin: 20px 20% 30px 0%;
    border-left: 1px solid #ddd;
    /* Separator */
}

.contact-detailsCU h3 {
    color: #5a5a5a;
    margin-bottom: 10px;
}

.contact-detailsCU p {
    color: #666;
    margin-bottom: 10px;
}

.contact-detailsCU strong {
    color: #333;
}

/* *********************** */
/* Contact Card Styling */
.contact-cardCU {
    background: #fff;
    border-radius: 8px;
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); */
    padding: 50px 25px 0px 25px;
    width: 90%;
    max-width: 500px;
    text-align: left;
    margin: auto;
    border-left: 4px solid #e5be5f;
}

/* Contact Header Styling */
.contact-headerCU {
    text-align: center;
    position: relative;
    margin: 3%;
}

.contact-headerCU p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.contact-headerCU h1 {
    font-size: 42px;
    color: #2c003e;
    /* Deep purple */
    margin: 5px 0;
}

/* Line Container Styling */
.line-containerCU {
    margin-left: 45%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.lineCU {
    width: 40px;
    height: 3px;
    background-color: #e2ba55;
    /* Green color */
}

/* Contact Card Header */
.contact-cardCU h3 {
    font-size: 25px;
    color: #2c3e50;
    margin-bottom: 60px;
    border-left: 4px solid #e2ba55;
    padding-left: 10px;
    font-weight: 700;
}

/* Contact Item Styling */
.contact-itemCU {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    word-wrap: break-word;
    /* Ensure long text wraps */
    word-break: break-word;
    /* Support word-breaking */
}

/* Icon Styling */
.iconCU,
.iconCU1 {
    background: #e2ba55;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    /* Prevent icon from shrinking */
}

.iconCU img,
.iconCU1 img {
    width: 20px;
    height: 20px;
}

/* For address-specific icon */
.iconCU1 {
    width: 9%;
}

/* Contact Details */
.detailsCU {
    flex: 1;
    /* Allow details to take up the remaining space */
}

.detailsCU p {
    margin: 0;
    color: #555;
    overflow-wrap: break-word;
    /* Ensure long content wraps properly */
}

.detailsCU p strong {
    color: #e2ba55;
    font-size: 14px;
}

/* Font Styling */
.fntS {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

/* Map Container */
.map-container {
    width: 100%;
    max-width: 100%;
    height: 300px;
    border: 1px solid #ccc;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-cardCU {
        width: 100%;
        /* Use full width on smaller screens */
        padding: 15px;
    }

    .iconCU,
    .iconCU1 {
        width: 35px;
        height: 35px;
        /* Slightly smaller icons */
    }

    .contact-itemCU {
        flex-direction: column;
        /* Stack items vertically */
        align-items: flex-start;
    }

    .iconCU,
    .detailsCU {
        margin-right: 0;
        margin-bottom: 10px;
        /* Add spacing between icon and details */
    }
}

/* *************************************************** */
.ABT-banner {
    background-color: #daa520b5;
    color: white;
    padding: 5% 0;
    height: 30vh;
    display: flex;
    align-items: center;
    /* Center content vertically */
    justify-content: center;
    /* Center content horizontally */
    text-align: center;
}

.ABT-content {
    max-width: 90%;
    margin: 0 auto;
}

.ABT-banner h2 {
    font-size: 2em;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 700;
    color: black;
}

.ABT-breadcrumb {
    margin-top: 10px;
    font-size: 0.9em;
}

.ABT-breadcrumb a {
    color: white;
    text-decoration: none;
}

.ABT-breadcrumb a:hover {
    text-decoration: underline;
}

.ABT-breadcrumb span {
    color: #0000009c;
    /* Green text for the current page */
    font-weight: bold;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .ABT-banner {
        height: auto;
        /* Allow flexible height */
        padding: 10% 0;
    }

    .ABT-banner h2 {
        font-size: 1.5em;
        margin-bottom: 8px;
    }

    .ABT-breadcrumb {
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    .ABT-banner {
        padding: 15% 0;
    }

    .ABT-banner h2 {
        font-size: 1.2em;
    }

    .ABT-breadcrumb {
        font-size: 0.7em;
    }
}

/* ********************************************* */