body{
  margin:0;
  padding: 0;
   
}

:root{
  --primary-font:'Open Sans', sans-serif;
  --secondary-font:'Lato', sans-serif;
  --primary-color:#0065cd;
  --paragraph-color:#090000;

}

.request-btn {
  position: relative;
  overflow: hidden;
  padding: 12px 18px;
  text-decoration: none;
  color: #fff;
  font-family: var(--primary-font);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  background-color: #c00a09;
  display: inline-block;
  z-index: 1;
}

/* submenu position */
.dropdown-submenu {
position: relative;
}

.dropdown-submenu .submenu {
position: absolute;
top: 0;
left: 100%;
display: none;
min-width: 180px;
}

/* hover e show */
.dropdown-submenu:hover .submenu {
display: block;
}
.request-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #0a1f44; 
  transition: 0.4s ease;
  z-index: -1;
}


.request-btn:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}


.request-btn:hover {
  color: #fff;
}
/*pre-hesder style */
.pre-header {
  background:var(--primary-color);
  color: white;
  padding: 3px 0;
  font-size: 14px;
  line-height: 36px;
  font-family: var(--primary-font);
}
.pre-item-left a{
  font-size: 14px;
  text-decoration: none;
  color: white;
  font-weight: 500;
 
  font-family:var(--primary-font);
  white-space: nowrap;

}

.pre-item-left i {
  color: white;
  font-size: 13px;
  margin-top: 2px;
}
.pre-item-left{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;      
  white-space: nowrap;    
}
.pre-item-left p {
  margin: 0;
  font-size: 14px;
}
.dropdown-menu.show{
background-color: var(--primary-colors);
}
.dropdown-item{
  font-family:var(--primary-font);
  
  font-size: 14px;
  padding-bottom: 12px;
  color:var(--secondary-font);
  background-color: white;
}
.social-btn{
    width: 28px;
    height: 28px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.social-btn i{
    font-size: 16px;
}

.social-btn:hover{
    transform: translateY(-3px);
}

/* .social-icon a:hover {
  color: #f8c200;
} */
.social-icon{
  display: flex;
  justify-content: flex-end;
}


/*navbar style */

.navbar{
  background-color: white;
  padding: 0;
 
}


.navbar-toggler:focus{
  outline: none;
  box-shadow: none;
}
.btn-close:focus{
  outline: none;
  box-shadow: none;
}
.offcanvas-body{
}
.offcanvas-header{
background-color: var(--primary-color);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.offcanvas-header .btn-close {
filter: invert(1) grayscale(100%) brightness(200%);
}
.navbar-nav .nav-link.active {
  color:black;
}


.social-icon i{
font-size: 15px;
}
.navbar-toggler{
  border: none;
  font-size: 16px;
}
/* Navbar links */
.navbar .nav-link {
  font-weight: 500;
  padding: 10px 15px;
  transition: color 0.3s ease;
  font-family:var(--secondary-font);
  font-size: 14px;
  margin-right: 27px;
  color:var(--paragraph-color);
}

.navbar .nav-link:hover {
  color:var(--paragraph-color);
}
/* Dropdown arrow icon animation */
.navbar .dropdown-toggle::after {
margin-left: 8px;
transition: all 0.3s ease;
}
/* submenu arrow animation */
.dropdown-submenu > .dropdown-toggle::after {

transition: all 0.3s ease;
}
/* arrow add */
.dropdown-menu .dropdown-item {
position: relative;
padding-left: 20px;

transition: all 0.3s ease;

}

/* arrow icon */
.dropdown-menu .dropdown-item::before {
content: "\f105"; /* Font Awesome arrow */
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
left: 5px;
opacity: 0;
transition: all 0.3s ease;
}

/* hover effect */
.dropdown-menu .dropdown-item:hover {
padding-left: 28px;  
background-color: #f8f9fa;

}

/* arrow show on hover */
.dropdown-menu .dropdown-item:hover::before {
opacity: 1;
left: 10px;
}
/* hover e rotate + move */
.dropdown-submenu:hover > .dropdown-toggle::after {
transform: rotate(-90deg) translateX(3px);
}
/* hover e rotate + move */
.navbar .dropdown:hover > .dropdown-toggle::after {
transform: rotate(180deg) translateX(3px);
}

/* Hover dropdown */
.dropdown:hover .dropdown-menu {
 
  margin-top: 0;
  animation: fadeDown 0.3s ease;
}
.dropdown:hover > .dropdown-menu {
display: block;
}
/* Dropdown animation */
@keyframes fadeDown {
  from {
      opacity: 0;
      transform: translateY(10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Dropdown menu style */
.dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


/* .icon-btn {
  margin-left: 12px;
  position: relative;
}

.icon-btn img {
  width: 22px;
} */

/* .cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #e63946;
  color: #fff;
  font-size: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-weight: 600;
}

.user-dropdown {
  position: relative;
} */

/* Dropdown menu */
.user-menu {
  position: absolute;
  top: 140%;
  right: 0;
  width: 180px;
  background: #fff;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 999;
}

/* Show on hover */
.user-dropdown:hover .user-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Menu links */
.user-menu li a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

.user-menu li a:hover {
  background: #f5f5f5;
}

/* Divider */
.user-menu .divider {
  height: 1px;
  background: #eee;
  margin: 6px 0;
}

/* Logout color */
.user-menu .logout {
  color: #e63946;
}

/* Icons */
.icon-btn {
  margin-left: 12px;
  position: relative;
}

.icon-btn img {
  width: 22px;
}


.navbar-brand img{

  height:65px;
}
.navbar-brand span{
  font-size: 17px;
  font-family: var(--primary-font);
  font-weight: 700;
}
.offcanvas-header img{

  height: 80px;
}




.footer-section {
font-family:var(--primary-font);
color: #fff;
padding: 40px 0;
position: relative;
background: url("../img/footer.jpg") no-repeat center/cover;
}

.footer-section img{
  width: 90px;
  margin-bottom: 10px;
}

.footer-section .container {
position: relative;
z-index: 2;
}
.footer-bottom {
  color: #aaa;
  font-size: 14px;
}
/* headings */
.footer-section h5 {
font-weight: 600;
margin-bottom: 20px;
text-align: left;
}

/* text */
.footer-section p {
font-size: 14px;
line-height: 1.7;
color:white;
font-weight: 500;
text-align: left;
}

/* links */
.footer-links {
list-style: none;
padding: 0;
}

.footer-links li {
margin-bottom: 8px;
}

.footer-links a {
color:white;
text-decoration: none;
transition: 0.3s;
font-weight: 500;
font-size: 14px;}

.footer-links a:hover {
color: #fff;
padding-left: 5px;
}

/* contact */
.footer-contact {
list-style: none;
padding: 0;
}

.footer-contact li {
margin-bottom: 10px;
font-size: 14px;
color: #ddd;
}

.footer-contact i {
margin-right: 10px;
color: #ff3b3b;
}
.footer-social{
  text-align: left;
}
/* social */
.footer-social a {
display: inline-flex;
width: 30px;
height: 30px;
background:white;
color:black;
align-items: center;
justify-content: center;
border-radius: 50%;
margin-left: 8px;
transition: 0.3s;
text-decoration: none;
}

.footer-social a:hover {
background: #fff;
color:var(--primary-color);
}


/*hero area */
.hero-slider{
    position: relative;
}

.heroSwiper{
    width: 100%;
    height: 90vh;
}

.swiper-slide{
    position: relative;
}

.swiper-slide img{
    width: 100%;
    height: 90vh;
    object-fit: cover;
}



.slide-content{
    position: absolute;
    top: 36%;
    left: 8%;
    transform: translateY(-50%);
    max-width: 700px;
    color: #fff;
    z-index: 2;
}

.slide-content h1{
    font-size: 35px;
    font-weight: 700;
    font-family: var(--primary-font);
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 55px;
     display: inline-block;
    background: rgb(0 0 0 / 31%);
    padding: 12px 20px;
    border-radius: 4px;
}



.swiper-button-next,
.swiper-button-prev{
    width: 55px;
    height: 55px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 18px;
    font-weight: 700;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
    background: #fff;
    color: #000;
    transform: scale(1.1);
}

.swiper-pagination-bullet{
    background: #fff;
}

/*about-area */
.about-area h5{
  font-family: var(--primary-font);
  color: #000101;
  font-size: 14px;
  letter-spacing: 3px;
}
.about-area h3{
  font-family: var(--primary-font);
  font-size: 28px;
  text-transform: uppercase;
  color: #00304f;
  font-weight: 700;
  letter-spacing: 8px;
}
.about-area p{
  font-family: var(--primary-font);
  font-size: 15px;
  color:var(--paragraph-color);
  line-height: 1.8;
  font-weight: 300;

}

.all-btn{
    display: inline-flex;
    align-items: center;
    padding: 12px 10px;
    background:var(--primary-color);
    color: #fff;
    text-decoration: none;
   font-weight: 500;
   font-size: 14px;
    transition: .3s;
    font-family: var(--primary-font);
     position: relative;
    overflow: hidden;
}

.all-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.15);
    transition: .5s;
}

.all-btn:hover::before{
    left: 100%;
}
.about-shape{
    position: absolute;
    bottom: -73px;
    right: -26px;
    max-width: 120px; /* size adjust করুন */
}
.common-heading{
text-align: center;
}
.common-heading h5{
   font-family: var(--primary-font);
  color: #000101;
  font-size: 14px;
  letter-spacing: 3px;
}
.common-heading h3{
  font-family: var(--primary-font);
  font-size: 28px;
  
  color: #00304f;
  font-weight: 700;
  letter-spacing: 3px;
}
.service-area{
  background-color: #f1f0f0;
}
.service-content h2{
    font-family: var(--primary-font);
  font-size: 26px;
  color: #3a3939;
  font-weight: 700;
  
}
.service-content p{
 font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 300;
  color: var(--paragraph-color);
  line-height: 1.8;
}
.service-area .row{
    margin-bottom: 80px;
}
.top-m{
  margin-top: 80px;
}
/*how to work */

.work-process{
    background: 
   
    url('../img/work.png');

    background-size: cover;
    background-position: center;
   height: 500;}

.work-content{
    color: #fff;
}

.work-content h2{
    font-size: 38spx;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: var(--primary-font);
}

.work-content ul{
    list-style: none;
    padding: 0;
}

.work-content ul li{
    margin-bottom: 18px;
    position: relative;
    padding-left: 30px;
    font-family: var(--primary-font);
}
.work-content ul li::before{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #fff;
}
.counter-box{
    background:var(--primary-color);
    padding:40px 20px;
    text-align:center;
    color:#fff;
    height:100%;
    border-radius: 8px;
}

.counter-box h3{
    font-size:50px;
    font-weight:700;
    font-family: var(--primary-font);
}

.counter-box p{
    margin:0;
    font-weight:500;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
}

.region-box{
    border:1px solid #e5e5e5;
    padding:20px;
    margin-bottom:15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
   
}

.region-box h5{
    margin-bottom:10px;
    font-family: var(--primary-font);
    color:var(--paragraph-color);
    font-size: 18px;
    font-weight: 700;
}

.region-btn{
    display:inline-block;
    background:var(--primary-color);
    color:#fff;
    text-decoration:none;
    padding:6px 8px;
    font-weight:500;
    font-size:14px;
    font-family:var(--primary-font);
    position:relative;
    overflow:hidden;
}

.region-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.25);
    transition:0.5s;
}

.region-btn:hover::before{
    left:100%;
}

.region-btn span{
    position:relative;
    z-index:2;
}
.world-map{
    max-width:100%;
  
    height: 350px;
}
.region-info p{
  margin-bottom: 0;
  font-family:var(--primary-font);
  font-size: 14px;
  font-weight:500;
}

/* About Area */
.banner-info {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-info h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding: 10px;
    margin: 0;
    font-family: var(--primary-font);
    background-color: var(--primary-color);
}




.who-content {
    padding: 0px 40px;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    color: #00304f;
    margin-bottom: 18px;
    font-family: var(--primary-font);
   
    text-transform: uppercase;
}

.info-box {
    background: #0066cc;
    color: #fff;
    padding: 50px;
    margin-left: -80px;
    position: relative;
    z-index: 2;
}

.info-box ul li {
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-family: var(--primary-font);
}

.info-box ul li i {
    margin-right: 15px;
    font-size: 22px;
}




.who-we-are{
  background-image: url(../img/about-section1.jpg);
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
  
}
.principles{
  background-image: url(../img/banner-secttion2.jpg);
  background-repeat: no-repeat;
  object-fit: cover;
  height: auto;
  width: 100%;
  background-size: cover;
  
}


.principles-box {
    padding: 30px 20px;
    height: 100%;
}

.principles-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 20px;
}

.principles-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--primary-font);
}

.principles-box p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
    font-family: var(--primary-font);
}


/*gobal Network */



.global-area h2{
    font-size: 30px;
    font-weight: 700;
    color: #00304f;
    
    margin-bottom: 18px;
    font-family: var(--primary-font);
    text-transform: uppercase;
}

.global-area p{
    font-family: var(--primary-font);
    font-size: 16px;
    color: rgba #ffffff66 (255, 255, 255, .4);
    line-height: 1.8;
    font-weight: 300;
}

.counters-box{
    text-align:center;
    padding:20px 10px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.counters-box h3{
    font-size:28px;
    font-weight:700;
    font-family: var(--primary-font);
    margin-bottom:5px;
    color: var(--primary-color);
}

.counters-box span{
    font-size:14px;
    color:#666;
    font-weight: 600;
    font-family: var(--primary-font);
}

.image-box img{
    width:100%;
    height:350px;
}



.contact-network-section h2{
    font-family: var(--primary-font);
    font-size: 28px;
    color: #00304f;
    font-weight: 700;
    letter-spacing: 3px;
}

.network-card{
    background: #fff;
    padding: 35px;
    border-radius: 5px;
    height: 320px;
    position: relative;
    z-index: 2;
}

.network-card h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: var(--primary-font);
}



.network-1{
  background-color: #eaf4ff;
}

.network-2{
  background-color: #eef9f1;
}

.network-3{
  background-color: #fff4e8;
}

.network-4{
  background-color: #f4eeff;
}

.network-5{
  background-color: #e8faf8;
}

.contact-text{
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    text-decoration: none;
    word-break: break-word;
    font-family:var(--primary-font);}
    .contact-network-section{
      background-color: #fbfbfb;
    }

  /* service area */

  .energy-content{
    padding:80px 0;
}

.service-image img{
    width:100%;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.petroleum-content{
    max-width:1100px;
    margin:auto;
}

.petroleum-content h2{
    font-size:28px;
    font-weight:700;
    color:#00304f;
    margin-bottom:35px;
    line-height:1.3;
    font-family: var(--primary-font);
}

.petroleum-content h3{
    font-size:28px;
    font-weight:600;
    color:#00304f;
    margin-top:40px;
    margin-bottom:20px;
    position:relative;
    padding-bottom:10px;
    font-family: var(--primary-font);
}



.petroleum-content p{
    font-size:15px;
    line-height:1.9;
    color:var(--paragraph-color);
    margin-bottom:15px;
    font-family: var(--primary-font);
}

.petroleum-content strong{
    color:#222;
    font-weight:600;
}

.petroleum-content ul{
    padding-left:20px;
    margin-top:15px;
}

.petroleum-content ul li{
    font-size:16px;
    line-height:1.8;
    color:#555;
    margin-bottom:10px;
}

.petroleum-content ul li::marker{
    color:#000204;
}

@media(max-width:768px){

    .petroleum-content h2{
        font-size:30px;
    }

    .petroleum-content h3{
        font-size:22px;
    }

    .petroleum-content p,
    .petroleum-content li{
        font-size:15px;
    }
}



/*contact us page */

.contact-page{
    background:#f8f8f8;
}

.contact-form-box{
    background:#fff;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:auto;
}

.contact-form-box h2,
.contact-details h2{
    font-size:35px;
    font-weight:700;
    font-family: var(--primary-font);
    color:#00304f;
    margin-bottom:20px;
}


.contact-details p{
  font-family: var(--primary-font);
}


.contact-form-box .form-control{
    margin-bottom:15px;
    border:1px solid #d9d9d9;
    border-radius:0;
    min-height:50px;
      font-family: var(--primary-font);
}

.contact-form-box textarea{
    min-height:140px;
}

.btn-submit{
    background:#c76b1d;
    color:#fff;
    border:none;
    padding:12px 35px;
    font-weight:600;
}

.btn-submit:hover{
    background:#a85712;
}

.contact-details{
    padding-left:30px;
}

.office-box{
    margin-bottom:35px;
      
     
}


.office-box h4{
    color:black;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    font-family: var(--primary-font);
}

.office-box p{
    color:#555;
    line-height:1.8;
    margin-bottom:15px;
    font-family: var(--primary-font);
}

.office-box strong{
    color:#454548;
}

@media(max-width:991px){

    .contact-details{
        padding-left:0;
        margin-top:30px;
    }

    .contact-form-box h2,
    .contact-details h2{
        font-size:30px;
    }

}

.page-banner{
    background: linear-gradient(
        rgba(7,34,66,.85),
        rgba(7,34,66,.85)
    );
    

    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
}

.banner-content h1{
    color:#fff;
    font-size:40px;
    font-family: var(--primary-font);
    font-weight:700;
    margin-bottom:15px;
}

.breadcrumb{
    background:none;
}

.breadcrumb-item a{
    color:#ffffff;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb-item a:hover{
    color:#f9b233;
}

.breadcrumb-item.active{
    color:#f9b233;
}

.breadcrumb-item + .breadcrumb-item::before{
    color:#fff;
}

@media(max-width:768px){

    .page-banner{
        padding:80px 0;
    }

    .banner-content h1{
        font-size:40px;
    }

}


.service-image img{
    width:100%;
    height:450px;
}



.our-process{
  background:#f8f9fa;
}

.our-process .card{
  border-radius:12px;
  transition:all .3s ease;
}

.our-process .card:hover{
  transform:translateY(-5px);
  box-shadow:0 12px 30px rgba(0,0,0,.12)!important;
}

.our-process h5{
  font-size:20px;
}
.our-process h4{
  
font-size: 28px;
font-weight: 600;
color: #00304f;
margin-top: 40px;
margin-bottom: 20px;
position: relative;
padding-bottom: 10px;
font-family: var(--primary-font); 
}


.our-process h2{
  font-size: 38px;
  font-weight: 700;
  color: #00304f;
  margin-bottom: 35px;
  line-height: 1.3;
  font-family: var(--primary-font);
}

.our-process p{
  font-size: 15px;
    line-height: 1.9;
    color:var(--paragraph-color);
    margin-bottom: 15px;
    font-family: var(--primary-font);
}

.credite-img img{
  box-sizing: border-box;
  height: auto;
   margin: auto;
  display: block;
}

.incoterms h1{
   font-size: 38px;
    font-weight: 700;
    color: #00304f;
    margin-bottom: 35px;
    line-height: 1.3;
    font-family: var(--primary-font),
}
.incoterms h2{
  font-size: 32px;
    font-weight: 700;
    color: #00304f;
    margin-bottom: 35px;
    line-height: 1.3;
    font-family: var(--primary-font),
}
.card-header h5{
  font-size: 18px;
  font-weight: 700;
  color:white;
  margin-bottom: 35px;
  line-height: 1.3;
  font-family: var(--primary-font),
}

.list-group{
  font-family: var(--primary-font);
  font-size:15px;

}
.card-body h6{
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 500;
}
.card-body h5{
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
}
.card-body p{
  font-family: var(--primary-font);
  font-size: 14px;
  color:var(--paragraph-color);
}
.card-body ul li {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 30px;
}

.card-header {
  background-color: #0065cd;
  color: white;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
}


.market-benchmarks h2{
  font-size: 38px;
    font-weight: 700;
    color: #00304f;
    margin-bottom: 35px;
    line-height: 1.3;
    font-family: var(--primary-font);
}

.due-diligence h2{
  font-size: 38px;
  font-weight: 700;
  color: #00304f;
  margin-bottom: 35px;
  line-height: 1.3;
  font-family: var(--primary-font);
  text-align: center;
}


.legal-regulatory{
  font-family: var(--primary-font);
}

.legal-regulatory h2{
  font-size: 38px;
    font-weight: 700;
    color: #00304f;
    margin-bottom: 35px;
    line-height: 1.3;
    font-family: var(--primary-font);
}



.sub-title{
  font-size:22px;
  font-weight:600;
  margin-bottom:12px;
}
.ncnda h2{
  font-size: 38px;
    font-weight: 700;
    color: #00304f;
    margin-bottom: 35px;
    line-height: 1.3;
    font-family: var(--primary-font);
}
.ncnda p{
  font-size:14px;
  line-height:1.9;
  color: var(--paragraph-color);
  line-height: 30px;
  
}
.legal-regulatory p{
  font-size:14px;
  line-height:1.9;
  color: var(--paragraph-color);
  line-height: 30px;
  
}


/* ============================
   LOI FORM
============================ */

.loi-form{
  background:#fff;
  padding:50px;
  border-radius:15px;
  border:1px solid #e9ecef;
  box-shadow:0 10px 35px rgba(0,0,0,.08);
}

/* Heading */

.loi-form h2{
  font-size:38px;
  font-weight:700;
  font-family: var(--primary-font);
  text-transform:uppercase;
  margin-bottom:10px;
}

.loi-form h4{
  font-size:24px;
  font-weight:600;
  color:#212529;
  margin-top:45px;
  margin-bottom:25px;
  padding-bottom:10px;
  border-bottom:2px solid #0d6efd;
  position:relative;
}

.loi-form h4::before{
  content:"";
  width:70px;
  height:4px;
  background:#0d6efd;
  position:absolute;
  bottom:-2px;
  left:0;
}

/* Paragraph */

.loi-form p{
  font-size:14px;
  line-height:1.9;
font-family: var(--primary-font);
color: var(--paragraph-color);
}

/* Label */

.loi-form label{
  font-weight:600;
  color:#343a40;
  margin-bottom:8px;
}

/* Input */

.loi-form .form-control{

  height:52px;
  border-radius:8px;
  border:1px solid #ced4da;
  padding:10px 15px;
  font-size:15px;
  transition:.3s;

}

.loi-form textarea.form-control{

  min-height:140px;
  resize:vertical;

}

.loi-form .form-control:focus{

  border-color:#0d6efd;
  box-shadow:0 0 0 .2rem rgba(13,110,253,.15);

}

/* Hover */

.loi-form .form-control:hover{

  border-color:#0d6efd;

}

/* List */

.loi-form ul{

  padding-left:22px;

}

.loi-form ul li{

  margin-bottom:12px;
  line-height:1.8;

}

/* File Upload */

.loi-form input[type=file]{

  height:auto;
  padding:12px;

}

/* Button */

.loi-form .btn{

  background:#0d6efd;
  border:none;
  padding:14px 45px;
  border-radius:8px;
  font-size:18px;
  font-weight:600;
  transition:.3s;

}

.loi-form .btn:hover{

  transform:translateY(-3px);
  box-shadow:0 10px 20px rgba(13,110,253,.30);

}

/* Section Gap */

.loi-form .row{

  margin-bottom:10px;

}

.loi-form .mb-3,
.loi-form .mb-4{

  margin-bottom:22px!important;

}

/* File Box */

.loi-form input[type=file]{

  background:#f8f9fa;

}

/* Read Only */

.loi-form input[readonly]{

  background:#f8f9fa;

}

/* Responsive */

@media(max-width:768px){

.loi-form{

  padding:25px;

}

.loi-form h2{

  font-size:30px;

}

.loi-form h4{

  font-size:22px;

}

}


.transaction-procedure-section{
  font-family: var(--primary-font);
}



.external-links-section{
  background:#f8f9fa;
}

.external-title{
  font-size:40px;
  font-weight:700;
  margin-bottom:10px;
}

.external-subtitle{
  color:#666;
}

.external-card{
  background:#fff;
  padding:25px;
  border-radius:8px;
  box-shadow:0 5px 20px rgba(0,0,0,.08);
  height:100%;
}

.external-card h4{
  font-size:22px;
  font-weight:600;
  margin-bottom:20px;
  border-left:4px solid #c89b3c;
  padding-left:12px;
}

.external-card a{
  display:block;
  padding:8px 0;
  color:#333;
  
  transition:.3s;
}

.external-card a:hover{
  color:#c89b3c;
  padding-left:10px;
}


.privacy-policy p{
  font-size: 14px;
  font-family: var(--primary-font);
  color: var(--paragraph-color);
}