@charset "UTF-8";
/*
Theme Name: Protrade theme version 1.0
Theme URI: http://protradeuae.com/
Author: Anu G Prem
Author URI: anugprem99@gmail.com
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css?family=Inter:500,400|Outfit:600,500,400,700");
html {
  scroll-behavior: smooth;
  margin: 0px !important;
  padding:0px !important;
}
.top-nav {
	background-color: #081445;
	color: #D7DDDC;
	  font-family: "Inter", Helvetica;
	  padding:12px 0px 12px 0px;
	  font-size: 16px;
}
.top-nav a {
	text-decoration: none;
}

.darkbluedot {
	width: 7px;
	height: 7px;
	background-color: rgba(10, 27, 92, 1);
	position: absolute;
	left:15px;
	top:10px;
	border-radius: 50%;
}
.yellowdot {
	width: 7px;
	height: 7px;
	background-color: rgba(231, 184, 48, 1);
	position: absolute;
	left:15px;
	top:10px;
	border-radius: 50%;
}
#about {
	background-color: #ffffff;
}
.smalltitle {
	position: relative;
	padding-left: 25px !important;
	font-size: 14px;
	font-family: "Inter", Helvetica;
	font-weight: 500;
	color: rgba(10, 27, 92, 1);
}
.largetitle {
	font-size: 48px;
	font-family: "Outfit", Helvetica;
	font-weight: 700;
	color: rgba(10, 27, 92, 1);
}
.blockbg {
	display: inline-block;        /* Shrink to fit the text */
	color: black;                 /* Text color (optional) */
	padding: 0.25em 1.25em;       /* Top-bottom and left-right padding */
	border-radius: 999px;         /* Large radius to create a pill shape */
	font-size: 14px;              /* Adjust font size as needed */
}
.yellowbg {
	background-color: #e7b83026;
}
.whitebg {
	background-color: #ffffff;
}
.cover {
  background-image: url('img/cover.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;

  display: flex;
  align-items: center;    /* Vertical centering */
  justify-content: flex-start; /* Align to left */
  padding-left: 5%;       /* Optional: adjust left spacing */
}

.covertext {
  font-family: "Outfit", Helvetica !important;
  color: #ffffff;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 32px;
  /*max-width: 50%;        /* Optional: wrap text at a reasonable width */
}

.coverbutton {
	font-family: "Outfit", Helvetica !important;
    all: unset;
    box-sizing: border-box;
    position: relative;
    flex: 0 0 auto;
    background-color: rgba(231, 184, 48, 1);
    display: inline-flex;
    max-width: 176.97px;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border-radius: 48px;
    overflow: hidden;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}
.coverbutton:hover {
	color: #000000
}

.abouttext {
	font-size: 16px;
	font-family: "Inter", Helvetica;
	font-weight: 400;
	color: #0a1b5ccc;
	line-height: 28px;
}
.gap-24 {
	height: 24px;
}
.gap-16 {
	height: 24px;
}
.yellowbg ul {
	margin-bottom: 0px;
	padding-left: 15px;
}
.lightbluebg {
	background-color: #f5f5f580;
	color: rgba(10, 27, 92, 1);
}
@media (min-width: 768px) {
  .equal-height-row {
    display: flex;
    align-items: center;
  }
}
#mission, #service, #category {
	background-color: #F6F6F9;
}
#category {
	background-color: #ffffff;
}
#mission .card img, #service .card img, #category .card img {
	border-radius: 5px;
}
.card {
	background-color: #ffffff;
	padding: 23px;
	border: none;
	box-shadow: 0px 10px 50px 0px #00000011;
}
#mission h4, #service h4, #category h4 {
	font-size: 32px;
	font-weight: 600;
	color: rgba(10, 27, 92, 1);
}
#category h4 {
	font-size: 24px;
}
#mission p, #service p, #category p {
	color: #0a1b5ccc;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.missioncontent {
	min-height: 220px;
}
.catcontent {
	min-height: 100px;
	text-align: center;
}

#values {
	background-color: #ffffff;
}
#values .nav {
	font-size: 22px;
	font-weight: 500;
	border-width: 1px;
	border-style: solid;
	border-color: #0a1b5c1a;
}
#values .nav-pills .nav-link {
  border-radius: 0;
  color: rgba(10, 27, 92, 1);
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
  padding-left: 32px;
  background-color: #f5f5f5;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #0a1b5c1a;
}

#values .tab-content > .tab-pane {
/*  padding: 20px;
  border: 1px solid #dee2e6;*/
}

/* Remove left border on large screens */
@media (min-width: 768px) {
  #values .tab-content > .tab-pane {
    border-left: none;
  }
}

/* Optional: highlight active tab on mobile */
#values .nav-pills .nav-link.active {
  background-color: #0032fc;
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #0a1b5c1a;
}

#values h4 {
	font-family: "Outfit", Helvetica !important;
	font-size: 32px;
	font-weight:500; 
	color : rgba(10, 27, 92, 1);
	margin-top: 15px;
}

#values p {
	font-family: "Inter", Helvetica;
	font-size: 16px;
	font-weight:500; 
	color: #0a1b5ccc;
}
#strength {
	background-color: #F6F6F9;
}
.strengthtext {
	font-size: 16px;
	font-family: "Inter", Helvetica;
	font-weight: 400;
	color: #0a1b5ccc;
	line-height: 35px;
}

#connect {
	background-color: #0A1B5C;
}

#connect .col1 {
	background-image: url('img/connect.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}
#connect h1 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 500;
	margin-top: 15px;
	font-family: "Outfit", Helvetica !important;
}

.custom-input, .custom-textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 60px;
  padding: 15px;
  box-shadow: none !important;
  font-size: 16px;
  color: rgba(10, 27, 92, 1);
  font-family: "Inter", Helvetica;
}

.custom-textarea {
  height: 130px;
  resize: none;
}

.custom-input:focus,
.custom-textarea:focus {
  border-color: #ccc;
  outline: none;
  box-shadow: none;
}
#connect .cbutton {
    background-color: rgba(231, 184, 48, 1);
    border-radius: 48px;
    border:none;
    padding:16px 40px !important;
    font-size: 18px;
    font-weight: 600;
    font-family: "Outfit", Helvetica !important;
}
header .cbutton {
    background-color: #0032fc;
    border-radius: 48px;
    border:none;
    padding:16px 40px !important;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Outfit", Helvetica !important;
}
/* Smooth transitions */
.transition {
  transition: all 0.3s ease;
}

/* Shrink effect */
.navbar.shrink {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* Shadow on scroll */
.navbar.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Hide on scroll */
#mainNavbar.hide-navbar {
  transform: translateY(-100%);
}
/* Smooth transition */
.transition {
  transition: all 0.4s ease;
}

/* Shadow effect */
.navbar.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Shrink effect */
.navbar.shrink {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
@media (max-width: 992px) {
	.navbar .show {
		padding-bottom: 2rem !important;
	}
}
/* Slide Up: Hide navbar */
#mainNavbar.hide-navbar {
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
}

/* Slide Down (visible by default) */
#mainNavbar {
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
}
.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='gray' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.element .navbar-nav {
	font-family: "Outfit", Helvetica !important;
	font-size: 16px;
	font-weight: 400;
	color: #0A1B5C
}
.element a {
	text-decoration: none;
}
.element .navbar-nav a {
	color: #0A1B5C;
		border-bottom: 2px solid #ffffff;
		padding-bottom: 0px;
		margin-bottom:5px;
}
.element .navbar-nav a:active {
	border-bottom: 2px solid #0032FC;
}
#footer {
	background-color: #0032fc;
}
.mainfooter {
	color: #D7DDDC;
	font-family: "Inter", Helvetica;
	font-size: 16px;
	font-weight: 400;
}
.footerbar {
	border-top:1px solid #1946fc;
	color: #D7DDDC;
	font-size: 16px;
	font-weight: 400;
	font-family: "Inter", Helvetica;
}
#footer h2 {
	font-size: 24px;
	font-weight: 500;
	font-family: "Outfit", Helvetica !important;
	color: #FFFFFF;
}
#footer h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: "Outfit", Helvetica !important;
	color: #FFFFFF;
}
#footer h4 {
	font-size: 16px;
	font-weight: 400;
	font-family: "Inter", Helvetica;
	color: #D7DDDC;
}
#footer ul li a {
	text-decoration: none;
	color: #D7DDDC;
}
#footer ul li a:hover {
	color: #ffffff;
}
.mainfooter ul {
	list-style-type: none;
	padding-left:0px;
	color: #D7DDDC;
	font-size: 16px;
	font-weight: 400;
	font-family: "Inter", Helvetica;
}

.mainfooter ul li{
	margin-top:15px;
}
.tandc, .ppolicy {
	text-decoration: none;
	color: #D7DDDC;
}
.tandc:hover, .ppolicy:hover {
	color: #ffffff;
}
@media (max-width: 768px) {
  #mainNavbar span {
	font-size: 12px;
  }
  .covertext {
  	font-size: 40px;
  }
  .largetitle {
  	font-size: 35px;
  }
  #mission h4, #service h4, #category h4 {
      font-size: 24px;
  }
  #values .nav-pills .nav-link {
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: left;
      padding-left: 20px;
  }
  #values .nav {
      font-size: 16px;
  }
  #connect h1 {
      font-size:35px;
  }
  #connect .cbutton {
      padding: 12px 35px !important;
  }
  .footerbar {
  	font-size: 14px;
  }
  #footer h2 {
      font-size: 22px;
  }
  #footer h3 {
      font-size: 18px;
  }
  #footer h4 {
      font-size: 14px;
  }
  .mainfooter ul {
      font-size: 14px;
  }
}