/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- Import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,800i&display=swap');

/*****---------------------------------------- 
     1) font-family: 'Rajdhani', sans-serif;
     2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- Import Files ---------------------------------------------------------------------*/

@import url(css/animate.min.css);
@import url(css/normalize.css);
@import url(css/icomoon.css);
@import url(css/font-awesome.min.css);
@import url(css/meanmenu.css);
@import url(css/swiper.min.css);
@import url(css/slick.css);
@import url(css/jquery.fancybox.min.css);
@import url(css/jquery-ui.css);
@import url(css/nice-select.css);

/*--------------------------------------------------------------------- Skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 18px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}
/**-- Heading Section --**/


/*---------------------------- Preloader ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}
/* Preloader End */

/*-- Header --*/

/*-- Sidepanel --*/
.sidepanel {
     width: 0;
     position: fixed;
     z-index: 9999;
     height: 100%;
     top: 0;
     left: 0;
     background-color: #0f98f8;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
}

.sidepanel a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 18px;
     color: #fff;
     display: block;
     transition: 0.3s;
}

.sidepanel a:hover {
     color: #000000;
}

.sidepanel .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
}

.openbtn {
     font-size: 20px;
     cursor: pointer;
     background-color: transparent;
     padding: 0;
     border: none;
     margin-left: 16px;
}
/*-- Sidepanel End --*/

.logo {
     padding-top: 12px;
}

ul.conat_info li {
     display: inline-block;
     padding: 0 26px;
}

ul.conat_info li a {
     color: #fff;
     display: inline-block;
     font-size: 30px;
}

ul.conat_info li a:hover {
     color: #fff;
}

.right_bottun {
     float: right;
     display: flex;
     flex-wrap: wrap;
}

.header {
     width: 100%;
     padding: 30px 30px;
     background: transparent;
     position: absolute;
     z-index: 999;
}

.header .logo .logo-mobile {
   display: none;
}
/* Header End */

/** banner section **/
.banner_main {
    background: url(../images/banner.png);
    padding: 120px 0 0 0; /* 🔽 Just reduce this line */
    background-size: auto 78%;
    background-repeat: no-repeat;
    min-height: 1150px; /* Keep this if you want a tall banner */
    background-position: right top;
}

.text-bg {
    margin-top: 0; /* Remove unnecessary offset */
    text-align: left;
    max-width: 430px;
    width: 100%;
    padding-top: 60px; /* ✅ Add space above the text */    
}

.text-bg h1 {
     color: #0f98f8;
     font-size: 60px;
     line-height: 70px;
     padding-bottom: 45px;
     font-weight: bold;
}

.text-bg span {
     color: #222222;
     font-weight: 500;
     font-size: 17px;
     line-height: 30px;
     margin-bottom: 30px;
     display: block;
}

.ban_track {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.ban_track img {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 500px; /* Limit height so it doesn’t get too big */
    margin: auto;
}



.ban_track figure {
     margin: 0;
     padding-right: 0;
}

.transfot {
     text-align: left;
}

.transfot span {
     color: #fff;
     font-size: 17px;
}

.transfot h3 {
     color: #fff;
     font-size: 23px;
     line-height: 30px;
     font-weight: 500;
     margin-bottom: 16px;
}

.transfot_form {
     padding: 0 15px;
     height: 40px;
     margin-bottom: 15px;
     border: #fff solid 1px;
     font-size: 16px;
}

.get_now {
     max-width: 150px;
     width: 100%;
     padding: 6px 0;
     background: #222b3c;
     color: #fff;
     font-size: 17px;
}

.get_now:hover {
     background-color: #000;
}

#banner .banner-caption {
    position: inherit;
    padding: 0;
    display: flex;
    align-items: center; /* Center items vertically */
    justify-content: space-between; /* Spread text & image */
    flex-wrap: wrap; /* Allows stacking on smaller screens */
    gap: 30px;
    margin-top: 100px;
}

#banner a.banner-control-prev {
     position: absolute;
     left: inherit;
     top: 35%;
     right: 16px;
}

#banner a.banner-control-next {
     position: absolute;
     right: 16px;
     bottom: 10px;
     top: 50%;
}
/** end banner section **/

.titlepage h2 {
     font-size: 50px;
     color: #0f98f8;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
}

/** About Section **/
.about {
     background-color: #ffffff;
     margin-top: -160px;
}

.about .about_img figure {
     margin: 0;
}

.about .about_img figure img {
     width: 100%;
}

.about .titlepage h3 {
     padding-top: 30px;
     font-weight: 700; /* Makes it bold */
     font-size: 24px;
     margin-bottom: 10px;
}

.about .titlepage p {
     padding: 0px 0px;
     color: #2a2a2c;
     font-size: 17px;
     line-height: 32px;
     font-weight: 400;
     display: inline-block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     padding-top: 90px;
}
/** About  Section End **/

/** Solution Section **/
.solution {
    background-color: #f7f7f9;
    margin-top: 80px;
    padding: 90px 0;
}

.solution .titlepage {
    text-align: center;
    padding-bottom: 30px;
}

.solution .titlepage p {
    color: #0c0202;
    font-size: 17px;
    line-height: 30px;
    padding-top: 20px;
}

.solution_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.solution_box {
    background-color: #ffffff;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 280px;
    max-width: 350px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    text-align: center;
    position: relative;
    overflow: visible;
}

.icon_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #0f98f8;
    border-radius: 50%;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.icon_circle i {
    color: #fff;
    font-size: 40px;
    line-height: 1;
}

/* Heading */
.solution_box h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #202121;
    font-weight: bold;
    line-height: 1.4;
    min-height: 60px;
}

.solution_box h4:hover {
    color: #0f98f8;
}

/* Paragraph */
.solution_box p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    min-height: 90px;
}

/* Responsive Adjustment */
@media (max-width: 992px) {
     .solution_box {
          flex: 1 1 45%;
          padding: 30px 15px;
     }

     .icon_circle {
          width: 80px;
          height: 80px;
          margin-bottom: 20px;
     }

     .icon_circle i {
          font-size: 30px;
     }

     .icon_circle .fa {
          padding-top: 45px;
     }

     .solution_box h4 {
          font-size: 18px;
     }

     .solution_box p {
          font-size: 15px;
     }
}

@media (max-width: 770px) {S
     .icon_circle .fa {
          padding-top: 45px;
     }
}

@media (max-width: 767px) {
     .icon_circle .fa {
          padding-top: 60px;
     }
}
     
@media (max-width: 576px) {
     .icon_circle .fa {
          margin-bottom: 30px;
     }
}

@media (max-width: 575px) {
     .icon_circle .fa {
          margin-bottom: 80px;
     }
}

@media (max-width: 576px) {
     .solution_box {
          flex: 1 1 100%;
          padding: 20px 15px;
     }

     .icon_circle {
          width: 60px;
          height: 60px;
     }

     .icon_circle i {
          font-size: 24px;
     }

    .icon_circle .fa {
          padding-top: 80px;
     }
     .solution_box h4 {
          font-size: 16px;
     }

     .solution_box p {
          font-size: 14px;
     }
}
/** Solution Section End **/

/* Description Section */
.description {
  background-color: #fff;
  padding: 90px 0 100px 0;
}

.description .titlepage {
  text-align: center;
  padding-bottom: 60px;
}

.description .titlepage-scope {
  padding-top: 60px;
  text-align: center;
  padding-bottom: 40px;
}

.description_card {
  background-color: #efedf0;
  border-radius: 25px;
  padding: 35px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 20px;
}

.description_card:hover {
  background-color: #fff;
  box-shadow: 0 0 16px rgba(22, 22, 23, 0.15);
}

.description_card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.description_card p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}

/* Responsive Grid Equal Height Fix */
.description .row > div[class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* SDG Footer */
.description .pt-3 {
  padding-top: 30px !important;
  font-size: 16px;
}

/* Responsive Adjustment */
@media (max-width: 991px) {
  .description_card {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .description_card {
    padding: 25px 15px;
  }

  .description_card h3 {
    font-size: 20px;
  }

  .description_card p {
    font-size: 15px;
  }
}
/* Description Section End */

/* Main Team section */
.team {
    padding: 90px 0;
    background-color: #0f98f8;
    border-radius: 50px;
}

.team .titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.team .titlepage h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

/* Team Member Box */
.team_box {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    transition: transform 0.3s ease, background 0.3s ease;
}
.team-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team_box:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

/* Round Image */
.team_box figure {
    margin: 0;
}

.team_box .team-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    margin-bottom: 15px;
}

/* Name and Role */
.team_box h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    color: #fff;
}

.team_box .kisu {
    font-size: 14px;
    color: #d0d0d0;
    font-weight: 400;
}

/* Description */
.team_box p {
    font-size: 15px;
    margin-top: 10px;
    color: #e0e0e0;
    font-weight: 300;
    text-align: center;
    padding: 0 10px;
}

/* Social Links */
.social-icons {
    margin-top: 12px;
}

.social-icons a {
    color: #fff;
    margin: 0 6px;
    font-size: 18px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #222;
}

/* Make all columns same height */
.team .row > div[class*='col-'] {
     display: flex;
     flex-direction: column;
}

/* Responsive Layout */
@media (max-width: 991px) {
     .team_box {
          margin-bottom: 30px;
     }
}

@media (max-width: 767px) {
     .team_box {
          padding: 25px 15px;
     }

     .team_box h3 {
          font-size: 18px;
     }

     .team_box p {
          font-size: 14px;
     }

     .team_box .team-img {
          width: 100px;
          height: 100px;
     }
}
/* Main Team Section End */

/** Demo Section **/
.demo {
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.demo .titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.demo_box h3 {
    color: #202121;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/** Demo Section **/

/** Footer **/
.footer {
    background: #f7f7f9;
    padding: 60px 0 0 0;
    text-align: center;
}
.footer-contact {
    text-align: center;
    padding: 40px 20px;
    background: #f7f7f9;
    padding-bottom: 80px;
}

.footer-contact h2 {
     font-size: 50px;
     color: #0f98f8;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
     margin-top: 50px;
     margin-bottom: 80px;
     text-align: center;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
}

.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #353535;
    transition: color 0.3s ease;
}

.social-link i {
    font-size: 28px;
    color: #000000;
    margin-bottom: 10px;
}

.social-link span {
    font-size: 14px;
}

.social-link:hover i,
.social-link:hover span {
    color: #000;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .social-links {
        gap: 20px;
    }

    .social-link i {
        font-size: 24px;
    }

    .social-link span {
        font-size: 13px;
    }
}

/** Copyright **/

.copyright {
    background-color: #0f98f8;
    padding: 20px 0;
}

.copyright p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
}

.copyright a:hover {
    color: #000;
}

/* Footer Section End */

/* Back to Top */
.back-to-top {
     position: fixed;
     bottom: 20px;
     right: 20px;
     width: 50px;
     height: 50px;
     background-color: #000;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     opacity: 0;
     visibility: hidden;
     transition: opacity 0.3s ease, visibility 0.3s ease;
     z-index: 1000;
}

.back-to-top.show {
     opacity: 1;
     visibility: visible;
}

.back-to-top::before {
     content: '';
     display: block;
     width: 12px;
     height: 12px;
     border: 3px solid #fff;
     border-width: 3px 3px 0 0;
     transform: rotate(-45deg);
}

@media (max-width: 768px) {
     .back-to-top {
          width: 40px;
          height: 40px;
          bottom: 15px;
          right: 15px;
     }

     .back-to-top::before {
          width: 10px;
          height: 10px;
          border-width: 2px 2px 0 0;
     }
}
/* Back to Top End */