/*
Theme Name: Strand-Co Theme
Theme URI: https://smartleading.net/
Description: Strand-Co Child Theme
Author: SLS Dev Team
Author URI: https://smartleading.net/
Template: hello-elementor
Version: 2.0.0
Text Domain: strand-co-theme
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/



.elementor-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
@media screen and (min-width: 1921px) {
    .e-con {
        max-width: 1700px !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        border-radius: 8px;
    }
}
a:active, a:focus {
  outline: 0 !important;
  -moz-outline-style: none !important;
}
body{
	overflow-x:hidden !important;
}
.fancy-h div {
	    background: linear-gradient(90deg, #0757A5 0%, #B9444B 100%);
    background-clip: text !important;

    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block !important;
}
/* ===== Services Tabs Style ===== */
.tab-content {
  display: none;
}

.tab-content.active-content {
  display: block !important;
}

/* Tabs wrapper */
.service-tabs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 420px;
}

/* Tab button */
.service-tab-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 16px;
  font-family: "Manrope", Sans-serif;
  color: #333;
}

/* Icon default color (#BF4348 approx using filter) */
.service-tab-btn img {
  width: 40px;
  height: auto;
  transition: 0.3s ease;
  filter: brightness(0) saturate(100%) invert(33%) sepia(89%) saturate(479%) hue-rotate(319deg) brightness(95%) contrast(92%);
}

/* Hover + Active background */
.service-tab-btn:hover,
.service-tab-btn.active {
  background: #1e5fa8;
  color: #fff;
  border-color: #1e5fa8;
}

/* Hover + Active icon white */
.service-tab-btn:hover img,
.service-tab-btn.active img {
  filter: brightness(0) invert(1);
}
/* ===== Tabs Style ===== */

.country-switcher {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.country-tab {
  cursor: pointer;
  font-weight: 600;
  color: #777;
  position: relative;
  transition: 0.3s ease;
  font-size: 16px;
  padding: 0 20px;
}
.country-tab:first-child {
  padding-left: 0px;
}
.country-tab:first-child.active::before {
  left: 0;
}


/* Separator */
.country-tab:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -8px;
  color: #ccc;
}

/* Active Tab */
.country-tab.active {
  color: #0a72b9;
}

.country-tab.active::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 15px;
  right: 15px;
  height: 2px;
  background: #0a72b9;
}

/* ===== Hide All Containers ===== */

.usa-box,
.uk-box,
.eu-box,
.ca-box {
  display: none;
}

/* ===== Active Container ===== */

.active-country {
  display: block !important;
}
.eng-2 {
    position: relative;
}

/* BEFORE - static */
.eng-2::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/uploads/2026/02/vector_70.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 25px; 
    top: -40px;
    transform: translateY(-50%);
    z-index: 10;
}

.eng-2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url("/wp-content/uploads/2026/02/vector_71.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -30px; 
    top: -35px;
    z-index: 10;

    animation: rotateCircle 6s linear infinite;
}

/* KEYFRAMES */
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.eng {
    position: relative;
}

/* BEFORE - static */
.eng::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/uploads/2026/02/vector_71.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 25px; 
    top: -40px;
    transform: translateY(-50%);
    z-index: 10;
}

.eng::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url("/wp-content/uploads/2026/02/vector_70.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -30px; 
    top: -35px;
    z-index: 10;

    animation: rotateCircle 6s linear infinite;
}
.eng-3 {
    position: relative;
}

/* BEFORE - static */
.eng-3::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/uploads/2026/02/vector_71.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -70px; 
    top: 5px;
    transform: translateY(-50%);
    z-index: 10;
}

.eng-3::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url("/wp-content/uploads/2026/02/vector_70.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -30px; 
    top: -35px;
    z-index: 10;
    animation: rotateCircle 6s linear infinite;
}

.custom-shape-container {
    position: relative;
    overflow: hidden;
}

/* LEFT TOP SHAPE (Before) */
.custom-shape-container::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 300px;   
    height: 300px;
    background: url('/wp-content/uploads/2026/02/shape-bg212-1.png') no-repeat;
    background-size: contain;
    z-index: 0;
}

/* BOTTOM RIGHT SHAPE (After) */
.custom-shape-container::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -80px;
    width: 300px;  
    height: 300px;
    background: url('/wp-content/uploads/2026/02/shape-bg21-1.png') no-repeat;
    background-size: contain;
    z-index: 0;
}

/*       Buttons CSS      */

.btn-b a,.btn-r a,.btn-tr a,btn-tw a,#form-btn{
  padding: 14px 28px !important;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease;
  font-family:inter;
  font-size:16px;
	font-weight:600;
}
.btn-b a:hover,.btn-r a:hover,.btn-tr a:hover,btn-tw a:hover,#form-btn:hover{
  transform: translateY(-4px) scale(1.05);
}
.btn-b a:after ,.btn-r a:after ,.btn-tr a:after ,btn-tw a:after,#form-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s ease;
}



/* Blue Button  */
.btn-b a,#form-btn {	
  background: #0258A8 !important;
  color: #fff !important;
  border: none;
  
}

.btn-b a:hover,#form-btn:hover {
  color: #fff !important;

 
}

.btn-b a:after,#form-btn:after {
  background: #BF4348 !important;

}

.btn-b a:hover:after,#form-btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
}
/* Red Button  */
.btn-r a {	
  background: #BF4348 !important;
  color: #fff !important;
  border: none;
}

.btn-r a:hover {
  color: #fff !important;

 
}

.btn-r a:after {
  background: #0258A8 !important;
}

.btn-r a:hover:after {
  transform: skewX(-45deg) scale(1, 1);
}

/* Transparent To Red Button  */
.btn-tr a {	
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.btn-tr a:hover {
  color: #fff !important;
  border: 1px solid #BF4348;
 
}

.btn-tr a:after {
  background: #BF4348 !important;
}

.btn-tr a:hover:after {
  transform: skewX(-45deg) scale(1, 1);
}

/* Transparent To Blue Button  */
.btn-tb a {	
  background: transparent !important;
  color: #fff !important;
	  border: 1px solid #fff;
}

.btn-tb a:hover {
  color: #fff !important;
	  border: 1px solid #BF4348;
  
 
}

.btn-tb a:after {
  background: #0258A8 !important;
}

.btn-tb a:hover:after {
  transform: skewX(-45deg) scale(1, 1);
}

/* Red To White Button  */
.btn-rw a {
  padding: 14px 28px !important;	
  background: #BF4348 !important;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease;
		font-family:inter;
  font-size:16px;
	font-weight:600;
}

.btn-rw a:hover {
  color: #000 !important;
  transform: translateY(-4px) scale(1.05);
 
}

.btn-rw a:after {
  content: "";
  background: #fff !important;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s ease;
}

.btn-rw a:hover:after {
  transform: skewX(-45deg) scale(1, 1);
}

.elementor-widget-text-editor a,
.text-underline a{
  position:relative;
  display:inline;
font-family: inherit;
  color:inherit;
  font-size:inherit;
  line-height:inherit;
  vertical-align:baseline;
}

.elementor-widget-text-editor a::after,
.text-underline a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:100%;
  height:1px;
  background:currentColor;
	
}

.elementor-widget-text-editor a:hover::after,
.text-underline a:hover::after{
  height:2px;
}



/* Mobile Responsive  */
@media (max-width: 767px){
	.service-tab-btn{
		background: transparent;
		  padding: 14px 30px;
	}
	.service-tab-btn img{
		width:35px;
	}
	.eng::after {
    width: 60px;
    height: 60px;
    right: 0px; 
    top: -25px;
    z-index: 10;
}
.eng::before {
    width: 40px;
    height: 40px;
    right: 50px; 
    top: -35px;
    transform: translateY(-50%);
    z-index: 10;
}
    .eng-2::after {
    width: 60px;
    height: 60px;
    right: 0px; 
    top: -25px;
    z-index: 10;
}
.eng-2::before {
    width: 40px;
    height: 40px;
    right: 50px; 
    top: -35px;
    transform: translateY(-50%);
    z-index: 10;
}
		.eng-3::after {
    width: 60px;
    height: 60px;
    left: 0px; 
    top: -25px;
    z-index: 10;
}
.eng-3::before {
    width: 40px;
    height: 40px;
    left: 10px; 
    top: -35px;
    transform: translateY(-50%);
    z-index: 10;
}
	.custom-shape-container::before,
	.custom-shape-container::after{
		display:none;
	}
}
