/*--------------------------------------------------------------
Zuhair Estate Solutions - https://demo.energizethemes.com/squado/
--------------------------------------------------------------*/
@font-face {
  font-family: Rubik-Regular;
  src: url(/templates/squado/fonts/Rubik-Regular.ttf);
}
body {
  font-family: Rubik-Regular !important;
  font-size: 16px !important;
}
header#top-handler {
    background-color: #3886C2 !important;
}
.swiper-slide {
  position: relative;
  width: 100%;
  height: 60vh; /* Full screen height */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video fills the container */
  position: absolute;
  top: 0;
  left: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
  color: #fff;
  padding: 20px;
  z-index: 2; /* Ensures overlay is above video */
}
.overlay h2 {
  font-size: clamp(1.2rem, 2vw, 2.5rem);
  font-weight: 900;
  margin-bottom: 10px;
}
.overlay h3 {
  font-size: clamp(1rem, 1.8vw, 2rem);
  font-weight: 300;
}
.overlay button {
  margin-top: 20px;
  padding: 12px 25px;
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  font-weight: 700;
  border: none;
  background-color: #ff6600;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s, transform 0.2s;
}
.overlay button:hover {
  background-color: #cc5500;
  transform: scale(1.05);
}
#slideshow-handler .custom-color3 {
  color: #ffffff !important;
}
/********** All Pages **********/
#menu .menu-nav > li > a {
  margin: 0px 8px !important;
  font-size: 17px !important;
  text-transform: capitalize !important;
}
#top-long .container {
  padding-top: 80px !important;
  padding-bottom: 10px !important;
}
@media only screen and (min-width: 1030px) and (max-width: 1366px) {
  #sn-position .h1 {
    padding: 20px 0px 10px 0px !important;
  }
  .im_search_input {
    width: 90px !important;
  }
  .im_title_h {
    font-size: 16px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #sn-position .h1 {
    padding: 10px 0px 10px 0px !important;
  }
  .menu-nav > li > a {
    margin: 0px -1px !important;
  }
  #sn-position .snc-handler .h1 img {
    max-width: 80% !important;
  }
  .im_search_input {
    width: 90px !important;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  #sn-position .h1 {
    padding: 2px 0px 6px 0px !important;
  }
  #sn-position .snc-handler .h1 img {
    max-width: 75% !important;
  }
  .main-menu-handler .responsive-menu .menu-nav > li > a, .q-nav-handler {
    padding-top: 0px !important;
  }
  .im_search_input {
    width: 90px !important;
  }
}
@media (max-width: 767px) {
  .im_article_container {
    width: 100%;
    padding: 0;
  }
  #tab-modules {
    padding: 3.5% 20px !important;
  }
  #footer .tf-module {
    padding: 0px 20px 20px 20px !important;
  }
}
.moduletable_style4.color1 .module-content-handler h3 {
  font-size: 20px !important;
  color: #3886C2 !important;
  font-weight: 300 !important;
}
.sliderbox {
  color: #3886C2 !important;
}
.sliderbox1 > h2 {
  color: #ffffff !important;
}
.sliderbox1 > p {
  color: #ffffff !important;
}
.custom-color3 {
  color: #3886C2 !important;
}
.small {
  font-size: 14px !important;
}
body {
  background-color: #ffffff !important;
}
h2 {
  color: #3886C2 !important;
}
#footer {
  background-color: #ffffff !important;
}
.moduleItemReadMore {
  color: #3886C2 !important;
}
#bottom-content-modules .span12 .mod-title-handler {
  color: #3886C2 !important;
  font-size: 41.6px !important;
}
.btn-group a {
  color: #ffffff !important;
}
#story-content a {
  color: #566D7B;
}
.inner-space {
  /*background-color: rgba(134, 147, 157, 0.7) !important;*/
  padding: 15px !important;
}
.noumber:after {
  background-color: #3886C2 !important;
}
.im_search_button {
  background-color: #3886C2 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 5px 12px !important;
  height: 30px;
}
#cookiesck_accept {
  background-color: #3886C2 !important;
}
#cookiesck_buttons a {
  color: #ffffff !important;
}
#searchOpenButton {
  padding: 6px 9px !important;
}
.who-we-are:after {
  left: 0 !important;
}
.im_title_h {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #3886C2 !important;
  padding-top: 14px !important;
  margin-bottom: 8px;
}
.im_img_container img {
  height: 190px;
  width: 100% !important;
  object-fit: cover !important;
}
.button, a.button {
  color: #ffffff !important;
  background-color: #E67E22  !important;
}
.button:hover, a.button:hover {
  color: #ffffff !important;
  background-color: #E67E22  !important;
}
.btn, .btn-primary {
  color: #ffffff !important;
  background-color: #E67E22 !important;
}
.btn:hover, .btn-primary:hover {
  color: #ffffff !important;
  background-color: #E67E22 !important;
}
#tab-modules .btn, .btn-primary
{
  color: #ffffff !important;
  background-color: #E67E22 !important;  
}
#tab-modules .btn:hover, .btn-primary:hover {
  color: #ffffff !important;
  background-color: #E67E22 !important;
}
header#top-handler.dark {
  background: #ffffff;
}

.menu-nav > li.active > a {
  color: #f2f2f2 !important;
}
.main-menu-handler .responsive-menu .menu-nav > li.active > a {
  border-top-color: #E67E22 !important;
}
.menu-nav > li > a:hover, .menu-nav > li.sfHover > a {
  color: #f2f2f2 !important;
}
.menu-nav li ul, .menu-nav li ul li ul, #nav ol, #nav ul, #nav ol ol, #nav ul ul, div.panel1, div.panel2, #tpr-nav #LoginForm, .selectric-items, .li-container {
  background-color: #3886C2 !important;
}
.main-menu-handler .responsive-menu .menu-nav > li.sfHover > a, .main-menu-handler .responsive-menu .menu-nav > li > a:hover {
  border-top-color: #E67E22 !important;
}
.menu-nav > li > a {
  color: #ffffff !important;
}
.menu-nav ul li > a:hover {
  color: #ffffff !important;
  background-color: #E67E22  !important;
}
.log-panel li a, .open-off-canvas, #searchOpenButton {
  color: #ffffff !important;
}
.off-canvas {
  background-color: #3886C2 !important;
  color: #ffffff;
}
#bottom-bg .custom > body {
  font-size: 14px !important;
}
#offcanvasclose {
  background-color: #3886C2 !important;
}
.menu-nav ul li a {
  color: #3886C2 !important;
}
ul.menucanvas li .btn-toggle {
  background-color: #3886C2 !important;
}
.menu-nav ul li.sfHover > a {
  color: #ffffff !important;
  background-color: #E67E22 !important;
}
.menu-nav li ul, #nav ul {
  background-color: #3886C2 !important;
}
.menu-nav ul li a .sf-sub-indicator {
  border-color: #ffffff;
}
header#top-handler {
  background-color: #ffffff;
}
.owl-theme .owl-controls .owl-page.active span {
  color: #ffffff;
  background-color: #3886C2 !important;
}
.owl-theme .owl-controls .owl-page span {
  color: #696969;
  background-color: #3886C2 !important;
}
.jump-to-top a {
  background-color: #3886C2 !important;
  color: #ffffff;
}
.jump-to-top a:hover {
  background-color: #E67E22 !important;
  color: #ffffff;
}
.moduletable_style4 .module-content-handler > h3 .h-cl .ifa-icon {
  color: #3886C2 !important;
}
.slick-dots li button {
  color: #ffffff;
  background-color: #3886C2 !important;
}
.slick-dots li.slick-active button {
  background-color: #3886C2 !important;
}
.moduletable_style6.color2 .module-content {
  background-color: #3886C2 !important;
  color: #ffffff;
}
#bottom-bg h3 {
  color: #3886C2 !important;
  padding-bottom: 0px !important;
  font-size: 26px !important;
  font-weight: 300 !important;
}
#bottom-bg, #footer {
  color: #000000 !important;
}
#footer {
  color: #000000 !important;
  font-size: 12px !important;
}
#bottom-bg {
  background-color: #f5f5f5 !important;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  background-color: #000000 !important;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background-color: #3886C2 !important;
}
.transparent_box {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.im_date, .im_link_h {
  color: #000000 !important;
}
.im_title {
  color: #3886C2 !important;
  font-size: 20px !important;
}
#open-intro-panel {
  background-color: #3886C2 !important;
}
#open-intro-panel:hover {
  background-color: #25bbd6 !important;
}
.icons .btn.dropdown-toggle .icon-cog:hover {
  color: #ffffff !important;
  background-color: #25bbd6 !important;
}
.im_article_container {
  display: inline-block;
  width: 31%;
  padding: 0 2% 0 0%;
  margin-bottom: 20px;
  vertical-align: top;
}
.module-content form {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .on-right .camera_caption_bg {
    width: 100% !important;
    text-align: center !important;
    height: 142% !important;
  }
  #menu {
    padding-top: 10px !important;
  }
  #menu .custom {
    padding-top: 6px !important;
  }
  .q-nav-handler {
    padding-top: 0px !important;
  }
}

.newsarticle_title {
  color: #3886C2 !important;
  font-size: 18px;
}
#bottom-bg a {
  color: #000000 !important;
}
@media (max-width: 979px) {
  #top-handler.fixed {
    background: #ffffff;
  }
}
.moduletable_style4.tile .module-content-handler * {
  color: #3886C2 !important;
}
#top-long .moduletable_style4.tile .module-content-handler:hover {
  background-color: #E67E22 !important;
}
.item-123 {
  display: none;
}
#site-name-handler {
  width: 300px !important;
}
#sn-position .h1 {
  top: 8px !important;
}
@media (max-width: 767px) {
  #slideshow-handler .inner-space > p {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .inner-space > span {
    display: none !important;
  }
  #slideshow-handler, .camera_fakehover {
    min-height: 310px !important;
  }
  .camera_wrap, .cameraSlide, .cameraSlide img.imgLoaded {
    height: 310px !important;
  }
  .cameraSlide img.imgLoaded {
    width: auto !important;
    margin-left: -100px !important;
  }
  .camera_pag {
    bottom: -20% !important;
  }
}
.img-holder {
  height: 176px;
  overflow: hidden;
}
#bottom-bg .moduletable .module-content {
  padding: 0px 0px 3px 0px !important;
}
.custom-color3 > h1 {
  font-size: 270% !important;
}
@media screen and (max-width: 767px) {
  #top-modules {
    padding: 0px 20px 0px 20px !important;
  }
  #bot-modules {
    padding: 0px 20px 0px 20px !important;
  }
  #bottom-bg {
    padding: 20px 20px 2px 20px !important;
    text-align: center !important;
  }
  #top-long .module-content-handler {
    padding: 20px !important;
  }
  #top-modules .container {
    padding: 10px 0px 10px 0px !important;
  }
  #top-long .container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #feedback-box-handler {
    padding: 0px 0px 4px 0px !important;
  }
  .ts-label > h3 {
    text-align: center !important;
  }
  .iconfb, .iconln {
    display: none !important;
  }
  .iconphone {
    position: relative !important;
    top: -50px;
    left: 52px;
  }
  .open-off-canvas {
    bottom: 48px !important;
    left: 48px !important;
  }
  #sn-position {
    padding: 15px 15px 10px 15px !important;
  }
  .camera_bar {
    bottom: -75px !important;
  }
  .moduletable_style4.tile .module-content-handler > h3 .h-cl .ifa-icon [class*="pe-7s"] {
    font-size: 8.5vw !important;
  }
  #slideshow-handler .inner-space p {
    display: none !important;
  }
  .moduletable_style4.tile .module-content-handler * {
    color: #3886C2 !important;
    font-size: 20px !important;
  }
  .camera_caption_bg {
    text-align: center !important;
    height: 142% !important;
  }
}
.im_search_input {
  width: 100% !important;
}
/*--------------------------------------------------------------
# Meet The Team Page
--------------------------------------------------------------*/
.our-team {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.our-team img {
  width: 100%;
  height: auto;
  filter: grayscale(0%);
}
.our-team img:hover {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}
.our-team .team-content {
  width: 100%;
  height: 26%;
  background: #3886C2;
  padding-top: 8%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;
}
.our-team:hover .team-content {
  transform: translateY(0);
}
.our-team .title {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 10px 0;
}
.our-team .post {
  display: block;
  font-size: 17px;
  color: #fff;
}
.our-team .social {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our-team .social li {
  display: inline-block;
  margin-top: 30px;
}
.our-team .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #4c5462;
  margin-right: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease 0s;
}
.our-team .social li a:hover {
  background: linear-gradient(to right, #7851a9 0%, #ffd700 100%);
  color: #fff;
}
.span9 blockquote {
  background: #e5f3ff !important;
  border-left: 5px solid #3886C2 !important;
  color: #3886C2 !important;
}
.menu-nav > li > a {
  font-size: 15px !important;
}
.team-headings {
  background: #3886C2;
  color: #ffffff !important;
  padding: 10px 10px 10px 10px;
  border-radius: 4px !important;
}
h1 {
  color: #000000 !important;
}
.team-img {
  background: #e5f3ff !important;
  color: #3886C2 !important;
  text-align: center !important;
  padding: 20px !important;
}
.team-img img {
  margin-bottom: 20px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
h1 strong {
  font-weight: 300;
}
#main-content-handler ul li {
  line-height: 26px !important;
}
body, #main-content-handler p, .moduletable_style4, .moduletable_style4 a {
  color: #000000 !important;
}
blockquote {
  border-left: 0px solid #eee !important;
}
#main-content-handler blockquote p {
  color: #000000 !important;
}
.tmp-content-area > h2 {
  font-size: 41.6px !important;
}
#foo-left-right {
  padding: 0px !important;
}
#breadcrumb-line {
  padding: 10px 20px 10px 20px !important;
}
#bottom-bg {
  padding: 50px 0px 0px 0px !important;
}
#feedback-box-handler {
  padding: 0px 0px 0px 0px !important;
}
.Themes_list_thumbnail {
  height: 190px !important;
  overflow: hidden !important;
}
#im_dp_grid .Themes_list_box {
  margin-bottom: 40px !important;
}
.Themes_list_fbbutton_btn {
  position: absolute !important;
  bottom: 0px !important;
}
.membership_logos {
  text-align: center !important;
  padding: 30px 40px 0px 40px !important;
}
.history-section {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 60px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section-header h2 {
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: 600;
}
.section-header p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
}
.timeline-container {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin: 40px 0;
  cursor: grab;
  user-select: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.timeline-container:active {
  cursor: grabbing;
}
.timeline-wrapper {
  position: relative;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}
.timeline-card {
  height: 100%;
  background: white;
  border-radius: 12px;
  padding: 50px;
  color: #333;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid rgba(0, 102, 219, 0.15);
}
.timeline-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.03"><path d="M100 20 L180 180 L20 180 Z" fill="%230066db"/><circle cx="100" cy="100" r="60" fill="none" stroke="%230066db" stroke-width="2"/><rect x="60" y="60" width="80" height="100" fill="none" stroke="%230066db" stroke-width="2"/></svg>');
  background-size: 300px 300px;
  background-position: right bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
.timeline-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, rgba(0, 102, 219, 0.84) 0%, rgba(95, 179, 251, 1) 100%);
  border-radius: 12px 12px 0 0;
}
.timeline-period {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  color: rgba(0, 102, 219, 0.84);
  border-bottom: 3px solid rgba(0, 102, 219, 0.2);
  padding-bottom: 15px;
  display: inline-block;
}
.timeline-content {
  font-size: 1.15rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  color: #444;
}
.navigation-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d8e0e6;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.dot.active {
  background: rgba(0, 102, 219, 0.84);
  transform: scale(1.3);
  border-color: rgba(95, 179, 251, 0.5);
}
.dot:hover {
  background: #9199a0;
}
.scroll-indicator {
  text-align: center;
  margin-top: 20px;
  color: #666;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.scroll-arrow {
  display: inline-block;
  animation: slideDown 1.5s ease-in-out infinite;
  font-size: 1.5rem;
  color: rgba(0, 102, 219, 0.84);
}
@keyframes slideDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.navigation-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 15px;
}
.nav-button {
  flex: 1;
  padding: 12px 30px;
  background: rgba(0, 102, 219, 0.84);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
}
.nav-button:hover {
  background: rgba(9, 80, 161, 0.89);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 219, 0.3);
}
.nav-button:active {
  background: rgba(9, 80, 161, 0.89);
}
.nav-button:disabled {
  background: #d8e0e6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  color: #9199a0;
}
/* Progress bar */
.progress-container {
  width: 100%;
  height: 4px;
  background: #d8e0e6;
  border-radius: 2px;
  margin-top: 25px;
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 102, 219, 0.84) 0%, #5fb3fb 100%);
  border-radius: 2px;
  transition: width 0.4s ease;
}
@media (max-width: 768px) {
  .history-section {
    padding: 40px 20px;
  }
  .section-header h2 {
    font-size: 2rem;
  }
  .timeline-container {
    height: 450px;
  }
  .timeline-card {
    padding: 30px;
  }
  .timeline-period {
    font-size: 2rem;
  }
  .timeline-content {
    font-size: 1rem;
  }
}

.cstm-team {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 25px 15px;
  cursor: pointer;
  flex: 1 1 220px;
  max-width: 250px;
}
.cstm-team img {
  width: 100%;
  border-radius: 10%;
  transition: all 0.4s ease;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cstm-team h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #3886C2;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}
.cstm-team p {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
}
/* HOVER EFFECTS */
.cstm-team:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.cstm-team:hover img {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.cstm-team:hover h3 {
  color: #3886C2; /* Modern accent red, change as you wish */
}
/* OPTIONAL: FADE-IN ANIMATION */
.cstm-team {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}
.cstm-team:nth-child(1) {
  animation-delay: 0.1s;
}
.cstm-team:nth-child(2) {
  animation-delay: 0.2s;
}
.cstm-team:nth-child(3) {
  animation-delay: 0.3s;
}
.cstm-team:nth-child(4) {
  animation-delay: 0.4s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .row-fluid {
    flex-direction: column;
    align-items: center;
  }
  .cstm-team {
    max-width: 100%;
    margin-top: 30px !important;
  }
}
/* ===============================
   TESTIMONIALS STYLING
================================= */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 60px 20px;
}
.testimonial {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  padding: 35px 25px 50px;
  max-width: 290px;
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
}
/* QUOTE DECORATION */
.testimonial::before {
  content: "❝";
  font-size: 70px;
  color: rgba(201, 31, 46, 0.15);
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 1;
  pointer-events: none;
}
.testimonial blockquote {
  margin: 0;
  font-style: italic;
  color: #444;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.testimonial p {
  font-size: 0.95rem;
  margin-bottom: 25px;
}
.testimonial small {
  display: block;
  font-weight: 600;
  color: #3886C2; /* accent red */
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}
/* SUBTEXT (ROLE) */
.testimonial small br + * {
  color: #666;
  font-weight: 400;
  font-size: 0.85rem;
}
/* HOVER EFFECTS */
.testimonial:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.testimonial:hover::before {
  color: rgba(201, 31, 46, 0.25);
}
/* ENTRY ANIMATION */
.testimonial {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.7s ease forwards;
}
.testimonial:nth-child(1) {
  animation-delay: 0.1s;
}
.testimonial:nth-child(2) {
  animation-delay: 0.3s;
}
.testimonial:nth-child(3) {
  animation-delay: 0.5s;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .testimonials {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .testimonial {
    max-width: 90%;
  }
}
/* ===============================
   ABOUT US SECTION STYLING
================================= */
.com-content-article__body {
  padding: 10px 0px;
  text-align: left;
  color: #333;
}
/* INTRO PARAGRAPH */
.com-content-article__body > p {
  max-width: 1170px;
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}
/* INDIVIDUAL BOX */
.cstm-box {
  background: #fff;
  border-radius: 16px;
  padding: 35px 20px;
  flex: 1 1 250px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
/* ICONS */
.cstm-box i {
  color: #E67E22;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
/* TEXT STYLING */
.cstm-box p {
  color: #555;
  font-size: 0.95rem;
  margin: 8px 0;
  line-height: 1.6;
}
.cstm-box p strong {
  display: block;
  color: #3886C2;
  font-size: 1.05rem;
  margin-bottom: 5px;
}
/* HOVER EFFECTS */
.cstm-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #fff, #f9f9f9);
}
.cstm-box:hover i {
  transform: scale(1.2);
  color: #2358b1;
}
/* FADE-IN ANIMATION */
.cstm-box {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.7s ease forwards;
}
.cstm-box:nth-child(1) {
  animation-delay: 0.1s;
}
.cstm-box:nth-child(2) {
  animation-delay: 0.25s;
}
.cstm-box:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .cstm-box {
    max-width: 100%;
    margin-top: 30px !important;
  }
}
.convertforms .cf-btn {
    background-color: #E67E22 !important;
  }
#site-name-handler #sn-position .snc-handler .h1 img
{
  width: 90% !important;
}



.achievement-section {
  text-align: center;
  padding: 60px 20px;
}

.achievement-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #222;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.achievement-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.achievement-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.achievement-box i {
  font-size: 40px;
  color: #E67E22; /* you can change accent color */
  margin-bottom: 15px;
}

.achievement-box h4 {
  font-size: 1.25rem;
  margin: 10px 0;
  color: #222;
}

.achievement-box p {
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .achievement-section {
    padding: 40px 15px;
  }

  .achievement-section h2 {
    font-size: 1.6rem;
  }

  .achievement-box {
    padding: 25px 15px;
  }
}
.camera_caption_bg .inner-space {
    background: rgba(56, 134, 194, 0.8) !important;
  }
.camera_caption_bg .inner-space h2 {
    color: #fff !important;
  }
.background-parallax
{
  opacity: 0.20 !important;
}
#bottom-long .container {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
}








/* Wrapper (if parent uses row-fluid or similar, this still works) */
.cstm-posts {
  margin-bottom: 20px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);

  /* Make them responsive */
  width: 100%;
}

/* Desktop: 3 in one row */
@media (min-width: 992px) {
  .cstm-posts {
    float: left;
    width: 33.333%;
    padding: 20px;
  }
}

/* Mobile: 1 per row (default) */
@media (max-width: 991px) {
  .cstm-posts {
    width: 100% !important;
    float: none;
  }
}

/* Optional modern typography */
.cstm-posts h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #3886C2 !important;
}

.cstm-posts p {
  margin-bottom: 0;
  line-height: 1.5;
}




