:root {
    --primary: #3555a0;
    --white: #fff;
    --black: #000;
    --red: #d3232f;
    --secondary: #b57c26;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
/*.site-header, .site-footer {*/
/*    padding: 20px;*/
/*    background: #f5f5f5;*/
/*}*/

/*.site-header .navbar-brand img {*/
/*  max-height: 50px;*/
/*}*/

/*.site-footer h5 {*/
/*  margin-bottom: 1rem;*/
/*}*/

/*.site-footer a {*/
/*  color: #f8f9fa;*/
/*  text-decoration: none;*/
/*}*/
/*.site-footer a:hover {*/
/*  color: #0d6efd;*/
/*}*/

.breadcrumb-section {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.breadcrumb a {
  text-decoration: none;
  color: #0d6efd;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* TOPBAR */

.topbar {
    background: var(--primary);
    padding: 5px 0;
}
.top-contact li, .topbar span {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.top-contact li a, .topbar p {
    color: var(--white);
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 300;
    text-decoration: none;
}

.topbar p {
    margin: 0;
}
.smoicons {
    column-gap: 5px;
}
.smoicons li {
    color: var(--white);
    font-size: 16px;
}

.smoicons li i, .top-contact li i {
    color: var(--primary);
    background: var(--white);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.top-contact {
    column-gap: 20px;
}
ul.smoicons figure {
    height: 35px;
    width: 35px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
ul.smoicons figure img {
    width: 17px;
}

/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
  border-bottom: 1px solid #eee;
}

.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .nav > li {
  position: relative;
}

.site-header .nav > li > a {
  color: #333;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
  color: #0d6efd; /* Bootstrap primary */
}

/* Dropdowns */
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}

.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: #333;
  display: block;
  font-weight: 400;
}

.site-header .nav li ul.sub-menu li a:hover {
  background: #f8f9fa;
  color: #0d6efd;
}

/* Show dropdown on hover */
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}

/* Align submenu to parent */
.site-header .nav li ul.sub-menu li {
  position: relative;
}

/* Sub-sub menus (flyouts) */
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .site-header .nav {
    display: none; /* hidden, mobile uses side menu */
  }
}


/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-main-menu-1 li {
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
}
#menu-main-menu-1 li a {
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

/* SLIDER SECTION CSS */

.mainslider {
    position: relative;
}
.carousel-content {
    width: 55%;
    margin: 0 auto !important;
    text-align: center !important;
}

.mainslider #carouselExampleFade img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}
.mainslider .carousel-caption small {
    font-size: 14px;
    padding: 4px 17px;
    font-weight: 300;
    color: var(--white);
    letter-spacing: 6px;
    text-transform: uppercase;
    background: #b57c275c;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 2px;
    border-left: 2px solid var(
    --red);
    border-right: 2px solid var(
    --red);
}
.mainslider .carousel-caption h2 {
    font-size: 43px;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
    line-height: 55px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--white) !important;
}
.mainslider .carousel-caption h2 span {
    font-size: 45px;
    font-weight: 700;
    display: inline;
}
.mainslider .carousel-caption p {
    font-size: 16px;
    line-height: 29px;
}
.carousel-content .btn-primary {
    background: #0000006b;
    border: 1px solid var(--white);
}

/* about us page  */
.aboutus-content {
    background: linear-gradient(45deg, #b77c2838, transparent);
    padding-left: 15px;
    border-left: 2px solid var(--primary);
    border-radius: 6px;
    padding: 13px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.aboutus-content p {
    line-height: 29px !important;
    margin-bottom: 5px;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    height: 470px;
}
.aboutus-img img {
  animation: rotateImage 10s linear infinite;
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.aboutus {
    padding: 50px 0 60px;
}
.aboutus .leftheading {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--black);
}
.aboutus .leftheading span {
    color: var(--primary);
}
.moreabout{
	margin-bottom:50px;
}
.more-cnt {
    background: #c3188f0d;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    border-left: 1px dashed var(--primary);
    border-right: 1px dashed var(--primary);
}
.more-cnt p {
    margin-bottom: 5px;
}


/* Mission & Vision Section */
.mission {
  padding: 60px 0;
  background: #f5f7fa;
}

.mission .row {
  display: flex;
  flex-wrap: wrap;
}

.mission .col-lg-6 {
  display: flex;
}

.mv-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  padding: 40px 20px 60px;
  margin: 30px 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  flex: 1; /* Equal height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Remove hover color change – only keep lift */
.mv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Bottom Accent Shape (always visible) */
.mv-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 80px;
  clip-path: polygon(0 20%, 50% 100%, 100% 20%, 100% 100%, 0 100%);
  z-index: -1;
}

/* Accent Colors Always On */
.mv-card-yellow::after {
  /*background: #f9b233;  Yellow */
  background: var(--red);
}

.mv-card-blue::after {
  background: #2d75f0; /* Blue */
}

/* Inner Content */
.mv-card-inner figure {
  margin-bottom: 15px;
}

.mv-card-inner img {
  max-width: 60px;
}

.mv-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #222;
}

.mv-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* Service Section*/
.services-section {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #000;
  position: relative;
}
.section-title h2 span {
  background: #f9b233;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
}
.service-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}
.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2d75f0;
}
.service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Contact Section */
/* === Contact Info Cards Section === */
.contact-info-cards {
  background: #f9f9f9;
}

.contact-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
.contact-card h4 {
  font-size: 20px;
  margin: 15px 0 10px;
  font-weight: 600;
  color: #2d75f0;
}
.contact-card p {
  margin: 0;
  font-size: 15px;
  color: #555;
}
.contact-card a {
  color: #2d75f0;
  font-weight: 500;
  text-decoration: none;
}
.contact-card a:hover {
  text-decoration: underline;
}

/* Icon Circle */
.icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #2d75f0, #1e3c72);
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: all 0.3s;
}
.contact-card:hover .icon-box {
  background: linear-gradient(135deg, #f9b233, #ff8c00);
  transform: rotate(10deg) scale(1.05);
}


/* === Contact Form + Map Section === */
.contact-section {
  padding: 60px 0;
  background: #fff;
}

.contact-form {
  background: #fefefe;
  border-radius: 15px;
  padding: 40px;
	border: 1px solid #c5c5c5;
}
.contact-form input,
.contact-form textarea {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 12px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 15px;
}
.contact-form textarea {
    height: 80px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2d75f0;
  box-shadow: 0 0 6px rgba(45,117,240,0.25);
  outline: none;
}
.contact-form input[type="submit"] {
  background: linear-gradient(135deg, #2d75f0, #1e3c72);
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}
.contact-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #f9b233, #ff8c00);
  transform: translateY(-2px);
}

/* Map Styling */
.contact-section iframe {
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}




/* FOOTER SECTION CSS */

footer {
    background: var(--primary);
}
ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}
footer .btn-primary {
    padding: 8px 20px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid var(--secondary);
}
.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}
.footer_top {
    background: #009f0726;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}
.footertop-cnt {
    padding-left: 0;
    border-right: 1px solid #ffffff14;
}
.footertop-cnt p a {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}
.footertop-cnt p {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-left: 62px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
}
.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}
footer a.footer-logo {
    margin-bottom: 15px;
    background: #ffffff;
    width: 200px;
    border-radius: 10px;
}
footer a.footer-logo img {
    width: 115px;
    display: block;
    margin: 0 auto;
}
.footer_menu {
    padding: 40px 0 0 0;
}
.ftrabout {
    font-family: "Syne", sans-serif;
}
.footer-details li {
    display: block;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
}
ul.ftricons li a {
    border: 1px solid #ffffff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 8px;
}
.footer-details li i {
    position: absolute;
    top: -5px;
    left: -30px;
    color: var(--secondary);
    font-size: 14px;
    background: #1e325854;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #d7b64929;
}
footer ul li.menu-item a {
    margin-bottom: 13px;
    display: inline-block;
    font-weight: 500;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}

footer ul li.menu-item a:hover {
    color: var(--secondary);
}

footer h3 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 21px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
footer p {
    margin-bottom: 6px;
    line-height: 27px;
}
footer .menu li {
    position: relative;
    padding-left: 0;
    list-style-type: none;
}
footer .menu li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0a4";
    color: var(--secondary);
    padding-right: 5px;
    position: absolute;
    left: -30px;
    top: 1px;
}
footer ul li, footer ul li a, footer p, footer p a {
    color: #e0e0e0;
    font-weight: 200;
    position: relative;
    text-decoration: none;
}
footer a.viewmore {
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid var(--secondary);
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
/* Scroll To Top Button */
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #b67b27;
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

#GoToTop:hover {
  background: var(--red);
  transform: scale(1.1);
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
}

/* About Us Page */
.title-box{
	margin-bottom:  50px;
	padding-bottom: 12px;
}
.title-box1{
	margin-bottom:  30px;
	padding-bottom: 0px;
}
    .sub-title {
      background: #f9b233;
      color: #fff;
      padding: 6px 16px;
      border-radius: 25px;
      font-weight: bold;
      display: inline-block;
      margin-bottom: 10px;
	  width: fit-content;
	  font-size: 15px;
    }
/*     .main-title{
        margin-bottom: 10px;
        font-size: 38px;
        line-height: 50px;
        text-transform: capitalize;
        font-weight: 700;
        color: #000;
		padding-left: 0;
    } */
.main-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
}
.main-title-sm{
		margin-bottom: 0px;
        font-size: 30px;
        line-height: 35px;
        text-transform: capitalize;
        font-weight: 700;
        color: #000;
}
.wraper-box{
	padding: 60px 0;
}
.wraper-box1{
	    padding: 36px 0 60px;
}
    .img-wrapper {
      position: relative;
      border-radius: 8px;
      overflow: hidden;
    }
    .img-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-align: center;
    }
    .main-btn{
    background: linear-gradient(135deg, #2d75f0, #1e3c72);
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    }
.main-btn:hover{
	background: linear-gradient(135deg, #f9b233, #ff8c00);
    transform: translateY(-2px);
}
.about-content{
	margin-bottom: 30px;
}
.counter-section {
  background: #3555a0;
  color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.counter-box {
  margin-bottom: 30px;
}
.counter-box h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 5px;
}
.counter-box p {
  font-size: 18px;
  margin: 0;
}

.client-bg-img {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.counter-box i {
    font-size: 45px;
    color: #f9b233;
    display: block;
    margin-bottom: 10px;
}
.counter-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

 .testimonial-img {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      height: 420px;
    }
    .testimonial-img img{
        element.style {
        object-fit: cover;
        height: 100%;
        object-position: top center;
    }
    }
    .testimonial-overlay {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background: rgba(0, 0, 0, 0.4);
      padding: 20px;
      border-radius: 8px;
      color: #fff;
    }
    .testimonial-overlay h3 {
      font-size: 2rem;
      font-weight: bold;
      margin: 0;
    }
    .quote-icon {
      font-size: 4rem;
      color: #3555a0;
    }
    .testimonial-text {
      font-size: 18px;
      line-height: 1.6;
      height: 125px;
    }
    .reviewer h6 {
    font-size: 20px;
    color: #000;
    }
    .reviewer {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-top: 20px;
    }
    .reviewer img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
    }
    .stars {
      color: #f9b233;
      font-size: 1.2rem;
    }  
    .carosl-control-bx {
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 30%;
    gap: 15px;
    left: 0;
    bottom: 0%;
}
    .caro-next-btn,
    .caro-pre-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #f9b233;
    color: #f9b233;
    background-color: #3555a0;
    border-radius: 50%;
    transition: all 0.3s ease;
    outline: 0;
    top: auto;
    position: relative;
    bottom: 0;
    opacity: 1;
    }
    .caro-next-btn:hover,
    .caro-pre-btn:hover {
    border: 2px solid #f9b233;
    color: #fff;
    background-color: #f9b233;
    }
    .caro-next-btn,
    .caro-pre-btn {
      background-size: 50%;
    }
    #testimonialCarousel .carousel-inner {
    height: 100%;
    margin-bottom: 30px;
}
.carosl-control-bx i {
    font-size: 20px;
}
				/* Team-section */

.team-card {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease;
      background: #fff;
    }

    .team-card:hover {
      transform: translateY(-8px);
    }

    .team-img {
      position: relative;
      overflow: hidden;
    }

    .team-img img {
      width: 100%;
      display: block;
    }

    .social-icons {
      position: absolute;
      bottom: -100%;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 12px;
      background: #f9b233;
      padding: 12px 0;
      transition: bottom 0.4s ease;
    }

    .social-icons a {
      color: #fff;
      background: #b17100;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 16px;
	   text-decoration: none;
      transition: background 0.3s ease;
    }

    .social-icons a:hover {
      background: #234e9a;
    }

    .team-card:hover .social-icons {
      bottom: 0;
      /* slide up smoothly */
    }



.section-gradient {
    background: linear-gradient(100deg, #234e9a, #744e08, #234e9a);
    background-size: 200% 200%;
    animation: gradientMove 8s ease infinite;
    padding: 60px 40px;
}





/* Services Page */
.width-full{
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #e4a637d9;
	padding-bottom: 10px;
}
.title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.border-btom{
	border-bottom: 1px solid #3555a036;
}


/* Service-1  */
.pseervice-section {
     margin: 60px 0px;
}

.experience-box {
    background: #3555a0;
    color: white;
    padding: 25px 30px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 6px;
    position: absolute;
    left: 35px;
    bottom: 20px;
    text-align: center;
}

.experience-box span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.itconl-image {
    position: relative;
}
.itconl-image img{
	height: 520px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.service-card1 {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    border: 2px solid #e7e7e7;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
    position: relative;
    height: 100%;
}
.service-sec2{
	padding: 60px 0;
}
.service-card1:hover {
    transform: translateY(-8px);
}

.service-card1 .service-icon {
    font-size: 35px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background: #e6e6e6;
    color: #373131;
    padding: 20px;
    border-radius: 50%;
    height: 55px;
    width: 55px;
}
.service3-card .service-icon{
	font-size: 35px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    background: #ffeac5;
    color: #f9b233;
    padding: 20px;
    border-radius: 50%;
    height: 55px;
    width: 55px;
}
.service-card1:hover .service-icon {
    color: #3555a0;
	background-color:#e5edff;
}

.service-title {
    font-weight: bold;
    margin-bottom: 15px;
	font-size: 22px;
}

.service-divider {
    height: 5px;
    width: 100px;
    background: #e5e5e5;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.service-card1:hover .service-divider {
    background: #3555a0;
}
/* service-2 */
.service3-sec {
    background: url('https://webzensys.com/work/arctechnology.tech/wp-content/uploads/2025/09/service-bg-scaled.jpg') no-repeat center/cover;
    color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
}
.overlay{
    background-color: #090909;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: absolute;
}
.service-card-group{
	position: relative;
	padding: 0 40px 70px;
	width: 100%;
}
.service2-wraper {
    position: relative;
    padding: 0 40px 70px;
}

.title-bgbox-wrap{
	padding: 60px 50px 0 50px;
	margin-bottom: 30px;
}
.title-bgbox h2{
	color: #f9b233;
	font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
}

.service2-card {
    background: #e6edff;
    border: 1px solid;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    text-align: start;
    align-items: flex-start;
    gap: 15px;
    transition: all 0.3s ease;
}

.service2-card:hover {
    transform: translateY(-5px);
}

.service2-card i {
    font-size: 30px;
    color: #f9b233;
    flex-shrink: 0;
}
.service2-card p{
    color: #2b2b2b;
	margin: 0;
	font-size: 15px;
}
.service2-card h5 {
    font-size: 20px;
    margin-bottom: 2px;
}

.service2-img img {
    border-radius: 12px;
    max-width: 100%;
    height: 460px;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border: 3px solid #e8a630;
}

/* service-3 */
.service3-card {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 16px;
      padding: 30px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      transition: all 0.2s ease-in-out;
      height: 100%;
	  border: 1px solid #c5c5c5;
    }
    .service3-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    }
	.service3-card:hover .service-icon {
   		color: #d3232f;
   	 	background-color: #f1cacd;
	}
.service2-card:last-child {
margin: 0;
}
    .service3-card h5 {
      font-weight: 700;
      margin-bottom: 10px;
		font-size: 22px;
    }
    .service3-card p {
      color: #fff;
      font-size: 0.95rem;
    }


/* Contact Us Page */
.contact-sec-wrap{
	gap: 25px;
	flex-wrap: nowrap;
}
.info-box {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 25px;
    }
    .info-icon {
    width: 70px;
    height: 60px;
    background: #3555a0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    color: #fff;
    font-size: 1.5rem;
    }
    .info-text h6 {
      margin: 0;
      font-weight: 700;
    }
.info-text a, .info-text p {
    color: #575757;
    text-decoration: none;
	transition: all 0.1s ease-in;
}
.info-text a:hover{
	color:#f9b233;
}
		/* form */
.cont-form{
	    background-color: #fffcf7;
}
.wpcf7-form-control {
  background: #dae6f3;
  border: none;
  border-radius: 6px;
  padding: 12px 15px;
  width: 100%;
  font-size: 16px;
}

.wpcf7-textarea {
  min-height: 150px;
	height: 100%;
}

.wpcf7-submit,
.wpcf7-reset {
  background: linear-gradient(135deg, #2d75f0, #1e3c72); 
  transition: background 0.6s ease-in-out;
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
	cursor: pointer;
  text-transform: uppercase;
}

.wpcf7-submit:hover,
.wpcf7-reset:hover {
    background: linear-gradient(135deg, #f9b233, #ff8c00);
    transform: translateY(-2px);
    color: #fff;
}

/* End Contact page */

.logo{
	background-color: #002e72;
    padding: 5px 40px;
    border-radius: 10px;
}

.hm-title-bgbox h2 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-btom-img{
	position: relative;
}
.overlay1{
    background-color: #c6d5ee;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-btom-img img{
	height: 100%;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}



/* home slide code  */
.carousel-indicators {
  bottom: 20px; /* adjust spacing */
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f9b233; /* normal dot */
  opacity: 0.7;
}

.carousel-indicators .active {
    background-color: #cbb896;
    opacity: 1;
}
.width-full1 {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #e4a637d9;
    padding-bottom: 10px;
}
@media(max-width:991px){
    .topbar {
        display: none;
    }
}










/* ***	RESPONSIVE CODE	*** */

@media  only screen and (max-width: 1180px) {
.service-card1 {
    padding: 10px;
}
	.service-card1 .service-icon {
    font-size: 30px;
    margin-bottom: 20px;
    height: 48px;
    width: 48px;
}
	.service-title {
    margin-bottom: 10px;
    font-size: 18px;
}
	.service-divider {
    margin-bottom: 10px;
}
}

@media  only screen and (max-width: 1080px) {

}

@media  only screen and (max-width: 1024px) {
	.contact-form-bx .main-title {
		padding: 0 ;
	}
	.main-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
}
	.hm-title-bgbox h2 {
    font-size: 30px;
    line-height: 40px;
}
	.main-title-sm {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 35px;
}
}

@media  only screen and (max-width: 991px) {
	p{
		font-size: 15px;
	}
	.container {
		max-width: 100%;
		padding: 0 15px;
	}
	.row {
		row-gap: 20px;
	}
	.contact-btn p{
		margin: 0;
	}
	.contact-btn p input{
		margin: 0 !important;
	}
/* 	Home page */
	.animate__fadeInLeft{
		width: 40%;
    margin: auto;
	}
		.contavt-address-bx{
		display: grid;
    grid-template-columns: 1fr 1fr;
	}
	.animate__fadeInRight {
	    width: 60%;	
	}	
	.mission-card , .vision-card{
		width: 50%;
	} 
	.sub-title {
    margin-bottom: 5px;
}
	.sub-title {
    padding: 6px 15px;
    font-size: 13px;
}
	.contact-left-title{
		padding: 0 15px;
	}
	.contact-form {
    border: 1px solid #ddd;
}
	.contact-form-bx {
		padding: 0;
		margin-bottom: 20px;
	}
	
	.main-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 35px;
}
/* 	About PAge */
	.about-pm-sec{
		flex-direction: column-reverse;
	}
.aboutus figure.aboutus-img img {
    height: 300px;
}
	.aboutus-img {
   display: flex;
    justify-content: center;
    align-items: center;
		overflow: hidden;
}
	.aboutus {
    padding: 30px 0 30px;
}
	.mission {
    padding: 30px 0;
}
	.
	.services-section .row{
		row-gap: 25px;
	}
	.services-section {
    padding: 50px 0;
}
	.section-title h2 span {
    font-size: 30px;
}
 .contact-info-cards {
    padding: 30px 0;
}
	.contact-section {
    padding: 30px 15px;
}
	.contact-section iframe{
		height: 300px
	}
	.contact-section .row{
		row-gap: 0;
	}
	.contact-sec-wrap {
    flex-wrap: wrap;
	  padding: 0 20px 40px;
}
	.wraper-box {
    padding: 30px 0;
}
	.mv-card {
    margin: 12px 0;
}
.counter-box {
    margin-bottom: 0px;
}
	.counter-box i {
    font-size: 36px;
}
	.counter-box h2 {
    font-size: 36px;
    margin-bottom: 0px;
}
	.counter-box p {
    font-size: 14px;
    margin: 0;
}
	.title-box {
    margin-bottom: 0px;
    padding-bottom: 20px;
}
	.wraper-box {
    padding: 30px 15px;
}
/* 	SERVICE_PAGE */

.service3-sec .title-box{
	 margin-bottom: 40px;
   padding-bottom: 20px;		
	}
.pseervice-section {
    margin: 40px 0px;
}    
.width-full {
    margin: 0 0 20px 0;
}	
	.wpcf7-spinner{
		display: non;
	}
	.about-sec{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 50px;
	}
	.right-test-box{
		width: 60%;
	}
	.left-testi-box{
		width: 40%;
		padding: 0;
		padding-left: 30px;
	}
	.service-card-group {
    margin: 0;
}
	.service-sec2{
	padding: 40px 15px;	
	}
	.service3-card-wrap{
		flex-direction: column-reverse;
	}
/* 	contact page */
	.contact-sec-wrap .row{
		gap: 0;
	}
.contact-sec-wrap .border {
    row-gap: 25px;
    display: flex;
    flex-direction: column;
}
	.contact-sec-wrap .text-start{
			text-align: center !important;	
	}
	.contact-sec-wrap .sub-title  {
		    text-align: center;
        margin: 5px auto;
	}
	.contact-btn{
		align-items: center;
    justify-content: center;
	}
.contact-form {
    padding: 50px 30px 10px;
}
	.img-wrapper{
		 height: 350px;
		width: 100%;
	}
	.img-wrapper img{
		 height: 350px;
    	object-fit: cover;
    	object-position: center;
	}
	
}

@media  only screen and (max-width: 800px) {

}

@media  only screen and (max-width: 767px) {
	.counter-section .row {
		 row-gap: 20px;
	}
	.testimonial-text {
		 height: fit-content;
	}
	.service3{
		margin: 0;
	}
	.service-card-group {
    margin: 0;
    padding: 0 10px 40px;
}
.service3-sec .title-box{
	 margin-bottom: 30px;
   padding-bottom: 15px;		
	}
.pseervice-section {
    margin: 30px 0px;
}
	.w-75 {
    width: 100%!important;
}
	.title-bgbox-wrap {
    padding: 40px 30px 0 30px;
}
	.service2-wraper {
    padding: 30px;
}
	.service-card-wraper{
		row-gap: 0px !important;
	}
	
	.sub-title {
    margin-bottom: 3px;
    font-size: 12px;
    padding: 5px 16px;
}
/* 	homepage */
	.animate__fadeInLeft , .animate__fadeInRight{
    width: 100%;
}
	.aboutus-img{
		height: 450px;
	}
.aboutus figure.aboutus-img img{
		height: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
	  margin-top: -6rem;
    object-position: center;
	}
	.aboutus .row{
		row-gap: 0;
	}
	.mission-card, .vision-card{
		width: 100%;
	}
	.animate__fadeInRight{
		margin-top: -4rem;
	}
	.right-test-box{
		width: 100%;
	}
	.left-testi-box{
		width: 100%;
		padding-right: 30px;
	}
	.service3-card {
    padding: 15px;
}
	.service2-card {
    padding: 15px;
    margin-bottom: 10px;
}
	.service2-img img {
    object-fit: cover;
    object-position: center;
}
	.service3-card-wrap {
    gap: 30px !important;
}
.contact-form {
    padding: 30px 15px 10px;
}
	.contact-form form p{
		margin: 0 !important;
	}
	.info-text h6{
	  font-size: 17px !important;
      font-weight: 600;
	}
	.info-icon {
    width: 60px;
    height: 55px;
}
	.title-box1 {
    margin-bottom: 10px;
}
}

@media  only screen and (max-width: 600px) {
.main-title {
    font-size: 32px;
    line-height: 30px;
	margin-bottom: 25px;
}
	.sub-title {
    margin-bottom: 10px;
    font-size: 13px;
}
.title-bgbox h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}
	.row {
    row-gap: 10px;
		margin: 0;
}
	.service1-card-hld{
		margin: 10px 0 ;
	}
.info-icon {
    width: 45px;
    height: 45px;
    font-size: 16px;
}
.contact-sec-wrap .border {
    padding: 15px !important;
}
.contact-form {
    padding: 20px 0;
}
.contact-form form .col-md-6.mb-3{
		margin-bottom: 0 !important;
	}
.info-text h6 {
    font-size: 15px !important;
}
.contavt-address-bx {
    grid-template-columns: 1fr;
}
	
.testimonial-overlay {
    padding: 10px;
}
	.client-bg-img{
		height: 200px;
		bottom: 0 !important;
	}
}

@media  only screen and (max-width: 520px) {
	.service2-wraper {
    padding: 15px;
}
	.service2-img img {
    height: 330px;
}
	.main-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}
	.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 1.25rem;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
	width: 100%;
}
	.contact-form {
    border-radius: 10px;
    padding:  20px 0px 0px;
}
.carousel-content {
    width: 70% !important;
    margin: 0 auto !important;
    text-align: center !important;
}
	.mainslider .carousel-caption h2 {
    font-size: 37px !important;
    margin-bottom: 15px !important;
    line-height: 45px !important;
}
	.service2-card h5 {
    font-size: 17px;
}
	.service3-card h5 {
    margin-bottom: 10px;
    font-size: 19px;
}
	.service3-card .service-icon {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 15px;
    height: 45px;
    width: 45px;
}
	.service2-img img {
    height: 280px;
}
	.itconl-image img {
    height: 385px;
    object-position: center top;
}
.contavt-address-bx {
    display: flex;
}
	.service3-left{
		margin: 0;
    padding: 0;
	}
	.left-testi-box{
		padding: 0;
	}
	.service-card-m-wraper, .service1-card-hld, .service2-img {
		padding:0;
	}
.itconl-image {
    padding: 0;
}
	.service3 {
    margin-bottom: 10px;
}
	.contact-sec-wrap {
    padding: 0 0px 40px;
    gap: 40px;
}
	.contact-sec-wrap .border {
    padding: 20px 0 20px  !important;
}
	
.contact-rt-bx {
    padding: 20px 0px !important;
}
	
.testimonial-img {
    height: 269px;
}
.caro-next-btn, .caro-pre-btn {
    width: 50px;
    height: 45px;
}
	.carosl-control-bx i {
    font-size: 15px;
}
}

@media  only screen and (max-width: 420px) {
.main-title {
    font-size: 26px;
    margin-bottom: 10px;
	padding: 0;
}
.aboutus figure.aboutus-img img {
    margin-top: -6rem;
}
.animate__fadeInRight {
    margin-top: -6rem;
}
	.text-white {
    text-align: justify !important;
}
.contact-sec-wrap .text-start {
    gap: 10px;
}
	.about-pm-sec .aos-init{
		padding: 0;
	}
	.contact-form {
    padding: 20px 0;
}

	.main-title-sm {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
}
	.main-btn {
    padding: 10px 22px;
	font-size: 14px;
}
}

@media  only screen and (max-width: 385px) {
.caro-next-btn, .caro-pre-btn {
    width: 45px;
    height: 40px;
}
.sub-title {
    margin-bottom: 5px;
    font-size: 12px;
}
}

@media  only screen and (max-width: 370px) {
.title-bgbox h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
}

.testimonial-img img{
	height: 100%;
    object-fit: cover;
    object-position: center;
}