/* Responsive Header Styles */
#header {
  z-index: 1050;
  padding: 18px 0;
  background: #fff;
  box-shadow: none !important;
  transition: box-shadow 0.2s, padding 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 0;
  display: block !important;
  visibility: visible !important;
}

#header .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
#header .row.align-items-center {
  flex-wrap: nowrap;
}
#header .site-logo {
  height: 38px;
  max-width: 140px;
  width: auto;
  transition: height 0.2s, max-width 0.2s;
}
#header .navbar-nav {
  flex-wrap: wrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 0.5rem;
}
#header .navbar-nav::-webkit-scrollbar {
  display: none;
}
#header .navbar-nav .nav-link {
  white-space: nowrap;
  padding: 0.5rem 1rem;
  font-size: 1.05rem;
}
#header .cta-button {
  font-size: 1rem;
  padding: 0.5rem 1.2rem;
}
@media (max-width: 1199.98px) {
  #header .navbar-nav {
    gap: 0.3rem;
  }
}
@media (max-width: 991.98px) {
  #header {
    padding: 12px 0;
  }
  #header .container-fluid {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #header .row.align-items-center {
    flex-wrap: wrap;
  }
  #header .site-logo {
    height: 30px;
    max-width: 100px;
  }
  #header .navbar-nav {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0;
    padding: 0.5rem 0;
  }
  #header .navbar-nav .nav-item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  #header .navbar-nav .nav-link, #header .cta-button, #header .btn-danger {
    width: 100%;
    text-align: left;
    margin: 0.1rem 0;
    font-size: 1rem;
  }
  #header .navbar-collapse {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
  }
  #header .navbar-toggler {
    margin-right: 0.5rem;
  }
  .breadcrumb {
    font-size: 0.95rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  #header .container-fluid {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  #header .site-logo {
    height: 22px;
    max-width: 70px;
  }
  .breadcrumb {
    font-size: 0.9rem;
    padding-left: 0.2rem;
  }
}
@media (max-width: 575.98px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-width: 0;
    display: block !important;
    visibility: visible !important;
    background: #fff;
    z-index: 2000;
    padding: 12px 0 12px 0;
    box-shadow: none !important;
  }
  body {
    padding-top: 64px !important;
  }
  #header .container-fluid, #header .row.align-items-center {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 8px !important;
  }
  #header .site-logo {
    max-width: 120px;
    margin: 0 auto 8px auto;
    display: block;
    height: 32px;
  }
  #header .navbar-nav {
    flex-direction: column !important;
    width: 100%;
    overflow-x: auto;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: none !important;
  }
  #header .navbar-nav .nav-link {
    padding: 10px 0;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1rem;
  }
  #header .cta-button {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 1rem;
    padding: 12px 0;
  }
  .navbar-toggler {
    margin-left: auto;
    margin-right: 0;
    border: none;
    background: transparent;
    font-size: 1.5rem;
    color: #2036A7;
    outline: none;
    box-shadow: none !important;
  }
}
/* 

    Reset
    Header
    header-mobile
    Footer
    Page-title
    ride-sidebar
    Blog-01 
    Blog-02 
    Blog-detail
    blog-detail-no-sidebar
    Contact-us
    Eror-404
    home-1
    home-2
    home-3
    about-us-page
    our-team-page
    team-detail
    Testimonials
    pricing-table
    FAQs
    Career
    services-list
    services-grid
    services-grid-1
    services-detail
    services-detail-1

*/

/* Reset
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
       -ms-text-size-adjust: 100%;
}

body {
    overflow: hidden;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
       -ms-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
    font-family: inherit; 
    font-size: 100%; 
    font-weight: inherit; 
    font-style: inherit; 
    vertical-align: baseline; 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
                          
ol, ul {
    list-style: none;
}

blockquote, q { 
    -webkit-hyphens: none;
      -moz-hyphens: none;
       -ms-hyphens: none;
           hyphens: none;
            quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table { 
    border-collapse: collapse; 
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer; 
    -webkit-appearance: button; 
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; 
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration { 
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}


a {		
color: #2036A7;
text-decoration: none;
-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
    -ms-transition: 0.5s;
     -o-transition: 0.5s;
        transition: 0.5s;
}

a:hover,
a:focus {
color: #FFA500;
text-decoration: none;
outline: 0;
-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
    -ms-transition: 0.5s;
     -o-transition: 0.5s;
        transition: 0.5s;
}

ul, ol {
padding: 0;
}

img {
max-width: 100%;
height: auto;		
}

b, strong {
font-weight: 900;
}

button {
border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
position: relative;
font-size: 15px;
font-family: "Raleway", sans-serif;
font-weight: 900;   
color: #FFA500;
background-color: transparent;
text-transform: capitalize;
border: none;
-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
    -ms-transition: 0.5s;
     -o-transition: 0.5s;
        transition: 0.5s;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
width: 100%;	
height: 50px;
font-family: "Hind",sans-serif;
font-size: 13px;
line-height: 18px;
border: 1px solid rgba(255, 255, 255, 0.1);
color: #a0a0a0;
background-color: transparent;		
padding: 15px 20px;
border-radius: 0;
opacity: 0.5;
-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
    -ms-transition: 0.5s;
     -o-transition: 0.5s;
        transition: 0.5s;
}

select {
    color: #fff;
}

select option {
    color: #2036A7;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
-webkit-box-shadow: none;
   -moz-box-shadow: none;
        box-shadow: none;
}

textarea {
width: 100%;
height: 166px;
padding: 15px 30px;
}

input[type="checkbox"] {
display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
color: #a0a0a0;
opacity: 1;
}

input:-ms-input-placeholder {
color: #a0a0a0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
color: #a0a0a0;
opacity: 1;
}

/* bootstrap resetting elements */
.btn {
background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
-webkit-appearance: none;
text-shadow: none;
-webkit-box-shadow: none;
   -moz-box-shadow: none;
     -o-box-shadow: none;
        box-shadow: none;
color: #a0a0a0;
}

/* Header
------------------------------------------------------ */
#header {
    width: 100%;
    position: relative;
    top: 0%;
    background-color: #FFFFFF;
    z-index: 100;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

#header .sticky-area-wrap .inner-header {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.header-wrap {
    display: flex;
    align-items: center;
}

.header-ct-left,
.header-ct-center,
.header-ct-right {
    display: flex;
}

/* header-ct-left */
.header-ct-left {
    padding-left: 100px;
}

.header-ct-left .logo {
    padding-right: 80px;
}



/* header-ct-center */
.header-ct-center {
    flex-grow: 1;
    justify-content: center;
    position: relative;
}

.nav-wrap {
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#menu-primary-menu {
    display: flex;
}

#menu-primary-menu > li {
    position: relative;
    margin: 0 18px;
    line-height: 74px;
}

#menu-primary-menu > li > a {
    color: #2036A7;
}

#menu-primary-menu > li:first-child {
    margin-left: 0;
}
#menu-primary-menu > li:last-child {
    margin-right: 0;
}

#menu-primary-menu > li.menu-item-has-children {
    padding-right: 25px;
}

#menu-primary-menu > li.current-menu-item {
    font-weight: 900;
}

#menu-primary-menu > li > a span {
    position: absolute;
    margin-left: 7px;
    top: 46.64%;
    font-size: 5px;
    transition: 0.5s;
}

#menu-primary-menu > li:hover > a span {
    transform: rotate(180deg);
}

#mainnav ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 80%;
    padding: 30px;
    border-top: 4px solid #FFA500;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    transition: ease-out 0.3s;
    z-index: 20;
}

#mainnav ul.menu > li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.mainnav ul.sub-menu li {
    min-width: 164px;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}

.mainnav ul.sub-menu li:last-child {
    margin-bottom: 0;
}

.mainnav ul.sub-menu li a {
    color: #4F556A;
}

.mainnav ul.sub-menu li.current-item a,
.mainnav ul.sub-menu li:hover a {
    color: #2036A7;
}

#menu-primary-menu > li.tf-megamenu {
    position: unset;
}

#mainnav .tf-megamenu ul.sub-menu {
    display: flex;
    left: 0;
    gap: 29px;
    width: 100%;
}

#mainnav .tf-megamenu ul.sub-menu li {
    margin-bottom: 0;
}

#mainnav .tf-megamenu ul.sub-menu li p {
    text-align: center;
    margin-top: 10px;
    font-family: "Raleway",sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 31px;
}

#mainnav .tf-megamenu ul.sub-menu li img {
    width: 100%;
    transition: 0.5s;
}

#mainnav .tf-megamenu ul.sub-menu li:hover img {
    box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
}


/* header-ct-right */
.header-ct-right {
    padding-right: 84px;
    gap: 30px;
    align-items: center;
}

.show-search {
    position: relative;
    display: flex;
    align-items: center;
}

.show-search .icon-show-search {
    font-size: 22px;
    color: #2036A7;
}

/* show-search */
.show-search {
    position: relative;
}

.show-search .icon-show-search {
    font-size: 22px;
    color: #181818;
    text-align: center;
    line-height: 70px;
}

.show-search .top-search {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    display: none;
    box-shadow: 6px 6px 6px rgb(0 0 0 / 6%);
}

.show-search .top-search .input-group {
    background-color: #181818;
    flex-wrap: nowrap;
}

.show-search .top-search input {
    border: transparent;
    border-bottom: 1px solid rgba(155, 155, 155, 0.1);
    background: none;
    padding-left: 15px;
}

.show-search .top-search button {
    border: none;
    background: none;
    color: #FFFFFF;
    padding: 0 10px;
}

.header-ct-right .header-btn .widget-button {
    padding: 15px 24px;
    padding-left: 50px;
    background-color: #2036A7;
    color: #FFA500;
}

.header-ct-right .header-btn .widget-button:hover {
    background-color: #FFA500;
    color: #2036A7;
}

.header-ct-right .header-btn .widget-button span {
    position: absolute;
    left: 25px;
    top: 16px;
}

.header-ct-right .header-btn .widget-button:hover span::before {
    color: #2036A7;
}

/* sub-header */
.sticky-area-wrap.fixed-hide {
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 9989;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
    transition: 0.5s;
}

.sticky-area-wrap.fixed-show {
    top: 0;
    left: 0;
    right: 0;
}

.sub-header {
    background-color: #FFA500;
}

.sub-header-wrap {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 12px 84px 12px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-header .info {
    display: flex;
    align-items: center;
}

.sub-header .icon {
    font-size: 16px;
    margin-right: 6px;
}

.sub-header .icon::before {
    color: #2036A7;
}

.sub-header .info .gmail {
    font-family: 'Hind',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-right: 19px;
}

.sub-header .info .hotline {
    font-family: 'Hind',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
}

.sub-header .info .hotline a {
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #2036A7;
}

.sub-header .address {
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #2036A7;
}

/* header-mobile */
#header-mobile {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.header-mobile .inner-header {
    background: #fff;
    padding: 15px ;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
}

#header-mobile .header-wrap {
    justify-content: space-between;
}

#header-mobile .header-wrap .btn-menu {
    position: relative;
}

#header-mobile .header-wrap .btn-menu span {
    position: absolute;
    content: "";
    background-color: #121212;
    width: 24px;
    height: 2px;
    right: 0;
}

#header-mobile .header-wrap .btn-menu::before {
    position: absolute;
    content: "";
    background-color: #121212;
    width: 24px;
    height: 2px;
    right: 0;
    top: -8px;
}

#header-mobile .header-wrap .btn-menu::after {
    position: absolute;
    content: "";
    background-color: #121212;
    width: 24px;
    height: 2px;
    right: 0;
    top: 8px;
}

.canvas-nav-wrap .overlay-canvas-nav {
    cursor: url(../icon/close.png),auto;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
    opacity: 1;
    visibility: visible;
}

.canvas-nav-wrap .inner-canvas-nav {
    width: 270px;
    height: 100%;
    top: 0;
    left: 0px;
    transform: translateX(-100%);
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    overflow-y: auto;
    transition: 0.5s;
}

.canvas-nav-wrap.active .inner-canvas-nav {
    transform: translateX(0%);
}

.header-mobile .inner-canvas-nav .logo {
    padding: 25px 25px !important;
    border-bottom: 1px solid #D1D1D18F;
}

#mainnav_canvas > ul > li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #D1D1D18F;
}

#mainnav_canvas ul li a {
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 12px 50px 12px 25px;
    text-align: left;
    color: #191919;
}

#mainnav_canvas > ul.menu > li:hover > a,
#mainnav_canvas ul.sub-menu > li:hover a,
#mainnav_canvas > ul.menu > li.current-menu-item > a,
#mainnav_canvas ul.sub-menu > li.current-item a {
    color: #2036A7;
}

#mainnav_canvas .menu-item-has-children ul.sub-menu {
    display: none;
}

#mainnav_canvas .menu-item-has-children.active ul.sub-menu {
    display: block;
}

#mainnav_canvas ul.sub-menu li {
    padding-left: 30px;
    border-top: 1px solid #D1D1D18F;
}

#mainnav_canvas .menu-item-has-children .icon-arrow-down {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 5px;
}

#mainnav_canvas .menu-item-has-children.active .icon-arrow-down {
    transform: rotate(180deg);
}

/* Footer 
----------------------------------------------------- */
.footer {
    width: 100%;
    background-color: #2036A7;
    background-image: url(../images/dot-map.png);
    background-repeat: no-repeat;
    background-position: 122px 80px;
    padding-top: 102px;
}

.footer-content {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 70px;
}

.footer-content .title {
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFA500;
    text-transform: capitalize;
}

.location .address,
.location .phone,
.location .mail {
    display: flex;
    margin-top: 25px;
}

.location .icon {
    margin-right: 12px;
    width: 36px;
    font-size: 36px;
    color: #798DA3;
}

.location .text {
    font-family: "Hind",sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #798DA3;
}

.location p {
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.location .phone p {
    font-weight: 700;
    color: #FFA500;
}

.location .phone > span {
    width: 1px;
    height: 41px;
    margin: 0 18px;
    background-color: #fff;
    opacity: 0.1;
}

.location .mail p {
    text-decoration-line: underline;
}

.footer-content .service {
    width: 440px;
}

.footer-content .service ul {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    position: relative;
}

.footer-content .service ul::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: 0.1;
}

.footer-content .service ul li {
    width: 205px;
    padding-left: 21px;
    margin-bottom: 12px;
    position: relative;
    transition: 0.5s;
}

.footer-content .service ul li::before {
    position: absolute;
    top: 5px;
    left: 6.5px;
    font-size: 9px;
    color: #FFA500;
}

.footer-content .service ul li a {
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.footer-content .service ul li:hover {
    padding-left: 28px;
}

.footer-content .service ul li:hover a {
    color: #FFA500;
}

.footer-content .comment-respond {
    padding: 0 20px 20px 20px;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
}

.footer-content .comment-respond form {
    margin-top: 26px;
}

.footer-content form .comment {
    display: flex;
    column-gap: 12px;
}

.footer-content form .comment .infor-container {
    width: 50%;
}

.footer-content form .select .nice-select {
    margin-top: 12px;
    margin-bottom: 12px;
    font-family: "Hind",sans-serif;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: #fff;
}

.footer-content form .select .nice-select ul li {
    color: #2036A7;
}

.footer-content form .select select {
    cursor: pointer;
    opacity: 1;
}

.footer-content form button {
    width: 100%;
    padding: 15px 24px;
    background: #FFA500;
    color: #2036A7;
}

.footer-content form button:hover {
    background-color: #fff;
}

.footer-bottom {
    padding: 30px 0;
}

.footer-bottom .row {
    align-items: center;
}

.footer-bottom p {
    text-align: center;
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.widget-social {
    display: flex;
    gap: 8px;
    align-items: center;
}

.footer-bottom .widget-social {
    justify-content: end;
}

.widget-social a {
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #FFFFFF;
}

.widget-social a:hover {
    color: #2036A7;
    background-color: #FFFFFF;
}

/* Page-title
----------------------------------------------- */
.page-title {
    width: 100%;
    padding-top: 131px;
    padding-bottom: 139px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 470px;
}

.blog .page-title {
    background-image: url(../images/page-title/blog.jpg);
}

.page-title .page-title-container {
    max-width: 1400px;
    margin: auto;
    padding-left: 8px;
}

.page-title h1 {
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    font-size: 69px;
    line-height: 79px;
    color: #FFA500;
    padding-bottom: 25px;
}

.page-title .breadcrumb-trail {
    font-family: "Hind",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
}

/* Main-content
----------------------------------------------------- */
.main-content {
    padding: 100px 0;
}

/* ride-sidebar */
.ride-sidebar {
    width: 100%;
}

.ride-sidebar-block {
    width: 100%;
    margin-bottom: 50px;
}

.ride-sidebar .title {
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #2036A7;
    margin-bottom: 20px;
}

.widget-search .widget-block-search-inside-wrapper {
    display: flex;
    gap: 10px;
    padding: 14px 20px;
    border: 1px solid #EFEFEF;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.widget-search button {
    font-size: 23px;
    padding: 0;
    color: #4F556A;
}

.widget-search input {
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #4F556A;
    padding: 0;
    border: none;
    height: auto;
}

.ride-sidebar .categories ul li {
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 12px;
}

.ride-sidebar .categories ul li a {
    color: #2036A7;
}

.ride-sidebar .categories ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.ride-sidebar .categories ul li:hover a {
    color: #4F556A;
}

.ride-sidebar .recent-posts .recent-posts-item {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.ride-sidebar .recent-posts .recent-posts-item:last-child {
    margin-bottom: 0;
}

.ride-sidebar .recent-posts .recent-posts-item .content {
    width: 65.227%;
}

.ride-sidebar .recent-posts .text a {
    font-family: "Hind",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 6px;
}

.ride-sidebar .recent-posts .text:hover a {
    color: #2036A7;
}

.ride-sidebar .recent-posts p {
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #989CAA;
    margin-top: 6px;
    display: flex;
}

.ride-sidebar .recent-posts p span {
    font-size: 18px;
    margin-right: 5px;
}

.ride-sidebar .insurance-partners-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ride-sidebar .insurance-partners-wrap img {
    height: 80px;
    width: 140px;
}

.ride-sidebar .tag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ride-sidebar .tag-wrap a {
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4F556A;
    border: 1px solid #EFEFEF;
    padding: 9px 15px;
}

.ride-sidebar .tag-wrap a:hover {
    color: #2036A7;
    background-color: #FFA500;
}

.ride-sidebar .connect-online a {
    border: 1px solid #EFEFEF;
    padding: 12px 13px;
}

.ride-sidebar .connect-online a span::before {
    color: #2036A7;
}

.ride-sidebar .quick-quote {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.ride-sidebar .quick-quote .text {
    font-family: "Hind",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22.5px;
    color: #4F556A;
    margin-bottom: 10px;
}

.ride-sidebar .quick-quote input {
    border: 1px solid #E2E2E2;
    margin-bottom: 20px;
    height: 56px;
    font-size: 16px;
}

.ride-sidebar .quick-quote .email-number {
    display: flex;
    gap: 20px;
}

.ride-sidebar .quick-quote .email-number fieldset {
    width: 100%;
}

.ride-sidebar .quick-quote .nice-select {
    height: 59px;
    color: #2036A7;
    border: 1px solid #E2E2E2;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 16px 20px;
}

.ride-sidebar .quick-quote textarea {
    border: 1px solid #E2E2E2;
    padding: 18px 20px;
    margin-bottom: 17px;
    height: 140px;
    font-size: 16px;
}

.ride-sidebar .quick-quote button {
    color: #FFA500;
    background-color: #2036A7;
    padding: 15px 24px;
    line-height: 18px;
}

.ride-sidebar .location {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px 31px ;
}

.ride-sidebar .location .icon {
    margin-left: 4px;
    margin-right: 6px;
}

.ride-sidebar .location .phone,
.ride-sidebar .location .address {
    padding-bottom: 23px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 26px;
    margin-top: 20px;
}

.ride-sidebar .location .address p {
    color: #4F556A;
}

.ride-sidebar .location .mail p,
.ride-sidebar .location .phone p {
    color: #2036A7;
}

.blog-detail .widget-social a:hover,
.ride-sidebar .widget-social a:hover {
    background-color: #2036A7;
}
.blog-detail .widget-social a:hover span::before,
.ride-sidebar .widget-social a:hover span::before {
    color: #FFFFFF;
}

.ride-sidebar .service-quote {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 30px 30px 18px;
}

.ride-sidebar .service-quote p {
    color: #4F556A;
    margin-bottom: 16px;
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.ride-sidebar .service-quote .file-item {
    margin-bottom: 13px;
}

.ride-sidebar .service-quote .file-item:last-child {
    margin-top: 0;
}

.ride-sidebar .product-list {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;

}

.ride-sidebar .product-list-item {
    width: 100%;
    position: relative;
    padding: 19px 66px 20px 90px;
    border: 1px solid #EFEFEF;
    margin-bottom: 10px;
}

.ride-sidebar .product-list-item:last-child {
    margin-bottom: 0px;
}

.ride-sidebar .product-list-item .icon {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 40px;
}

.ride-sidebar .product-list-item .icon-arrow-right2 {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 16px;
    color: #2036A7;
}

.ride-sidebar .product-list-item .title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}

.ride-sidebar.style-1 .ride-sidebar-block {
    margin-bottom: 40px;
}

/* main-content-wrap */
.blog .main-content-wrap {
    border-right: 1px solid #EFEFEF;
    padding-right: 39px;
}

/* main-post */
.blog .main-post .widget-post {
    flex-wrap: wrap;
    gap: 0;
}

.blog .main-post .image {
    position: relative;
    width: 100%;
}

.blog .main-post .image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22.47%;
    background-image: linear-gradient(0deg, #2036A7 0%, rgba(4, 33, 129, 0) 100%);
}

.blog .main-post .widget-post .image {
    border-radius: 0px 150px 0px 0px;
    overflow: hidden;
}

.blog .main-post .all-content {
    padding: 30px;
    margin: -98px 80px 0 80px;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 15;
}

.blog .main-post .all-content .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 16px;
}

.blog .main-post .all-content p {
    margin-bottom: 16px;
}

/* widget-post */
.widget-post {
    width: 100%;
    display: flex;
}

.widget-post .image {
    width: 100%;
}

.blog .main-content-wrap > .widget-post .image {
    border-radius: 80px 0px 0px 0px;
    overflow: hidden;
    width: 50%;
}

.blog .main-content-wrap > .widget-post .all-content {
    width: 45.6%;
}

.widget-block-1 {
    width: 80px;
    height: 80px;
    padding: 17px 20px 5px;
    text-align: center;
    background-color: #FFA500;
    border-top-left-radius: 30px;
}

.widget-post .date {
    margin-bottom: 20px;
}

.widget-post .date .month {
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #2036A7;
}

.widget-post .date .day {
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #2036A7;
}

.widget-post .all-content .sub-content {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}

.widget-post .all-content .sub-content .time {
    font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #4F556A;
}

.widget-post .all-content .sub-content .category {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #FFA500;
}   

.widget-post .all-content .sub-content img {
    margin-right: 8px;
}

.widget-post .all-content .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #2036A7;
}

.widget-post .all-content .title a:hover  {
    color: #FFA500;
}

.widget-post .all-content p {
    width: 100%;
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-top: 14px;
    margin-bottom: 20px;
}

.widget-post .all-content button {
    padding: 0;
    padding-left: 12px;
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #2036A7;
}

.widget-button {
    display: inline-block;
    position: relative;
    padding: 10px;
    padding-left: 12px;
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #2036A7;
    cursor: pointer;
}

/* widget-block-before */
.widget-block-before {
    position: relative;
    z-index: 1;
}

.widget-block-before::after {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    bottom: 0px;
    width: 54px;
    height: 8px;
    background-color: #FFA500;
    z-index: -1;
    transition: 0.5s;
}

.widget-block-before:hover::after {
    transform: translateX(50px);
}

.widget-block-before.style-1:hover::after {
    transform: translateX(110px);
}

.blog .main-content-wrap .widget-post {
    border-bottom: 1px solid #EFEFEF;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 40px;
}

.blog .main-content-wrap .widget-post:first-child {
    padding-top: 0;
}

.blog .main-content-wrap .widget-blog-pagination {
    margin-top: 43px;
}

/* Blog-01 
-------------------------------------*/

.blog-01 .page-title {
    background-image: url(../images/page-title/blog.jpg);
}

.blog-01 .list-post {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 35px;
}

.blog-01 .list-post .widget-post {
    flex-wrap: wrap;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px;
    gap: 20px;
    width: 47.827%;
}

.blog-01 .widget-post .all-content .title {
    line-height: 29px;
}

/* Blog-02 
-------------------------------------*/
.blog-02 .page-title {
    background-image: url(../images/page-title/blog.jpg);
}

.blog-02 .main-content-wrap .widget-post {
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.blog-02 .widget-post .image img {
    border-radius: 80px 0px 0px 0px;
}

.blog-02 .widget-post .all-content {
    padding: 0 40px;
    margin-top: -45px;
}

.blog-02 .main-content-wrap .widget-post .date {
    margin-bottom: 25px;
}   

.blog-02 .widget-blog-pagination {
    justify-content: center;
    padding-top: 39px;
    border-top: 1px solid #EFEFEF;
}

/* Blog-detail 
-------------------------------------*/
.blog-detail .page-title {
    background-image: url(../images/page-title/blog.jpg);
    z-index: -1;
}

.blog-detail.main-content {
    padding: 0;
}

.blog-detail .blog-detail-inner {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-top: -85px;
    margin-bottom: 100px;
    background-color: #fff;
    border-top: 6px solid #FFA500;
    padding: 40px;
    display: flex;
    gap: 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.blog-detail .ride-sidebar {
    border-left: 1px solid #EFEFEF;
    padding-left: 30px;
    max-width: 471px;
}

.blog-detail .main-content-wrap {
    width: 819px;
}

.blog-detail .main-content-wrap > h1 {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    color: #2036A7;
    margin-bottom: 14px;
}

.blog-detail .main-content-wrap > .information {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.5px;
    color: #989CAA;
    padding-bottom: 14px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 30px;
}

.blog-detail .main-content-wrap > .information span {
    color: #2036A7;
}

.blog-detail .main-content-wrap > .text {
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 25.5px;
    color: #4F556A;
}

.blog-detail .main-content-wrap > img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.blog-detail .main-content-wrap > .image-2 {
    margin-top: 15px;
}

.blog-detail .main-content-wrap > .note {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.5px;
    color: #989CAA;
    margin-bottom: 30px;
}

.blog-detail .main-content-wrap > .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #2036A7;
    margin-bottom: 14px;
}

.blog-detail .main-content-wrap > p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-bottom: 14px;
}

.blog-detail .main-content-wrap > .link {
    display: flex;
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #2036A7;
    margin-bottom: 14px;
}

.blog-detail .main-content-wrap > .link span {
    font-size: 23px;
    margin-right: 10px;
}

.blog-detail .main-content-wrap > p:last-of-type {
    margin-bottom: 30px;
}

.blog-detail .tags-wrap {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.blog-detail .tags-wrap .tag {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #989CAA;
}

.blog-detail .tags-wrap .tag-item a {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #4F556A;
    padding: 6px 10px;
    background-color: #EFEFEF;
}

.blog-detail .tags-wrap .tag-item a:hover {
    color: #2036A7;
}

.blog-detail .widget-social a {
    height: 44px;
    border: 1px solid #EFEFEF;
    border-radius: 22px;
    padding: 13px 12px;
}

.blog-detail .widget-social a span::before {
    color: #2036A7;
    font-size: 18px;
}

/* comment */
.widget-comments .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23.5px;
    color: #2036A7;
    margin-bottom: 15px;
}

.widget-comments ul li {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 51px;
}

.widget-comments > ul > li {
    margin-top: 15px;
    margin-bottom: 31px;
    padding-left: 0px;
}

.widget-comments .comment-item {
    display: flex;
    gap: 10px;
}

.widget-comments .comment-item .poster {
    width: 7.5%;
}

.widget-comments ul li ul li .comment-item  {
    margin-top: 0px;
    margin-bottom: 20px;
}

.widget-comments ul li ul li:first-child .comment-item {
    margin-top: 30px;
}

.widget-comments ul li ul li .comment-item .poster {
    width: 5.6%;
}

.widget-comments ul li ul li .comment-item .content {
    width: 93%;
}

.widget-comments .comment-item .poster img {
    border-radius: 21px;
}

.widget-comments .comment-item .content {
    flex-grow: 1;
}

.widget-comments .comment-item .user {
    display: flex;
    margin-bottom: 10px;
}

.widget-comments .comment-item .name {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2036A7;
    margin-right: 11px;
}

.widget-comments .comment-item .date-comment {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.5px;
    color: #989CAA;
}

.widget-comments .comment-item p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    background-color: #F5F5F5;
    padding: 6px 12px;
    margin-bottom: 10px;
}

.widget-comments .comment-item .infor span {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.5px;
    color: #4F556A;
    margin-right: 6px;
}

.widget-comments .comment-item .infor span.comment {
    font-weight: 600;
    color: #4F556A;
}

.widget-comments .comment-item .infor span img {
    margin-right: 6px;
}

/* widget-comment-respond */
.widget-comment-respond {
    margin: 30px 0;
}

.widget-comment-respond .comment-reply-title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #2036A7;
    margin-bottom: 14px;
}

.widget-comment-respond .comment-reply-note {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 20px;
}

.widget-comment-respond .comment-wrap-input,
.widget-comment-respond .comment-content {
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 17px;
}

.widget-comment-respond .comment-wrap-input {
    display: flex;
    gap: 20px;
}

.widget-comment-respond .comment-wrap-input .infor-container {
    width: 50%;
}

.widget-comment-respond .infor-container textarea,
.widget-comment-respond .infor-container input {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.5px;
    color: #4F556A;
    border: 1px solid #E2E2E2;
    height: 57px;
    margin-top: 12px;
    padding: 16px 16px 16px 20px;
}

.widget-comment-respond .infor-container textarea {
    height: 136px;
}

.widget-comment-respond button {
    padding: 15px 24px;
    background-color: #2036A7;
    line-height: 17.5px;
}

.widget-comment-respond button:hover {
    background-color: #FFA500;
    color: #2036A7;
}

/* widget-more-news */
.widget-more-news {
    margin-top: 30px;
}

.widget-more-news .heading {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #2036A7;
    margin-bottom: 20px;
}

.widget-more-news .inner {
    display: flex;
    gap: 30px;
}

.widget-more-news .inner .widget-post {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}

.widget-more-news .inner .widget-post .title {
    font-size: 20px;
    line-height: 23px;
}

.widget-more-news .inner .widget-post > img {
    border-radius: 27px 0px 0px 0px;
}

/* widget-newsletter */
.newsletter {
    background-color: #F8F8F8;
    padding: 100px 0;
}

.widget-newsletter {
    width: 100%;
    max-width: 540px;
    margin: auto;
    text-align: center;
}

.widget-newsletter .newsletter-title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #2036A7;
    margin-bottom: 6px;
}

.widget-newsletter .newsletter-note {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 20px;
}

.widget-newsletter form {
    display: flex;
    align-items: center;
    padding: 17px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
}

.widget-newsletter form .comment-wrap-input {
    flex-grow: 1;
}

.widget-newsletter form input {
    line-height: 14px;
    height: 14px;
    padding: 0px;
    border: none;
}

.widget-newsletter form button {
    font-size: 17px;
    padding: 0;
    margin-left: 10px;
}

.widget-newsletter form button:hover .icon-sent:before {
    color: #FFA500;
}

/* blog-detail-no-sidebar
----------------------------------------- */
.blog-detail.style01 .blog-detail-inner {
    position: relative;
    max-width: 920px;
}

.blog-detail.style01 .main-content-wrap {
    width: 100%;
}

.blog-detail.style01 .blog-detail-inner > .widget-social {
    position: absolute;
    top: 108px;
    left: -74px;
    flex-direction: column;
}

.blog-detail.style01 .main-content-wrap > .image-02 {
    margin-top: 16px;
}

.blog-detail.style01 .tags-wrap {
    margin-top: 30px;
}

.blog-detail.style01 .tags-wrap .tag {
    font-size: 16px;
}

.blog-detail.style01 .widget-more-news .inner {
    padding-right: 20px;
}

.blog-detail.style01 .widget-post .all-content p {
    margin-top: 13px;
}

/* Contact-us
-------------------------------------*/
.contact-us .page-title {
    background-image: url(../images/page-title/blog.jpg);
}

.contact-us .widget-request-quote-form.style-1 {
    margin-top: -85px;
    position: relative;
    z-index: 5;
    margin-bottom: 100px;
    max-width: 1400px;
}

.contact-us .widget-request-quote-form form .nice-select {
    margin-bottom: 31px;
}

.contact-us .widget-request-quote-form.style-1 form textarea {
    margin-bottom: 27px;
}

.contact-us .widget-request-quote-form.style-1 form input {
    margin-bottom: 30px;
}

.contact-us .widget-claim-settlement {
    margin-bottom: 100px;
}

.contact-us .widget-claim-settlement-item {
    min-height: 311px;
}

.contact-us .widget-claim-settlement-item::after {
    display: none;
}

.contact-us .widget-claim-settlement-item .widget-post .all-content p a {
    color: #2036A7;
    font-weight: 700;
}

.contact-us .widget-gg-map iframe {
    width: 100%;
    height: 647px;
}

/* Eror-404 
------------------------------*/
.eror-404.main-content {
    padding: 200px 0 ;
    text-align: center;
}

.eror-404 img {
    width: 100%;
    max-width: 643px;
    margin-bottom: 60px;
}

.eror-404 .text {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 69px;
    color: #4F556A;
    margin-bottom: 12px;
}

.eror-404 p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.5px;
    color: #4F556A;
    margin-bottom: 61px;
}

.eror-404 a.widget-button {
    padding: 15px 31px;
    background-color: #2036A7;
    color: #FFA500;
}

.eror-404 a.widget-button:hover {
    color: #2036A7;
    background-color: #FFA500;
}

/* home-1
-------------------------------------------- */
.partners {
    width: 100%;
    padding: 20px 40px;
    background-color: #F8F8F8;
}

.home-01 .section-service {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-01 .section-about-us {
    padding-bottom: 100px;
}

.home-01 .widget-about-us p {
    line-height: 26px;
    margin-bottom: 20px;
}

.home-01 .widget-choose-us .text {
    margin-top: 20px;
}

.home-01 .section-choose-us {
    padding-bottom: 18px;
}

.home-01 .section-project {
    padding-bottom: 100px;
}

.widget-get-quote.style-3 {
    position: relative;
    padding-top: 331px;
    padding-bottom: 106px;
    background-attachment: fixed;
    background-image: url(../images/get-a-quote/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 150px 0 0;
}

.widget-get-quote.style-3 .get-quote-inner {
    background-image: none;
    clip-path: none;
}

.widget-get-quote.style-3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 53.3%;
    bottom: 0;
    background-color: #fff;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.widget-get-quote.style-3 .get-quote-box {
    margin-top: 2px;
    margin-left: 21px;
    position: relative;
    z-index: 10;
    top: unset;
    right: unset;
}   

.widget-get-quote.style-3 .get-quote-wrap {
    padding: 0;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.widget-get-quote.style-3 .get-quote-box .tab-container .tabs button {
    width: 25%;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.widget-get-quote.style-3 .get-quote-box .tab-container .tabs button.active,
.widget-get-quote.style-3 .get-quote-box .tab-container .tabs button:hover {
    background: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    font-weight: 900;
}

.home-01 .section-counter {
    margin-bottom: -173px;
}

.home-01 .section-testimonial {
    padding-bottom: 70px;
    margin-top: -10px;
}

.home-01 .widget-testimonial-item p {
    line-height: 26px;
}

.widget-testimonial.style-1 .widget-testimonial-wrap {
    max-width: unset;
    text-align: start;
}

.widget-testimonial.style-1 .widget-testimonial-wrap .swiper {
    margin: 0 -230px;
}

.widget-testimonial.style-1 .widget-testimonial-wrap .swiper-slide {
    margin-bottom: 30px;
}

.widget-testimonial.style-1 .widget-testimonial-wrap .widget-testimonial-item {
    margin-top: 50px;
    max-width: unset;
}

.home-01 .section-blog-update {
    margin-bottom: -198px;
}

.home-01 .widget-blog-update .widget-blog-update-wrap {
    margin-top: -10px;
}

.home-01 .widget-blog-update .widget-post {
    background-color: #FFFFFF;
    flex-direction: column;
}

.home-01 .widget-blog-update .widget-post .all-content .title {
    line-height: 34px;
}

.home-01 .newsletter {
    padding-top: 254px;
}

/* home-02
------------------------------------------- */
.home-02.main-content {
    padding-bottom: 0;
}

/* widget-about-us */
.home-02 .widget-about-us .content {
    max-width: unset;
    width: 101%;
    padding-top: 5px;
}

.home-02 .widget-about-us .content p {
    margin-top: 0;
}

.home-02 .widget-about-us .poster {
    width: 100%;
    position: relative;
}

.home-02 .widget-about-us .poster::after{
    position: absolute;
    display: block !important;
    content: url(../images/Decor-1.png);
    top: 30%;
    left: 0;
    animation: none;
}

.home-02 .widget-about-us .poster::before{
    position: absolute;
    display: block !important;
    content: url(../images/Ellipse.png);
    top: 47%;
    bottom: auto;
    left: -90px;
    right: auto;
    animation: none;
}

.widget-about-us .file-download {
    display: flex;
    gap: 20px;
}

.file-download .icon {
    font-size: 35px;
    margin-right: 10px;
}

.file-download .file-item {
    width: 241px;
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22.5px;
    color: #4F556A;
    background-color: #F8F8F8;
    padding: 11px 13px;
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;
}

.file-download .file-item:hover {
    color: #2036A7;
    background-color: #FFA500;
}

.widget-signature .name {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    color: #2036A7;
}

.widget-signature .infor {
    font-family: 'Hind',sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #9196A7;
    margin-bottom: 18px;
}

.widget-get-quote.style-1 {
    background: #FFFFFF;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.07);
    background-image: none;
    max-width: 1400px;
    margin: auto;
    border-radius: 100px 0 0 0;
    margin-bottom: 100px;
    z-index: 50;
}

.widget-get-quote.style-1 .get-quote-wrap {
    padding: 0;
    align-items: flex-end;
}

.widget-get-quote.style-1 .get-quote-box {
    box-shadow: none;
    padding: 40px 50px 85px 80px;
    max-width: 600px;
    background: none;
    border: none;
}

/* widget-our-service-item */
.widget-our-service.style-1 .widget-our-service-item {
    position: relative;
}

.widget-our-service.style-1 .widget-our-service-item::before {
    position: absolute;
    content: "";
    top: 49%;
    left: 0;
    width: 6px;
    height: 26px;
    background-color: #2036A7;
}

.widget-our-service-item .widget-button {
    padding: 0 36px;
}

.widget-get-quote.style-1 .get-quote-box .tab-container {
    padding: 0;
}

.widget-get-quote.style-1 .get-quote-box .tabs {
    background-color: #FFFFFF;
    gap: 0;
}

.widget-get-quote.style-1 .get-quote-box .tabs button {
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 10px 18px;
}

.widget-get-quote.style-1 .get-quote-box .tabs button:first-child {
    padding-left: 52px;
}

.widget-get-quote.style-1 .get-quote-box .tabs button:last-child {
    padding-right: 40px;
}

.widget-get-quote.style-1 .get-quote-box .tabs button.active,
.widget-get-quote.style-1 .get-quote-box .tabs button:hover {
    color: #FFA500;
    border-bottom: 1px solid #FFA500;
}

.widget-get-quote.style-1 .get-quote-wrap .get-quote-content {
    padding-top: 80px;
    padding-bottom: 135px;
}

.widget-get-quote.style-1 .get-quote-wrap .get-quote-poster {
    margin: 0;
    margin-left: -60px;
    margin-bottom: -5px;
}

/* .widget-get-quote.style-1  */
.widget-get-quote.style-1 .get-quote-box .tabs {
    padding: 8px 8px 0px;
}

.widget-get-quote.style-1 .widget-request-quote-form form input {
    margin-bottom: 29px;
    height: 59px;
}

.widget-get-quote.style-1 .widget-request-quote-form form .nice-select {
    height: 59px;
}

.home-02 .widget-project-1 .widget-swiper-pagination .swiper-pagination {
    bottom: 97px;
}

.home-02 .widget-project-1 .widget-project-1-item {
    margin-bottom: 152px;
}

.home-02 .widget-project-1 {
    position: relative;
}

.home-02 .widget-project-1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 302px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F8F8F8;
}

/* widget-choose-us */
.widget-choose-us.style-1 {
    margin-top: 100px;
    max-width: unset;
    background-image: url(../images/Decor.png);
    background-repeat: no-repeat;
    background-position: 82.3%;
}

.widget-choose-us.style-1 .widget-choose-us-content {
    max-width: 1400px;
    margin: auto;
    text-align: start;
}

.widget-choose-us.style-1 .widget-choose-us-content .main-title {
    max-width: 680px;
    margin-right: unset;
    margin-left: unset;
}

.widget-choose-us.style-1 .widget-choose-us-slide {
    width: 100%;
    max-width: 1400px;
    margin-left: 42px;
    margin-right: auto;
}

.widget-choose-us.style-1 .swiper-button-prev {
    right: -130px;
    left: auto;
    bottom: 30px;
    top: unset;
}

.widget-choose-us.style-1 .swiper-button-next {
    right: -210px;
    left: auto;
    bottom: 30px;
    top: unset;
}

.widget-choose-us.style-1 .widget-choose-us-item {
    width: 100%;
    padding: 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 60px 0px 0px 0px;
    flex-wrap: wrap;
    background-color: #fff;
    min-height: 372px;
    margin-bottom: 30px;
    align-content: flex-start;
}

/* widget-counter */
.widget-counter.counter-style-1 .widget-counter-wrap {
    background-color: #FFFFFF;
    background-image: url(../images/dot-map-1.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0 160px 0;
    margin-top: 67px;
    justify-content: space-between;
}

.widget-counter.counter-style-1 .widget-counter-item .number-wrap {
    color: #2036A7;
    font-weight: 600;
}

.widget-counter.counter-style-1 .widget-counter-item p {
    color: #4F556A;
    max-width: 316px;
}

.home-02 .widget-counter.counter-style-1 .widget-counter-wrap {
    margin-top: 70px;
    padding-bottom: 158px;
}

.home-02 .widget-our-team .widget-our-team-content {
    margin-bottom: -220px;
}

.home-02 .widget-blog-update .title {
    line-height: 28px;
}

/* home-03
------------------------------------------- */
/* header */
.header-home-03 {
    background-color: transparent !important;
}

#header.header-home-03 {
    margin-bottom: -135px;
}

.header-home-03 .sticky-area-wrap.fixed-show {
    background-color: #fff;
}

.header-home-03 .sticky-area-wrap.fixed-show .logo-default ,
.header-home-03 .logo-fixed {
    display: none;
}

.header-home-03 .sticky-area-wrap.fixed-show .logo-fixed {
    display: block;
}

.header-home-03 .sticky-area-wrap.fixed-show #menu-primary-menu > li > a span::before,
.header-home-03 .sticky-area-wrap.fixed-show #menu-primary-menu > li > a {
    color: #2036A7;
}

.header-home-03 .header-ct-right {
    padding-right: 81px;
}

.header-home-03 .sub-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
}

.header-home-03 .sub-header .info .hotline a,
.header-home-03 .sub-header .icon::before {
    color: #FFA500;
}

.header-home-03 .sub-header .info .gmail,
.header-home-03 .sub-header .info .hotline,
.header-home-03 .sub-header .address,
.header-home-03 #menu-primary-menu > li > a,
.header-home-03 #menu-primary-menu > li > a span::before {
    color: #FFFFFF;
}

.header-home-03 .header-ct-right .header-btn .widget-button span::before,
.header-home-03 .header-ct-right .header-btn .widget-button {
    color: #2036A7;
    background-color: #FFA500;
}

.header-home-03 .header-ct-right .header-btn .widget-button:hover {
    color: #FFA500;
    background-color: #2036A7;
}

.header-home-03 .header-ct-right .header-btn .widget-button:hover span::before {
    color: #FFA500;
    background-color: transparent;
}

/* main-content */
.home-03.main-content {
    padding-top: 0;
}

/* page-title-home3 */
.page-title-home3 {
    padding: 380px 0 170px 0;
    text-align: center;
    background-attachment: fixed;
    background-image: url(../images/page-title/home-3.jpg),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title-home3 h1 {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 80px;
    line-height: 92px;
    color: #FFFFFF;
    max-width: 1160px;
    margin: auto;
    margin-bottom: 20px;
}

.page-title-home3 p {
    font-family: 'Hind',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF;
    max-width: 680px;
    margin: auto;
    margin-bottom: 40px;
}

.page-title-home3 .widget-button {
    color: #FFFFFF;
    padding: 13px 22px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #FFA500;
    width: 184px;
}

.page-title-home3 .widget-button.button-left {
    margin-right: 4px;
}

.page-title-home3 .widget-button:hover {
    color: #2036A7;
    background: #FFA500;
}

.home-03 .widget-choose-us .widget-choose-us-item:hover .image {
    border: 2px solid #FFA500;
}

/* widget-choose-us */
.home-03 .choose-us {
    padding: 100px 0 97px;
    background-color: #2036A7;
    border-radius: 0px 0px 0px 150px;
    border-top: 4px solid #FFA500;
}

.home-03 .widget-choose-us {
    display: flex;
}

.home-03 .widget-choose-us .heading {
    width: 100%;
    max-width: 480px;
    text-align: start;
}

.home-03 .widget-choose-us .heading .main-title {
    font-weight: 900;
    font-size: 40px;
    line-height: 46px;
    color: #FFFFFF;
}

.home-03 .widget-choose-us .heading .sub-title {
    color: #FFA500;
}

.home-03 .widget-choose-us-wrap {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.home-03 .widget-choose-us-wrap .widget-choose-us-item {
    width: 100%;
    max-width: 440px;
    gap: 20px;
    min-height: unset;
}

.home-03 .widget-choose-us-wrap .widget-choose-us-item .text {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 28px;
}

.home-03 .widget-choose-us-wrap .widget-choose-us-item .text a {
    color: #FFFFFF;
}

.home-03 .widget-choose-us-wrap .widget-choose-us-item .text:hover a {
    color: #FFA500;
}

.home-03 .widget-choose-us-wrap .widget-choose-us-item p {
    color: #FFFFFF;
    line-height: 22.5px;
}

.home-03 .widget-claim-settlement {
    padding-bottom: 100px;
}

.home-03 .widget-testimonials {
    text-align: center;
    padding-bottom: 60px;
}

.home-03 .widget-testimonials .main-title span {
    color: #FFA500;
}

.home-03 .widget-testimonials p {
    font-family: 'Raleway',sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    color: #2036A7;
    max-width: 920px;
    margin: auto;
    font-style: italic;
}

/* brand */
.widget-brand {
    max-width: 1160px;
    margin: auto;
    text-align: center;
    margin-bottom: 100px;
}

.widget-brand-wrap {
    display: flex;
    gap: 0 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.widget-brand img {
    width: 200px;
}

.home-03 .widget-counter {
    max-width: 1440px;
}

/* widget-project */
.home-03 .widget-project {
    padding-top: 100px;
    padding-bottom: 112px;
    position: relative;
}

.home-03 .widget-project::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    max-width: 1758px; 
    top: 0;
    left: 0;
    background-color: #2036A7;
    z-index: -1;
    border-radius: 0 0 170px 0;
}

.home-03 .widget-project-wrap {
    max-width: 1400px;
    margin: auto;
    margin-bottom: 58px;
}

.home-03 .widget-project .main-title {
    color: #FFFFFF;
}

.home-03 .widget-project .sub-title {
    color: #FFA500;
}

.home-03 .widget-project .widget-project-slide {
    width: calc((100vw - ((100vw - 1400px) / 2 )) - 8px);
}

.home-03 .widget-project .widget-project-slide .swiper {
    margin-right: -115px;
}

.home-03 .widget-project .widget-project-slide .swiper-slide {
    background-color: #FFFFFF;
    border: none;
    border-radius: 60px 0px 0px 0px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.home-03 .widget-project .widget-project-slide .widget-choose-us-item {
    flex-wrap: wrap;
    padding: 30px ;
    width: 100%;
    max-width: 320px;
    min-height: 346px;
    flex-direction: column;
}

.home-03 .widget-project .widget-choose-us-item .text {
    margin-top: 0;
}

.home-03 .widget-project .widget-slide-style1 .swiper-button-prev {
    top: -117px;
    left: auto;
    right: 332px;
    border: 2px solid #FFA500;
}

.home-03 .widget-project .widget-slide-style1 .swiper-button-next {
    top: -117px;
    left: auto;
    right: 252px;
    border: 2px solid #FFA500;
}

.home-03 .widget-counter-wrap {
    background-color: #FFFFFF;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    gap: 0;
}

.home-03 .widget-counter-item {
    border-right:  1px solid #EBEBEB;
    padding-top: 108px;
    padding-bottom: 107px;
    width: 100%;
}

.home-03 .widget-counter-item:last-child {
    border: none;
}

.home-03 .widget-counter-item .icon {
    font-size: 60px;
    margin-bottom: 15px;
}

.home-03 .widget-counter-item .number-wrap {
    color: #2036A7;
    font-weight: 600;
    font-size: 50px;
    line-height: 59px;
    margin-bottom: 58px;
}

.home-03 .widget-counter-item p {
    color: #4F556A;
    max-width: 316px;
    margin: auto;
}

.widget-get-quote.style-boder::before {
    position: absolute;
    content: "";
    height: 100%;
    right: 0;
    width: calc( 100vw - (100vw - 1598px) / 2 - 10px );
    background-color: #F5F5F5;
    z-index: -1;
    border-radius: 100px 0 0 0;
}

.widget-get-quote.style-2 .get-quote-wrap {
    padding: 0;
    margin-bottom: 100px;
    padding-top: 28px;
}

.widget-get-quote.style-2 .get-quote-wrap .get-quote-content {
    padding-top: 72px;
    margin-right: -100px;
}

.widget-get-quote.style-2 .get-quote-wrap .get-quote-content p {
    max-width: 450px;
}

.widget-get-quote.style-2 .get-quote-wrap .get-quote-poster {
    max-width: 514px;
    margin-right: -80px;
}

.widget-get-quote.style-2 .get-quote-box {
    padding: 0;
    margin-top: 72px;
    border-radius: 0;
    max-width: 531px;
    border: none;
    background: transparent;
}

.widget-get-quote.style-2 .get-quote-box .tab-container .tabs {
    background-color: #FFFFFF;
    gap: 20px 0;
    padding: 0;
    margin-bottom: 30px;
}

.widget-get-quote.style-2 #health .widget-request-quote-form form input {
    height: 58px;
    margin-bottom: 30px;
}

.widget-get-quote.style-2 .get-quote-box .tab-container .tabs button {
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
}

.widget-get-quote.style-2 .get-quote-box .tab-container .tabs button:first-child {
    padding-left: 48px;
}

.widget-get-quote.style-2 .get-quote-box .tab-container .tabs button:last-child {
    padding-right: 40px;
}

.widget-get-quote.style-2 .get-quote-box .tab-container .tabs button:hover,
.widget-get-quote.style-2 .get-quote-box .tab-container .tabs button.active {
    color: #FFA500;
    border-bottom: 1px solid #FFA500;
}

.home-03 .widget-project-1 .swiper-slide {
    padding: 0;
}

.home-03 .widget-project-1 .widget-project-1-content > p {
    margin-bottom: 60px;
}

.home-03 .widget-project-1 .widget-project-1-item {
    margin-bottom: 153px;
    border: none;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.home-03 .widget-project-1 .widget-project-1-item img {
    width: 100%;
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content {
    background-color: #FFFFFF;
    padding: 30px;
    transition: 0.5s;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content h4 {
    padding: 0;
    margin-bottom: 6px;
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content .meta {
    color: #4F556A;
    opacity: 0.5;
    margin-right: 6px;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content .name {
    color: #4F556A;
    font-family: 'Hind',sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.home-03 .widget-project-1 .widget-project-1-item:hover .widget-project-1-item-content {
    background-color: #2036A7;
}

.home-03 .widget-project-1 .widget-project-1-item:hover .widget-project-1-item-content .meta,
.home-03 .widget-project-1 .widget-project-1-item:hover .widget-project-1-item-content .name,
.home-03 .widget-project-1 .widget-project-1-item:hover .widget-project-1-item-content h4 a {
    color: #fff;
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content h4 a {
    color: #2036A7;
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content h4:hover a {
    color: #FFA500;
}

.home-03 .widget-project-1 .widget-swiper-pagination .swiper-pagination {
    bottom: 97px;
}

.home-03 .widget-project-1 .widget-swiper-pagination .swiper-pagination span.swiper-pagination-bullet {
    background: #2036A7;
    opacity: 1;
}

.home-03 .widget-project-1 .widget-swiper-pagination .swiper-pagination span.swiper-pagination-bullet-active {
    background: #FFA500;
}

.home-03 .widget-testimonial {
    padding-top: 100px;
}

.home-03 .widget-testimonial .widget-testimonial-wrap {
    max-width: 1400px;
    margin: auto;
}

.home-03 .widget-testimonial .swiper-slide {
    margin-bottom: 100px;
}

.home-03 .widget-testimonial .widget-testimonial-item.style1 {
    padding: 20px;
}

.home-03 .widget-testimonial .widget-testimonial-item .infor {
    margin-top: 7px;
}


.home-03 .widget-testimonial .widget-swiper-pagination .swiper-pagination {
    width: 100%;
    margin: 0;
    top: auto;
    bottom: 42px;
}

.home-03 .widget-blog-update {
    padding-top: 56px;
}

.home-03 .widget-blog-update-wrap .widget-post .image::before,
.home-03 .widget-blog-update-wrap .widget-post .image::after {
    content: none;
}

.home-03 .widget-blog-update-wrap .widget-post {
    flex-wrap: nowrap;
    padding: 0;
    box-shadow: none;
    gap: 0;
    width: auto;
}

.home-03 .widget-blog-update-wrap > .widget-post .image {
    width: 440px;
}

.home-03 .widget-blog-update-wrap > .widget-post .all-content {
    width: 360px;
    padding: 30px;
    background-color: #FAFAFA;
}

.home-03 .widget-blog-update-wrap > .widget-post .all-content .title {
    line-height: 33.5px;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post {
    padding-bottom: 24px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 24px;
    gap: 25px;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post .image {
    width: auto;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post .all-content {
    width: 415px;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post .all-content .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post .all-content p {
    margin: 10px 0;
}

/* about-us-page
--------------------------------------------- */
/* page-title */
.about-us-page .page-title {
    background-image: url(../images/page-title/about-us.jpg);
}

/* widget-about-us */
.about-us-page .widget-about-us {
    flex-direction: column;
    max-width: unset;
    padding-top: 101px;
}

.about-us-page .widget-about-us-heading {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    text-align: start;
}

.about-us-page .widget-about-us-heading .main-title {
    max-width: 920px;
    margin: unset;
    margin-bottom: 15px;
}

.about-us-page .widget-about-us-wrap {
    display: flex;
    gap: 42px;
}

.about-us-page .widget-about-us-wrap .poster {
    width: 100%;
    top: 0;
    padding: 0;
    max-height: 643px;
    background-image: url(../images/about-us/img-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 150px 0px 0px;
}

.about-us-page .widget-about-us-wrap .poster::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, #2036A7 0%, rgba(4, 33, 129, 0) 100%);
    left: unset;
    z-index: unset;
    animation: none;
}

.about-us-page .widget-about-us-wrap .poster::before {
    display: none;
}

.about-us-page .widget-about-us-wrap .poster .sub-content {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(48%);
    padding: 15px 20px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50px 0px 0px 0px;
    display: flex;
    align-items: center;
    max-width: 379px;
    z-index: 2;
}

.about-us-page .widget-about-us-wrap .poster .sub-content .widget-block-1 {
    font-size: 40px;
    padding: 21px 20px;
    margin-right: 13px;
}

.about-us-page .widget-about-us-wrap .poster .sub-content .number {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 82px;
    color: #2036A7;
    margin-right: 17px;
    transform: translateY(-10%);
}

.about-us-page .widget-about-us-wrap .poster .sub-content p {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.5px;
    color: #2036A7;
}

.about-us-page .widget-about-us-wrap .content {
    width: 100%;
    max-width: unset;
}

.about-us-page .widget-about-us-wrap .content .text {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #2036A7;
    margin-bottom: 14px;
    margin-top: 20px;
}

.about-us-page .widget-about-us-wrap .content .text:first-child {
    margin-top: 1px;
}

.about-us-page .widget-about-us-wrap .content .sub-text {
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 14px;
    max-width: 680px;
}

.about-us-page .widget-about-us-wrap .content p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 14px;
    margin-top: 0;
    max-width: 680px;
}

.about-us-page .file-download .icon {
    font-size: 33px;
}

.about-us-page .widget-about-us-wrap .phone {
    padding-top: 2px;
}

.about-us-page .widget-about-us-wrap .phone .phone-number {
    color: #FFA500;
    font-size: 22px;
    margin-top: -9px;
}

.about-us-page .widget-about-us-wrap .file-download {
    margin-top: 22px;
    margin-bottom: 0px;
}

.about-us-page .widget-counter.counter-style-1 .widget-counter-wrap {
    margin-top: 99px;
    padding-bottom: 158px;
}

.about-us-page .widget-testimonial {
    padding: 70px 0 71px;
}

.about-us-page .widget-testimonial .widget-testimonial-item p {
    line-height: 26px;
}

.about-us-page .widget-project-1 .widget-project-1-item {
    margin-bottom: 159px;
}

/* our-team-page
-------------------------------------- */
.our-team-page .page-title {
    background-image: url(../images/page-title/our-team.jpg);
}

/* widget-our-team */
.our-team-page .widget-our-team {
    text-align: center;
}

.our-team-page .widget-our-team .main-title {
    max-width: 680px;
}

.our-team-page .widget-our-team p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.5px;
    color: #4F556A;
    margin-top: 24px;
}

.our-team-page .widget-our-team .widget-our-team-item {
    margin-bottom: 40px;
    width: unset;
}

.widget-view-more {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 17.5px;
    padding: 14px 52px;
    background-color: #2036A7;
    color: #FFA500;
}

.widget-view-more:hover {
    color: #2036A7;
    background-color: #FFA500;
}

/* team-detail 
------------------------------------------*/
.team-detail .page-title {
    background-image: url(../images/page-title/team-detail.jpg);
}

.team-detail.main-content {
    display: flex;
    flex-wrap: wrap;
}

.team-detail .poster {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-bottom: -131px;
}

.team-detail .infor {
    width: 100%;
    max-width: 1169px;
    margin: auto;
    margin-bottom: 36px;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 15;
}

.team-detail .infor .main-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 30px;
}

.team-detail .infor .personal {
    margin-bottom: 30px;
}

.team-detail .infor .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #2036A7;
    margin-bottom: 14px;
}

.team-detail .infor .personal .title span {
    color: #4F556A;
    margin-right: 6px;
}

.team-detail .infor .personal p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 14px;
}

.team-detail .infor .infor-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 21px;
}

.team-detail .infor .infor-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.team-detail .infor .infor-item .title {
    margin-bottom: 10px;
}

.team-detail .infor .infor-item .title span {
    color: #4F556A;
    margin-right: 6px;
}

.team-detail .infor .infor-item ul li {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 4px;
    padding-left: 9px;
    position: relative;
}

.team-detail .infor .infor-item ul li::after {
    position: absolute;
    content: ".";
    font-size: 22px;
    left: 0;
    top: -6px;
}

.team-detail .infor .infor-item .widget-social a {
    border: 1px solid #EFEFEF;
}

.team-detail .infor .infor-item .widget-social a span::before {
    color: #2036A7;
}

.team-detail .infor .infor-item .widget-social a:hover {
    background-color: #2036A7;
}

.team-detail .infor .infor-item .widget-social a:hover span::before {
    color: #FFA500;
}

.team-detail .widget-request-quote-form {
    width: 100%;
    max-width: 1169px;
    margin: auto;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.team-detail form {
    padding: 0;
    border: none;
    width: 100%;
}

.widget-request-quote-form form textarea {
    height: 140px;
    margin-bottom: 17px;
}

.team-detail .widget-request-quote-form form .nice-select {
    margin-bottom: 22px;
}

/* Testimonials
------------------------------ */
.testimonials .page-title {
    background-image: url(../images/page-title/testimonial.jpg);
}

/* widget-testimonial */
.testimonials .widget-business-customers {
    text-align: center;
}

.testimonials .widget-business-customers .poster {
    max-width: 1400px;
    margin: auto;
    margin-bottom: -144px;
    position: relative;
}

.testimonials .widget-business-customers .poster::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46.6%;
    z-index: 1;
    background: linear-gradient(0deg, #2036A7 0%, rgba(4, 33, 129, 0) 100%);
}

.testimonials .widget-business-customers-wrap .widget-slide-style1 {
    width: unset;
    margin-left: calc((100vw - 1080px) / 2 - 8px);
}

.testimonials .widget-business-customers-wrap .widget-slide-style1 .swiper {
    margin-right: -400px;
}

.testimonials .widget-business-customers .widget-testimonial-item.style1 .heading img {
    transform: none;
    padding: 0;
    border: none;
    border-radius: 0;
    top: auto;
}

.testimonials .widget-business-customers .widget-testimonial-item.style1 .heading {
    padding-left: 150px;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.testimonials .widget-business-customers .widget-testimonial-item.style1 .heading .info {
    margin-top: 2px;
}

.testimonials .widget-business-customers .widget-testimonial-item.style1 {
    margin-top: 35px;
    background-color: #FFFFFF;
    text-align: start;
    padding-top: 30px;
    padding-bottom: 18px;
}

.testimonials .widget-business-customers .widget-project-slide .swiper-slide {
    border: none;
    margin-bottom: 60px;
}

.testimonials .widget-business-customers .widget-slide-style1 .swiper-button-next {
    top: 37.4%;
    left: -80px;
}

.testimonials .widget-business-customers .widget-slide-style1 .swiper-button-prev {
    left: -160px;
    top: 37.4%;
}

.testimonials .widget-testimonial-item {
    margin-bottom: 40px;
}

.testimonials .widget-business-customers .widget-testimonial-item p {
    line-height: 26px;
    font-style: normal;
}

.testimonials .widget-testimonial-item.style1 .heading .icon-quotes {
    top: 4px;
    right: 20px;
}

.widget-loading {
    display: flex;
    justify-content: center;
    font-family: 'Hind';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5em;
    color: #4F556A;
}

.widget-loading span {
    margin-right: 20px;
    font-size: 20px;
    color: #4F556A;
    transform: rotate(180deg);
}

/* pricing-table 
-----------------------------------*/
.pricing-table.main-content {
    padding-bottom: 78px;
}

.pricing-table .page-title {
    background-image: url(../images/page-title/testimonial.jpg);
}

/* FAQs
-----------------------------------*/
.faqs .page-title {
    background-image: url(../images/page-title/faq.jpg);
}

.widget-block-search-1 {
    max-width: 680px;
    margin: auto;
    margin-bottom: 30px;
}

.widget-block-search-1 .widget-block-search-1-wrap {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.widget-block-search-1 .widget-block-search-1-wrap button {
    padding-left: 21px;
    color: #4F556A ;
    font-size: 22px;
}

.widget-block-search-1 .widget-block-search-1-wrap input {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    opacity: 1;
    padding-left: 3px;
}

.faqs .widget-faq > p {
    margin-bottom: 60px;
}

.faqs .widget-faq p span.text {
    color: #2036A7;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
}

.faqs .widget-faq p span.icon-calling::before {
    margin-right: 12px;
    font-size: 18px;
    color: #2036A7;
}

.faqs .widget-faq.style-1 {
    padding: 100px 0;
    background: url(../images/faq/background.jpg);
    border-radius: 150px 0 0 0;
    margin-top: 78px;
    margin-bottom: 75px;
}

.faqs .widget-faq.style-1 .main-title {
    max-width: 1110px;
}

.faqs .widget-faq.style-1 .widget-accordion-1 {
    display: flex;
}

.faqs .widget-faq.style-1 .image {
    text-align: start;
    margin-left: 50px;
}

.faqs .widget-faq.style-1 .widget-accordion-1 .accordion-heading-1,
.faqs .widget-faq.style-1 .widget-accordion-1 .accordion-content-1 {
    background-color: #FFFFFF;
}

.faqs .widget-contact-us {
    text-align: center;
}

.faqs .widget-contact-us .widget-contact-us-wrap > p {
    margin-top: 24px;
    margin-bottom: 58px;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
}

.faqs .widget-contact-us .image {
    margin-bottom: -131px;
    position: relative;
    z-index: -1;
}

.widget-request-quote-form.style-1 {
    text-align: start;
    background-color: #FFFFFF;
    max-width: 1169px;
    border-top: 6px solid #FFA500;
}

.widget-request-quote-form.style-1 .form-content {
    width: 100%;
    max-width: 480px;
}

.widget-request-quote-form.style-1 form {
    border: none;
    width: 100%;
}

.faqs .widget-request-quote-form form input {
    margin-bottom: 30px;
}

.faqs .widget-request-quote-form form .nice-select {
    margin-bottom: 31px;
}

.faqs .widget-request-quote-form form textarea {
    margin-bottom: 28px;
}

/* Career
-----------------------------------*/
.carers .page-title {
    background-image: url(../images/page-title/carrer.jpg);
}

.carers .widget-job {
    margin-top: 0;
}

.carers .widget-job p {
    max-width: 540px;
    margin: auto;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-top: 24px;
}

.carers .widget-job .widget-job-item {
    margin-bottom: 20px;
}

.widget-filters {
    margin-bottom: 61px;
    position: relative;
    z-index: 15;
}

.widget-filters form {
    width: 100%;
    margin: 0;
    max-width: unset;
}

.widget-filters .select {
    width: 100%;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.widget-filters .select img {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 3;
}

.widget-filters .select .nice-select {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4F556A;
    opacity: 1;
    padding-left: 52px;
}

.carers .widget-job .widget-blog-pagination {
    justify-content: center;
    margin-bottom: 100px;
}

.carers .widget-join-team {
    padding-top: 100px;
    background-color: #2036A7;
    background-attachment: fixed;
    background-image: url(../images/join-team/Icon.png);
    background-repeat: no-repeat;
    background-position: 75% 141px;
}

.carers .widget-join-team-wrap {
    max-width: 1400px;
    margin: auto;
}

.carers .widget-join-team-wrap .main-title {
    color: #FFFFFF;
    max-width: 920px;
    margin-left: 0;
}

.carers .widget-join-team-box {
    display: flex;
    align-items: flex-end;
}

.carers .widget-join-team-box .image {
    margin-bottom: -167px;
    width: 100%;
    margin-right: -220px;
    border-radius: 0px 150px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.carers .widget-join-team-box .image::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background: linear-gradient(0deg, #2036A7 0%, rgba(4, 33, 129, 0) 100%);
}

.carers .widget-join-team-box .content {
    max-width: 680px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 60px 0px 0px 0px;
    padding: 40px;
    z-index: 5;
    margin-bottom: -167px;
}

.carers .widget-join-team-box .content .text {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #2036A7;
    margin-bottom: 20px;
}

.carers .widget-join-team-box .content p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-top: 14px;
}

.carers .widget-benifit {
    margin-top: 267px;
    text-align: center;
}

.carers .widget-benifit .widget-choose-us-wrap {
    flex-wrap: nowrap;
    max-width: 1400px;
    margin: auto;
}

.carers .widget-benifit .widget-choose-us-item {
    position: relative;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 60px 0px 0px 0px;
    padding: 30px 30px 65px 30px;
    overflow: hidden;
}

.carers .widget-benifit .widget-choose-us-item::after {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 120px; 
    line-height: 141px;
    opacity: 0.1;
    transform: translate(15%, 23%);
    z-index: -1;
    color: #6ee4b000;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #2036A7;
    stroke: #2036A7;
}

.carers .widget-benifit .widget-choose-us-item.choose-us-item-1::after {
    content: "01";
    z-index: 5;
}

.carers .widget-benifit .widget-choose-us-item.choose-us-item-2::after {
    content: "02";
    z-index: 5;
}

.carers .widget-benifit .widget-choose-us-item.choose-us-item-3::after {
    content: "03";
    z-index: 5;
}

.carers .widget-benifit .widget-choose-us-item.choose-us-item-4::after {
    content: "04";
    z-index: 5;
}

.carers .widget-benifit .widget-choose-us-item .text a:hover {
    color: #36a7e3;
}

/* services-list
-------------------------------------------- */
.services-list.main-content {
    padding-bottom: 77px;
}

.services-list .page-title {
    background-image: url(../images/page-title/service.jpg);
}

.services-list > .section-heading {
    width: 100%;
    text-align: center;
}

.services-list > .section-heading .button {
    margin-top: 24px;
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-bottom: 60px;
}

.services-list > .section-heading .button a {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    font-size: 12px; 
    line-height: 14px;
    color: #2036A7;
    background-color: #FFA500;
    padding: 6px 10px;
}

.services-list > .section-heading .button a:hover {
    color: #FFA500;
    background-color: #2036A7;
}

.services-list .services-list-wrap {
    max-width: 1440px;
    margin: auto;
    margin-bottom: 100px;
}

.services-list .services-list-content .widget-post {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 30px;
    gap: 30px;
}

.services-list .services-list-content .widget-post:last-child {
    padding: 0;
    border: 0;
    margin: 0;
}

.services-list .services-list-content .widget-post .image {
    border-right: 4px solid #FFA500;
    max-width: 439px;
}

.services-list .services-list-content .widget-post .all-content {
    width: 100%;
    padding: 20px 20px 20px 0;
}

.services-list .services-list-content .widget-post .all-content .title {
    font-size: 30px;
    line-height: 35px;
}

.services-list .services-list-content .widget-post .all-content p {
    margin: 16px 0 ;
}

.services-list .services-list-content .widget-post .all-content a.widget-button {
    padding: 16px 26px;
    color: #2036A7;
    background-color: #FFA500;
}

.services-list .services-list-content .widget-post .all-content a.widget-button:hover {
    color: #FFA500;
    background-color: #2036A7;
}

.services-list .widget-get-quote {
    background-color: #F5F5F5;
}

/* services-grid
-------------------------------------------- */
.services-grid.main-content {
    padding-bottom: 79px;
}

.services-grid .page-title {
    background-image: url(../images/page-title/service-grid.jpg);
}

.services-grid .widget-service-list {
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

.services-grid .widget-service-list-wrap .widget-post {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.services-grid .widget-service-list-wrap .widget-post .image {
    border-bottom: 4px solid #FFA500;
    border-radius: 0 60px 0 0;
    overflow: hidden;
}

.services-grid .widget-service-list-wrap .widget-post .image img {
    width: 100%;
}

.services-grid .widget-service-list-wrap .widget-post .all-content {
    padding: 20px;
    width: 100%;
    text-align: start;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.services-grid .widget-service-list-wrap .widget-post .all-content .title {
    font-size: 20px;
    line-height: 28px;
}

.services-grid .widget-service-list.style1 {
    max-width: unset;
    background-attachment: fixed;
    background-image: url(../images/services/background.jpg);
    border-radius: 135px 0 0 0;
    margin-bottom: 100px;
}

.services-grid .widget-service-list.style1 .widget-service-list-inner {
    margin: auto;
    padding: 100px 0 60px;
}

.services-grid .widget-service-list.style1 .main-title {
    color: #FFFFFF;
}

.services-grid .widget-get-quote.style-1 {
    margin-bottom: 103px;
}

/* services-grid-1
-------------------------------------------- */
.services-grid-1.main-content {
    padding-bottom: 79px;
}

.services-grid-1 .widget-project-1 .widget-project-1-item {
    margin-bottom: 159px;
}

.services-grid-1 .widget-our-service {
    padding-top: 0;
    margin-bottom: 60px;
}

.services-grid-1 .widget-our-service .widget-our-service-content {
    max-width: 1340px;
}

.services-grid-1 .widget-our-service-wrap {
    max-width: 1380px;
    margin: auto;
}

.services-grid-1 .widget-our-service-item {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: inset 0px -4px 0px #2036A7;
    padding: 40px;
    margin-bottom: 40px;
}

/* services detail
-------------------------------------------- */
.services-detail.main-content {
    padding-bottom: 80px;
}

.services-detail .page-title {
    background-image: url(../images/page-title/service-detail.jpg);
}

.services-detail-wrap {
    max-width: 1440px;
    margin: auto;
    margin-bottom: 100px;
}

.services-detail-content {
    padding-right: 40px;
    border-right: 1px solid #EFEFEF;
}

.services-detail-content > .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #2036A7;
    margin-bottom: 30px;
    margin-top: 50px;
}

.services-detail-content > .title:first-child {
    margin-top: 0;
}

.services-detail-content > .poster {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.services-detail-content > .poster img {
    width: 100%;
    border-radius: 0 150px 0 0;
}

.services-detail-content > .poster .poster-box {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    padding: 20px 24px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50px 0px 0px 0px;
    align-items: center;
    gap: 20px;
}

.services-detail-content > .poster .poster-box span::before {
    font-size: 40px;
    color: #2036A7;
}

.services-detail-content > .poster .poster-box .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #2036A7;
}

.services-detail-content > p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-bottom: 14px;
}

.services-detail-content .image-list {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.services-detail-content .image-list .image-item {
    width: 100%;
    position: relative;
}

.services-detail-content .image-list .image-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    bottom: 89px;
    z-index: 0;
    background: linear-gradient(0deg, #2036A7 0%, rgba(4, 33, 129, 0) 100%);
}

.services-detail-content .image-list .image-item img {
    width: 100%;
}

.services-detail-content .image-list .image-item-content {
    width: 100%;
    max-width: 367px;
    margin: auto;
    padding: 30px;
    margin-top: -80px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

.services-detail-content .image-list .image-item-content .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #2036A7;
    margin-bottom: 9px;
}

.services-detail-content .image-list .image-item-content p {
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
}

.services-detail-content .block-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.services-detail-content .block-list .widget-choose-us-item {
    width: 31.057%;
    padding: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: unset;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 50px 0px 0px 0px;
}

.services-detail-content .block-list .widget-choose-us-item .image span {
    font-size: 34px;
}

.services-detail-content .block-list .widget-choose-us-item .text {
    font-size: 20px;
    line-height: 23px;
    margin-top: 16px;
}

.services-detail-content .image-box {
    width: 100%;
    position: relative;
    margin-bottom: 124px;
}

.services-detail-content .image-box img {
    width: 100%;
}

.services-detail-content .image-box::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background: linear-gradient(0deg, #2036A7 0%, rgba(4, 33, 129, 0) 100%);
}

.services-detail-content .image-box-content {
    position: absolute;
    bottom: -79px;
    right: 0;
    max-width: 600px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 60px 0px 0px 0px;
    padding: 30px;
}

.services-detail-content .image-box-content .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #2036A7;
    margin-bottom: 20px;
}

.services-detail-content .image-box-content p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-bottom: 14px;
}

.services-detail-content .image-box-content ul li {
    font-family: 'Hind',sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #2036A7;
    margin-top: 10px;
    display: flex;
}

.services-detail-content .image-box-content ul li span {
    font-size: 27px;
    margin-right: 8px;
}

.services-detail .widget-request-quote {
    margin-bottom: 100px;
}

.services-detail .widget-request-quote-wrap {
    border-radius: 150px 0 0 0;
}

.services-detail .widget-request-quote-form {
    border-radius: 0 130px 0 0 ;
}

/* services-detail-1 
-----------------------------------------------*/
.services-detail-1.main-content {
    padding-bottom: 73px;
}

.services-detail-1-wrap {
    max-width: 1400px;
    margin: auto;
}

.services-detail-1-wrap .widget-title-section {
    text-align: center;
}

.services-detail-1-wrap img {
    width: 100%;
    margin-bottom: 60px;
    border-radius: 0px 150px 0px 0px;
}

.services-detail-1-content {
    max-width: 921px;
    margin: auto;
    margin-bottom: 100px;
}

.services-detail-1-content .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #2036A7;
    margin-top: 30px;
    margin-bottom: 20px;
}

.services-detail-1-content .title:first-child {
    margin-top: 0;
}

.services-detail-1-content p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-bottom: 14px;
}

.services-detail-1 .widget-choose-us {
    max-width: unset;
    margin-bottom: 100px;
}

.services-detail-1 .widget-choose-us .swiper {
    margin: 0 -100px;
}

.services-detail-1 .widget-choose-us .widget-choose-us-item {
    width: 100%;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 60px 0px 0px 0px;
    padding: 30px;
    min-height: 472px;
    align-content: flex-start;
}

.services-detail-1 .widget-choose-us .swiper-wrapper {
    margin-bottom: 53px;
}

.services-detail-1 .widget-choose-us .widget-swiper-pagination .swiper-pagination {
    top: unset;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.services-detail-1 .widget-testimonial-item p {
    font-style: normal;
    margin-bottom: 5px;
    line-height: 26px;
}

.services-detail-1 .widget-testimonial-item.style1 {
    padding-bottom: 23px;
}

#preload {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-out;
}

/* Add a hidden class to fade out smoothly */
#preload.hidden {
    opacity: 0;
    pointer-events: none;
    display: none;
}


/* extra css */
.widget-about-us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 40px;
}

/* Poster Image */
.widget-about-us .poster {
    flex: 1;
    text-align: center;
    max-width: 600px;
}

.widget-about-us .poster img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Content Section */
.widget-about-us .content {
    flex: 1;
    max-width: 600px;
}

.widget-about-us .main-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2036A7;
}

.widget-about-us .sub-title {
    font-size: 1rem;
    color: #FFA500;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.widget-about-us p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

/* Button Styling */
.widget-about-us .button {
    margin-top: 20px;
}

.widget-about-us .widget-button {
    background-color: #2036A7;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

.widget-about-us .widget-button:hover {
    background-color: #1a2f8a;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .widget-about-us {
        flex-direction: column;
        text-align: center;
    }
    
    .widget-about-us .poster,
    .widget-about-us .content {
        max-width: 100%;
    }
}

/* Hero Section Styling */
.hero-container {
    background: url('/static/assets/images/page-title/bg1.jpg') no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 80px 20px;
    text-align: left;
}

/* Hide Background Image on Small Screens */
@media (max-width: 768px) {
    .hero-container {
        background: none !important;  /* Remove background image */
        background-color: #2036a7;  /* Fallback background color */
        padding: 50px 15px;
    }
}

/* Content Styling */
.hero-content {
    max-width: 700px;
    margin-left: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

/* Title Styling */
.main-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.2;
}

.main-title .highlight {
    color: #ffd700;
}

/* Subtitle */
.sub-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0.5rem;
}

/* Button Styling */
.widget-button {
    /* background-color: #ffd700; */
    color: #2036a7;
    padding: 15px 30px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 700;
}

/* .widget-button:hover {
    background-color: #e6c200;
} */

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .hero-container {
        text-align: center;
        padding: 60px 15px;
    }
    .hero-content {
        max-width: 90%;
        margin: auto;
    }
    .main-title {
        font-size: 3rem;
    }
    .sub-title {
        font-size: 1.1rem;
    }
    .widget-button {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .hero-container {
        padding: 40px 10px;
    }
    .main-title {
        font-size: 2.2rem;
    }
    .sub-title {
        font-size: 1rem;
    }
    .widget-button {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .hero-container {
        min-height: 70vh;
        padding: 30px 5px;
    }
    .main-title {
        font-size: 1.8rem;
    }
    .sub-title {
        font-size: 0.9rem;
    }
    .widget-button {
        padding: 8px 18px;
        font-size: 0.8rem;
    }
}



/* CTA Section */
.cta-section {
    background-color: #f9f9f9;
    padding: 80px 0;
    min-height: 100vh; /* Ensures full height on larger screens */
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-content {
    text-align: left;
    color: #2036a7;
    font-family: 'Raleway', sans-serif;
    min-height: 500px; /* Ensures content is well contained */
}

.cta-heading {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.3;
}

.cta-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
}

.cta-benefits p {
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.benefit-icon {
    font-size: 1.2rem;
    margin-right: 10px;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    background-color: #2036a7;
    color: #fff;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #1a2c7a;
}

.cta-arrow {
    font-weight: bold;
}

/* Image Styling */
.cta-image img {
    object-fit: cover;
    height: 100%;
    min-height: 500px; /* Ensures image is always visible */
}

/* RESPONSIVENESS */

/* Tablet adjustments */
@media (max-width: 992px) {
    .cta-section {
        padding: 60px 0;
    }

    .cta-content {
        text-align: center;
        padding: 50px;
    }

    .cta-heading {
        font-size: 2.3rem;
    }

    .cta-subtitle {
        font-size: 1.2rem;
    }

    .cta-button {
        font-size: 1rem;
        padding: 12px 25px;
    }

    .cta-image img {
        min-height: 400px;
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .cta-section {
        padding: 40px 15px;
    }

    .cta-content {
        text-align: center;
        padding: 30px;
    }

    .cta-heading {
        font-size: 2rem;
    }

    .cta-subtitle {
        font-size: 1.1rem;
    }

    .cta-benefits p {
        font-size: 1rem;
    }

    .cta-button {
        font-size: 0.95rem;
        padding: 10px 22px;
    }

    .cta-image {
        display: none; /* Hide image on mobile */
    }
}

/* Small mobile adjustments */
@media (max-width: 480px) {
    .cta-heading {
        font-size: 1.7rem;
    }

    .cta-subtitle {
        font-size: 1rem;
    }

    .cta-button {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}
/* styles from base.html */
/* Inline Critical CSS */
section {
    width: 100%; /* Default width */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding */
    box-sizing: border-box; /* Include padding and border in the element's total width */
  }
  
  /* Ensure the body has no margin or padding */
  body {
      margin: 0;
      padding: 0;
      overflow-x: hidden; /* Prevent horizontal scrolling */
  }
  
  body {
    font-family: 'Raleway', sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-size: cover;
}
  /* Dark Mode Styles */
  body.dark-mode {
    background-color: #1a1a1a;
    color: #ffffff;
  }
  body.dark-mode .header {
    background-color: #333;
  }
  body.dark-mode .menu li a {
    color: #ffffff;
  }
  body.dark-mode .cta-button {
    background-color: #FFA500;
    color: #2036A7;
  }
  body.dark-mode .cta-button:hover {
    background-color: #2036A7;
    color: #FFA500;
  }

  /* CTA Section Styling */
  .cta-section {
      background: #2036A7; /* Primary color */
      color: #fff;
      padding: 50px 0;
      position: relative;
      overflow: hidden;
      font-family: 'Raleway', sans-serif; /* Apply Raleway font */
      width: 100%, 
  }
  
  .cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/africa-map.png"); /* Use background-image instead of background */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Explicitly set background-size to cover */
    opacity: 0.1;
    z-index: 1;
}
  
  .cta-heading {
      font-size: 36px;
      font-weight: 900;
      margin-bottom: 20px;
      color: #fff;
      line-height: 1.2;
  }
  
  .cta-subtitle {
      font-size: 18px;
      margin-bottom: 30px;
      color: rgba(255, 255, 255, 0.9);
      line-height: 1.6;
      font-weight: 500;
  }
  
  .cta-benefits {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 40px;
      color: rgba(255, 255, 255, 0.9);
      text-align: left;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      font-weight: 400;
  }
  
  .benefit-icon {
      font-size: 18px;
      margin-right: 10px;
      color: #FFA500;
  }
  
  /* Increase specificity for the button */
  a.cta-button {
      background-color: #2036A7 !important; /* Orange background */
      color: #FFA500 !important; /* White text */
      padding: 7px 20px !important; /* Padding */
      font-size: 18px !important;
      font-weight: 600 !important;
      border-radius: 50px !important; /* Rounded edges */
      text-decoration: none !important;
      display: inline-block !important;
      transition: all 0.3s ease !important; /* Smooth transition for hover effects */
      border: none !important; /* Remove default button border */
      cursor: pointer !important; /* Change cursor to pointer on hover */
  }

  /* Increase specificity for hover effects */
  a.cta-button:hover {
      background-color: #e59400 !important; /* Slightly darker orange on hover */
      color: #2036A7 !important; /* Deep blue text color on hover */
      transform: scale(1.05) !important; /* Grow effect */
      box-shadow: 0 4px 15px rgba(255, 165, 0, 0.4) !important; /* Add a subtle shadow */
  }

  /* Increase specificity for wiggle animation */
  a.cta-button.wiggle:hover {
      animation: wiggle 0.5s ease-in-out !important; /* Apply wiggle animation */
  }

  /* Increase specificity for pulse animation */
  a.cta-button.pulse:hover {
      animation: pulse 0.5s ease-in-out !important; /* Apply pulse animation */
  }

  /* Wiggling Animation */
  @keyframes wiggle {
      0% { transform: rotate(0deg); }
      25% { transform: rotate(-5deg); }
      50% { transform: rotate(5deg); }
      75% { transform: rotate(-5deg); }
      100% { transform: rotate(0deg); }
  }

  /* Pulse Animation */
  @keyframes pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.1); }
      100% { transform: scale(1); }
  }
  .cta-arrow {
      margin-left: 10px;
      font-weight: bold;
  }
  
  .cta-note {
      font-size: 14px;
      margin-top: 20px;
      color: rgba(255, 255, 255, 0.9);
      font-style: italic;
      font-weight: 400;
  }
  
  /* Widget CTA Styling */
  .widget-cta {
      background: #2036A7; /* Primary color */
      color: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
      margin: 40px auto;
  }
  
  .widget-cta-heading {
      font-size: 24px;
      font-weight: 900;
      line-height: 1.2;
      color: #fff;
      margin-bottom: 0;
  }
  
  .widget-cta-icon {
      font-size: 24px;
      color: #FFA500;
      background-color: rgba(255, 255, 255, 0.1);
      padding: 12px;
      border-radius: 50%;
      transition: all 0.3s ease;
  }
  
  .widget-cta-icon:hover {
      background-color: rgba(255, 255, 255, 0.2);
      transform: scale(1.1);
  }    

  /* Reserve space for the fixed language switcher */
  .inner-header {
    padding-right: 70px;
  }

  /* Navigation Menu Links (reduce spacing) */
  .menu li a {
    padding: 4px 8px;
    line-height: 40px;
    transition: color 0.3s ease;
  }
  .menu li a:hover {
    color: #FFA500;
  }

  /* Dark Mode Toggle Button */
  .dark-mode-toggle {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background 0.3s ease, transform 0.3s ease;
  }
  .dark-mode-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
  }
  .dark-mode-toggle:active {
    transform: scale(0.9);
  }

  /* Search Toggle Styling (matching other nav items) */
  .search-toggle {
    display: inline-block;
    padding: 4px 8px;
    line-height: 40px;
    font-size: 24px; /* Increased icon size */
    color: inherit;
    text-decoration: none;
  }
  .search-toggle .icon-search {
    font-size: 26px; /* increased icon size */
    vertical-align: middle;
    color: #2036A7; /* Ensure the icon matches the navbar color */
  }

  /* Search Dropdown Styling */
  .search-dropdown {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1500; /* Ensure it appears above other elements */
    width: 300px; /* Adjust width as needed */
  }

  .search-dropdown form {
    display: flex;
    align-items: center;
  }

  .search-dropdown input {
    flex: 1;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-right: 5px;
  }

  .search-dropdown button {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #2036A7;
    color: #fff;
    border: none;
    cursor: pointer;
  }

  .search-dropdown button:hover {
    background-color: #1a2f8a;
  }

  /* Floating Language Switcher: Fixed at Top-Right */
  .floating-language-switcher {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
}
  .floating-language-switcher .language-toggle {
    background-color: #2036A7;
    color: #FFA500;
    border: 1px solid #2036A7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background 0.3s ease, color 0.3s ease;
  }

  .floating-language-switcher .language-toggle:hover {
    background-color: #FFA500;
    color: #2036A7;
    transform: scale(1.1); /* Slightly enlarge on hover */
  }
  .floating-language-switcher .language-dropdown {
    position: absolute;
    top: 60px; /* Position above the toggle button */
    width: 120px;
    height: auto;
    right: 0;
    display: block; /* Always visible but hidden by opacity and transform */
    opacity: 0; /* Start hidden */
    margin-top: 5px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 1001; /* Ensure it's above the toggle button */ 
    transform: translateY(10px); /* Start slightly below */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
    visibility: hidden; /* Hide from screen readers when inactive */   
  }
  .floating-language-switcher .language-dropdown a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #2036A7;
  }
  .floating-language-switcher .language-dropdown a:hover {
    background-color: #f0f0f0;
  }

.language-dropdown select {
    width: 100%;
    padding: 5px;
    border: none;
    /* background: none; */
    font-size: 10px;
    cursor: pointer;
    background-color: white;
    color: #2036A7; /* Blue text */
}

    .language-dropdown select:hover {
        border-color: #FFA500; /* Orange border on hover */
    }

    /* Show dropdown when active */
    .language-dropdown.active {
        opacity: 1; /* Fully visible */
        transform: translateY(0); /* Move to original position */
        visibility: visible; /* Show to screen readers when active */
    }

  /* Sticky header style (added dynamically via JS) */
  #header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 1050;
  }

  .cta-button2 {
    display: inline-block;
    padding: 12px 24px; /* Adjust padding for button size */
    font-size: 16px; /* Adjust font size */
    font-weight: 700; /* Bold text (700 is bold, 600 is semi-bold) */
    color: #FFA500 !important;/* Orange text color */
    background-color: #2036A7; /* Deep blue background */
    border: none; /* Remove default border */
    border-radius: 50px; /* Fully rounded edges */
    text-align: center;
    text-decoration: none; /* Remove underline */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; /* Smooth transitions */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.cta-button2:hover {
    background-color: #FFA500; /* Orange background on hover */
    color: #2036A7; /* Deep blue text color on hover */
    transform: translateY(-2px); /* Slight lift effect on hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
}

.cta-button2:active {
    background-color: #e59400; /* Slightly darker orange on click */
    color: #2036A7; /* Deep blue text color on click */
    transform: translateY(0); /* Reset lift effect on click */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); /* Reduced shadow on click */
}

  /* Add padding-top and a very light grey background to the section */
  .tf-section.section-about-us {
      padding-top: 60px; /* Add padding at the top */
      background-color: #f9f9f9; /* Very light grey background */
      padding-bottom: 60px; /* Optional: Add padding at the bottom for balance */
  }

  /* Make the widget-about-us container sleeker */
  .widget-about-us {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1200px; /* Limit the width for better readability */
      margin: 0 auto; /* Center the container */
      padding: 0 20px; /* Add some horizontal padding */
  }

  /* Poster Image on the Left */
  .widget-about-us .poster {
      flex: 1;
      margin-right: 40px; /* Add spacing between the image and content */
  }

  .widget-about-us .poster img {
      max-width: 100%;
      height: auto;
      border-radius: 10px; /* Rounded corners for the image */
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  }

  /* Content on the Right */
  .widget-about-us .content {
      flex: 1;
      max-width: 600px; /* Limit the width of the content */
  }
  

  /* Style the main title */
  .widget-title-section-1 .main-title {
      font-size: 36px;
      font-weight: 900;
      color: #333;
      margin-bottom: 10px;
  }

  /* Style the sub-title */
  .widget-title-section-1 .sub-title {
      font-size: 18px;
      font-weight: 500;
      color: #777;
      text-transform: uppercase;
      position: relative;
  }

  .widget-title-section-1 .sub-title.line-after::after {
      content: '';
      display: block;
      width: 50px;
      height: 2px;
      background-color: #FFA500; /* Orange line */
      margin-top: 10px;
  }

  /* Style the description */
  .widget-about-us .content p {
      font-size: 16px;
      color: #555;
      line-height: 1.6;
      margin: 20px 0;
  }

  /* Style the button */
  .widget-about-us .content .button {
      margin-top: 30px;
  }

  .widget-about-us .content .widget-button {
      background-color: #FFA500; /* Orange background */
      color: #ffffff; /* White text */
      padding: 15px 40px; /* Padding */
      font-size: 18px;
      font-weight: 700;
      border-radius: 50px; /* Rounded edges */
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease; /* Smooth transition for hover effects */
      border: none; /* Remove default button border */
      cursor: pointer; /* Change cursor to pointer on hover */
  }

  .widget-about-us .content .widget-button:hover {
      background-color: #e59400; /* Slightly darker orange on hover */
      transform: scale(1.05); /* Grow effect */
      box-shadow: 0 4px 15px rgba(255, 165, 0, 0.4); /* Add a subtle shadow */
  }

  /* Section Styling */
  .tf-section2.section-service2 {
      padding: 80px 0; /* Increased padding for a sleek look */
      background-color: #ffffff; /* White background for a clean design */
      display: flex;
      justify-content: center; /* Center the section horizontally */
      align-items: center; /* Center the section vertically */
  }
  
  /* Widget Title Section */
  .widget-title-section2 {
      text-align: center;
      margin-bottom: 60px;
  }
  
  .widget-title-section2 .main-title2 {
      font-size: 36px; /* Slightly smaller font size */
      font-weight: 700;
      color: #2036A7; /* Primary color for the main title */
      margin-bottom: 15px;
  }
  
  .widget-title-section2 .sub-title2 {
      font-size: 16px; /* Slightly smaller font size */
      font-weight: 600;
      color: #FFA500; /* Secondary color for the sub-title */
      text-transform: uppercase;
      position: relative;
  }
  
  .widget-title-section2 .sub-title2.line-before2::before,
  .widget-title-section2 .sub-title2.line-after2::after {
      content: '';
      display: inline-block;
      width: 40px; /* Slightly shorter lines */
      height: 2px;
      background-color: #FFA500; /* Secondary color for the lines */
      vertical-align: middle;
      margin: 0 10px; /* Reduced spacing */
  }
  
  /* Widget Service Wrap */
  .widget-service-wrap2 {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 columns per row */
      gap: 20px; /* Reduced gap between cards */
      max-width: 1200px; /* Limit the width of the grid */
      margin: 0 auto; /* Center the grid */
      padding: 0 20px; /* Padding for better alignment */
  }
  
  /* Responsive Design for Smaller Screens */
  @media (max-width: 1024px) {
      .widget-service-wrap2 {
          grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
      }
  }
  
  @media (max-width: 768px) {
      .widget-service-wrap2 {
          grid-template-columns: 1fr; /* 1 column for mobile */
      }
  }
  
  /* Section Styling */
  /* Section Styling */
  .tf-section2.section-service2 {
      padding: 80px 0; /* Increased padding for a sleek look */
      background-color: #ffffff; /* White background for a clean design */
      display: flex;
      justify-content: center; /* Center the section horizontally */
      align-items: center; /* Center the section vertically */
  }
  
  /* Widget Title Section */
  .widget-title-section2 {
      text-align: center;
      margin-bottom: 60px;
  }
  
  .widget-title-section2 .main-title2 {
      font-size: 36px; /* Slightly smaller font size */
      font-weight: 700;
      color: #2036A7; /* Primary color for the main title */
      margin-bottom: 15px;
  }
  
  .widget-title-section2 .sub-title2 {
      font-size: 16px; /* Slightly smaller font size */
      font-weight: 600;
      color: #FFA500; /* Secondary color for the sub-title */
      text-transform: uppercase;
      position: relative;
  }
  
  .widget-title-section2 .sub-title2.line-before2::before,
  .widget-title-section2 .sub-title2.line-after2::after {
      content: '';
      display: inline-block;
      width: 40px; /* Slightly shorter lines */
      height: 2px;
      background-color: #FFA500; /* Secondary color for the lines */
      vertical-align: middle;
      margin: 0 10px; /* Reduced spacing */
  }
  
  /* Widget Service Wrap */
  .widget-service-wrap2 {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 columns per row */
      gap: 20px; /* Reduced gap between cards */
      max-width: 1200px; /* Limit the width of the grid */
      margin: 0 auto; /* Center the grid */
      padding: 0 20px; /* Padding for better alignment */
  }
  
  /* Responsive Design for Smaller Screens */
  @media (max-width: 1024px) {
      .widget-service-wrap2 {
          grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
      }
  }
  
  @media (max-width: 768px) {
      .widget-service-wrap2 {
          grid-template-columns: 1fr; /* 1 column for mobile */
      }
  }
  
  /* Widget Service Item (Card) */
  .widget-service-item2 {
      background-color: #ffffff; /* White background for cards */
      border-radius: 15px; /* Rounded corners for a modern look */
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      width: 100%; /* Ensure cards take up full width of their column */
      max-width: 300px; /* Smaller card size */
      margin: 0 auto; /* Center the card within the column */
  }
  
  .widget-service-item2:hover {
      transform: translateY(-5px); /* Lift effect on hover */
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
  }
  
  /* Poster (Image) */
  .widget-service-item2 .poster2 {
      overflow: hidden; /* Ensure the image doesn't overflow */
  }
  
  .widget-service-item2 .poster2 img {
      width: 100%;
      height: 180px; /* Reduced height for images */
      object-fit: cover; /* Ensure images cover the area */
      transition: transform 0.3s ease; /* Grow effect on hover */
  }
  
  .widget-service-item2:hover .poster2 img {
      transform: scale(1.1); /* Grow effect on hover */
  }
  
  /* Content */
  .widget-service-item2 .content2 {
      padding: 20px;
      text-align: center;
  }
  
  .widget-service-item2 .content2 .icon2 {
      font-size: 36px; /* Slightly smaller icon size */
      color: #2036A7; /* Primary color for icons */
      margin-bottom: 15px;
  }
  
  .widget-service-item2 .content2 .text2 a {
      font-size: 18px; /* Slightly smaller font size for service names */
      font-weight: 700;
      color: #2036A7; /* Primary color for service names */
      text-decoration: none;
      transition: color 0.3s ease;
  }
  
  .widget-service-item2 .content2 .text2 a:hover {
      color: #FFA500; /* Secondary color on hover */
  }
  
  .widget-service-item2 .content2 .description2 {
      font-size: 14px;
      color: #666; /* Neutral color for descriptions */
      margin: 15px 0;
      line-height: 1.6; /* Improved readability */
  }
  
  /* Widget Button */
  .widget-button2 {
      display: inline-block;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 600;
      color: #FFA500; /* Orange text color */
      background-color: #2036A7; /* Deep blue background */
      border: none;
      border-radius: 50px; /* Fully rounded edges */
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  }
  
  .widget-button2:hover {
      background-color: #FFA500; /* Orange background on hover */
      color: #2036A7; /* Deep blue text color on hover */
      transform: translateY(-2px); /* Slight lift effect on hover */
  }
  
  /* Pagination */
  .widget-service-pagination2 {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 60px; /* Increased margin for better spacing */
      gap: 10px; /* Space between pagination buttons */
  }
  
  .widget-service-pagination2 .widget-button2 {
      display: inline-block;
      padding: 10px 20px;
      font-size: 16px;
      font-weight: 600;
      color: #FFA500; /* Orange text color */
      background-color: #2036A7; /* Deep blue background */
      border: none;
      border-radius: 25px; /* Fully rounded edges */
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  }
  
  .widget-service-pagination2 .widget-button2:hover {
      background-color: #FFA500; /* Orange background on hover */
      color: #2036A7; /* Deep blue text color on hover */
      transform: translateY(-2px); /* Slight lift effect on hover */
  }
  
  .widget-service-pagination2 .current-page2 {
      display: inline-block;
      padding: 10px 20px;
      font-size: 16px;
      font-weight: 700;
      color: #2036A7; /* Deep blue text color */
      background-color: #f9f9f9; /* Light background for current page */
      border-radius: 25px; /* Fully rounded edges */
      text-align: center;
  }

  /* AI Recommendation Section Styling */
    .ai-recommendation2 {
        background-color: #f9f9f9; /* Light background for contrast */
        padding-top: 60px; /* Add top padding for spacing */
        padding-bottom: 100px; /* Bottom padding for spacing */
    }

    .widget-title-section2 {
        text-align: center;
        margin-bottom: 40px; /* Space below the title */
    }

    .main-title2 {
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        font-size: 40px;
        color: #2036A7; /* Primary color */
        margin-bottom: 10px; /* Space below the main title */
    }

    .sub-title2 {
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        font-size: 16px;
        color: #FFA500; /* Accent color */
        text-transform: uppercase;
    }

    .recommendation-card2 {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin-bottom: 40px; /* Space below the chat container */
    }

    .chat-container2 {
        max-width: 800px;
        margin: 0 auto; /* Center the chat container */
    }

    .chat-messages2 {
        max-height: 300px;
        overflow-y: auto;
        margin-bottom: 20px; /* Space below the chat messages */
    }

    .message.ai-message2 {
        background-color: #2036A7;
        color: #fff;
        padding: 10px 15px;
        border-radius: 10px;
        margin-bottom: 10px; /* Space between messages */
    }

    .chat-input2 {
        display: flex;
        gap: 10px;
    }

    .chat-input2 input {
        flex: 1;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .widget-button2 {
        background-color: #2036A7;
        color: #FFA500;
        padding: 10px 20px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .widget-button2:hover {
        background-color: #FFA500;
        color: #2036A7;
    }

    /* Feedback Form Styling */
    .feedback-form2 {
        max-width: 500px; /* Reduced width */
        margin: 0 auto; /* Center the feedback form */
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .feedback-form2 h3 {
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        font-size: 24px;
        color: #2036A7;
        margin-bottom: 20px; /* Space below the feedback heading */
    }

    .feedback-form2 form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .feedback-form2 form p {
        margin: 0; /* Remove default margin for form fields */
    }

    .feedback-form2 form input,
    .feedback-form2 form textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 14px;
    }

    .feedback-form2 form textarea {
        height: 100px; /* Reduced height for textarea */
        resize: vertical; /* Allow vertical resizing */
    }

    .feedback-form2 button {
        align-self: flex-end; /* Align the button to the right */
        padding: 10px 20px;
        font-size: 14px;
    }
  .ai-recommendation2 {
      padding: 80px 0;
      background-color: #2036A7; /* Primary color */
      color: #ffffff; /* White text */
      text-align: center;
  }
  
  .container2 {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
  }
  
  .widget-title-section2 .main-title2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 10px;
  }
  
  .widget-title-section2 .sub-title2 {
      font-size: 18px;
      font-weight: 600;
      color: #FFA500; /* Secondary color */
      text-transform: uppercase;
      position: relative;
  }
  
  .widget-title-section2 .sub-title2.line-after2::after {
      content: '';
      display: block;
      width: 50px;
      height: 2px;
      background-color: #FFA500; /* Secondary color */
      margin: 10px auto 0;
  }
  
  /* Chat Container */
  .chat-container2 {
      background-color: #ffffff; /* White background */
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      max-width: 800px;
      margin: 0 auto;
  }
  
  .chat-messages2 {
      height: 300px;
      overflow-y: auto;
      margin-bottom: 20px;
      padding: 10px;
      background-color: #f9f9f9; /* Light background for messages */
      border-radius: 10px;
  }
  
  .message {
      margin-bottom: 15px;
      padding: 10px 15px;
      border-radius: 10px;
      max-width: 70%;
  }
  
  .message.ai-message2 {
      background-color: #2036A7; /* Primary color */
      color: #ffffff; /* White text */
      align-self: flex-start;
  }
  
  .message.user-message2 {
      background-color: #FFA500; /* Secondary color */
      color: #2036A7; /* Primary color */
      align-self: flex-end;
  }
  
  .chat-input2 {
      display: flex;
      gap: 10px;
  }
  
  .chat-input2 input {
      flex: 1;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 25px;
      font-size: 14px;
  }
  
  .chat-input2 button {
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 600;
      color: #2036A7; /* Primary color */
      background-color: #FFA500; /* Secondary color */
      border: none;
      border-radius: 25px;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  }
  
  .chat-input2 button:hover {
      background-color: #2036A7; /* Primary color */
      color: #FFA500; /* Secondary color */
      transform: translateY(-2px);
  }
  
  /* Feedback Form */
  .feedback-form2 {
      margin-top: 40px;
  }
  
  .feedback-form2 h3 {
      font-size: 24px;
      font-weight: 700;
      color: #ffffff; /* White text */
      margin-bottom: 20px;
  }
  
  .feedback-form2 form {
      background-color: #ffffff; /* White background */
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .feedback-form2 button {
      margin-top: 20px;
  }

  /* Loading Spinner */
  .fa-spinner {
      margin-right: 8px;
  }

  /* Error Messages */
  .message.ai-message2.error {
      background-color: #ffebee; /* Light red background */
      color: #c62828; /* Dark red text */
      border: 1px solid #c62828; /* Red border */
  }
  
  /* Custom styles for the Health Insurance Plans section */
    .widget-pricing .plan-card {
        transition: transform 0.3s ease-in-out;
    }

    .widget-pricing .plan-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .widget-pricing .features li {
        padding: 10px 0;
        border-top: 1px solid #EFEFEF;
    }

    .widget-pricing .features li:first-child {
        border-top: none;
    }

    /* Comparison Table Styling */
    .comparison-section {
        padding: 40px 0;
        background-color: #f9f9f9;
    }
    
    .comparison-section h2 {
        font-size: 28px;
        color: #2036A7;
        margin-bottom: 20px;
    }
    
    .comparison-section form {
        margin-bottom: 20px;
    }
    
    .comparison-section input[type="text"] {
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin-right: 10px;
    }
    
    .comparison-section button {
        padding: 10px 20px;
        background-color: #2036A7;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    
    .comparison-section button:hover {
        background-color: #FFA500;
    }
    
    .comparison-section table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
    }
    
    .comparison-section th, .comparison-section td {
        padding: 12px;
        border: 1px solid #ddd;
        text-align: left;
    }
    
    .comparison-section th {
        background-color: #2036A7;
        color: #fff;
    }
    
    .comparison-section tr:nth-child(even) {
        background-color: #f2f2f2;
    }
    
    .comparison-section tr:hover {
        background-color: #ddd;
    }

    /* Header Fix and Responsive Adjustments */
    #header.fixed-top {
      background-color: #ffffff;
      padding: 18px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      z-index: 1050;
    }
  
    /* Navbar Links */
    .navbar-nav .nav-link {
      font-weight: 600;
      color: #2036A7 !important;
      padding: 0.75rem 1rem;
      text-decoration: none;
    }
    .navbar-nav .nav-link:hover {
      color: #FFA500 !important;
    }
  
    /* Get Started Button */
     .cta-button {
      background-color: #2036A7;
      color: #FFA500;
      border-radius: 50px;
      padding: 10px 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease;
    }
    .cta-button:hover {
      background-color: #FFA500;
      color: #2036A7;
      transform: scale(1.05);
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    }
   
    /* Search Dropdown */
    .search-dropdown input.form-control {
      width: 100%;
    }
    .search-dropdown {
      border-radius: 10px;
    }
  
    /* Responsive Adjustments */
    @media (max-width: 950px) {
      #header {
        position: fixed;
        width: 100%;
      }
      .navbar-collapse {
        background-color: #ffffff;
        padding: 1rem;
      }
      .nav-item {
        margin-bottom: 10px;
        text-align: center;
      }
      #breadcrumb-button {
        display: inline-block;
      }
    }
  
    @media (max-width: 768px) {
      .cta-button {
        font-size: 14px;
        padding: 8px 16px;
      }
    }
  
    @media (max-width: 576px) {
      .navbar-nav .nav-link {
        font-size: 14px;
      }
    }

    /* WhatsApp Button */
    .whatsapp-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #25D366;
        color: white;
        padding: 10px 20px;
        border-radius: 50px;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: opacity 0.3s, transform 0.3s;
        z-index: 1000;
    }

    .whatsapp-button img {
        width: 24px;
        height: 24px;
    }

    /* Dialog Overlay */
    .dialog-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 1001;
    }

    /* Dialog Box */
    .dialog-box {
        background: white;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 300px;
    }

    .dialog-box h3 {
        margin-bottom: 20px;
        font-size: 18px;
        color: #333;
    }

    .dialog-box button {
        display: block;
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        border: none;
        border-radius: 5px;
        background-color: #25D366;
        color: white;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .dialog-box button:hover {
        background-color: #128C7E;
    }

    .dialog-box #closeDialog {
        background-color: #ff4d4d;
    }

    .dialog-box #closeDialog:hover {
        background-color: #cc0000;
    }
    .whatsapp-button:hover {
        background: #1da851;
        transform: scale(1.1);
    }

    .ripple {
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.7);
        transform: scale(0);
        animation: ripple-animation 0.6s linear;
    }

    @keyframes ripple-animation {
        to {
            transform: scale(4);
            opacity: 0;
        }
    }

    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }
    @keyframes bounce {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
    }
    /* Team Section Styling */
    .widget-our-team {
        background-color: #f9f9f9; /* Light background for contrast */
        padding: 60px 0; /* Add padding for spacing */
    }
    
    .widget-our-team .main-title {
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        font-size: 40px;
        color: #2036A7; /* Primary color */
        margin-bottom: 10px; /* Space below the main title */
    }
    
    .widget-our-team .sub-title {
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        font-size: 16px;
        color: #FFA500; /* Accent color */
        text-transform: uppercase;
    }
    
    .widget-our-team-item {
        position: relative;
        height: 400px; /* Adjust height as needed */
        background-size: cover; /* Ensures the image covers the container */
        background-position: center; /* Centers the image */
        border-radius: 10px; /* Rounded corners */
        overflow: hidden; /* Ensures content stays within the container */
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* Aligns content at the bottom */
        padding: 20px; /* Adds padding inside the container */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
    }
    
    .widget-our-team-item-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.6); /* Semi-transparent background for text */
        padding: 15px;
        border-radius: 10px;
        text-align: center;
        transition: opacity 0.3s ease;
        z-index: 2; /* Ensure text is above the image */
    }
    
    .widget-our-team-item h3 {
        font-family: 'Raleway', sans-serif;
        color: white;
        margin: 0;
        font-size: 1.5rem;
    }

    .widget-our-team-item:hover {
        transform: scale(1.05); /* Slightly enlarge on hover */
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Enhance shadow on hover */
    }

    .widget-our-team-item:hover .widget-our-team-item-wrap {
        opacity: 0; /* Hide text on hover */
    }
    
    .widget-our-team-item-wrap h6 {
        color: #FFA500; /* Orange color for role */
        margin: 5px 0 0;
        font-size: 1rem;
    }
    
    .widget-our-team-item span.icon-link::before {
        position: absolute;
        right: 0;
        top: auto;
        bottom: -2px;
        font-size: 50px;
        padding: 15px;
        background-color: #FFA500;
        border-radius: 20px 0 0 0;
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        transition: 0.5s;
    }
    
    .widget-our-team-item:hover span.icon-link::before {
        opacity: 0;
        visibility: hidden;
    }
    
    .widget-our-team-item::after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        height: 53.125%;
        width: 100%;
        background: linear-gradient(0deg, #2036A7 0%, rgba(4, 33, 129, 0) 100%);
        z-index: -1;
    }


/* Services Section - See All Button */
.widget-service-view-all {
    margin-top: 40px;
}

.view-all-btn {
    display: inline-block;
    background-color: #2036a7;
    color: #FFA500;
    /* padding: 15px 30px; */
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background-color: #FFA500;
    color:#2036A7
}

/* Team Card Styling */
.team-member-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; /* Ensures the image covers the container */
    background-position: center; /* Centers the image */
    position: absolute;
    transition: transform 0.3s ease;
    z-index: 1; /* Ensure image is below the overlay */
}

.team-member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 165, 0, 0.9), rgba(255, 165, 0, 0.7)); /* Modern gradient using #FFA500 */
    color: #2036A7; /* Text color */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth transition for overlay */
    padding: 20px;
    text-align: center;
    z-index: 3;
}

/* Show overlay on hover */
.widget-our-team-item:hover .team-member-overlay {
    opacity: 1; /* Show overlay on hover */
}

/* Team member bio */
.team-member-bio p {
    margin: 0;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
}

/* Read More button */
.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #2036A7; /* Blue background */
    color: white; /* White text */
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.read-more:hover {
    background-color: #FFA500; /* Orange background on hover */
    color: #2036A7; /* Blue text on hover */
}

/* Social media links */
.social-links {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.social-link {
    color: #2036A7; /* Text color */
    font-size: 24px;
    transition: color 0.3s ease;
}

.social-link.linkedin:hover {
    color: #0077B5; /* LinkedIn brand color */
}

.social-link.twitter:hover {
    color: #1DA1F2; /* Twitter (X) brand color */
}

.social-link.facebook:hover {
    color: #1877F2; /* Facebook brand color */
}

.team-member-details {
    position: relative;
    z-index: 2;
    padding: 20px;
    background: rgba(32, 54, 167, 0.9);
    width: 100%;
    color: #FFFFFF;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.widget-our-team-item:hover .team-member-details {
    transform: translateY(0);
}

.widget-our-team-item:hover .team-member-image {
    transform: scale(1.1);
}

.widget-our-team-item h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.widget-our-team-item h6 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #FFA500;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-links a {
    color: #FFFFFF;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #FFA500;
}

.widget-our-team {
    background: linear-gradient(135deg, #2036A7, #1A2C8B);
    background-size: 200% 200%;
    animation: gradientAnimation 10s ease infinite;
}

@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


/* Blog Section */
.blog-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2036A7;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 1rem;
    color: #666;
}

/* Blog Posts Grid */
.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.blog-post-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-content {
    padding: 20px;
}

.post-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    color: #666;
    font-size: 0.9rem;
}

.post-meta .category {
    color: #FFA500;
    font-weight: 600;
}

.post-content .title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2036A7;
}

.post-content p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

.read-more-button {
    background-color: #2036A7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.read-more-button:hover {
    background-color: #FFA500;
}

/* Featured Post */
.featured-post {
    grid-column: 1 / -1;
    display: flex;
    gap: 30px;
}

.featured-post .post-image {
    flex: 1;
}

.featured-post .post-image img {
    height: 300px;
}

.featured-post .post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-post .title {
    font-size: 2rem;
}

/* View More Button */
.view-more-container {
    text-align: center;
    margin-top: 40px;
}

.view-more-button {
    background-color: #2036A7;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.view-more-button:hover {
    background-color: #FFA500;
}

/* Partners Section */
.section-partners {
    padding: 80px 0;
    background-color: #2036A7; /* Deep blue background */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFA500; /* Orange title color */
    margin-bottom: 10px;
}

.section-description {
    font-size: 1.1rem;
    color: #fff; /* White description text */
    max-width: 600px;
    margin: 0 auto;
}

.partners {
    position: relative;
}

.slide-partners {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.slide-partners .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slide-partners .swiper-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.slide-partners img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.slide-partners img:hover {
    filter: grayscale(0%);
    transform: scale(1.1); /* Slight zoom on hover */
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #2036A7; /* Deep blue */
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.2rem;
}

/* Swiper Pagination Dots */
.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #FFA500; /* Orange active pagination dot */
}

.btn-primary:hover {
    background-color: #ff8c00; /* Darker orange on hover */
}


.newsletter-section {
    background: #FFFFFF;
    padding-top: 200px;
    padding-bottom: 200px;
}
.newsletter-section h2, .newsletter-section p {
    color: #2036A7;
}
.form-control {
    height: 50px;
    border-radius: 25px 0 0 25px;
}
/* .btn-primary {
    height: 50px;
    border-radius: 0 25px 25px 0;
    font-weight: bold;
    color: #FFFFFF;
} */
.btn-primary:hover {
    background-color: #1A2E86;
    border-color: #1A2E86;
}
@media (max-width: 576px) {
    .input-group {
        flex-direction: column;
    }
    .form-control, .btn-primary {
        border-radius: 25px;
        width: 100%;
    }
}

    .footer a {
        color: #FFFFFF;
        text-decoration: none;
    }
    .footer a:hover {
        text-decoration: none;
    }
    .social-icons a {
        margin-right: 15px;
        color: #FFFFFF;
    }
    .social-icons a:hover {
        color: #FFA500 !important;
    }
  
  .footer-bottom {
    background-color: #1A2E86;
  }
  
  .social-icons a {
    margin-right: 15px;
    color: #FFFFFF;
  }
  
  .social-icons a:hover {
    color: #FFA500;
  }
  
  @media (max-width: 576px) {
    .footer .col-md-4 {
      text-align: center;
      margin-bottom: 20px;
    }
  }
  

  #back-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 1000;
}

#back-to-top i {
    margin: auto;
}

#back-to-top:hover {
    background-color: #0056b3;
}

/* Show the button when class "show" is added */
#back-to-top.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}


/* Custom styles for the modal */
.custom-modal {
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.custom-modal .modal-header {
    background-color: #2036A7;
    color: #fff;
    padding: 15px 20px;
    border-bottom: 3px solid #FFA500;
}

.custom-modal .modal-title {
    font-weight: 700;
    font-size: 20px;
}

.custom-modal .btn-close {
    color: #fff;
    background: none;
    font-size: 18px;
}

.custom-modal .modal-body {
    padding: 30px;
    background-color: #f9f9f9;
}

#loading-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* Ensure Raleway Font */
.health-plans-section {
    font-family: 'Raleway', sans-serif;
}

/* Card Styling */
.plan-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.plan-card:hover {
    transform: scale(1.03);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    background: var(--primary-color);
}

/* Header Styling */
.card-header {
    background: var(--primary-color);
    color: #fff;
    padding: 20px;
    text-align: center;
    transition: background 0.3s ease, color 0.3s ease;
}

.plan-card:hover .card-header {
    background: var(--primary-dark, #1a2e90); /* Slightly darker primary color */
    color: white;
}

/* Plan Name & HMO Name */
.plan-name {
    font-weight: bold;
    font-size: 20px;
    transition: color 0.3s ease;
}

.hmo-name {
    font-size: 14px;
    color: #6c757d;
    transition: color 0.3s ease;
}

.plan-card:hover .plan-name,
.plan-card:hover .hmo-name {
    color: white;
}

/* Plan Image */
.plan-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    transition: border 0.3s ease;
}

.plan-card:hover .plan-image {
    border: 3px solid #f1f1f1;
}

/* Price Section */
.price-section {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.period {
    color: #6c757d;
    font-size: 1rem;
    transition: color 0.3s ease;
}

/* Make /month and /year white on hover */
.plan-card:hover .period {
    color: white;
}

/* Benefits Section */
.benefits-section h5,
.coverage-level,
.waiting-period {
    font-size: 14px;
    color: #333;
    transition: color 0.3s ease;
}

/* Change text to white on hover */
.plan-card:hover .benefits-section h5,
.plan-card:hover .coverage-level,
.plan-card:hover .waiting-period {
    color: white;
}

/* Ensure button stays visible when collapsed */
.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: white;
}

/* Style hover separately (Does NOT break collapse function) */
.accordion-button:hover {
    background-color: #0056b3; /* Darker shade */
    color: white;
}

/* Darker accordion content when hovered */
.plan-card:hover .accordion-body {
    background: #212529; /* Darker shade */
    color: white;
}

/* Ensure list items inside accordion change color */
.plan-card:hover .accordion-body ul li {
    color: white;
}

/* Fix Bootstrap transition */
.accordion-collapse {
    transition: height 0.3s ease;
}

/* Buttons */
.btn-primary {
    background: var(--primary-color);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: #ffffff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transition: background 0.3s ease, color 0.3s ease;
}

.btn-outline-primary:hover {
    background: var(--primary-color);
    color: white;
}




.payment-gateway-section {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}

/* === FULL WIDTH OVERRIDES FOR EDGE-TO-EDGE LAYOUT === */
.widget-about-us,
.widget-service-wrap2,
.tf-container,
.container2,
.container {
    max-width: 100vw !important;
    width: 100vw !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Optionally, add some horizontal padding for readability on small screens */
@media (max-width: 991.98px) {
  .widget-about-us,
  .widget-service-wrap2,
  .tf-container,
  .container2,
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

body, section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

header.home-01, .page-title-home1 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body {
  padding-top: 0 !important;
}

header.home-01,
.page-title-home1,
header.home-01 .container-fluid,
.page-title-home1 .container-fluid {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

header.home-01 > *,
.page-title-home1 > * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}