/********** Template CSS **********/
body {
  font-family: 'Satoshi', sans-serif;
  font-weight: 400;
}

:root {
    --primary: #1b3956;
    --light: #cfe2e1;
    --secondary: #f98787;
}
.text_color1{
    color:#cfe2e1;
}
.text_color2{
    color:#1b3956;
}
@media (min-width: 350px){
    .header-carousel .owl-carousel-item h1 {
        font-size: 75px;
        font-weight: 600;
    }
}
@media (min-width: 750px){
    .header-carousel .owl-carousel-item h1 {
        font-size: 140px;
        font-weight: 600;
    }
   
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.wasp,
.call,
.email-class {
    position: fixed;
    right: 20px;
    z-index: 99;
}



.wasp {
    bottom: 45px;
}

.call {
    bottom: 95px;
}

.email-class {
    bottom: 45px;
}

/* link_custom */
a.link_custom{
    color:#ffff;
}
a:hover{
       color:var(--secondary);
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background-color: #ff530a;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.btn:hover{
    color:white
}


/***********************************
    TOPBAR
***********************************/
.topnavbar {
    background-color: var(--primary);
    max-height: 200px;
}

/* Make topbar text smaller on mobile */
@media (max-width: 576px) {
    .topnavbar a,
    .topnavbar small,
    .topnavbar strong {
        font-size: 12px;
    }
}
/***********************************
    TOPBAR ENDS
***********************************/


/***********************************
    NAVBAR
***********************************/

.navbar {
    height: 100px;
}
.logo {
    max-width: 450px;
    max-height: 90px;
}
@media (max-width: 450px) {
    .logo {
        max-width: 230px;
        max-height: 100px;
    }
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%231b3956' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Navbar links */
.navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

/* Hover + Active link state */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

/* Collapsed menu (mobile/tablet) */
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #1b3956;
    }

    .navbar-collapse {
        background-color: var(--light);
    }

    .navbar-nav .nav-link {
        color: var(--primary);
    }

    .navbar-nav .nav-link:hover {
        color: var(--secondary);
    }
}
/***********************************
    NAVBAR ENDS
***********************************/

/***********************************
    HEADER CAROUSEL
***********************************/
.header-carousel .owl-carousel-item {
    max-height: 90vh;
    position: relative; 
}

/***********************************
    HEADER CAROUSEL ENDS
***********************************/

/***********************************
    SECTION TITLE STARTS
***********************************/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}
/***********************************
    SECTION TITLE ENDS
***********************************/

/*--------------------------------------------------------------
# ABOUT SECTION STARTS
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #ffc451;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# ABOUT SECTION ENDS
--------------------------------------------------------------*/

/***********************************
    COMPANY HIGHLIGHT SECTION 
***********************************/

.highlights {
  background: #f9fafc;
  padding: 60px 20px;
  text-align: center;
}

.highlights .container {
  display: grid;
  grid-template-columns: 1fr; /* default: 1 column on small screens */
  gap: 40px;
  max-width: 1100px;
  margin: auto;
}

/* Medium screens (≥768px) → 2 columns */
@media (min-width: 768px) {
  .highlights .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Large screens (≥1200px) → 4 columns */
@media (min-width: 1200px) {
  .highlights .container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.highlight-item {
  background: var(--primary);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.highlight-item:hover {
  transform: translateY(-8px);
}

.highlight-item i {
  font-size: 40px;
  color: var(--secondary);
  margin-bottom: 15px;
}

.highlight-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--light);
}

.highlight-item p {
  font-size: 14px;
  color: var(--light);
}

/***********************************
    COMPANY HIGHLIGHT SECTION ENDS
***********************************/

/***********************************
    MISSION VISSION STARTS
***********************************/
.cta {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
              url("../img/missionvision.jpg") center center;
  background-size: cover;
  background-attachment: scroll;
  padding: 80px 20px;
}

.cta .section-title h2,
.cta .section-title p {
  color: #fff;
}

.cta .content-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  transition: transform 0.3s ease;
}

.cta .content-box:hover {
  transform: translateY(-8px);
}

.cta h3 {
  font-size: 22px;
  font-weight: 600;
}

.cta p,
.cta li {
  font-size: 15px;
  line-height: 1.8;
}

.cta ul li {
  margin-bottom: 8px;
}

/***********************************
    MISSION VISION ENDS
***********************************/

/***********************************
    LICENSED SECTION STARTS
***********************************/

.licensed {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.licensed-bg {
  background: url("../img/mission-bg_image.jpg") no-repeat center center/cover;
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  z-index: 1;
}

/* Overlay effect for darkening */
.licensed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75); /* adjustable darkness */
  z-index: 2;
}

.licensed .container {
  position: relative;
  z-index: 3;
}

.licensed-text h2 {
  font-weight: 700;
  font-size: 28px;
  color: var(--light);
  text-transform: uppercase;
}

.licensed-text p {
  font-size: 16px;
  line-height: 2;
  color: #f1f1f1;
  max-width: 800px;
  margin: auto;
}


/***********************************
    LICENSED SECTION ENDS
***********************************/

/***********************************
   WHAT WE STANDS ENDS
***********************************/

.srv-section {
  padding: 60px 18px;
  background: transparent;
}

.srv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
  justify-items: center;
}

.srv-item {
  text-align: center;
  max-width: 280px;
}

/* Circle styles */
.srv-circle {
  display: inline-block;
  position: relative;
}

.srv-ring.outer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #d9e6e6;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.srv-ring.inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 10px solid #16354a;
}

.srv-disc {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, #ffffff 0%, #e8edf2 45%, #d7dfe8 100%);
  color: #16354a;
  font-size: 34px;
  box-shadow: inset -6px -8px 12px rgba(0,0,0,0.06);
}

/* Title under icon */
.srv-mini-heading {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #16354a;
  text-transform: uppercase;
}

/* Description text under heading */
.srv-desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #445566;
}

/* Responsive layout */
@media (max-width: 1100px) {
  .srv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .srv-grid {
    grid-template-columns: 1fr;
  }
  .srv-ring.outer {
    width: 130px;
    height: 130px;
  }
  .srv-ring.inner {
    width: 104px;
    height: 104px;
  }
  .srv-disc {
    width: 76px;
    height: 76px;
    font-size: 26px;
  }
}




/***********************************
    WHAT WE STANDS FOR SECTION ENDS
***********************************/

/***********************************
  BRANCHES SECTION STARTS
***********************************/
.branches {
  background: #fff;
}

.branch-card {
  background:var(--primary);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.branch-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.branch-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--light);
  text-transform: uppercase;
  font-size: 16px;
}

.branch-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--light);
}

.branch-card i {
  color: var(--secondary); /* green icon color */
}

/***********************************
   BRANCHES SECTION ENDS
***********************************/


/***********************************
    ABOUT SECTION
***********************************/

/* Main text */
.about-text {
    line-height: 1.8;
    font-size: 1rem;
    color: #333;
    margin-bottom: 1rem;
}

/* Highlighted words (brand color) */
.highlight {
    color: #ff530a;
    font-weight: bold;
}

/* Image styling */
#about img {
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-title h1 {
        font-size: 1.8rem;
    }

    .about-text {
        font-size: 0.95rem;
    }
}

/***********************************
    ABOUT SECTION ENDS
***********************************/

/***********************************
    SERVICE SECTION STARTS
***********************************/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}

/***********************************
    SERVICE SECTION  ENDS
***********************************/


/***********************************
    CONTACT SECTION STARTS
***********************************/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}
/***********************************
    CONTACT SECTION ENDS
***********************************/

/***********************************
   FOOTER STARTS
***********************************/
.footer {
   background-color: #1C3B58;
   background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--secondary);
    letter-spacing: 1px;
    box-shadow: none;
    
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--secondary);
}
/***********************************
    FOOTER SECTION ENDS
***********************************/

/* advantage section */
.service_section {
    position: relative;
  }
  
  .service_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    background-color: #f8f8f9;
    padding: 20px;
    border-radius: 5px;
  }
  
  .service_section .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 125px;
    min-width: 95px;
    height: 95px;
    margin-right: 25px;
  }
  
  .service_section .box .img-box img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .service_section .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .service_section .box .detail-box a {
    color: #04233b;
    font-weight: 600;
  }
  
  .service_section .box .detail-box a:hover {
    color: #0a97b0;
  }
  
  .ff-secondary {
    font-family: 'Pacifico', cursive;
  }
  
/* service ends */



/***********************************
    CONTACT US STARTS 
***********************************/
.contact-card  {
    background-color: transparent;
    border-radius: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card-body {
    padding: 40px;
}
/* transparent background 
#contact .box,
#contact .box .img-box{
    background-color: transparent !important;
}*/

.form-control-lg {
    border-radius: 10px;
    padding: 15px;
}

input, textarea {
    font-size: 1rem;
}

button {
    font-size: 1.1rem;
    padding: 12px 30px;
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

button:hover {
    background-color: #218838;
    border-color: #1e7e34;
    transform: translateY(-5px);
}


.hover-shadow:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}


.text-decoration-none {
    text-decoration: none;
    transition: color 0.3s ease;
}

.text-decoration-none:hover {
    color: #0056b3;
}


.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    .card-body {
        padding: 30px;
    }

    .col-md-6 {
        margin-bottom: 20px;
    }

    .btn-lg {
        width: 100%;
    }
    .custom-font{
        font-size: 35px;
    }
}
/***********************************
   CONTACT US ENDS
***********************************/

/* trial */




  
