/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header And Nav-Bar
    - Banner
    - About
    - Portfolio
    - Pricing
    - Blog
    - Contact Us
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font{font-family: 'Montserrat', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 8px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #fb5919;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}
html{
    scroll-behavior: smooth;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    bottom: 0;

}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #202020;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 400; font-family: 'Montserrat', sans-serif;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
.hidden{display: none;}
section{padding: 2.5rem 0;}
.padding-bottom {padding-bottom: 5.5rem;}
.padding-top {padding-top: 5.5rem;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 1; display:inline-block; font-size: 16px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; width: auto;font-family: 'Roboto', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important; height: 50px;}
/* Red button */
.btn.btn-red {background: #00235a; border-color: #00235a; color: #ffffff}
.btn.btn-red:hover {background: white !important; border-color: #00235a; color: #00235a !important}
/* Orange button */
.btn.btn-orange {background: #fb4700; border-color: #fb4700; color: #ffffff}
.btn.btn-orange:hover {background: #d43030 !important; border-color: #d43030; color: #ffffff !important}
/* Black button */
.btn.btn-black {background: #fb4700; border-color: #fb4700; color: #ffffff}
.btn.btn-black:hover {background: #202020 !important; border-color: #202020; color: #ffffff !important}
/* Transparent button */
.btn.btn-trans:hover {background: transparent !important; border-color: #00235a; color: #00235a !important;}
.btn.btn-trans {background: #00235a !important; border-color: #00235a; color: #ffffff !important}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 42px; line-height: 2em}
.btn.btn-large {font-size:16px;  padding: 14px 30px; line-height: 2em;}
.btn.btn-rounded {border-radius: 50px;}

/* Text color */
.text-red {color: #00235a;}
.text-orange {color: #00235a;}
.text-black {color: #000000;}
.text-white {color: #ffffff;}

/* Background color */
.bg-red {background: #00235a;}
.bg-orange {background: #00235a;}
.bg-black {background: #000000;}
.bg-gray {background: #fbfbfb;}
.bg-transparent {background: transparent;}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

/* ===================================
          Top Header Section
====================================== */
/* HEADER */
.top-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  z-index: 999;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo img {
  height: 80px;
  width: 200px;
}

/* DESKTOP NAV */
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 35px;
}

.main-nav ul li a {
  text-decoration: none;
  color: #202020;
  font-weight: 500;
  transition: 0.3s;
}

.main-nav ul li a:hover {
  color: #00235a;
}

/* RIGHT SECTION */
.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* QUOTE BUTTON */
.quote-btn {
  padding: 8px 20px;
  border-radius: 25px;
  border: 1px solid #032546;
  text-decoration: none;
  color: #03213e;
  font-weight: 500;
  transition: 0.3s;
}

.quote-btn:hover {
  background: #00235a;
  color: #fff;
}

/* TOGGLE BUTTON */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 25px;
  height: 2px;
  background: #202020;
  transition: 0.3s;
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 80px;
  right: -100%;
  width: 250px;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  transition: 0.3s ease;
  padding: 20px;
}

.mobile-menu ul {
  list-style: none;
}

.mobile-menu ul li {
  margin-bottom: 15px;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #202020;
  font-size: 16px;
}

.mobile-menu.active {
  right: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .main-nav {
    display: none;
  }

  .quote-btn {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }
}
/* NAV WRAPPER */
.nav-wrapper {
  max-width: 1600px;
  margin: auto;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */

/* DESKTOP NAV */
.desktop-nav ul {
  display: flex;
  list-style: none;
  gap: 35px;
}

.desktop-nav ul li a {
  text-decoration: none;
  color: #00235a;
  font-weight: 500;
  transition: 0.3s;
  font-size: 20px;
}



/* RIGHT SIDE */
.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* QUOTE BUTTON */
.quote-btn {
  padding: 8px 22px;
  border-radius: 30px;
  border: 1px solid #00235a;
  text-decoration: none;
   background: #00235a;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.quote-btn:hover {
 background-color: #FFFFFF;
 border: 1 px solid #00235a;
 color: #00235a;
}

/* RESPONSIVE BEHAVIOR */
@media (max-width: 992px) {

  .desktop-nav {
    display: none;
  }

  .quote-btn {
    display: none;
  }

  .menu_bars {
    display: block;
  }
}

/* ===================================
    Header & Navigation
====================================== */

.menu_bars, .menu_bars2 {
    padding: 5px;
    width: 38px;
    cursor: pointer;
    z-index: 1;
}

.menu_bars2 {
    height: 36px;
    position: absolute;
}

.menu_bars span {
    background: #202020;
    width: 30px;
    height: 2px;
    display: block;
}

.menu_bars2 span {
    background: #ffffff;
    width: 30px;
    height: 2px;
    display: block;
}

.menu_bars2 span {
    height: 1px;
}

.transparent-bg .menu_bars span, .menu-outer.menu_bars span {
    background: #ffffff;
}

.transparent-bg.black .menu_bars span, .just-menu .menu_bars span {
    background: #212622;
}

.menu_bars, .menu_bars span, .menu_bars2, .menu_bars2 span{
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}

.menu_bars span:nth-child(1) {
    width: 30px;
}

.menu_bars span:nth-child(2) {
    width: 30px;
    margin: 6px auto;
}

.menu_bars span:nth-child(3) {
    width: 30px;
}

.menu_bars:hover span:nth-child(2) {
    width: 30px;
}

.menu_bars2 span:nth-child(2) {
    display: none;
}

.menu_bars2 span:nth-child(1), .menu_bars2 span:nth-child(3) {
    width: 30px;
    top: 20px;
    position: absolute;
    left: 5px;
    margin-top: -1px;
}

.menu_bars2 span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_bars2 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_bars2.active {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
}

/* ===================================
    Side Menu
====================================== */

/* Default Right SideNav */
.side-menu {
    width: 35%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fb5919;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #212622;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn.left {
    left: 15px;
    right: auto;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side-menu .side-nav {
    margin-bottom: 20px;
    display: block;
}

.side-nav .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    display: inline-table;
    color: #202020;
    padding: 10px 0 10px 0 !important;
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    min-height: 50px;
    position: relative;
    text-transform: capitalize;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #00235a;
    display: inline-block;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after, .side-nav .navbar-nav .nav-link:focus::after, .side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-item {
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.side-nav .navbar-nav .nav-item {
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a  {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

/* Center Nav */

.side-menu.center {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    overflow-x: hidden;
}

.side-menu.center .inner-wrapper {
    text-align: center;
}

.side-menu.center .side-nav {
    margin: 0 auto 20px;
}

.side-menu.center .side-nav .navbar-nav .nav-link {
    padding: 0 0 4px 0 !important;
    margin-right: 30px;
}

/* Left SideNav */
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.side-menu-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.quarter-circle {
    display: inline-block;
    margin: 0;
    width: 120px;
    right: 0;
    position: absolute;
    top: 0;
    height: 120px;
    background: #00235a;
    border-radius: 0 0 0 120px;
    z-index: 2;
    transition: .5s ease;
    cursor: pointer;
}

.quarter-circle:hover {
    background: #000000;
    transition: .5s ease;
}

/* Social Icons */

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    font-size: 18px;
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
}

.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    z-index: 1;
    position: absolute;
}

/* ===================================
    Banner Section
====================================== */

.banner:before {
    content: url(../images/banner-particles.png);
    position: absolute;
    right: -420px;
    top: 250px;
    animation: scale .8s alternate infinite linear both;
}

.main-heading{
    font-size: 60px;
    font-family: 'Montserrat' , sans-serif;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
    letter-spacing: -3px;
    color: #202020;
}

.margin-sub-heading{
    color: #202020;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sub-para{
    font-size: 15px;
    font-family: 'Roboto' , sans-serif;
    text-align: left;
}

.col-height{
    height: 100vh;
}

.custom-box{
    padding: 60px 37px;
    position: relative;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.box-1 {
    margin-bottom: 215px;
}

.box-adjust {
    margin-bottom: 215px;
}

/* Boxes And Arrow */

.custom-box{
    padding: 60px 37px;
    position: relative;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.custom-box .box-text{
    font-size: 28px;
    font-family: 'Montserrat' , sans-serif;
    font-weight: 600;
    line-height: 1.143;
    text-align: left;
    letter-spacing: 0;
    position: relative;
    color: #ffffff;
}

.arrow-box {
    position: absolute;
    background-color: #fb5919;
    font-size: 30px;
    padding: 10px 11px;
    right: 0;
    bottom: 0;
    visibility: visible;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    -webkit-animation: 0.5s fadeInUp;
    animation: 0.5s fadeInUp;
}

.arrow-box.arrow-box-hidden {
    visibility: hidden;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
    -webkit-animation: 0.5s fadeInDown;
    animation: 0.5s fadeInDown;
}

.arrow-box .las{
    color: #ffffff !important;
    visibility: visible;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.arrow-box .las.las-hidden{
    visibility: hidden;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
}

.arrow-box1 {
    position: absolute;
    background-color: #d43030;
    font-size: 30px;
    padding: 10px 11px;
    right: 0;
    bottom: 0;
    visibility: hidden;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
    -webkit-animation: 1s fadeInUp;
    animation: 1s fadeInUp;
}

.arrow-box1.arrow-box1-display{
    visibility: visible;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    -webkit-animation: 0.5s fadeInDown;
    animation: 0.5s fadeInDown;
}

.arrow-box1 .las{
    color: #ffffff !important;
    visibility: hidden;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
}

.arrow-box1 .las.las-visible{
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    visibility: visible;
}

.custom-box:hover .arrow-box1 i {
    -webkit-animation: 1.5s rubberBand;
    animation: 1.5s rubberBand;
}

.bg-campus-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.bg-campus-icon i {
    position: absolute;
    color: #d43030;
    top: 15px;
    font-size: 200px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    -webkit-animation: scale .6s alternate infinite linear both;
    animation: scale .6s alternate infinite linear both;
}

@-webkit-keyframes scale {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes scale {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.custom-box.bg-orange:hover {
    background: #fb5919;
}

.custom-box.bg-orange:hover .bg-campus-icon i {
    opacity: 0.8;
}

.custom-box:hover .arrow-box i {
    -webkit-animation: 1s rubberBand;
    animation: 1s rubberBand;
}

.bg-study-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.bg-study-icon i {
    position: absolute;
    color: #fb5919;
    top: 15px;
    font-size: 200px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    -webkit-animation: scale .6s alternate infinite linear both;
    animation: scale .6s alternate infinite linear both;
}

@keyframes scale {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.custom-box.bg-red:hover {
    background: #d43030;
}

.custom-box.bg-red:hover .bg-study-icon i {
    opacity: 0.8;
}

/* Carousel Mini  */

.image-div{
    width: 100%;
    height: 216px;
    overflow: hidden;
}

.mini-slider .carousel .animation1{
    -webkit-animation: 0.5s fadeInUp;
    animation: 0.5s fadeInUp;
}

.mini-slider .carousel .animation2{
    -webkit-animation: 0.5s fadeInDown;
    animation: 0.5s fadeInDown;
}

/*Fixed Nav*/

.fixed-nav-on-scroll{
    background-color: #00235a;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    width: 120px;
    animation: 1s fadeInRight;
    display: inline-block;
    margin: 0;
    height: 120px;
    border-radius: 0 0 0 120px;
    transition: .5s ease;
    cursor: pointer;
}

.fixed-nav-on-scroll:hover {
    background-color: #000000;
    transition: .5s ease;
}

.fixed-nav-on-scroll .menu_bars span {
    background: #ffffff;
}

.fixed-nav-on-scroll .fixed-icon-scroll {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(20%);
}

.fixed-nav-appear{
    display: block;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 0.5rem 2rem;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
    About Section
====================================== */

/* ===================================
    About Section - Improved Layout
====================================== */

.about-sec {
    padding: 50px 0; /* Add vertical breathing room for the whole section */
}

.heading {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    color: #00235a;
    font-weight: bold;
    width: 100%; /* Changed from 95% for better centering */
    margin-bottom: 30px;
    text-transform: capitalize;
}

.text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 17px; /* Slightly larger for readability */
    color: #555; /* Softened the black to a dark gray */
    line-height: 1.8;
    margin-bottom: 40px;
}

/* --- Container for the 4 Cards --- */
.about-sec .our-about-sec {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* --- The Column Wrapper (Adding Space Between) --- */
.about-sec .our-about-sec .col-lg-3 {
    padding: 15px; /* This creates the "Gutter" space between cards */
}

/* --- The Card Styling --- */
.about-sec .our-about-sec .about-card {
    background: #ffffff;
    padding: 40px 25px;
    height: 100%;
    border-radius: 12px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: all 0.4s ease;
}

/* Hover Elevation Effect */
.about-sec .our-about-sec .about-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border-color: #00235a;
    cursor: pointer;
}

.about-sec .our-about-sec .about-card .image-holder i {
    font-size: 40px;
    color: #00235a;
    transition: transform 0.6s ease, color 0.4s ease;
    transform-style: preserve-3d;
}
/* Icon Circle */
.about-sec .our-about-sec .about-card .image-holder {
    margin-bottom: 25px;
    width: 80px;
    height: 80px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease;
    perspective: 1000px; /* Needed for flip */
}

/* Hover Icon Flip + Background Change */
.about-sec .our-about-sec .about-card:hover .image-holder {
    background: #00235a;
}

.about-sec .our-about-sec .about-card:hover .image-holder i {
    color: #ffffff;
    transform: rotateY(180deg);
}

.about-sec .our-about-sec .about-card .about-card-heading {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    color: #202020;
}

.about-sec .our-about-sec .about-card .about-card-detail {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* --- Hover State (Professional & Spacious) --- */
.about-sec .our-about-sec .about-card {
    transform: translateY(-10px); /* Lift effect */
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: #00235a;
    cursor: pointer;
}

.about-sec .our-about-sec .about-card .image-holder {
    background: #00235a;
}

.about-sec .our-about-sec .about-card .image-holder i {
    color: #ffffff;
}
/* ===================================
    Portfolio Section
====================================== */
.section-title {
    margin-top: 0;
    text-transform: capitalize;
}

/* Enhancing the stats numbers slightly */
.parallax-box {
    padding: 20px;
    transition: all 0.3s ease;
}

.parallax-box:hover {
    transform: translateY(-5px);
}

.count {
    font-size: 45px;
    font-weight: 800;
    margin: 0;
}

.counter-plus {
    font-size: 24px;
    font-weight: bold;
    color: #00235a; /* Matching your theme green */
}
.parallax-box{
    text-align: center;
}

.parallax-box h2{
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
}

.parallax-box h5{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.team-data-img {
    overflow: inherit;
}

.single-work {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
}

.single-work img {
    width: 100%;
    height: 300px;
}

.single-work .title {
    width: 80%;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 15px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Roboto', sans-serif;
}

.single-work .overlay-text {
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.cases-image-inner {
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
}
.cases-line {
    position: absolute;
    background: #ffffff;
}
.top {
    top: 15px;
    right: 15px;
    width: 100px;
    height: 2px;
}
.top-right {
    top: 15px;
    right: 15px;
    height: 100px;
    width: 2px;
}
.bottom {
    top: unset;
    bottom: 15px;
    left: 15px;
    width: 100px;
    height: 2px;
}
.bottom-left {
    top: unset;
    bottom: 15px;
    left: 15px;
    height: 100px;
    width: 2px;
}

.single-work .overlay-text:before, .single-work .overlay-text:after {
    opacity: 0.6;
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.single-work .overlay-text:before {
    right: 0;
}

.single-work .overlay-text:after {
    left: 0;
}

.item:hover .overlay-text {
    opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    z-index: 1;
}

.item .img-responsive {
    max-width: 100%;
    transition: all .5s ease 0.2s;
}

.item:hover .img-responsive {
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}
/* Tab/Filter Styling */
.nav-link-style {
    border: none; background: #f4f4f4; padding: 10px 25px;
    margin: 5px; border-radius: 30px; font-weight: 600; cursor: pointer; transition: 0.3s;
}
.nav-link-style.active { background: #00235a; color: white; }

/* Grid Layout */
.portfolio-grid .item { margin-bottom: 30px; }

.single-work { position: relative; overflow: hidden; background: #000; }
.img-responsive { width: 100%; transition: 0.6s ease; display: block; }
.item:hover .img-responsive { transform: scale(1.1); opacity: 0.5; }

/* Overlay & Brackets */
.overlay-text {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0; transition: 0.4s; display: flex; align-items: center; justify-content: center;
}
.item:hover .overlay-text { opacity: 1; }

.cases-image-inner {
    position: relative; width: 80%; height: 80%;
    display: flex; align-items: center; justify-content: center;
}

/* BRACKET LINES */
.line-tr-horiz, .line-tr-vert, .line-bl-horiz, .line-bl-vert {
    position: absolute; background: #fff; transition: 0.5s ease; opacity: 0;
}
/* Top Right */
.line-tr-horiz { top: 0; right: 0; width: 0; height: 2px; }
.line-tr-vert { top: 0; right: 0; height: 0; width: 2px; }
/* Bottom Left */
.line-bl-horiz { bottom: 0; left: 0; width: 0; height: 2px; }
.line-bl-vert { bottom: 0; left: 0; height: 0; width: 2px; }

/* Hover Drawing Effect */
.item:hover .line-tr-horiz, .item:hover .line-bl-horiz { width: 50px; opacity: 1; }
.item:hover .line-tr-vert, .item:hover .line-bl-vert { height: 50px; opacity: 1; }

.item h6 { transform: translateY(15px); transition: 0.4s ease; }
.item:hover h6 { transform: translateY(0); }
/* ===================================
    choose us
====================================== */
.why-choose-us {
    background-color: #ffffff;
    padding: 50px 5%;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.heading-center {
    text-align: center;
    margin-bottom: 80px;
}

.heading-center .subtitle {
    color: #000000; /* Matching your green hover */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.fw-700{
    font-weight: 700;
}
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    align-items: center;
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto;
}

.feature-card {
    background: #fdfdfd;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
}

.feature-card:hover {
    transform: translateY(-10px);
    border-bottom: 4px solid #00235a;
}

/* Staggering the columns */
.col-left { margin-top: -30px; }
.col-right { margin-top: 30px; }

.icon-box {
    font-size: 35px;
    color: #00235a;
    margin-bottom: 20px;
}

.feature-middle {
    display: flex;
    justify-content: center;
}
.texts {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 20px;
}


.experience-badge {
    background: #00235a;
    color: white;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 10px solid #f0f0f0;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.experience-badge .number {
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
}

/* --- Responsive Layout --- */
@media (max-width: 1100px) {
    .feature-grid {
        grid-template-columns: 1fr 1fr;
    }
    .feature-middle {
        grid-column: span 2;
        order: -1; /* Move badge to top */
        margin-bottom: 50px;
    }
    .col-left, .col-right { margin-top: 0; }
}

@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }
    .feature-middle {
        grid-column: span 1;
    }
    .experience-badge {
        width: 180px;
        height: 180px;
    }
}

/* ===================================
    Pricing Section
====================================== */

.pricing-sec .pricing-details{
    margin-bottom: 50px;
}

.pricing-sec .pricing-details .heading{
    margin: 25px auto 50px auto;
}

.pricing-sec .pricing-details .sub-heading span{
    display: block;
    width: 30px;
    height: 2px;
    background-color: #202020;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.pricing-sec .pricing-cards{
    overflow: hidden;
}

.pricing-sec .pricing-card{
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 18.5px;
    padding-right: 18.5px;
    transition: .5s ease;
}

.pricing-sec .pricing-card .pricing-card-heading{
    font-size: 24px;
    font-weight: 400;
    color: #202020;
    transition: .5s ease;
    text-transform: capitalize;
}

.pricing-sec .pricing-card .pricing-card-text{
    font-size: 14px;
    color: #202020;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    transition: .5s ease;
    width: 85%;
    margin: auto;
    margin-bottom: 25px;
    line-height: 20px;
}

.pricing-sec .pricing-card .pricing-amount{
    font-size: 60px;
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
    transition: .5s ease;
    display: inline-block;
}

.pricing-sec .pricing-card .pricing-amount span{
    font-size: 15px;
    color: #202020;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    transition: .5s ease;
}

.pricing-sec .pricing-card .pricing-amount i{
    font-size: 15px;
    color: #202020;
    font-weight: bolder;
    position: absolute;
    left: -18px;
    top: 22%;
    transition: .5s ease;
}

.pricing-sec .pricing-card .pricing-features{
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
    transition: .5s ease;
}

.pricing-sec .pricing-card .pricing-features li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #202020;
    text-decoration: none;
}

.pricing-sec .pricing-card.active:nth-child(2){
    box-shadow: 1px 1px 15px #e1e1e1;
    background: #d43030;
    border-radius: 0;
}

.pricing-sec .pricing-card.active:nth-child(2) *{
    color: #ffffff;
}

/* ===================================
      Blog Section
====================================== */

.sponsor-tags .item{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sponsor-tags .item img{
    width: 80%;
    display: inline-block;
}

.blog-area {
    padding-top: 80px;
}

.blog-area .heading {
    line-height: 1.1;
    font-size: 48px;
    margin-bottom: 30px;
}

.blog-box{
    padding: 60px 37px;
    margin-top: 215px;
    position: relative;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.blog-box:hover {
    background-color: #d43030;
}

.blog-box .box-text{
    font-size: 28px;
    font-family: 'Montserrat' , sans-serif;
    font-weight: 600;
    line-height: 1.143;
    text-align: left;
    letter-spacing: 0;
    position: relative;
    color: #ffffff;
}

/* ===================================
      Contact Section
====================================== */

.contact-sec{
    padding-bottom:0;
}

.contact-sec .heading{
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 40px;
}

.contact-sec .contact-form{
    width: 95%;
}

.contact-sec .contact-form input{
    color: #8799a3;
    font-size: 16px;
    height: 50px;
    padding: 25px;
}

.contact-sec .contact-form .form-control{
    border-radius: 0;
    border:solid 2px #eceef2;
}

.contact-sec .contact-form input::placeholder{
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form textarea{
    padding: 13px;
    padding-left: 25px;
    height: 202px;
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form .btn-red{
    margin-top: 20px;
}
@media (min-width:300px) and (max-width:992px) {
    .contact-sec .contact-form .btn-red{
        margin-bottom: 20px;
    }
}

/*contact details*/
.contact-sec .contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details{
    font-family: Roboto, sans-serif;
    width: 90%;
    margin-left: 20px;
}

.contact-sec .contact-details .heading{
    margin-bottom: 35px;
}

.contact-sec .contact-details .text{
    color: #ffffff;
    opacity: .8;
}

.contact-sec .contact-details ul{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.contact-sec .contact-details ul li{
    color: #ffffff;
    opacity: .8;
    list-style: none;
    margin-bottom: 22px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.contact-sec .contact-details ul li:first-child{
    width: 60%;
}

.contact-sec .contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child{
    padding-right: 0;
}

.contact-sec .contact-details ul li i{
    font-size: 28px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #ffffff;
}
/* Push the bottom section to right side */
.contact-sec .footer-social {
    display: flex;
    justify-content: flex-end;
}

.contact-sec .footer-social ul {
    display: flex;
    gap: 15px;
    padding-left: 0;
    margin-bottom: 10px;
}

.contact-sec .footer-social ul li {
    list-style: none;
}

.contact-sec .footer-social ul li a {
    font-size: 16px;
    color: #00235a;
    transition: 0.3s ease;
}

.contact-sec .footer-social ul li a:hover {
    color: #ffffff;
}

/* Align copyright to right */
.contact-sec .company-about {
    text-align: right;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .contact-sec .footer-social,
    .contact-sec .company-about {
        justify-content: center;
        text-align: center;
    }
}
/* Make social + copyright in one row */
.footer-social,
.company-about {
    display: inline-block;
    vertical-align: middle;
}

/* Parent alignment */
.contact-sec .col-lg-12 {
    display: flex;
    justify-content: flex-end; /* move to right */
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; /* responsive */
    margin-left: 50px;
}

/* Remove bottom margin */
.company-about {
    margin-bottom: 0;
}

/* Make social icons horizontal */
.footer-social ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}
/* Tablet */
@media (max-width: 991px) {
    .contact-sec .col-lg-12 {
        justify-content: center;  /* Center on tablet */
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .contact-sec .col-lg-12 {
        flex-direction: column;   /* Stack properly */
        gap: 10px;
    }

    .contact-sec .footer-social ul {
        justify-content: center;
    }
}
/* Small devices: 400px to 500px */
@media (min-width: 400px) and (max-width: 500px) {

    .contact-sec .col-lg-12 {
        display: flex;
        flex-direction: column;   /* Stack properly */
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-align: center;
    }

    .contact-sec .footer-social ul {
        display: flex;
        justify-content: center;
        gap: 12px;
    }

    .contact-sec .footer-social ul li a {
        font-size: 15px; /* Slightly smaller icons */
    }

    .contact-sec .company-about {
        font-size: 14px;
        margin: 0;
    }
}

/* ===================================
   Footer
====================================== */

.footer-style-1{
    padding: 5rem 0;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background-color:#00235a;
    color: #ffffff;
}

.company-about{
    font-size: 18px;
    font-weight: 700;
}

/* ===================================
    Cursor
====================================== */

#animated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ #animated-cursor{
    display: inline-block;
}

#cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: 2px solid #202020;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

#cursor:before {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: 9px;
    color: #202020;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#hold-event {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background: rgba(255,255,255,0);
}

#cursor-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #202020;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-9px, -9px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}

#cursor:after {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 9px;
    color: #202020;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-7px, -7px) rotate(0deg);
        transform:  translate(-7px, -7px) rotate(0deg);
    }

    95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
        transform:  translate(-7px, -7px) rotate(350deg);
    }

    100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
        transform:  translate(-7px, -7px) rotate(360deg);
    }
}

.header-appear.cursor-light:hover ~ #animated-cursor{
    display: none;
}

.header-appear .animated-wrap, .header-appear .animated-element {
    transform: none !important;
}

/* ===================================
    Loader
====================================== */

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    background: #ffffff;
    overflow: hidden !important;
}
.loading {
    position: absolute;
    top: 44%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loading.reversed li {
    border: 4px solid;
    -webkit-animation: LOADINGREV 2s infinite;
    animation: LOADINGREV 2s infinite;
}
.loading.reversed li:nth-child(1n) {
    border-color: #00235a;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loading.reversed li:nth-child(2n) {
    border-color: #00235a;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading.reversed li:nth-child(3n) {
    border-color: #00235a;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loading li {
    position: absolute;
    margin: 0;
    height: 30px;
    width: 30px;
    border-radius: 100%;
}
.loading li:nth-child(1n) {
    left: -35px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loading li:nth-child(2n) {
    left: 0;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading li:nth-child(3n) {
    left: 35px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.grid-row:after {
    content: '';
    display: table;
    clear: both;
}
.grid-row .col {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
@-webkit-keyframes LOADINGREV {
    0% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
    50% { -webkit-transform: scale(1); transform: scale(1); background: #ffffff; }
    100% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
}
@keyframes LOADINGREV {
    0% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
    50% { -webkit-transform: scale(1); transform: scale(1); background: #ffffff; }
    100% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
}

/* ===================================
     Stand Alone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    margin-bottom: 10px;
}
.standalone-area .sub-heading{
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 56px;
    color: #2b2b2b;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .para_text{
    font-family: 'Roboto' , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}
.standalone-area .heading-text{
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
}

.page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background-color: #fbfbfb;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#202020;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    text-transform:capitalize;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#d43030;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#fb4700;
}

.page-breadcrumb li a:hover{
    color:#fb4700;
}

/* ===================================
   Media & Queries
====================================== */

@media (min-width: 1800px) {}

@media (max-width: 1280px) and (min-width: 992px) {
    .revicon {
        display: none!important;
    }
    .custom-box .box-text {
        font-size: 22px;
    }
    .blog-box .box-text {
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .heading {
        font-size: 44px;
    }
    .main-heading {
        text-align: center;
    }
    .sub-para {
        text-align: center;
    }
    #cursor {
        display: none;
    }

    /* Side Menu */
    .side-menu.center .side-nav .navbar-nav .nav-link {
        margin-right: 0;
        padding: 0 0 30px 0 !important;
    }

    /* Banner */
    .banner {
        padding-bottom: 7.5rem!important;
    }
    .revicon {
        display: none!important;
    }
    .col-height {
        height: 50vh;
    }
    .box-1 {
        margin-bottom: 0;
    }
    .logo {
        margin-left: 10px;
    }

    /* About */
    .about-sec .our-about-sec .about-card {
        width: 60%;
        margin: auto;
    }

    /* Pricing */
    .pricing-sec .price-cards {
        width: 60%;
        margin: auto;
    }

    /* Portfolio */
    .parallax-box h5 {
        font-size: 16px;
    }

    /* Blog */
    .blog-area .heading {
        font-size: 44px;
    }
    .blog-box {
        margin-top: 0;
    }

    /* Contact */
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .footer-style-1 {
        padding-top: 3rem!important;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .para_text {
        font-size: 18px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    body {
        text-align: center;
    }
    .side-menu {
        width: 380px;
    }
    #cursor {
        display: none;
    }
    section, .section-padding, .pricing-padding {
        padding: 4.5rem 0;
    }

    /* Side Menu */
    .side-menu.center .side-nav .navbar-nav .nav-link {
        margin-right: 0!important;
    }
    .quarter-circle {
        width: 100px;
        height: 100px;
    }
    .logo-full {
        display: inline-block;
        width: 200px;
    }
    .side-menu.center .side-nav .navbar-nav .nav-link {
        padding: 0 !important;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 20px;
        min-height: unset;
        line-height: 1.4;
    }
    .fixed-nav-on-scroll {
        height: 80px;
        width: 80px;
    }
    .fixed-nav-on-scroll .fixed-icon-scroll {
        top: 50%;
        left: 42%;
        transform: translateY(0);
    }

    /* Banner */
    .banner {
        padding-bottom: 4.5rem!important;
    }
    .main-heading {
        font-size: 40px;
        text-align: center;
    }
    .sub-para {
        font-size: 14px;
        text-align: center;
    }
    .btn.btn-medium {
        font-size: 14px;
    }
    .col-height {
        height: 78vh;
    }
    .box-1 {
        margin-bottom: 0;
    }
    .heading {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .text {
        font-size: 14px;
    }
    .padding-top {
        padding-top: 4rem;
    }

    /* Portfolio */
    .parallax-box {
        padding: 20px 0;
    }

    /* Pricing */
    .pricing-sec .pricing-details .heading {
        margin-bottom: 25px;
    }
    .pricing-sec .pricing-details {
        margin-bottom: 0;
    }
    .pricing-sec .pricing-card {
        padding-bottom: 60px;
    }

    /* Blog */
    .blog-area .heading {
        font-size: 32px;
    }
    .blog-box {
        margin-top: 0;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 32px;
    }
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .footer-style-1 {
        padding-top: 2rem;
    }
    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .side-menu {
        width: 370px;
    }
    .side-menu .inner-wrapper {
        padding: 2.5rem 5rem 3.5rem;
    }
    .main-heading {
        font-size: 36px;
    }
    .custom-box .box-text {
        font-size: 24px;
    }
    .heading {
        font-size: 28px;
    }
    .blog-area .heading {
        font-size: 28px;
    }
}
.our-about-sec {
    row-gap: 30px;   /* vertical space */
}
.about-card {
    min-height: 200px;      /* controls height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
}
.counter-wrap {
    display: inline-flex;
    align-items: baseline;   /* keeps + aligned with number */
}

.counter-plus {
    font-size: 28px;
    font-weight: 600;
    margin-left: 2px;
}
.clients-section {
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

.section-header h2 {
    font-size: clamp(28px, 5vw, 42px);
     font-weight: 700;
    margin-bottom: 8px;
    color: #00235a;
}

.section-header p {
    color: #555;
    margin-bottom: 40px;
}

.logo-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.logo-track {
    display: flex;
    width: calc(250px * 12);
    animation: scroll 25s linear infinite;
}

.logo-item {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.logo-item img {
    max-width: 250px;
    max-height: 100px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.logo-item img:hover {
    transform: scale(1.05);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .logo-item {
        width: 180px;
    }

    .logo-item img {
        max-width: 120px;
    }
}
/*----- Testimonial -----*/
/* Background Section */
.testimonial-bg {
    height: 400px;
    /* CHANGE HERE: path to your image */
    background: url('../images/testimonial-bg.jpg') no-repeat center center/cover;
    
    /* ADD THIS FOR PARALLAX */
    background-attachment: fixed; 
    
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.overlay {
    background: rgba(0, 0, 0, 0.2); 
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10%;
}

.top-text {
    color: white;
    text-align: right;
}

.top-text .subtitle {
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 700;
}

.top-text h1 {
    font-size: 3.5rem;
    margin: 0;
    font-weight: 400;
}

/* White Content Section */
.testimonial-content {
    background-color: #f9f9f9;
    display: flex;
    padding: 0 10% 80px 10%;
    position: relative;
    z-index: 5; /* Keeps content above the parallax background */
}

/* Profile Image Handling */
.profile-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.profile-img-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f9f9f9;
    transform: translateY(-50%); 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
#user-img{
    width: 200px;
    height: 200px;
}

.profile-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Navigation and Name */
.nav-arrows {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: -60px; 
}

.nav-arrows i {
    color: #999;
    cursor: pointer;
    font-size: 0.9rem;
}

.name-tag {
    text-align: center;
}

.name {
    color: #00235a; 
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
}

.location {
    color: #777;
    margin-top: 5px;
}

/* Quote Text Area */
.text-area {
    flex: 2;
    padding-top: 40px;
    padding-left: 40px;
}

.quote {
    color: #888;
    line-height: 1.6;
    font-size: 1.1rem;
    max-width: 600px;
    margin-bottom: 20px;
}

.stars {
    color: #00235a;
    font-size: 0.9rem;
}
/* --- Responsive Testimonials --- */

/* For Tablets and smaller desktops (992px) */
@media (max-width: 992px) {
    .testimonial-bg {
        height: 300px; /* Reduced height for better balance */
    }

    .top-text h1 {
        font-size: 2.5rem; /* Shrink large heading */
    }

    .testimonial-content {
        padding: 0 5% 50px 5%; /* Less side padding */
    }

    .text-area {
        padding-left: 20px;
    }
}

/* For Mobile Phones (768px and below) */
@media (max-width: 768px) {
    .testimonial-bg {
        justify-content: center; /* Center top text on mobile */
        height: 250px;
    }

    .overlay {
        justify-content: center;
        padding-right: 0;
        text-align: center;
    }

    .top-text {
        text-align: center;
    }

    .top-text h1 {
        font-size: 2rem;
    }

    /* Change flex from row to column */
    .testimonial-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 40px;
    }

    /* Adjust the floating profile image */
    .profile-img-wrapper {
        width: 150px;
        height: 150px;
        transform: translateY(-50%); /* Keeps it floating */
    }

    #user-img {
        width: 150px;
        height: 150px;
    }

    /* Fix navigation arrows and name spacing */
    .nav-arrows {
        margin-top: -40px; 
        justify-content: center;
        width: 100%;
    }

    .text-area {
        padding-left: 0; /* Remove side padding for vertical stack */
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quote {
        font-size: 1rem;
        margin: 0 auto 20px auto;
    }

    /* Ensure fixed background isn't jumpy on mobile (optional) */
    .testimonial-bg {
        background-attachment: scroll; 
    }
}

/* For Extra Small Phones (480px) */
@media (max-width: 480px) {
    .top-text h1 {
        font-size: 1.6rem;
    }

    .name {
        font-size: 1.2rem;
    }

    .profile-img-wrapper {
        width: 120px;
        height: 120px;
    }
    
    #user-img {
        width: 120px;
        height: 120px;
    }
}
/* Parallax Base Settings */
.parallax {
    position: relative;
    height: 90vh; /* Full screen height */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background Images - Add your images here */
.section-1 { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/parallax-bg1.webp'); }
.section-2 { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/parallax-bg-2.jpeg'); }
.section-3 { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/parallax-bg3.png'); }
.section-4 { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/parallax-bg4.jpeg'); }

/* Content Styling */
.content-box {
    text-align: center;
    color: white;
    padding: 20px;
    max-width: 800px;
}

.content-box h2 {
    font-size: 3rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content-box p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Button Styling */
.btn {
    text-decoration: none;
    border: 2px solid white;
    padding: 12px 30px;
    font-weight: bold;
    transition: all 0.3s ease;
    background-color: white;
    color: #333;
}

.btn:hover {
    background-color: #00235a;
    color: #ffffff;
    border: 1px solid #00235a;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .parallax {
        background-attachment: scroll; /* Parallax often breaks on mobile, so we use scroll */
    }
    .content-box h2 {
        font-size: 2rem;
    }
}
/* --- Base Section Styling --- */
.process-section {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 100px 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

/* --- Centered Heading Area --- */
.heading-container {
    margin-bottom: 80px;
}

.subtitle {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 40px;
    font-weight: 700;
}

.titles {
    font-size: clamp(28px, 5vw, 42px); /* Responsive font size */
    font-weight: 700;
    margin-bottom: 30px;
    color: #00235a;
}
.title {
    font-size: clamp(28px, 5vw, 42px); /* Responsive font size */
    font-weight: 700;
    margin-bottom: 30px;
   
}

/* --- Process Container (Flexbox) --- */
.process-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    gap: 50px;
    flex-wrap: wrap;   /* IMPORTANT */
}

/* --- The Horizontal Line --- 
   Starts at 10% and ends at 90% (the centers of the first and last circles)
*/
.process-container::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 8%;
    right: 8%;
    height: 2px;
    background-color: #333;
    z-index: 1;
}

/* --- Individual Step Item --- */
.process-item {
    flex: 1;
    max-width: 250px; /* Equal width */
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.process-item:hover {
    transform: translateY(-5px);
}

/* --- Circle Styling --- */
.circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #00235a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    transition: all 0.4s ease;
}

/* --- Hover Effect (Green) --- */
.process-item .circle {
    background-color: #00235a; /* Professional Olive Green */
    border-color: #00235a;
    box-shadow: 0 0 20px rgba(78, 107, 0, 0.4);
}

/* --- Text Styling --- */
.process-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.process-item p {
    font-size: 14px;
    color: #bbb;
    line-height: 1.7;
    max-width: 230px;
    margin: 0 auto;
}

/* --- RESPONSIVE QUERIES --- */

/* For Tablets (Mid-size screens) */
@media (max-width: 1024px) {
    .process-container::before {
        left: 12%;
        right: 12%;
    }
    .circle {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }
    .process-container::before {
        top: 35px;
    }
}
@media (max-width: 1200px) {
    .process-item {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .process-container::before {
        display: none; /* Hide horizontal line */
    }
}
/* For Mobile (Phones) */
@media (max-width: 768px) {
    .process-container {
        flex-direction: column; /* Stack items vertically */
        align-items: center;
        gap: 50px;
    }

    /* Hide the horizontal line on mobile */
    .process-container::before {
        display: none; 
    }

    .process-item {
        width: 100%;
        max-width: 300px;
    }

    .circle {
        margin-bottom: 15px;
    }

    .heading-container {
        margin-bottom: 50px;
    }
}
/* Smooth scrolling effect */
html {
    scroll-behavior: smooth;
}

.float-btn {
    position: fixed;    /* Makes it float in the same spot on the screen */
    bottom: 30px;       /* Distance from bottom */
    right: 30px;        /* Distance from right */
    width: 50px;
    height: 50px;
    background-color: #00235a; /* Your theme green */
    color: white;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;      /* Keeps it above all content */
    
    /* Initially Hidden */
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.float-btn:hover {
    background-color: #202020;
    transform: translateY(-5px);
}

.float-btn i {
    font-size: 20px;
}
/* Creative Divider Styling */
.pro-divider-bar {
    background-color: #ffffff;
    margin-bottom: 50px;
    position: relative;
}

.divider-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #fdf2f2; /* Very light red tint */
    color: #00235a;     /* Matching your theme red */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 30px;
    transform: rotate(-10deg); /* Creative tilt */
    transition: 0.3s ease;
}

.divider-wrapper:hover .icon-box {
    transform: rotate(0deg) scale(1.1);
}

.divider-message {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 200;
    color: #202020;
    margin: 0;
    line-height: 1.4;
}

/* The Creative Line Effect */
.line-emphasis {
    position: relative;
    color: #202020;
    display: inline-block;
    font-weight: 700;
}

.line-emphasis::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #00235a; /* Your red accent color */
    bottom: -8px;
    left: 0;
    border-radius: 2px;
}

/* Responsive Fix */
@media (max-width: 991px) {
    .divider-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    .divider-message {
        font-size: 20px;
    }
}
.engineering-banner {
    position: relative;
    width: 100%;
}

.engineeringSwiper {
    width: 100%;
    height: 550px;
}

.engineeringSwiper .swiper-slide {
    position: relative;
    height: 550px;
}

.engineeringSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark professional overlay */
.engineeringSwiper .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
}


/* Centered Content */
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    z-index: 2;
    width: 80%;
}

.banner-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

.banner-btn {
    display: inline-block;
    padding: 10px 28px;
    background: #00235a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
}

.banner-btn:hover {
    background: #00235a;
    color: white;
    
}

/* Tablet */
@media (max-width: 992px) {
    .engineeringSwiper {
        height: 65vh;
    }

    .banner-content h2 {
        font-size: 32px;
    }

    .banner-content p {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .engineeringSwiper {
        height: 55vh;
    }

    .banner-content h2 {
        font-size: 22px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .banner-btn {
        padding: 8px 20px;
        font-size: 13px;
    }
}
.swiper-button-next, .swiper-button-prev{
    color: #FFFFFF;
}
.add{
    background-color: #00235a;
    padding: 10px;
    border-radius: 20px;
}
.contact-sec .headings {
  color: #00235a;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 40px;
}
/* ===== Top Bar ===== */
.top-bar {
    background: #00235a;   /* deep professional blue */
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0;
}
@media (min-width:300px) and (max-width:1100px) {
    .top-bar{
        display: none;
    }
}

.top-bar-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left span {
    letter-spacing: 0.5px;
    font-weight: 400;
    opacity: 0.9;
    font-size: 16px;
}

.top-bar-right a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
    transition: 0.3s ease;
}
/* ===== Responsive ===== */
@media (max-width: 768px) {
    .top-bar-container {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .top-bar-right a {
        margin: 0 10px;
        font-size: 12px;
    }

    .top-bar-left span {
        font-size: 12px;
    }
}
#about,#services,#clients,#reviews,#contact-sec {
  scroll-margin-top: 110px; /* equal to navbar height */
}
/* Section */
.profile-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

/* Small Top Heading */
.profile-top-heading {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
}

/* Name */
.profile-name {
  font-size: 25px;
  font-weight: 700;
  color: #00235a;
  margin-bottom: 8px;
}

/* Qualification */
.profile-qualification {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  margin-bottom: 5px;
}

/* Designation */
.profile-designation {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 18px;
}

/* Summary Paragraph */
.profile-summary {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 95%;
}

/* Right Section Alignment */
.profile-image {
  text-align: center;
}

/* Logos Row */
.logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap; /* responsive */
}

/* Logo Box */
.logo-box {
  padding: 15px;
  border-radius: 8px;
}

/* Logo Image */
.logo-box img {
  max-width: 150px;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .profile-content {
    text-align: center;
    margin-bottom: 40px;
  }

}
.profile-subheading {
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}

.experience-item {
  margin-bottom: 25px;
}

.experience-company {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
  text-align: justify;
}

.experience-role {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
/* ===============================
   Responsive Improvements
================================= */

/* Large Screens (1200px and above) */
@media (min-width: 1200px) {
  .profile-name {
    font-size: 25px;
  }

  .experience-company {
    font-size: 18px;
  }

  .logo-box img {
    max-width: 170px;
  }
}


/* Tablet Devices (768px – 991px) */
@media (max-width: 991px) {

  .profile-section {
    padding: 60px 0;
  }

  .profile-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .profile-name {
    font-size: 22px;
  }

  .experience-box {
    padding-left: 0;
  }

  .experience-company {
    text-align: center;
    font-size: 16px;
  }

  .logo-row {
    gap: 25px;
  }

  .logo-box img {
    max-width: 130px;
  }
}


/* Mobile Devices (Below 768px) */
@media (max-width: 767px) {

  .profile-section {
    padding: 50px 20px;
  }

  .profile-top-heading {
    font-size: 12px;
  }

  .profile-name {
    font-size: 20px;
    line-height: 1.4;
  }

  .experience-company {
    font-size: 15px;
  }

  .logo-row {
    flex-direction: column;
    gap: 20px;
  }

  .logo-box img {
    max-width: 120px;
  }
}


/* Extra Small Devices (Below 480px) */
@media (max-width: 480px) {

  .profile-name {
    font-size: 18px;
  }

  .experience-company {
    font-size: 14px;
  }

  .logo-box img {
    max-width: 100px;
  }
}


