/*
Theme Name: Dolphin Parents
Theme URI: http://dolphin-parents.com/
Author: 1stFold
Author URI: https://www.1stfold.com/
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dolphin-parents
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/*font-family: "Poppins", sans-serif;*/

.news-letter-box input:-webkit-autofill {
    transition: background-color 9999s ease-in-out 0s !important;
	color:#fff!important;
}
 
.news-letter-box input[autocomplete="off"]::-webkit-contacts-auto-fill-button,.news-letter-box input[autocomplete="off"]::-webkit-credentials-auto-fill-button {
    display: none !important;
	color:#fff!important;
}
 
body{ font-size: 20px; color: #000; line-height: 24px; padding: 0; margin: 0;font-family: "Poppins", sans-serif;}
a{text-decoration: none; color: #000;}
a:hover{color:#4E92BF;}
p{padding:0; margin:0;}
.container{ max-width: 1585px; margin: 0 auto;}
.site-header{ padding: 10px 0;}

.menu {
    list-style: none;
    padding: 11px 0;
    margin: 10px 0;
    overflow: hidden;
}

.menu li {
  display: inline-block;
  padding: 11px 30px;
overflow:hidden;	
}
.menu li.login{ padding-left: 70px; padding-right: 10px;}
.menu li.login a{color:#4E92BF;text-transform:none;}
.menu li.login a:hover{color:#535353;}
.menu li a{ font-size: 18px; line-height: 30px; color: #535353; text-transform:uppercase;}
.menu li a:hover,.menu li.current-menu-item a{color: #4E92BF;}
.menu li.btn a{ padding: 13.5px 19.6px; color: #fff;    background-image: linear-gradient(119.14deg, #4E92BF 17.89%, #2E5F7F 82.1%);
    border-radius: 10px; text-transform:none;}
.menu li.btn a:hover{    background-color: transparent;
    background-image: linear-gradient(120deg, #8D8D8D 0%, #000000 100%);/*background-position: -200%;
    transition: background 300ms ease-in-out;*/}
/*.menu li.btn a:hover{background: #000;}*/
/*.btn-style510 a {
  position: relative;
  background-color: #5e5e5e;
  border-color: #5e5e5e;
  color: #fff;
	overflow:hidden;
}
.btn-style510 a::before, .btn-style510 a::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px) skewX(-15deg);
  content: "";
}
.btn-style510 a::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}
.btn-style510 a::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}
.btn-style510 a:hover {
  background-color: #dd6395;
  border-color: #dd6395;
}
.btn-style510 a:hover::before {
  opacity: 1;
}
.btn-style510 a:hover::before, .btn-style510 a:hover::after {
  transform: translateX(300px) skewX(-15deg);
  transition: all 0.9s ease;
}*/
/* Basic toggle button styling */
.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001; /* Ensure above menu */
}

.menu-toggle .bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2E5F7F;
  margin: 5px 0;
  transition: 0.4s;
}

.flex-box{ display: flex; align-items: center; justify-content: space-between;}
.copy-right-box{ font-size: 16px; color: #444; font-weight: 300; padding: 30px 0; margin: 30px 0 0; border-top: 1px solid #C1C1C1; text-align: center;}
.copy-right-box strong{font-weight:700;}
.footer-menu{ padding: 0; margin: 0;}
.footer-menu li{ list-style: none; display: inline-block; margin-right: 50px;}

.main-animation-box{ margin: 0 auto;display: block; max-width:717px;}

.animation-txtbox{
    max-width: 345px;
    padding: 20px 74px 32px 20px;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #989898;
    text-align: right;
	position: absolute;
}
.animation-txtbox.right{padding: 20px 20px 32px 74px; text-align:left;}
.animation-txtbox.right span {justify-content: start;}
.animation-txtbox.right span img{ margin-right:8px;}
.animation-txtbox.right .box-icon{position:absolute; top:20px; right:auto; left:20px;margin:0;}
.animation-txtbox.parents{
        left: 0;
   		top: -90px;
}
.animation-txtbox.students{
        left: 0;
   		bottom: -15px;
}
.animation-txtbox.counselors{
        right: 0;
   		top: -90px;
}
.animation-txtbox.tutors{
        right: 0;
   		bottom: -15px;
}
.animation-txtbox h5{
    font-size: 22px;
    line-height: 32px;
    color: #000;
    padding: 0;
    margin: 0 0 5px;
	font-weight:500;
}
.animation-txtbox span{
    display: flex;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    margin-top: 10px;
    justify-content: end;
}
.animation-txtbox span img{ margin-left:8px;}
.animation-txtbox .box-icon{position:absolute; top:20px; right:20px;margin:0;}
 /* .animated-line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 3s ease-in-out infinite alternate;
  }

  .animated-line.delay-1 { animation-delay: 0s; }
  .animated-line.delay-2 { animation-delay: 0.5s; }
  .animated-line.delay-3 { animation-delay: 1s; }
  .animated-line.delay-4 { animation-delay: 1.5s; }

  @keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }*/
.site-footer{ padding:160px 0 0; background:#194466;font-size:18px; line-height:28px;  font-weight:500; color:#fff;}
.copy-right-box{ text-align:center; font-size:20px; line-height:30px; color:#fff; font-weight:400; padding:60px 0; margin-top:100px; border-top:1px solid rgba(255,255,255,0.10);}
.site-footer .flex-box{align-items: start;}
.news-letter-box h3{ font-size:90px; line-height:100px; font-weight:900; text-transform:uppercase; color:#305775; padding:0; margin:0 0 27px;}
.footer-left{ max-width:730px;}
.news-letter-box input[type="email"]{background:none; border:none; border-bottom:1px solid rgba(255,255,255,0.10); font-size:16px; line-height:24px; color:#fff; padding:75px 0 24px 0;width:100%; margin-bottom:0;}
.wpcf7-form{ position:relative;}
.news-letter-box input[type="submit"]{font-size:0; width:100px; height:101px; position:absolute; top:0; right:0; background:url(/wp-content/uploads/2025/07/news-letter-bg.png)no-repeat;border:none; cursor:pointer;}
.news-letter-box input[type="email"]:focus{outline:none; border:none;}
.news-letter-box p{font-size:12px; line-height:15px;}
.news-letter-box input[type="email"]::placeholder{font-size:16px; line-height:24px; color:#fff;}
.footer-social-box{ margin-top:70px; display:flex; align-items:center; gap:10px;}
.footer-right{
    display: flex;
    align-items: start;
    gap: 80px;
}
.footer-right h4{ font-size:20px; line-height:24px; font-weight:700; padding:0; margin:0 0 80px; text-transform:uppercase; position:relative;}
.footer-right h4:after{content:""; position:absolute; left:0; bottom:-10px; width:22px; height:2px; background:#fff;}

.footer-right h6{ font-size:18px; line-height:28px; font-weight:700; padding:0; margin:0 0 20px;}
.footer-right h6 svg{ vertical-align:middle;}
.address-box,.phone-box{ margin-bottom:60px;}
.footer-menu ul{ padding:0; margin:0;}
.footer-menu li{ display:block; width:100%; margin-bottom:36px;}
.footer-menu a,.footer-right a{ font-size:18px; line-height:28px; color:#fff;}
.footer-menu a:hover,.footer-right a:hover{ color:#000;}
.key-list strong{ color:#000; font-weight:500;}
span.blk{color:#000;}
.footer-social-box a:hover svg{fill:#4E92BF;}
/* Sticky header style */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff; /* Change to your header color */
z-index:999;
}
.logged-in .sticky-header {	top: 32px;margin: 0;}
.elementor-heading-title strong{ font-weight:600;}

.contact-form label{ font-size:18px; line-height:28px; color:#989898; font-weight:500; width:100%; display:block; margin-bottom:20px;}
.contact-form label input,.contact-form label textarea,.contact-form label select{width: 100%;
    background-color: #F6F9FB!important;
    border: none;
    padding: 21px 30px; color:#C6C6C6; font-size:18px; line-height:28px; font-weight:400; border-radius:10px; margin-top:4px;font-family: "Poppins", Sans-serif;}
.contact-form label input::placeholder,.contact-form label textarea::placeholder,.contact-form label select::placeholder{font-size:18px; line-height:28px; font-weight:400; color:#C6C6C6;}
.contact-form label textarea{ height:150px;}
.contact-form p{ width:100%;}
.contact-form .flex-box{ gap:20px;}
.contact-form input[type="checkbox"]{ width:auto;}
.contact-form input[type="submit"]{ width:100%; font-size:20px; line-height:30px; font-weight:700;background-image: linear-gradient(119.14deg, #4E92BF 17.89%, #2E5F7F 82.1%); padding:14.5px; color:#fff; border:none; border-radius:15px; cursor:pointer;}
.contact-form input[type="submit"]:hover{background-image: linear-gradient(119.14deg, #000 17.89%, #000 82.1%);}
.contact-form input[type="file"]{
    height: 150px;
    background: none;
    border: 1px solid #C6C6C6;
    border-radius: 12px;
}
.contact-form .flex-box.star-box{justify-content:normal;}
.contact-form .flex-box.star-box p{ width:12%;}
.contact-form .flex-box.star-box .star_rating_class{ width:40%;}

/* Wrapper styling */
.cf7-yes-no-toggle {
    display: inline-flex;
    background: #E6EFF6;
    border-radius: 999px;
    padding: 4px;
    gap: 0;
	position: absolute;
    margin-top: -6px;
    left: 275px;
}
/* Remove spacing between options */
.cf7-yes-no-toggle .wpcf7-list-item {
  margin: 0;
  flex: 1;
}

/* Label base style */
.cf7-yes-no-toggle label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-weight: 600;
    font-size: 14px;
    color: #888;
    background-color: transparent;
    margin: 0;
}
.cf7-yes-no-toggle label input[type="radio"]{opacity:0; display:none;}
.wpcf7-list-item-label{ width:52px; text-align:center; font-size:18px; line-height:28px; font-weight:500;}

/* Selected radio styles */
.cf7-yes-no-toggle input[type="radio"]:checked + span {
  background: linear-gradient(to right, #367bb5, #4894d3);
  color: #fff;
  border-radius: 999px;
}


@media (max-width:1500px) {
.main-animation-box {
    max-width: 400px;
}
	.main-animation-box svg{ width:100%;}
	.animated-main-box{ max-width:960px; margin:0 auto;}
	.news-letter-box h3 {
    font-size: 65px;
    line-height: 85px;
    margin: 0 0 15px;
}
	.news-letter-box input[type="email"] {width: 100%;}
	.wpcf7-form {width: 90%;}
}
@media (max-width:1200px) {
.container{ margin:0 15px!important;}
	.menu li {padding:11px 25px;}
	.menu li a {font-size: 15px;}
	.menu li.login {margin-left: 15px;}
}
@media (max-width:1024px) {
#site-header .logo img{
    max-width: 120px;
    height: auto;
}
	.menu li.login {
        margin-left: 0;padding:11px 30px;
}
	.menu li.login a {
     text-transform: uppercase;
}
	#primary-menu li.btn a{padding-top:18px;}
	.menu li.btn a {	
    text-transform: uppercase;
    text-align: center;
}
.animated-main-box{
   /* background: url(https://dolphinparents.com/wp-content/uploads/2025/07/animated-box-mob-bg.png) no-repeat center;*/
	position:relative;
}
	.animated-main-box:after{content:""; width:100px; height:100px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background:url(https://dolphinparents.com/wp-content/uploads/2025/08/animated-box-dlogo.png)center no-repeat; background-size:contain;}
	.animation-txtbox.parents,.animation-txtbox.students{ margin-bottom:16px;}
	.footer-logo img{ max-width:150px;}
.menu-toggle {display: block; margin:0 auto; margin-right:0;}
.nav-box{ width:100%;}

  .main-navigation .menu {
    display: none;
    flex-direction: column;
  }

  .main-navigation .menu.active {
    display: flex;
  }
	.menu-toggle {
    display: block;
  }

  .main-navigation .menu {
    display: none;
    flex-direction: column;
    background: #fff; /* Optional: background for dropdown */
    position: absolute;
    top: 50px; /* adjust based on header height */
    right: 0;
    left: 0;
    z-index: 1000;
  }

  .main-navigation .menu.active {
    display: flex;
  }

  /* Transform hamburger to cross when active */
  .menu-toggle.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(7px, 6px);
  }

  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
	#primary-menu li a {
        padding: 0 0 18px;
        display: block;
		font-size: 14px;border-bottom: 1px solid #c4c4c4;}
	.footer{ padding:30px 10px;}
#primary-menu li ul {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
}
	.arrow-down{ float:right;}
	.sub-menu {
    display: none;
  }

  .sub-menu.open {
    display: block!important;
  }

  .arrow-down {
    cursor: pointer;
    display: inline-block;
  }
	.arrow-down.active img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.main-animation-box {display: none;}
	.animation-txtbox {
		top:auto!important; right:auto!important; left:auto!important; bottom:auto!important;
    position: relative;
    margin:10px;display: inline-block;
        min-height: 227px;
        vertical-align: middle;
}
.animated-main-box{ text-align:center!important;}
.site-footer .flex-box {display: block;}
}
@media (max-width:992px) {
	.cf7-yes-no-toggle {
    margin-top: -10px;
    left: 198px;
}
.contact-form label {font-size: 15px;}
	.wpcf7-list-item-label,.contact-form label input, .contact-form label textarea, .contact-form label select,.contact-form label input::placeholder,.contact-form label textarea::placeholder,.contact-form label select::placeholder{ font-size:12px; line-height:18px;}
}

@media (max-width:767px) {
.news-letter-box p br{ display:none;}
.wpcf7-list-item-label {width: 44px;}
.slick-dots {max-width: 350px;left: 50%;transform: translateX(-50%);}
	ul.slick-dots li button:before {
    font-size: 11px;
    line-height:11px;
    width: 11px;
    height: 11px;
    opacity: 1;
    color: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    padding: 0;
    margin: 0;
}
ul.slick-dots li {width: 11px;height: 11px;}
ul.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #D9D9D9;
}
ul.slick-dots li button {width: 11px!important;height: 11px!important;}
.animation-txtbox.parents span,.animation-txtbox.students span {flex-direction: row-reverse;}
.animation-txtbox.parents span img,.animation-txtbox.students span img {margin-right: 8px;}
.animation-txtbox.right span {justify-content: center;}
.news-letter-box h3 {font-size: 32px;line-height: 40px;}
.footer-right {display: block; margin-top:30px;}
.news-letter-box input[type="email"] {width: 92%;background: none;padding: 8px;}
.footer-social-box {margin-top: 40px;}
.footer-menu li {margin-right: 0;}
.logo img{max-width: 250px;height: auto;}
.menu li.btn a {text-align: center;margin: 20px 0;}
	.copy-right-box {
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0;
    margin-top: 50px;
}
.footer-menu a, .footer-right a {font-size: 14px;line-height: 20px;}
.footer-right h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
}
	.address-box, .phone-box {
    margin-bottom: 30px;
}
	.site-footer {
    padding: 160px 0 0;
    background: #194466;
    font-size: 14px;
		line-height: 20px;}
	.footer-right h4 {margin: 0 0 40px;}
	.site-footer {padding: 30px 0 0;}
.logged-in .sticky-header,.sticky-header {
    top: 0;
    margin: 0;
    position: relative;
}
.contact-form .flex-box {
    display: block;
}
.contact-form .flex-box.star-box p,.contact-form .flex-box.star-box .star_rating_class {width: 100%;}
	.animated-main-box {
        max-width: 364px;
        margin: 0 auto;
    }
.animation-txtbox .box-icon {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    max-width: 21px;
}
.animation-txtbox {
        margin: 0 3.5px;
        display: inline-block;
        min-height: 107px;
        vertical-align: middle;
    }
.animation-txtbox h5 {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 500;
}
.animation-txtbox {
    max-width: 160px;
    padding: 10px;
    font-size: 8px;
    line-height: 12px;
	text-align:center;
}
	.animation-txtbox span {
    display: flex;
    font-size: 8px;
    line-height: 12px;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
}
	.animation-txtbox span img {
    margin-left: 8px;
    max-width: 41px;
}
	.animation-txtbox.right {
    padding: 10px;
    text-align: left;
}
.animation-txtbox.right .box-icon {
		top: 0px;
		left: 10px;
	}
	.mob-accordion summary.e-n-accordion-item-title{
    border: none;
    background: #F6F9FB;
    padding: 11px 18px;
    border-radius: 5px;
	justify-content: space-between;
}
.mob-accordion .elementor-element{  border: none;}
.mob-accordion summary.e-n-accordion-item-title img{
    vertical-align: middle; margin-right:9px;
}
.mob-accordion details{ margin-bottom:4px;}
.free-plan-boxes svg{ width:40px; height:40px;}
.mob-plan-track-slider .slick-list{ max-width:350px; margin:0 auto;}
	.animation-txtbox .box-icon,.animation-txtbox.right .box-icon {
        position: relative;
        top: auto;
        right: auto;
		left:auto;
        margin: 0 auto;
        max-width: 16px;
    }
	.animation-txtbox .box-icon svg{ height:auto;}
.news-letter-box input[type="submit"] {
    width: 40px;
    height: 40px;
    top: -6px;
    right: 30px;
    background-size: contain;
}
.wpcf7-form {width: 100%;}
.main-navigation .menu {top: 95px;}
}