/* custom.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

a { outline: none; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.fa, .fas { font-family: "FontAwesome"; }

h1, h2, h3, h4 { font-family: "Playfair Display"; }
header { 
    background: #091034;
}
header > div:first-child {
    border-bottom: 1px solid #31385d;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

header > div:first-child a { color: #00b79e; text-decoration: none; }
.wp-block-navigation ul li a { color: #fff !important; font-family: "Poppins", sans-serif;
  font-weight: 500; transition: color 0.3s ease, text-shadow 0.3s ease; }
.wp-block-navigation ul li a:hover { color: #51a7ff !important; text-shadow: 0 0 10px rgba(47, 214, 194, 0.6); text-decoration: none; }

.welcome-box { background: rgba(9, 16, 52, 0.7); color: #fff; padding: 30px 60px; font-family: "Poppins", sans-serif; width: fit-content; border-radius: 30px; }
.welcome-box h1 { font-family: "Playfair Display"; font-size: 48px; font-weight: 600; color: #fff; margin: 0; }
.welcome-box h3 { font-family: "Poppins", sans-serif; font-weight: 500; font-size: 24px; color: #fff; margin: 0; }

.welcome-box .wel-hr { width: 50px; height: 2px; background: #51a7ff; border: 0; margin: 30px 0; }
.welcome-box ul { list-style-type: none; margin: 0; padding: 0; }
.welcome-box ul li { display: flex; position: relative; padding-left: 30px; font-size: 18px; }
.welcome-box ul li::before { content: "\f058"; position: absolute; left: 0; font-family: "FontAwesome"; color: #51a7ff; }

.main-heading { font-family: "Playfair Display"; font-size: 40px; font-weight: 800; color: #091034; margin-bottom: 20px; }

.dark-blbg h2 { color: #fff; font-weight: 600; margin-bottom: 20px; }
.dark-blbg p { color: #fff; font-family: "Poppins", sans-serif; font-weight: 300; font-size: 20px; margin-top: 0; }
.dark-blbg { background: #091034 url(../images/about-bg-img.png) no-repeat; background-size: cover; }

.border-left .vc_column-inner > .wpb_wrapper { border-left: 2px solid #51a7ff; padding-left: 40px; }

.promise-list { list-style-type: none; margin: 0; padding: 0; }
.promise-list li { display: flex; position: relative; padding-left: 40px;
    font-size: 18px; margin-bottom: 20px; }
.promise-list li::before { content: "\f00c"; position: absolute; left: 0; font-family: "FontAwesome"; color: #00b79e; }

.service-bg { background: #eaeef3; }
.cspt-ihbox-style-14 { display: inline-block; position: relative; width: 50%; margin-left: 40px; }
.cspt-ihbox .align-items-center {
    -ms-flex-align: center!important;
    align-items: center !important;
}
.cspt-ihbox .d-flex, .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.cspt-ihbox-style-14 .cspt-ihbox-svg-wrapper, .cspt-ihbox-style-14 .cspt-ihbox-icon-wrapper {
    padding-right: 15px;
}
.cspt-ihbox-style-14 .cspt-ihbox-icon-wrapper i {
    padding-right: 0;
    font-size: 35px;
    line-height: 35px;
    color: #00b79e;
}
.cspt-ihbox-style-14 .cspt-element-heading {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.cspt-ihbox-style-14 .cspt-element-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-top: -5px;
    color: #00b79e;
    font-family: "Poppins", sans-serif; 
}
.cspt-ihbox-style-14 .cspt-element-title a, .cspt-ihbox-style-14 .cspt-element-title a:visited {
    color: #00b79e; text-decoration: none;
}

.or-mid { width: 14%; display: flex; }
.or-container {
    margin: 0px 0px 0px 15px;
}
.or-divider {
    padding-block-start: 10px;
    padding-block-end: 10px;
    display: flex;
}
.or-divider-separator { width: 100%; align-items: center; display: flex; margin: 0; }
.or-divider__text { color: #fff; background-color: #003281;
    height: 38px;
    width: 38px;
    line-height: 38px !important;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    position: relative; font-size: 15px; margin: 0 10px;
}
.or-divider__text::before, .or-divider__text::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #003281;
    position: absolute;
    left: 50%;
    top: -20px;
}
.or-divider__text::after { top: 38px; }

.focus-ul { list-style-type: none; margin: 0; padding: 0; }
.focus-ul li { display: flex; position: relative; padding-left: 40px;
    font-size: 18px; margin-bottom: 20px; }
.focus-ul li::before { content: "\f058"; position: absolute; left: 0; font-family: "FontAwesome"; color: #00b79e; }

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
.about-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.icon-box {
  min-width: 90px;
  height: 90px;
  background: #03101c;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08); position: relative;
}

.about-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2fd6c2;
  margin: 0 0 10px 0;
}

.about-card p {
  font-size: 14px;
  color: #c7ceff;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-site-logo { max-width: 200px; }
  header > div:first-child p { font-size: 12px; }
  .wp-block-navigation__responsive-container-open svg { fill: #fff; }
  .is-responsive.wp-block-navigation ul li a { color: inherit !important; }
  .welcome-box { padding: 30px 30px; }
  .welcome-box h1 { font-size: 30px; margin-bottom: 10px; }
  .welcome-box h3 { font-size: 18px; }
  .main-heading { font-size: 28px; }
}

@media (max-width: 600px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-header {
    flex-direction: column;
  }

  .about-line {
    height: 4px;
    width: 80px;
  }
  .or-mid { display: none; }
  .cspt-ihbox .d-flex, .d-flex { display: block !important; margin-top: 15px; }
  .contact-info { margin-left: 0 !important; }
}

.why-ch-img img { border-radius: 30px !important; }
.service-box img { border-radius: 30px 30px 0 0; }
.service-box .white-box { background: #fff; padding: 20px 22px; border-radius: 0 0 30px 30px; box-shadow: 1px 2px 3px #ccc; }
.service-box .white-box h4 { margin: 0; font-weight: 600; }
.service-box .white-box p { margin-bottom: 15px; font-size: 14px; }
.service-box .white-box a { color: #091034; position: relative; text-decoration: none; font-weight: 500; }
.service-box .white-box a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #2fd6c2;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.service-box .white-box a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.wpcf7-form p {
    margin-bottom: 20px;
}

/* Labels */
.wpcf7-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
}

/* Input & Textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* Focus Effect */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    border-color: #004aad; /* corporate blue */
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 74, 173, 0.1);
}

/* Textarea */
.wpcf7-form textarea {
    min-height: 140px;
    resize: vertical;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
    background-color: #091034;
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Hover */
.wpcf7-form input[type="submit"]:hover {
    background-color: #00337a;
}

/* Error Messages */
.wpcf7-not-valid-tip {
    color: #d93025;
    font-size: 13px;
    margin-top: 5px;
}

/* Success Message */
.wpcf7-response-output {
    border: none;
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
}

.wpcf7-mail-sent-ok {
    background-color: #e6f4ea;
    color: #1e7e34;
}

 /* Contact Info */
.contact-info {
    background: #eaeef3;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-left: 40px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.info-item i {
    color: #00b79e;
    font-size: 20px;
    margin-right: 15px;
}
.info-content h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}
.info-content p {
    color: #333;
    font-weight: 600;
}

/* Map */
.map-container {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: none;
}

footer > div { background-color: #091034; color: #ccd1cd; }
footer > div h2 { font-size: 21px; color: #fff; }

.copy-text { color: #ccd1cd; }
.copy-text a { color: #ea5623; }

.footer-links a { color: #ccd1cd; text-decoration: none; transition: opacity 0.3s ease, transform 0.3s ease; }
.footer-links a:hover { color: #ea5623; }

#backToTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  background-color: #00b79e;
  color: white;
  border: none;
  padding: 12px 18px;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}

#backToTop:hover {
  background-color: #111;
  transform: scale(1.1);
}

/* Corporate Table Style */
.corporate-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #333;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    overflow: hidden;
}

/* Header */
.corporate-table thead {
    background-color: #ddd; /* Corporate blue */
    text-align: left;
}

.corporate-table thead th {
    padding: 14px 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0.5px;
    color: #0000ff;
}

.corporate-table thead th span { color: #ff6600; }

/* Body Cells */
.corporate-table tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #e6e9ef;
    font-size: 17px;
    font-weight: 600;
}

/* Alternating Rows */
.corporate-table tbody tr:nth-child(even) {
    background-color: #f7f9fc;
}

/* Hover Effect */
.corporate-table tbody tr:hover {
    background-color: #eef2f7;
    transition: background-color 0.2s ease-in-out;
}

/* Last Row Border Removal */
.corporate-table tbody tr:last-child td {
    border-bottom: none;
}

/* Responsive Scroll */
/* .table-wrapper {
    overflow-x: auto;
} */

.social-links { display: flex; justify-content: center; align-items: center; }
.social-links a svg { fill: #00b79e; margin: 0 5px; }