/* profile section */
#profile-section h3 {
    font-size: 25px;
    font-weight: bolder;
    color: #141543;
    text-align: center;
}

#profile-section p a {
    font-size: 18px;
    color: #141543;
    text-align: center;
    margin-top: 1%;
    text-decoration: none;
}

#profile-section p a:hover {
    color: #00bcd4;
    text-decoration: underline;
}

#profile-section img {
    width: 150px; 
    height: 150px; 
    border-radius: 50%; 
    object-fit: cover;
    overflow: hidden;
    background-color: #fff;
    margin-top: 6%;
    margin-bottom: 6%;
}

#profile-para {
    font-size: 15px;
    color: #141543;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

#profile-section {
    background-color: rgba(34, 134, 211, 0.294);
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    width: 400px;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 80px;
    border-radius: 25px;
    margin-top: 5%;
    height: auto;
}

/* ----- about us section ----- */
#aboutUs {
    margin-top: 10%;
}

#aboutUs h2 {
    font-size: 35px;
    font-weight: bolder;
    color: #13184d;
    text-align: center;
}

#aboutUs p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #141543;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 3%;
}

#aboutUs .mnuBtn {
    display: block;  /* Change inline-block to block */
    background-color: #13184d;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: fit-content; 
}

#aboutUs .mnuBtn:hover {
    background-color: #000080;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* ------ images section ------ */
#WSN-images {
    margin-top: 3%;
}

#WSN-images h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #13184d;
    text-align: center;
}

.img-row1 {
    display: flex;
    align-items: center;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
    margin-bottom: 20px;
    gap: 20px;
}

.img-row2 {
    display: flex;
    align-items: center;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 20px;
    gap: 20px;
}

.img-column {
    flex: 25%;
    max-width: 25%;
}

.img-column img {
    height: auto;
    object-fit: cover;
    border: solid rgb(53, 112, 208);
    width: 100%;
}

/* ------ contact steps section ------ */
#contact-steps {
    margin-top: 20%;
}

.contact-step-boxes {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 8%;
    gap: 8%;
}

#contact-steps h2 {
    font-size: 35px;
    font-weight: bolder;
    color: #141543;
    text-align: center;
}

#contact-step-box1 {
    color: #13184d;
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

#contact-step-box1 h3 {
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#contact-step-box2 {
    color: #13184d;
    width: 25%;
    /*padding-top: 175px;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    
}

#contact-step-box2 h3 {
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#contact-step-box3 {
    color: #13184d;
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

#contact-step-box3 h3 {
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#contact-steps p {
    font-size: 18px;
}

#contact-steps p a {
    color: #00bcd4; /* Light blue link color */
    text-decoration: none;
}

#contact-steps p a:hover {
    text-decoration: underline;
}

.calendar-container {
    display: flex;
    justify-content: center;  /* Centers horizontally */
    align-items: center;      /* Centers vertically if needed */
    width: 100%;              /* Ensure it takes full width */
    margin-top: 20px;         /* Optional: add some spacing above the calendar */
}

/* Calendar */
.main {
    width:200px;
    border:1px solid  rgb(80, 172, 253);
}
    
.month {
    background-color:  rgb(80, 172, 253);
    font:bold 12px verdana;
    color: #13184d;
}
    
.daysofweek {
    background-color:  rgb(80, 172, 253);
    font:bold 12px verdana;
    color:rgba(255, 255, 255);
}
    
.days {
    font-size: 12px;
    font-family:verdana;
    color:rgb(255, 255, 255);
    background-color:  rgb(80, 172, 253);
    padding: 2px;
}
    
.days #today{
    font-weight: bold;
    color: #13184d;
}


/* ----------- services section -------------*/
#services {
    margin-top: 14%;
    padding: 50px 20px;
    background-color: #ffffff;
    text-align: center;
}

#services h2 {
    font-size: 35px;
    color: #13184d;
    margin-bottom: 20px;
}

#services p {
    font-size: 18px;
    color: #555555;
    margin-bottom: 40px;
}

.service-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
}

.service-box {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.service-box span {
    display: block;
    margin-bottom: 15px;
}

.service-box h3 {
    font-size: 20px;
    color: #13184d;
    margin-bottom: 10px;
}

.service-box p {
    font-size: 16px;
    color: #555555;
}


#intro-offer {
    background-color: #f9f9f9;
    border: 2px dashed #13184d;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#intro-offer h2 {
    color: #13184d;
    font-size: 22px;
    margin-bottom: 10px;
}
#intro-offer p {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}
#intro-offer .mnuBtn {
    display: inline-block;
    background-color: #13184d;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
#intro-offer .mnuBtn:hover {
    background-color: #000080;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


/* ----------- why choose us section -------------*/
#why-choose-us {
    margin-top: 14%;
    padding: 50px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

#why-choose-us h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #13184d;
}

#why-choose-us p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #555555;
}

.why-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
}

.why-box {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.why-box h3 {
    font-size: 20px;
    color: #13184d;
    margin-bottom: 10px;
}

.why-box p {
    font-size: 16px;
    color: #555555;
}




/* ============================================ */
/* ============================================ */
/* --------------aboutUs.HTML--------------- */              
/* ============================================ */
/* ============================================ */


/* ==================== */
/* ------ main ------ */
/* ==================== */

/* About Us Section 
.about-us-section {
    margin: 40px 10%;
    padding: 50px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center; /* Center the text 
}

.about-text h2 {
    font-size: 28px;
    color: #13184d;
    font-weight: bold;
    margin-bottom: 20px;
}*/

.about-text p {
    /*font-size: 18px;*/
    /*color: #555555;*/
    /*line-height: 1.6;*/
    margin-bottom: 20px;
}

.about-text h3 {
    /*font-size: 24px;
    color: #13184d;*/
    margin-bottom: 10px;
    margin-top: 80px;
}

.about-text ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #555555;
    text-align: left; /* Keep list items left aligned */
}

.about-text li {
    margin-bottom: 10px; /* Space between list items */
}









/* ============================================ */
/* ============================================ */
/* -------------Services.HTML-------------- */              
/* ============================================ */
/* ============================================ */

/* ==================== */
/* ------ main ------ */
/* ==================== */

/* Service Card Styling 
.service-card {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.service-card h3 {
    font-size: 28px;
    color: #13184d;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 16px;
    color: #555555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.service-card ul {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0;
    margin: 15px 0;
    text-align: left;
    display: inline-block;
}

.service-card ul li {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}

/* Call-to-Action Styling 
.service-cta {
    background-color: #f9f9f9;
    border: 2px dashed #13184d;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.service-cta h3 {
    font-size: 22px;
    color: #13184d;
    margin-bottom: 10px;
}

.service-cta p {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}

.service-cta a {
    display: inline-block;
    background-color: #13184d;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.service-cta a:hover {
    background-color: #000080;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}*/









/* ============================================ */
/* ============================================ */
/* ----------------CONTACT.php---------------- */              
/* ============================================ */
/* ============================================ */


/* ========================= /*
/* ----- main body ----- */
/* ========================= */

/* Contact Intro Section Styles 
.contactIntro-section {
  margin: 70px 10% 10%;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  /* Prevent layout shift 
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Paragraph inside section 
.contactIntro-section p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #13184d;
}

/* List Styles 
.contactIntro-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contactIntro-section ul li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}

.contactIntro-section ul li a {
  color: #13184d;
  text-decoration: none;
  font-weight: bold;
}

.contactIntro-section ul li a:hover {
  text-decoration: underline;
}

/* ------- contact details section ------- 
.contactCertre-heading {
    font-size: 25px;
    font-weight: bolder;
    color: #141543;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 1%;
}

.contactCentre-line {
    margin-left: 10%;
    margin-right: 10%;
}

.contactDetails-section {
    display: flex;
    gap: 70px;
    margin: 70px 10% 10%;
    min-height: 400px; /* Helps prevent layout shift 
    outline: 2px dashed red;
    min-height: 400px;
}

.contact-details {
    width: 35%;
    margin-bottom: 1%;
}

.contactDetails-box {
    width: 100%;
    padding: 3%;
    background-color: rgb(197, 232, 254);
    color: #141543;
}

.contactDetails-box h3 {
    font-weight: bolder;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.contactDetails-box p {
    margin-bottom: 75px;
}

.contactDetails-box p a {
    color: #00bcd4;
    text-decoration: none;
}

.contactDetails-box p a:hover {
    text-decoration: underline;
}

.contact-details h2,
.contact-location h2 {
    color: #141543;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 8px;
}

.contact-location {
    width: 65%;
    min-height: 300px; /* Prevents CLS from map 
}

.contactLocation-map {
  position: relative;
  width: 100%;
  height: 300px; /* Fixed height 
  overflow: hidden;
}

.contactLocation-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none;
}

/* FAQ Section Styles 
.faq-section {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
    background-color: rgb(197, 232, 254);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 300px;
}

.faq-section h2 {
    font-size: 28px;
    font-weight: bolder;
    color: #141543;
    text-align: center;
    margin-bottom: 20px;
}

/* FAQ Items 
.faq-item {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}

/* FAQ Question Buttons 
.faq-question {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    background: none;
    font-size: 18px;
    font-weight: bold;
    color: #13184d;
    border: none;
    text-align: left;
    cursor: pointer;
    padding: 10px;  /* Reduce padding 
    display: flex;
    justify-content: space-between;
    align-items: center; /* Ensure vertical alignment 
    outline: none;
    margin: 0; /* Remove margin if any 
    line-height: 1.2; /* Adjust line height 
}

.faq-question h3 {
    font-size: 18px;
    font-weight: bold;
    color: #13184d;
    margin-left: 7.8px;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 14px;
    margin-left: 18px;
    margin-right: 18px;
}

/* Ensure arrow aligns properly 
.arrow {
    font-size: 18px;
    color: #13184d;
    margin-left: 10px; /* Optional adjustment 
}


/* Arrow Styling */

/* FAQ Answer (Initially Hidden) 
.faq-answer {
    display: none;
    font-size: 16px;
    color: #333;
    padding-top: 5px;
}

/* Add hover effect 
.faq-item:hover {
    background-color: rgba(23, 110, 249, 0.1);
    border-color: #13184d;
}

/* Rotate arrow when active 
.faq-question.active .arrow {
    transform: rotate(180deg);
}


/* ------- contact form ------- 
.contactUs-section {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
}

.contactUs-section h1 {
    font-size: 25px;
    font-weight: bolder;
    color: #141543;
    margin-bottom: 1%;
}

.contact-form {
    background-color: rgb(197, 232, 254);
    padding: 4%;
    border: 1px solid#ddd;
    border-radius: 10px;
    margin-top: 70px;
    width: 100%;
}

.contact-form p {
    margin-bottom: 130px;
    font-size: 18px;
    font-weight: bolder;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

input {
    width: 60%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid#ddd;
    border-radius: 5px;
}

#message {
    width: 60%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid#ddd;
    border-radius: 5px;
    height: 150px;
}

button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: bolder;
    background-color: #fff;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    display: block;
    border: none;
    border-radius: 20px;
}

button:hover {
    background-color: rgba(23, 110, 249, 0.226);
}
*/

h1, h2, h3 {
  min-height: 1.5em; /* adjust as needed */
}

/* Container and sections */
.contactDetails-section,
.faq-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.header-container h2.contactCentre-heading {
  font-size: 25px;
  font-weight: bolder;
  margin: 0;
  min-height: 30px; /* reserve vertical space */
}

.contactIntro-section {
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 1.2em;
  color: #333;
  font-family: Arial, sans-serif;
  padding: 30px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
  margin-bottom: 10%;
}

.contactIntro-section p {
  font-size: 1.125rem;
  line-height: 1.5;
  min-height: 3.5rem;
}

.contactIntro-section ul {
  list-style: none;
  padding: 0;
  margin: 13px 0;
}

.contactIntro-section ul li {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.6;
}

.contactIntro-section .emoji {
  margin-right: 10px;
  font-size: 1.2em;
  flex-shrink: 0;
}

.contactIntro-section .text {
  flex: 1;
}

.contactIntro-section a {
  color: #50acfd;
  text-decoration: none;
  word-break: break-word;
}


.contactIntro-section ul li a:hover {
  color: #50acfd;
  text-decoration: underline;
}

/* Contact details */
.contactDetails-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.contactDetails-section li {
    list-style: none;
    font-size: 1rem;
    color: #444;
}

/* FAQ section */
.faq-section {
    padding-top: 40px;
}

.faq-section h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.faq-section .faq-item {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
}

.faq-section .faq-question {
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s;
}

.faq-section .faq-answer {
    font-size: 1rem;
    color: #555;
    display: none;
    padding-top: 0.5rem;
}

/* Show answer (toggle class) */
.faq-section .faq-answer.show {
    display: block;
}

.contactLocation-map {
  width: 100%;          /* Responsive width */
  max-width: 600px;     /* Optional max width */
  height: 300px;        /* Fixed height */
  position: relative; 
}

.contactLocation-map iframe {
  width: 100%;
  height: 300px; /* fixed height */
  display: block;
}

/* ------- contact form ------- */
.contactUs-section {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
}

.contactUs-section h2 {
    font-size: 25px;
    font-weight: bolder;
    color: #141543;
    margin-bottom: 1%;
}

.contact-form {
    background-color: rgb(197, 232, 254);
    padding: 4%;
    border: 1px solid#ddd;
    border-radius: 10px;
    margin-top: 70px;
    width: 100%;
}

.contact-form p {
    margin-bottom: 130px;
    font-size: 18px;
    font-weight: bolder;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

input {
    width: 60%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid#ddd;
    border-radius: 5px;
}

#message {
    width: 60%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid#ddd;
    border-radius: 5px;
    height: 150px;
}

button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: bolder;
    background-color: #fff;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    display: block;
    border: none;
    border-radius: 20px;
}

button:hover {
    background-color: rgba(23, 110, 249, 0.226);
}



/* ======================= */
/* ------ blog.html ------ */
/* ======================= */
/* Intro Section */
.intro-section {
    text-align: center;
    margin: 30px 0;
}

.intro-text {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* Blog Section */
.blog-container {
    display: flex;
    justify-content: center; /* Centers the entire blog section */
    align-items: center;
    margin-bottom: 50px;
}

.blog-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); /* Ensures responsiveness */
    gap: 30px;
    justify-content: center; /* Centers the cards */
    max-width: 1100px; /* Sets a max width to avoid spreading too far */
    width: 100%;
}

/* Blog Post Cards */
.blog-item {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

/* View More Button */
.view-more {
    display: inline-block;
    padding: 10px 16px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #0056b3;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
    text-decoration: none;
}

.view-more:hover {
    background-color: #003366;
}

/* Trending Posts Section */
.trending-posts {
    margin-top: 75px;
    padding: 20px;
    background: #f0f8ff; /* Light blue background for better contrast */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.trending-posts h2 {
    font-size: 26px;
    color: #004080;
    margin-bottom: 20px;
    font-weight: bold;
}

.trending-posts ul {
    list-style-type: none;
    padding: 0;
}

.trending-posts li {
    font-size: 18px;
    margin-bottom: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 8px;
    transition: transform 0.2s ease, background 0.3s ease;
}

.trending-posts li:hover {
    background: #dceeff;
    transform: translateY(-3px);
}

.trending-posts a {
    color: #0056b3;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.trending-posts a svg {
    margin-right: 8px;
}

.trending-posts a:hover {
    color: #003366;
}

/* Newsletter Section */
.newsletter {
    background: linear-gradient(135deg, #0056b3, #003366);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    margin-top: 75px;
    text-align: center;
    color: white;
}

.newsletter h2 {
    margin-bottom: 10px;
}

.newsletter p {
    margin-bottom: 20px;
}

#mc_embed_signup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

#mc_embed_signup_scroll {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Form input styles */
.newsletter form input[type="email"] {
    margin: 10px;
    padding: 14px;
    font-size: 16px;
    width: 300px;
    border-radius: 8px;
    border: none;
    outline: none;
    background-color: #ffffff;
    margin-top: 40px;
}

/* Focus effect on the email input */
.newsletter form input[type="email"]:focus {
    border: 2px solid #ffcc00;
}

/* Submit button styles */
.newsletter form input[type="submit"] {
    background-color: #ffcc00;
    color: #003366;
    padding: 12px 22px;  /* Increased horizontal padding further */
    font-size: 16px;     /* Slightly larger font size for better readability */
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s ease;
    display: inline-block;  /* Ensures proper alignment */
    width: auto;            /* Ensures the button width adjusts based on text content */
    white-space: nowrap;    /* Prevents text from wrapping to a new line */
    margin-top: 10px;
    margin-bottom: 6px;
}

/* Hover effect for submit button */
.newsletter form input[type="submit"]:hover {
    background-color: #ffdb4d;
    transform: translateY(-2px);
}

/* Hidden anti-bot field (no changes required here) */
div[aria-hidden="true"] {
    display: none;
}

/* Additional input field styles */
.newsletter form input[type="text"],
.newsletter form input[type="date"] {
    margin: 10px;
    padding: 14px;
    font-size: 16px;
    width: 300px;
    border-radius: 8px;
    border: none;
    outline: none;
    background-color: #ffffff;
    margin-top: 10px;  /* Adjusted margin for spacing */
}

/* Focus effect on the new fields */
.newsletter form input[type="text"]:focus,
.newsletter form input[type="date"]:focus {
    border: 2px solid #ffcc00;
}


/* -------call for clean section -------*/
.blog-call-to-action-section {
    width: 100%;
    text-align: center;
    margin-top: 180px;
}

.blog-call-to-action-section h2 {
    font-size: 40px;
    color: #004080;
    margin-bottom: 20px;
    font-weight: bold;
}

.blog-call-to-action-section hr {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-weight: bold;
    height: 5px;
    background-color: #004080;
}

.blog-call-to-action-section div {
    border: solid #004080;
    background-color: #fff;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.blog-call-to-action-section div a {
    color: #004080;
    text-decoration: none;
    font-size: 35px;
    font-weight: bold;
}

.blog-call-to-action-section div a:hover {
    text-decoration: underline;
}









/* Blog Post Container */
.container2 {
    max-width: 1500px;
    margin: 3rem auto; /* Centers the container */
    padding: 1.5rem;
    background: #fff; /* White background for the content */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for a modern look */
    border-radius: 8px; /* Rounded corners */
}

.bb {
    display: inline-block;
    padding: 10px 16px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #0056b3;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
    text-decoration: none;
}

.bb:hover {
    background-color: #003366; /* Darker blue on hover */
}

.main2 {
    width: 100%;
    padding: 50px;
}

/* Blog Post Heading */
.main2 h1 {
    font-size: 2rem;
    color: #0056b3; /* Blue for headings */
    margin-bottom: 1rem;
    text-align: center;
}

.main2 h2 {
    font-size: 1.5rem;
    color: #444;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.main2 p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* Image Styles */
.blog-image {
    max-width: 100%;
    margin: 1.5rem 0;
    border-radius: 8px; /* Rounded corners for images */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for images */
}

.service-a {
    text-decoration: none;
    color: #0056b3;
    font-size: 17px;
    font-weight: bold;
}

.service-a:hover {
    text-decoration: underline;
    color: #2b77c8;;
}

/* Content Wrapper */
.content-wrapper {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Page Header */
.page-header {
    text-align: center;
    margin-bottom: 20px;
}

.page-header h1 {
    font-size: 28px;
    color: #0056b3;
}

/* Post Content */
.post-content h2 {
    font-size: 22px;
    color: rgb(0, 51, 102);
    margin-bottom: 10px;
    border-bottom: 2px solid rgb(0, 86, 179);
    padding-bottom: 5px;
}

.post-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.post-content ul {
    list-style-type: none;
    padding: 0;
}

.post-content ul li {
    background: #e9f5ff;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 5px;
    font-size: 18px;
}

.post-content ul li strong {
    color: #0056b3;
}

/* Back to Blog Button */
.back-to-blog {
    display: block;
    width: 200px;
    margin: 30px auto;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #0056b3;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}

.back-to-blog:hover {
    background-color: #003366;
}









/* ================================= */
/* ------ privacy-policy.html ------ */
/* ================================= */

/* Privacy Section Styles */
.privacy-section {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.privacy-section h2 {
    font-size: 24px;
    font-weight: bold;
    color: #141543;
    margin-bottom: 10px;
}
  
.privacy-section h3 {
    font-size: 20px;
    font-weight: bold;
    color: #141543;
    margin-bottom: 10px;
    margin-top: 40px;
}

.privacy-section ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.privacy-section ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.privacy-section p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

.privacy-section p a {
    color: #00bcd4; /* Light blue link color */
    text-decoration: none;
}

.privacy-section p a:hover {
    text-decoration: underline;
}

#first-privacy-para {
    margin-bottom: 60px;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

#last-privacy-para {
    margin-top: 50px;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}











/* ================================= */
/* ------ terms-and-conditions.html ------ */
/* ================================= */

/* Terms Section Styles */
.terms-section {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.terms-section h2 {
    font-size: 24px;
    font-weight: bold;
    color: #141543;
    margin-bottom: 10px;
}

.terms-section h3 {
    font-size: 20px;
    font-weight: bold;
    color: #141543;
    margin-bottom: 10px;
    margin-top: 40px;
}

.terms-section ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.terms-section ul li {
    margin-bottom: 10px;
}

.terms-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.terms-section .terms_last-p {
    margin-bottom: 15px;
    line-height: 1.6;
    margin-top: 45px;
}

.terms-section p a {
    color: #00bcd4;
    text-decoration: none;
}

.terms-section p a:hover {
    text-decoration: underline;
}







/* ======================= */
/* ------ footer ------ */
/* ======================= */
footer {
    background-color: rgba(22, 116, 216); /* Dark background color */
    color: #fff; /* White text */
    text-align: center;
    padding: 20px 0;
    font-family: Arial, sans-serif;
  }
  
  .footer-content {
    margin-bottom: 20px;
  }
  
  .footer-content h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  
  .footer-content p {
    line-height: 1.6;
    margin: 0;
    font-size: 1em;
  }
  
  .footer-content a {
    color: #00bcd4; /* Light blue link color */
    text-decoration: none;
  }
  
  .footer-content a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    font-size: 0.9em;
    border-top: 1px solid #555; /* Subtle border above the copyright */
    padding-top: 10px;
  }

  .footer-bottom p {
    margin-bottom: 10px;
  }

  .footer-bottom a {
    color: #00bcd4; /* Light blue link color */
    text-decoration: none;
    font-size: larger;
    font-weight: bold;
    text-decoration: underline;
    margin-right: 6px;
    margin-left: 6px;
  }

  .footer-bottom a:hover {
    color: #fff;
  }


  @media (max-width: 600px) {
    .container2 {
        padding: 0.5rem;
    }

    .main h1 {
        font-size: 1.8rem;
    }

    .main h2 {
        font-size: 1.3rem;
    }

    .main p {
        font-size: 0.95rem;
    }

    .content-wrapper {
        max-width: 90%;
        padding: 15px;
    }
    
    .page-header h1 {
        font-size: 24px;
    }

    .post-content h2 {
        font-size: 20px;
    }

    .post-content p, 
    .post-content ul li {
        font-size: 16px;
    }

    .back-to-blog {
        width: 100%;
    }

    #profile-section {
        width: 340px;
        margin-bottom: 100px;
        padding-bottom: 50px;
    }



    /* ------ about us section ------ */
    #aboutUs p {
        margin-top: 6%;
    }


    /* ------ images section ------ */
    #WSN-images {
        margin-top: 6%;
    }

    .img-row1 {
        margin-top: 6%;
    }

    .img-row1, .img-row2 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .img-column {
        flex: 0 1 calc(50% - 10px); /* Dynamically calculate width */
        max-width: calc(50% - 10px); /* Ensure no overflow */;
        box-sizing: border-box;
    }

    .img-column img {
        width: 100%;
        height: auto;
    }


    /* ------ contact steps section ------ */
    #contact-steps {
        width: 100%;
        margin-top: 40%;
    }

    .contact-step-boxes {
        flex-direction: column;
        align-items: center;
    }

    #contact-step-box1 {
        margin-bottom: 80px;
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }

    #contact-step-box2 {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }

    #contact-step-box3 {
        margin-top: 80px;
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }




    #services {
        margin-top: 35%;
    }





    /* ------ why choose us section ------ */
    #why-choose-us {
        margin-top: 30%;
    }

    #why-choose-us h2 {
        font-size: 1.8em; /* Smaller heading for mobile */
    }

    .why-boxes {
        flex-direction: column; /* Stack the boxes vertically */
        align-items: center; /* Center align the boxes */
    }

    .why-box {
        width: 90%; /* Make the boxes take 90% of the width on mobile */
        margin: 10px 0; /* Adjust margins for better spacing */
    }

    .why-box h3 {
        font-size: 1.3em; /* Slightly smaller font size for the heading on mobile */
    }

    .why-box p {
        font-size: 0.9em; /* Adjust font size for smaller screens */
    }



    /* --------------------------------- */
    /* ------- contact.html main ------- */
    /* --------------------------------- */

    main {
        padding-top: 20%;
        padding-bottom: 20%;
    }

    /* Contact Intro Section Styles 
    .contactIntro-section {
        margin: 50px 6% 16%;
        padding: 18px;
        font-size: 15px;
    }

    .contactIntro-section p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .contactIntro-section ul li {
        font-size: 14px;
    }

    .contactCertre-heading,
    .contactCentre-line {
        margin-left: 6%;
        margin-right: 6%;
    }

    /* ------- contact details section ------- 
    .contactDetails-section {
        flex-direction: column;
        margin: 50px 6% 40% 6%;
        gap: 30px; /* Add spacing between stacked sections 
    }

    .contact-details,
    .contact-location {
        width: 100%;
    }

    /* ------ faqs section ----- 
    .faq-section {
        padding: 20px;
        margin-bottom: 40%;
        margin-left: 6%;
        margin-right: 6%;
    }

    .faq-item h3 {
        font-size: 16px;
    }

    .faq-item p {
        font-size: 14px;
    }


    /* ------- contact form section ------- 
    .contactUs-section {
        margin-right: 6%;
        margin-left: 6%;
    }

    input, #message {
        width: 100%; /* Change width to 100% for mobile view 
        padding: 12px;
        font-size: 16px;
    }
    
    /* Form button adjustments for mobile responsiveness 
    button {
        width: auto;  /* Make the button fit within the container 
        margin-top: 20px;
    }*/

    /*h1.contactCentre-heading {
        font-size: 2rem;
    }

    .faq-section h2 {
        font-size: 1.5rem;
    }

    .contactIntro-section p {
        font-size: 1rem;
    }

    .contactIntro-section {
        margin-bottom: 16%;
        margin-left: 6%;
        margin-right: 6%;
    }

    /* Contact Intro Section Styles 
    .contactIntro-section {
        margin-bottom: 16%;
        padding: 18px;
        font-size: 18px;
    }
    
    .contactIntro-section p {
        font-size: 18px;
        margin-bottom: 16px;
    }
    
    .contactIntro-section ul li {
        font-size: 16px;
    }*/

    h1, h2, h3 {
  min-height: 1.5em; /* adjust as needed */
}

/* Container and sections */
.contactIntro-section,
.contactDetails-section,
.faq-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.header-container h2.contactCentre-heading {
  font-size: 1.5rem;
  margin: 0;
  min-height: 40px; /* reserve vertical space */
  line-height: 1.2;
  margin-top: 2.5rem;
}

.contactIntro-section {
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 1.2em;
  color: #333;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;

  contain: strict; /* Enforces strict layout containment */
  min-height: 370px; /* Adjust based on expected content height */
  will-change: transform;
}

.contactIntro-section p {
  font-size: 1.125rem;
  line-height: 1.5;
  min-height: 3.5rem;
  text-align: center;
}

.contactIntro-section ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.contactIntro-section ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}

.contactIntro-section .emoji {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2em;
  flex-shrink: 0;
}

.contactIntro-section .text {
  flex: 1;
}

.contactIntro-section a {
  color: #50acfd;
  text-decoration: none;
  word-break: break-word;
}


.contactIntro-section ul li a:hover {
  color: #50acfd;
  text-decoration: underline;
}

/* Contact details */
.contactDetails-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.contactDetails-section li {
    list-style: none;
    font-size: 1rem;
    color: #444;
}

/* FAQ section */
.faq-section {
    padding-top: 40px;
}

.faq-section h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.faq-section .faq-item {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
}

.faq-section .faq-question {
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s;
}

.faq-section .faq-answer {
    font-size: 1rem;
    color: #555;
    display: none;
    padding-top: 0.5rem;
}

/* Show answer (toggle class) */
.faq-section .faq-answer.show {
    display: block;
}

.contactLocation-map {
  width: 100%;          /* Responsive width */
  max-width: 600px;     /* Optional max width */
  height: 300px;        /* Fixed height */
  position: relative; 
}

.contactLocation-map iframe {
  width: 100%;
  height: 300px; /* fixed height */
  display: block;
}

/* ------- contact form ------- */
.contactUs-section {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
}

.contactUs-section h1 {
    font-size: 25px;
    font-weight: bolder;
    color: #141543;
    margin-bottom: 1%;
}

.contact-form {
    background-color: rgb(197, 232, 254);
    padding: 4%;
    border: 1px solid#ddd;
    border-radius: 10px;
    margin-top: 70px;
    width: 100%;
}

.contact-form p {
    margin-bottom: 130px;
    font-size: 18px;
    font-weight: bolder;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

input {
    width: 60%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid#ddd;
    border-radius: 5px;
}

#message {
    width: 60%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid#ddd;
    border-radius: 5px;
    height: 150px;
}

button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: bolder;
    background-color: #fff;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    display: block;
    border: none;
    border-radius: 20px;
}

button:hover {
    background-color: rgba(23, 110, 249, 0.226);
}

    /* --------------------------------- */
    /* ------- services.html main ------- */
    /* --------------------------------- */

    .services-page {
        margin: 20px 5%;    
        padding: 30px;
    }

    .service-card {
        width: 100%;
    }



    /* --------------------------------- */
    /* ------- about-us.html main ------- */
    /* --------------------------------- */

    .about-us-section {
        margin: 20px 5%;
        padding: 30px;
    }

    .about-text {
        width: 100%;
    }


    /* ================================= */
    /* ------ terms-and-conditions.html ------ */
    /* ================================= */

    /* Terms Section Styles */
    .terms-section {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10%;
        font-size: 12px;
    }
    
    .terms-section h2 {
        font-size: 20px;
    }
    
    .terms-section h3 {
        font-size: 16px;
    }
    
    .terms-section ul {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .terms-section .terms_last-p {
        margin-top: 50px;
    }


    /* ================================= */
    /* ------ privacy-policy.html ------ */
    /* ================================= */
    
    /* Privacy Section Styles */
    .privacy-section {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10%;
        font-size: 12px;
    }
    
    .privacy-section h2 {
        font-size: 20px;
    }
      
    .privacy-section h3 {
        font-size: 16px;
    }
    
    .privacy-section ul li {
        font-size: 12px;
    }
    
    .privacy-section p {
        font-size: 12px;
    }
    
    #first-privacy-para {
        font-size: 12px;
    }
    
    #last-privacy-para {
        font-size: 12px;
    }

    footer {
        padding: 15px;
    }
    
    .footer-content h3 {
        font-size: 1.2em;
    }
    
    .footer-content p {
        font-size: 0.9em;
    }
    
    .footer-bottom {
        font-size: 0.8em;
    }
}

@media (max-width: 400px) {
    .pageHeading-section {
        font-size: 33px;
    }

    .container2 {
        padding: 0.5rem;
    }

    .main h1 {
        font-size: 1.8rem;
    }

    .main h2 {
        font-size: 1.3rem;
    }

    .main p {
        font-size: 0.95rem;
    }

    .content-wrapper {
        max-width: 90%;
        padding: 15px;
    }
    
    .page-header h1 {
        font-size: 24px;
    }

    .post-content h2 {
        font-size: 20px;
    }

    .post-content p, 
    .post-content ul li {
        font-size: 16px;
    }

    .back-to-blog {
        width: 100%;
    }

    #profile-section {
        width: 340px;
        margin-bottom: 100px;
        padding-bottom: 50px;
    }



    /* ------ about us section ------ */
    #aboutUs p {
        margin-top: 6%;
    }


    /* ------ images section ------ */
    #WSN-images {
        margin-top: 6%;
    }

    .img-row1 {
        margin-top: 6%;
    }

    .img-row1, .img-row2 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .img-column {
        flex: 0 1 calc(50% - 10px); /* Dynamically calculate width */
        max-width: calc(50% - 10px); /* Ensure no overflow */;
        box-sizing: border-box;
    }

    .img-column img {
        width: 100%;
        height: auto;
    }


    /* ------ contact steps section ------ */
    #contact-steps {
        width: 100%;
        margin-top: 40%;
    }

    .contact-step-boxes {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #contact-step-box1 {
        width: auto;
        margin-bottom: 80px;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
    }

    #contact-step-box2 {
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
    }

    #contact-step-box3 {
        width: auto;
        margin-top: 70px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }




    #services {
        margin-top: 35%;
    }





    /* ------ why choose us section ------ */
    #why-choose-us {
        margin-top: 30%;
    }

    #why-choose-us h2 {
        font-size: 1.8em; /* Smaller heading for mobile */
    }

    .why-boxes {
        flex-direction: column; /* Stack the boxes vertically */
        align-items: center; /* Center align the boxes */
    }

    .why-box {
        width: 90%; /* Make the boxes take 90% of the width on mobile */
        margin: 10px 0; /* Adjust margins for better spacing */
    }

    .why-box h3 {
        font-size: 1.3em; /* Slightly smaller font size for the heading on mobile */
    }

    .why-box p {
        font-size: 0.9em; /* Adjust font size for smaller screens */
    }



    /* --------------------------------- */
    /* ------- contact.php main ------- */
    /* --------------------------------- */

    main {
        padding-top: 20%;
        padding-bottom: 20%;
    }

   /* .contactIntro-section {
        margin-left: 6%;
        margin-right: 6%;
        margin-bottom: 16%;
        padding: 18px;
        font-size: 15px;
    }
    
    .contactIntro-section p {
        font-size: 15px;
        margin-bottom: 18px;
    }
    
    .contactIntro-section ul li {
        font-size: 12px;
    }


    .contactCertre-heading {
        margin-left: 6%;
    }

    .contactCentre-line {
        margin-left: 6%;
        margin-right: 6%;
    }

    /* ------- contact details section ------- 
    .contactDetails-section {
        flex-direction: column;
        margin-bottom: 40%;
        margin-top: 50px;
        margin-left: 6%;
        margin-right: 6%;
    }

    .contact-details {
        width: 100%;
    }

    .contactDetails-box h3 {
        font-size: 16px;
    }

    .contactDetails-box p {
        font-size: 12px;
    }

    .contact-location {
        width: 100%;
    }


    /* ------ faqs section ----- 
    .faq-section {
        padding: 20px;
        margin-bottom: 40%;
        margin-left: 6%;
        margin-right: 6%;
    }

    .faq-item h3 {
        font-size: 16px;
    }

    .faq-item p {
        font-size: 14px;
    }


    /* ------- contact form section ------- */
    .contactUs-section {
        margin-right: 6%;
        margin-left: 6%;
    }

    input, #message {
        width: 100%; /* Change width to 100% for mobile view */
        padding: 12px;
        font-size: 16px;
    }
    
    /* Form button adjustments for mobile responsiveness */
    button {
        width: auto;  /* Make the button fit within the container */
        margin-top: 20px;
    }



    






    /* --------------------------------- */
    /* ------- services.html main ------- */
    /* --------------------------------- */

    .services-page {
        margin: 20px 5%;    
        /*padding: 40px 5%;*/
        padding: 30px;
    }

    .service-card {
        width: 100%;
    }






    /* ---------------------------------- */
    /* ------- about-us.html main ------- */
    /* ---------------------------------- */

    .about-us-section {
        margin: 20px 5%;
        padding: 30px;
    }

    .about-text {
        width: 100%;
    }






    /* --------------------------------- */
    /* ------- blog.html main -------- */
    /* --------------------------------- */

    /* -------call for clean section -------*/
    .blog-call-to-action-section {
        margin-top: 130px;
    }

    .blog-call-to-action-section div {
        width: 300px;
        padding: 8px;
    }
    
    .blog-call-to-action-section div a {
        font-size: 25px;
    }






    /* ================================= */
    /* ------ terms-and-conditions.html ------ */
    /* ================================= */

    /* Terms Section Styles */
    .terms-section {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10%;
        font-size: 12px;
    }
    
    .terms-section h2 {
        font-size: 20px;
    }
    
    .terms-section h3 {
        font-size: 16px;
    }
    
    .terms-section ul {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .terms-section .terms_last-p {
        margin-top: 50px;
    }





    /* ================================= */
    /* ------ privacy-policy.html ------ */
    /* ================================= */
    
    /* Privacy Section Styles */
    .privacy-section {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10%;
        font-size: 12px;
    }
    
    .privacy-section h2 {
        font-size: 20px;
    }
      
    .privacy-section h3 {
        font-size: 16px;
    }
    
    .privacy-section ul li {
        font-size: 12px;
    }
    
    .privacy-section p {
        font-size: 12px;
    }
    
    #first-privacy-para {
        font-size: 12px;
    }
    
    #last-privacy-para {
        font-size: 12px;
    }







    footer {
        padding: 15px;
    }
    
    .footer-content h3 {
        font-size: 1.2em;
    }
    
    .footer-content p {
        font-size: 0.9em;
    }
    
    .footer-bottom {
        font-size: 0.8em;
    }
}


@media (min-width: 1080px) and (max-width: 1180px) {
    /* ------- contact details section ------- */
    .contactDetails-section {
        flex-direction: column;
        margin-bottom: 25%;
        margin-top: 50px;
    }

    .contact-details {
        width: 100%;
    }
    .contact-location {
        width: 100%;
    }


    .faq-section {
        margin-bottom: 25%;
    }


    /* ------- contact form section ------- */
    input, #message {
        width: 80%; /* Change width to 100% for mobile view */
        padding: 12px;
        font-size: 16px;
    }
    
    /* Form button adjustments for mobile responsiveness */
    button {
        width: auto;  /* Make the button fit within the container */
        margin-top: 20px;
    }
}

@media (min-width: 600px) and (max-width: 1080px) {
    /* ------------------------------- */
    /* ------- index.html main ------- */
    /* ------------------------------- */

    /* ------ images section ------ */
    .img-row1 {
        flex-direction: row; /* Ensure 3 images are in a row */
        flex-wrap: wrap;
        gap: 20px;
    }

    .img-column {
        flex: 1 1 33.33%; /* 3 images in the first row */
        max-width: calc(33.33% - 13.6px);
    }

    /* Target the 4th image (last child) */
    .img-row1 .img-column:nth-child(4) {
        flex: 1 1 31%; /* Make the 4th image take 50% width */
        margin-left: auto; /* Center the image */
        margin-right: auto; /* Center the image */
        order: 1;
    }

    /* Ensure that the fourth image wraps to the next row */
    .img-row1 .img-column:nth-child(4):nth-last-child(1) {
        flex-basis: 31%; /* Force it to the next line */
        max-width: 31%;
    }

    /* Second row - All other images in .img-row2 */
    .img-row2 {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    /* Target the 4th image (last child) */
    .img-row2 .img-column:nth-child(4) {
        flex: 1 1 31%; /* Make the 4th image take 50% width */
        margin-left: auto; /* Center the image */
        margin-right: auto; /* Center the image */
        order: 1;
    }

    /* Ensure that the fourth image wraps to the next row */
    .img-row2 .img-column:nth-child(4):nth-last-child(1) {
        flex-basis: 31%; /* Force it to the next line */
        max-width: 31%;
    }

    .img-row1 .img-column:last-child img,
    .img-row2 .img-column:last-child img {
        height: auto; /* Set height only for the last image */
        object-fit: cover; /* Ensure aspect ratio is maintained */
    }





    #contact-steps h2 {
        margin-left: 3%;
        margin-right: 3%;
    }





    /* -------------------------------------- */
    /* ------- how-it-works.html main ------- */
    /* -------------------------------------- */

    /* ------ components of WSN section ------*/
    .componentsOfWSN-section img {
        width: 80%;
    }





    /* --------------------------------- */
    /* ------- contact.html main ------- */
    /* --------------------------------- */

    main {
        padding-top: 20%;
        padding-bottom: 20%;
    }

    /* ------- contact details section ------- 
    .contactDetails-section {
        flex-direction: column;
        margin-bottom: 25%;
        margin-top: 50px;
    }

    .contact-details {
        width: 100%;
    }
    .contact-location {
        width: 100%;
    }




    .faq-section {
        margin-bottom: 25%;
    }




    /* ------- contact form section ------- 
    input, #message {
        width: 80%; /* Change width to 100% for mobile view 
        padding: 12px;
        font-size: 16px;
    }
    
    /* Form button adjustments for mobile responsiveness 
    button {
        width: auto;  /* Make the button fit within the container 
        margin-top: 20px;
    }




    /* --------------------------------- */
    /* ------- footer ------- */
    /* --------------------------------- */

    .footer-content h3 {
        font-size: 1.5em;
    }
    
    .footer-content p {
        font-size: 0.95em;
    }
    
    .footer-content {
        margin-bottom: 15px;
    }
}


@media (min-width: 600px) and (max-width: 800px) {
    #contact-steps {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25%;
        margin-bottom: 22%;
    }

    .contact-step-boxes {
        flex-direction: column;
        align-items: center;
    }

    #contact-step-box1 {
        margin-bottom: 80px;
        width: 400px;
    }

    #contact-step-box2 {
        width: 400px;
    }

    #contact-step-box3 {
        margin-top: 80px;
        width: 400px;
    }
}


